@charset "utf-8";
/*初始化样式*/

html {
    margin: 0 auto;
    padding: 0;
    zoom: 1;
    font-size: 62.5%;
    font-size: 16px;
    line-height: 1.4em;
    /*max-width: 1920px;*/
}
body {
    margin: 0;
    padding: 0;
    zoom: 1;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'PingFang SC', 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'sans-serif', \5b8b\4f53;
    color: #333;
    /*设置宽度*/
    background-color: var(--bodycolor);
}
*, *::before, *::after {
    font: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
}
.ol, .ol .li, .dl, .dl .li, .ul, .ul .li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b, strong {
    font-weight: 600;
}
input, button, select, textarea {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    resize: none;
}
input:focus {
    outline: none;
}
/*html5设置*/

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: top;
    object-fit: fill;
}
span {
    outline: none;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
a:link, a:visited, a:focus {
    outline: none;
    text-decoration: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.box-sizing-border, .box-sizing-border * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-sizing-border::before, .box-sizing-border *::before, .box-sizing-border::after, .box-sizing-border *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-sizing-content, .box-sizing-content * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.box-sizing-content::before, .box-sizing-content *::before, .box-sizing-content::after, .box-sizing-content *::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
@keyframes text-shade {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}
.text-shade {
    animation: text-shade linear 1s infinite alternate;
    background-image: url(../images/head-bg2.jpg);
    background-position: 50% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: auto 100%;
}
.textover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.textovers {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.x-half {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.y-half {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.xy-half {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.o-hide {
    overflow: hidden;
}
.img-box {
    --imgpt: 50%;
    position: relative;
    overflow: hidden;
}
.img-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: var(--imgpt);
}
.img-box img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.img-box.auto-img::before {
    display: none;
}
.img-box.auto-img img {
    position: static;
    height: auto;
}
.imgh:hover .img-box img, .img-box .imgh:hover img, .img-box.imgh:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.vmd {
    display: inline-block;
    vertical-align: middle;
}
/*清楚浮动*/

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
}
.clearfix {
    zoom: 1;
}
/*初始化样式*/

.f-l {
    float: left;
}
.f-r {
    float: right;
}
html {
    --scroll-w: 3px;
    --mcolor: #455e4b;
    --bodycolor:#fffcf3;
    --mcolor-rgb: 43, 51, 168;
    --mcolor2: #2FC8E1;
    --mcolor2-rgb: 47, 200, 225;
    --mcolor3: #15a1ea;
    --mcolor3-rgb: 21, 161, 234;
    --mcolor4: #006ab0;
    --mcolor4-rgb: 0, 106, 176;
    --main-next-color: #333333;
    --main-next-color-rgb: 51, 51, 51;
    --fs12: 12px;
    --fs13: 13px;
    --fs14: 14px;
    --fs15: 15px;
    --fs16: 16px;
    --fs17: 17px;
    --fs18: 18px;
    --fs19: 19px;
    --fs20: 20px;
    --fs21: 21px;
    --fs22: 22px;
    --fs23: 23px;
    --fs24: 24px;
    --fs25: 25px;
    --fs26: 26px;
    --fs27: 27px;
    --fs28: 28px;
    --fs29: 29px;
    --fs30: 30px;
    --fs31: 31px;
    --fs32: 32px;
    --fs33: 33px;
    --fs34: 34px;
    --fs35: 35px;
    --fs36: 36px;
    --fs42: 42px;
    --fs52: 52px;
    --fs54: 54px;
    --btn-bg: linear-gradient(90deg, #209cff 0%, #6cecc6 100%);
    --btn-bg-h: linear-gradient(-90deg, #209cff 0%, #6cecc6 100%);
    --btn-bg2: linear-gradient(31deg, #3ba6ed 0%, #115aba 65%, #61d1b0 100%), linear-gradient(#000000, #000000);
    --btn-bg2-h: linear-gradient(-31deg, #3ba6ed 0%, #115aba 65%, #61d1b0 100%), linear-gradient(#000000, #000000);
    --btn-bg3: linear-gradient(31deg, #3ba6ed 0%, #115aba 65%, #61d1b0 100%), linear-gradient(#ffffff, #ffffff);
    --btn-bg3-h: linear-gradient(-31deg, #3ba6ed 0%, #115aba 65%, #61d1b0 100%), linear-gradient(#ffffff, #ffffff);
    --wrap-width-val: calc(100vw - var(--scroll-w));
    --page-width-val: calc(100vw - var(--scroll-w));
    --win-width-1920: clamp(0px, var(--page-width-val), calc(1920px - var(--scroll-w)));
    --wrap-full-width: clamp(1200px, calc(var(--page-width-val) - (1.5625vw*2)), 1920px);
    --wrap-1680-width: 1680px;
    --wrap-1600-width: 1600px;
    --wrap-1480-width: 1480px;
    --wrap-1440-width: 1440px;
    --wrap-1420-width: 1420px;
    --wrap-1400-width: 1400px;
    --wrap-1300-width: 1300px;
    --wrap-1200-width: 1200px;
    --wrap-800-width: 800px;
    --bettwen-pad: calc((var(--page-width-val) - var(--page-width-val))/2);
    --bettwen-full-pad: calc((var(--page-width-val) - var(--wrap-full-width))/2);
    --bettwen-1680-pad: calc((var(--page-width-val) - var(--wrap-1680-width))/2);
    --bettwen-1600-pad: calc((var(--page-width-val) - var(--wrap-1600-width))/2);
    --bettwen-1480-pad: calc((var(--page-width-val) - var(--wrap-1480-width))/2);
    --bettwen-1440-pad: calc((var(--page-width-val) - var(--wrap-1440-width))/2);
    --bettwen-1420-pad: calc((var(--page-width-val) - var(--wrap-1420-width))/2);
    --bettwen-1400-pad: calc((var(--page-width-val) - var(--wrap-1400-width))/2);
    --bettwen-1300-pad: calc((var(--page-width-val) - var(--wrap-1300-width))/2);
    --bettwen-1200-pad: calc((var(--page-width-val) - var(--wrap-1200-width))/2);
    --bettwen-800-pad: calc((var(--page-width-val) - var(--wrap-800-width))/2);
    --bettwen-pad-1920: calc((var(--win-width-1920) - var(--page-width-val))/2);
    --bettwen-full-pad-1920: calc((var(--win-width-1920) - var(--wrap-full-width))/2);
    --bettwen-1680-pad-1920: calc((var(--win-width-1920) - var(--wrap-1680-width))/2);
    --bettwen-1600-pad-1920: calc((var(--win-width-1920) - var(--wrap-1600-width))/2);
    --bettwen-1480-pad-1920: calc((var(--win-width-1920) - var(--wrap-1480-width))/2);
    --bettwen-1440-pad-1920: calc((var(--win-width-1920) - var(--wrap-1440-width))/2);
    --bettwen-1420-pad-1920: calc((var(--win-width-1920) - var(--wrap-1420-width))/2);
    --bettwen-1400-pad-1920: calc((var(--win-width-1920) - var(--wrap-1400-width))/2);
    --bettwen-1300-pad-1920: calc((var(--win-width-1920) - var(--wrap-1300-width))/2);
    --bettwen-1200-pad-1920: calc((var(--win-width-1920) - var(--wrap-1200-width))/2);
    --bettwen-800-pad-1920: calc((var(--win-width-1920) - var(--wrap-800-width))/2);
}
@media (max-width: 1920px) {
    html {
        --wrap-width-val: 1600px;
    }
}
@media (max-width: 1800px) {
    html {
        --wrap-width-val: 1500px;
        --wrap-1680-width: var(--wrap-width-val);
        --wrap-1600-width: var(--wrap-width-val);
    }
}
@media (max-width: 1700px) {
    html {
        --wrap-width-val: 1400px;
        --wrap-1480-width: var(--wrap-width-val);
        --wrap-1440-width: var(--wrap-width-val);
        --wrap-1420-width: var(--wrap-width-val);
        --wrap-1400-width: var(--wrap-width-val);
    }
}
@media (max-width: 1600px) {
    html {
        --wrap-width-val: 1300px;
        --wrap-1300-width: var(--wrap-width-val);
        --fs17: 16px;
        --fs18: 17px;
        --fs19: 18px;
        --fs20: 18px;
        --fs21: 20px;
        --fs22: 21px;
        --fs23: 22px;
        --fs24: 23px;
        --fs25: 24px;
        --fs26: 25px;
        --fs27: 26px;
        --fs28: 27px;
        --fs29: 28px;
        --fs30: 29px;
        --fs31: 30px;
        --fs32: 30px;
        --fs33: 32px;
        --fs34: 33px;
        --fs35: 33px;
        --fs36: 34px;
        --fs42: 40px;
        --fs52: 50px;
        --fs54: 52px;
    }
}
@media (max-width: 1500px) {
    html {
        --wrap-width-val: 82vw;
        --wrap-1200-width: clamp(0px, var(--wrap-width-val), 1200px);
        --fs17: 15px;
        --fs18: 16px;
        --fs19: 17px;
        --fs20: 18px;
        --fs21: 20px;
        --fs22: 20px;
        --fs23: 20px;
        --fs24: 22px;
        --fs25: 22px;
        --fs26: 24px;
        --fs27: 24px;
        --fs28: 26px;
        --fs29: 26px;
        --fs30: 28px;
        --fs31: 28px;
        --fs32: 30px;
        --fs33: 30px;
        --fs34: 30px;
        --fs35: 32px;
        --fs36: 32px;
        --fs42: 38px;
        --fs52: 48px;
        --fs54: 48px;
    }
}
@media (max-width: 1400px) {
    html {
        --wrap-width-val: 85vw;
        --fs17: 14px;
        --fs18: 14px;
        --fs19: 16px;
        --fs20: 16px;
        --fs21: 18px;
        --fs22: 18px;
        --fs23: 18px;
        --fs24: 20px;
        --fs25: 20px;
        --fs26: 22px;
        --fs27: 22px;
        --fs28: 24px;
        --fs29: 24px;
        --fs30: 26px;
        --fs31: 28px;
        --fs32: 28px;
        --fs33: 28px;
        --fs34: 28px;
        --fs35: 30px;
        --fs36: 30px;
        --fs42: 36px;
        --fs52: 42px;
        --fs54: 44px;
    }
}

@media (max-width: 1200px) {
    html {
        --wrap-width-val: 92vw;
        --wrap-full-width: 98vw;

    }
}

@media (max-width: 992px) {
    html {
        --htmlfsize: 70px;
        --wrap-width-val: clamp(0px, 944px, calc(100vw - (0.25rem*2)));
        --wrap-full-width: clamp(calc(100vw - (0.25rem*2)), 710px, calc(100vw - (0.25rem*2)));
        font-size: var(--htmlfsize);
        --fs12: 0.22rem;
        --fs13: 0.22rem;
        --fs14: 0.24rem;
        --fs15: 0.24rem;
        --fs16: 0.25rem;
        --fs17: 0.25rem;
        --fs18: 0.3rem;
        --fs19: 0.3rem;
        --fs20: 0.3rem;
        --fs21: 0.3rem;
        --fs22: 0.35rem;
        --fs23: 0.35rem;
        --fs24: 0.35rem;
        --fs25: 0.4rem;
        --fs26: 0.4rem;
        --fs27: 0.45rem;
        --fs28: 0.45rem;
        --fs29: 0.45rem;
        --fs30: 0.45rem;
        --fs31: 0.45rem;
        --fs32: 0.45rem;
        --fs33: 0.45rem;
        --fs34: 0.45rem;
        --fs35: 0.45rem;
        --fs36: 0.45rem;
        --fs42: 0.45rem;
        --fs52: 0.45rem;
        --fs54: 0.5rem;
    }
}
@media (max-width: 992px) and (max-width: 600px) {
    html {
        --htmlfsize: calc(100vw/768*100);
    }
}
.wrap-800 {
    --wrap-width: var(--wrap-800-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1200 {
    --wrap-width: var(--wrap-1200-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1300 {
    --wrap-width: var(--wrap-1300-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1400 {
    --wrap-width: var(--wrap-1400-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
    transition: width 0.3s;
}
.wrap-1420 {
    --wrap-width: var(--wrap-1420-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1440 {
    --wrap-width: var(--wrap-1440-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1480 {
    --wrap-width: var(--wrap-1480-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1600 {
    --wrap-width: var(--wrap-1600-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-1680 {
    --wrap-width: var(--wrap-1680-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.wrap-full {
    --wrap-width: var(--wrap-full-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wrap-width);
}
.fwb {
    font-weight: bold;
}
.fs12 {
    font-size: var(--fs12);
}
.fs13 {
    font-size: var(--fs13);
}
.fs14 {
    font-size: var(--fs14);
}
.fs15 {
    font-size: var(--fs15);
}
.fs16 {
    font-size: var(--fs16);
}
.fs17 {
    font-size: var(--fs17);
}
.fs18 {
    font-size: var(--fs18);
}
.fs19 {
    font-size: var(--fs19);
}
.fs20 {
    font-size: var(--fs20);
}
.fs21 {
    font-size: var(--fs21);
}
.fs22 {
    font-size: var(--fs22);
}
.fs23 {
    font-size: var(--fs23);
}
.fs24 {
    font-size: var(--fs24);
}
.fs25 {
    font-size: var(--fs25);
}
.fs26 {
    font-size: var(--fs26);
}
.fs27 {
    font-size: var(--fs27);
}
.fs28 {
    font-size: var(--fs28);
}
.fs29 {
    font-size: var(--fs29);
}
.fs30 {
    font-size: var(--fs30);
}
.fs31 {
    font-size: var(--fs31);
}
.fs32 {
    font-size: var(--fs32);
}
.fs33 {
    font-size: var(--fs33);
}
.fs34 {
    font-size: var(--fs34);
}
.fs35 {
    font-size: var(--fs35);
}
.fs36 {
    font-size: var(--fs36);
}
.fs52 {
    font-size: var(--fs52);
}
.fs54 {
    font-size: var(--fs54);
}
@media (min-width: 992px) {
    body .pc-hide {
        display: none;
    }
    body .pc-show {
        display: block;
    }
    body .pc-show[flex] {
        display: flex;
    }
    body .pc-show[flex][flex~="i"] {
        display: inline-flex;
    }
}
@media (max-width: 992px) {
    body .phone-hide {
        display: none;
    }
    body .phone-show {
        display: block;
    }
    body .phone-show[flex] {
        display: flex;
    }
    body .phone-show[flex][flex~="i"] {
        display: inline-flex;
    }
}
.bg-mcolor {
    background-color: var(--mcolor);
}
.bgeff2f7 {
    background-color: #eff2f7;
}
.bgf0f0f0 {
    background-color: #f0f0f0;
}
.bgf6f6f6 {
    background-color: #f6f6f6;
}
.bgf8f8f8 {
    background-color: #f8f8f8;
}
.bgf8f7f6 {
    background-color: #f8f7f6;
}
.bgf8f9fc {
    background-color: #f8f9fc;
}
.bgffffff {
    background-color: #ffffff;
}
.bgeeeeee {
    background-color: #eeeeee;
}
.bgf1f1f1 {
    background-color: #f1f1f1;
}
.bgf3f3f3 {
    background-color: #f3f3f3;
}
.bgf6f7f9 {
    background-color: #f6f7f9;
}
.bgf4f4f4 {
    background-color: #f4f4f4;
}
.bgf5f5f5 {
    background-color: #f5f5f5;
}
.bgf7f7f7 {
    background-color: #f7f7f7;
}
.bg2d2d2d {
    background-color: #2d2d2d;
}
.bg121212 {
    background-color: #121212;
}
.bgf0f5fa {
    background-color: #f0f5fa;
}
.color-main {
    color: var(--mcolor);
}
::placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(102, 102, 102, 0.5);
}
.input-color1 {
    --color: #555555;
}
.input-color1 ::placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color);
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

body {
    --scrollbarw: 4px;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
body::-webkit-scrollbar {
    border-radius: 1.5px;
    width: var(--scrollbarw);
    height: var(--scrollbarw);
    background: #dfdfdf;
}
body::-webkit-scrollbar-track {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: #dfdfdf;
}
body::-webkit-scrollbar-thumb {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--mcolor);
}
body::-webkit-scrollbar-thumb:hover {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--mcolor);
}
html {
    --scrollbarw: 4px;
}
::-webkit-scrollbar {
    border-radius: 1.5px;
    width: var(--scrollbarw);
    height: var(--scrollbarw);
    background-image: linear-gradient(90deg, transparent 0%, transparent calc(50% - 0.5px), #dfdfdf calc(50% - 0.5px), #dfdfdf calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
    background-size: calc(var(--scrollbarw)*1);
}
/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    border-radius: calc(var(--scrollbarw)*0.5);
}
/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--btn-bg);
}
/*滑块效果*/

::-webkit-scrollbar-thumb:hover {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--btn-bg-h);
}
.self-scroll {
    --scrollbarw: 3px;
    --scbg: #b9d8eb;
}
.self-scroll .self-scroll-main {
    --scrollbarw: 0px;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.self-scroll .self-scroll-main::-webkit-scrollbar {
    border-radius: 1.5px;
    width: var(--scrollbarw);
    height: var(--scrollbarw);
    background-image: linear-gradient(90deg, transparent 0%, transparent calc(50% - 0.5px), #dfdfdf calc(50% - 0.5px), #dfdfdf calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
    background-size: calc(var(--scrollbarw)*1);
}
.self-scroll .self-scroll-main::-webkit-scrollbar-track {
    border-radius: calc(var(--scrollbarw)*0.5);
}
.self-scroll .self-scroll-main::-webkit-scrollbar-thumb {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--scbg);
}
.self-scroll .self-scroll-main::-webkit-scrollbar-thumb:hover {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--scbg);
}
.self-scroll .self-scroll-thumb {
    --selfScrollH: 100%;
    overflow-y: auto;
    width: calc(var(--scrollbarw) + 1px);
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.self-scroll .self-scroll-thumb::-webkit-scrollbar {
    border-radius: 1.5px;
    width: var(--scrollbarw);
    height: var(--scrollbarw);
    background-image: linear-gradient(90deg, transparent 0%, transparent calc(50% - 0.5px), #dfdfdf calc(50% - 0.5px), #dfdfdf calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
    background-size: calc(var(--scrollbarw)*1);
}
.self-scroll .self-scroll-thumb::-webkit-scrollbar-track {
    border-radius: calc(var(--scrollbarw)*0.5);
}
.self-scroll .self-scroll-thumb::-webkit-scrollbar-thumb {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--scbg);
}
.self-scroll .self-scroll-thumb::-webkit-scrollbar-thumb:hover {
    border-radius: calc(var(--scrollbarw)*0.5);
    background: var(--scbg);
}
.self-scroll .self-scroll-thumb .self-scroll-thumb-cont {
    height: var(--selfScrollH);
}
.i-h {
    position: relative;
}
.i-h .i {
    display: block;
    opacity: 1;
}
.i-h .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.i-h.on .i {
    opacity: 0;
}
.i-h.on .h {
    opacity: 1;
}
.i-block {
    display: inline-block;
}
[flex] {
    display: flex;
}
[flex][flex~="i"] {
    display: inline-flex;
}
[flex][flex~="wrap"] {
    flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
    flex-wrap: nowrap;
}
[flex][flex~="ja"] {
    justify-content: space-around;
}
[flex][flex~="jb"] {
    justify-content: space-between;
}
[flex][flex~="js"] {
    justify-content: start;
}
[flex][flex~="jfs"] {
    justify-content: flex-start;
}
[flex][flex~="jc"] {
    justify-content: center;
}
[flex][flex~="je"] {
    justify-content: end;
}
[flex][flex~="jfe"] {
    justify-content: flex-end;
}
[flex][flex~="ais"] {
    align-items: flex-start;
}
[flex][flex~="aic"] {
    align-items: center;
}
[flex][flex~="acc"] {
    align-content: center;
}
[flex][flex~="aie"] {
    align-items: flex-end;
}
.lw-w-1 {
    width: 8.33333333%;
}
.lw-w-2 {
    width: 16.66666667%;
}
.lw-w-3 {
    width: 25%;
}
.lw-w-4 {
    width: 33.33333333%;
}
.lw-w-5 {
    width: 41.66666667%;
}
.lw-w-6 {
    width: 50%;
}
.lw-w-7 {
    width: 58.33333333%;
}
.lw-w-8 {
    width: 66.66666667%;
}
.lw-w-9 {
    width: 75%;
}
.lw-w-10 {
    width: 83.33333333%;
}
.lw-w-11 {
    width: 91.66666667%;
}
.lw-w-12 {
    width: 100%;
}
.lw-5w {
    width: 20%;
}
.lw-w-hide {
    display: none;
}
@media (max-width: 1200px) {
    .lw-xw-1 {
        width: 8.33333333%;
    }
    .lw-xw-2 {
        width: 16.66666667%;
    }
    .lw-xw-3 {
        width: 25%;
    }
    .lw-xw-4 {
        width: 33.33333333%;
    }
    .lw-xw-5 {
        width: 41.66666667%;
    }
    .lw-xw-6 {
        width: 50%;
    }
    .lw-xw-7 {
        width: 58.33333333%;
    }
    .lw-xw-8 {
        width: 66.66666667%;
    }
    .lw-xw-9 {
        width: 75%;
    }
    .lw-xw-10 {
        width: 83.33333333%;
    }
    .lw-xw-11 {
        width: 91.66666667%;
    }
    .lw-xw-12 {
        width: 100%;
    }
    .lw-5xw {
        width: 20%;
    }
}
@media (max-width: 1024px) {
    .lw-mw-1 {
        width: 8.33333333%;
    }
    .lw-mw-2 {
        width: 16.66666667%;
    }
    .lw-mw-3 {
        width: 25%;
    }
    .lw-mw-4 {
        width: 33.33333333%;
    }
    .lw-mw-5 {
        width: 41.66666667%;
    }
    .lw-mw-6 {
        width: 50%;
    }
    .lw-mw-7 {
        width: 58.33333333%;
    }
    .lw-mw-8 {
        width: 66.66666667%;
    }
    .lw-mw-9 {
        width: 75%;
    }
    .lw-mw-10 {
        width: 83.33333333%;
    }
    .lw-mw-11 {
        width: 91.66666667%;
    }
    .lw-mw-12 {
        width: 100%;
    }
    .lw-5mw {
        width: 20%;
    }
}
@media (max-width: 992px) {
    .lw-nw-1 {
        width: 8.33333333%;
    }
    .lw-nw-2 {
        width: 16.66666667%;
    }
    .lw-nw-3 {
        width: 25%;
    }
    .lw-nw-4 {
        width: 33.33333333%;
    }
    .lw-nw-5 {
        width: 41.66666667%;
    }
    .lw-nw-6 {
        width: 50%;
    }
    .lw-nw-7 {
        width: 58.33333333%;
    }
    .lw-nw-8 {
        width: 66.66666667%;
    }
    .lw-nw-9 {
        width: 75%;
    }
    .lw-nw-10 {
        width: 83.33333333%;
    }
    .lw-nw-11 {
        width: 91.66666667%;
    }
    .lw-nw-12 {
        width: 100%;
    }
    .lw-5nw {
        width: 20%;
    }
}
@media (max-width: 768px) {
    .lw-sw-1 {
        width: 8.33333333%;
    }
    .lw-sw-2 {
        width: 16.66666667%;
    }
    .lw-sw-3 {
        width: 25%;
    }
    .lw-sw-4 {
        width: 33.33333333%;
    }
    .lw-sw-5 {
        width: 41.66666667%;
    }
    .lw-sw-6 {
        width: 50%;
    }
    .lw-sw-7 {
        width: 58.33333333%;
    }
    .lw-sw-8 {
        width: 66.66666667%;
    }
    .lw-sw-9 {
        width: 75%;
    }
    .lw-sw-10 {
        width: 83.33333333%;
    }
    .lw-sw-11 {
        width: 91.66666667%;
    }
    .lw-sw-12 {
        width: 100%;
    }
    .lw-5sw {
        width: 20%;
    }
    .lw-sw-block {
        display: block;
    }
}
.self-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.self-svg svg.icon {
    width: var(--size);
    height: var(--size);
    fill: var(--fill);
}
/**视频弹框**/

.tank-video-box {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    cursor: pointer;
}
.tank-video-box .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.tank-video-box .video-box {
    position: relative;
    height: auto;
    width: auto;
}
.tank-video-box .video-box .exit {
    --sw: 28px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: var(--sw);
    height: var(--sw);
    background: #ffffff;
    transform: rotate(0);
    transition: all 0.3s;
    color: var(--mcolor);
}
.tank-video-box .video-box .exit::before, .tank-video-box .video-box .exit::after {
    content: '';
    display: block;
    margin-left: 0;
    margin-top: -1px;
    position: absolute;
    left: 22%;
    top: 50%;
    width: 56%;
    height: 2px;
    background-color: var(--mcolor);
    transition: all 0.3s;
}
.tank-video-box .video-box .exit:hover {
    transform: rotate(45deg);
    background: var(--mcolor);
}
.tank-video-box .video-box .exit:hover::before, .tank-video-box .video-box .exit:hover::after {
    background-color: #ffffff;
}
.tank-video-box .video-box video {
    display: block;
    border: 7px solid #137fdc;
    border: 7px solid #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    height: 60vh;
    width: auto;
    background: #000000;
    max-width: 94vw;
    max-height: 96vh;
    border-radius: 4px;
}
@keyframes swiper-delay-ani {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.swiper-box {
    --anitime: 3s;
}
.swiper-box.swiper-type1 {
    overflow: hidden;
}
.swiper-box.swiper-type2 {
    position: relative;
    --scale: 0.8;
}
.swiper-box.swiper-type2 .swiper-slide {
    width: clamp(10vw, 55.8vw, 1070px);
    transition: all 0.3s;
}
.swiper-box.swiper-type2 .swiper-slide-prev {
    transform: scale(var(--scale)) translate(50%, -7%);
}
.swiper-box.swiper-type2 .swiper-slide-next {
    transform: scale(var(--scale)) translate(-50%, -7%);
}
.swiper-box.swiper-type2 .swiper-slide-active {
    z-index: 2;
    transform: scale(1);
}
.swiper-box.swiper-type2 .swiper-slide-active .img-box {
    box-shadow: 0px 10px 20px 4px rgba(180, 180, 180, 0.75);
}
.swiper-box.swiper-type2 .swiper-slide-active .img-box::after {
    opacity: 0;
}
.swiper-box.swiper-type2 .swiper-slide-active .title {
    opacity: 1;
}
.swiper-box.swiper-type2 .title {
    opacity: 0;
    padding: 1em 1em;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    transition: all 0.3s;
}
.swiper-box.swiper-type2 .img-box {
    display: block;
    transition: all 0.3s;
}
.swiper-box.swiper-type2 .img-box::before {
    padding-top: 57%;
}
.swiper-box.swiper-type2 .img-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}
.swiper-box.swiper-type2 .swiper-btn {
    margin-top: -3%;
}
.swiper-box .swiper-other {
    padding-top: clamp(0.3rem, 3.645vw, 70px);
}
.swiper-box .swiper-other .swiper-btn {
    flex-shrink: 0;
}
.swiper-box .swiper-other .delay-box {
    width: calc(96.8% - var(--s)*2);
}
.swiper-box .swiper-other .delay-box .delay-line {
    display: block;
    position: relative;
    background: #dcdcdc;
    height: 2px;
}
.swiper-box .swiper-other .delay-box .delay-line::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
}
.swiper-box .swiper-other .delay-box.run .delay-line::before {
    animation: swiper-delay-ani var(--anitime) linear;
}
.swiper-box .swiper-btn-box-a.type1 .prev {
    transform: translate(30%, -50%);
}
.swiper-box .swiper-btn-box-a.type1 .next {
    transform: translate(-30%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .prev {
    transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .next {
    transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a .swiper-btn {
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    top: 50%;
}
.swiper-box .swiper-btn-box-a .prev {
    left: 0;
}
.swiper-box .swiper-btn-box-a .next {
    transform: translate(50%, -50%);
    right: 0;
}
@media (max-width: 1700px) {
    .swiper-box.swiper-type2 .title {
        font-size: 22px;
    }
}
@media (max-width: 1600px) {
    .swiper-box.swiper-type2 .title {
        font-size: 20px;
    }
}
@media (max-width: 1500px) {
    .swiper-box.swiper-type2 .title {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .swiper-box.swiper-type2 .swiper-slide {
        width: clamp(10vw, 55.8vw, 1070px);
    }
    .swiper-box.swiper-type2 .title {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
    .swiper-box.swiper-type2 .swiper-slide {
        width: clamp(10vw, calc(var(--wrap-1680-width)*0.7), 1070px);
    }
    .swiper-box.swiper-type2 .title {
        font-size: 0.26rem;
    }
    .swiper-box.swiper-type2 .swiper-btn {
        margin-top: -7%;
    }
}
@media (max-width: 768px) {
    .swiper-box .swiper-btn-box-a .swiper-btn {
        transform: translate(0%, -50%);
    }
    .swiper-box .swiper-btn-box-a .next {
        transform: translate(0%, -50%);
    }
}
/**轮播切换**/

.swiper-btn-box {
    --s: 40px;
    --fill: var(--mcolor);
    --dc: rgba(var(--mcolor-rgb), 0.1);
    --hc: rgba(var(--mcolor-rgb), 0.5);
}
.swiper-btn-box .swiper-btn {
    --jtw: 8px;
    display: flex;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
    width: var(--s);
    height: var(--s);
    background-color: #ffffff;
    transition: background 0.3s;
}
.swiper-btn-box .swiper-btn::before, .swiper-btn-box .swiper-btn::after {
    content: '';
    display: block;
    border-top: calc(var(--jtw)*0.88) solid transparent;
    border-bottom: calc(var(--jtw)*0.88) solid transparent;
    opacity: 1;
    transition: border 0.3s;
}
.swiper-btn-box .swiper-btn:hover {
    background-color: var(--mcolor);
}
.swiper-btn-box .swiper-btn:hover.prev::before {
    border-right-color: var(--mcolor2);
}
.swiper-btn-box .swiper-btn:hover.next::before {
    border-left-color: var(--mcolor2);
}
.swiper-btn-box .swiper-btn.prev::before {
    margin-left: calc(var(--jtw)*-0.3);
    border-right: calc(var(--jtw)*1) solid rgba(var(--mcolor-rgb), 1);
}
.swiper-btn-box .swiper-btn.next::before {
    margin-left: calc(var(--jtw)*0.3);
    border-left: calc(var(--jtw)*1) solid rgba(var(--mcolor-rgb), 1);
}
.swiper-btn-box .swiper-btn.swiper-button-disabled {
    pointer-events: none;
}
.swiper-btn-box .swiper-btn.swiper-button-disabled::before, .swiper-btn-box .swiper-btn.swiper-button-disabled::after {
    opacity: 0.3;
}
@media (max-width: 992px) {
    .swiper-box .swiper-other {
        padding-top: 0.3rem;
    }
    .swiper-btn-box {
        --s: 0.5rem;
    }
    .swiper-btn-box .swiper-btn {
        --jtw: 0.14rem;
    }
}
.swiper-btn-box-a {
    --s: 36px;
}
.swiper-btn-box-a .swiper-btn {
    --sw: var(--s);
}
.swiper-btn-box-a .swiper-btn .self-svg {
    margin-top: 5%;
}
.swiper-btn-box-a .swiper-btn .prev .self-svg svg {
    transform: scaleX(-1);
}
@media (max-width: 1600px) {
    .swiper-btn-box-a {
        --s: 54px;
    }
}
@media (max-width: 1500px) {
    .swiper-btn-box-a {
        --s: 50px;
    }
}
@media (max-width: 1400px) {
    .swiper-btn-box-a {
        --s: 46px;
    }
}
@media (max-width: 1300px) {
    .swiper-btn-box-a {
        --s: 42px;
    }
}
@media (max-width: 1200px) {
    .swiper-btn-box-a {
        --s: 40px;
    }
}
@media (max-width: 992px) {
    .swiper-btn-box-a {
        --s: 0.5rem;
    }
    .swiper-btn-box-a .swiper-btn .self-svg {
        margin-top: 0;
    }
}
.swiper-pagination-progressbar {
    height: 2px !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--mcolor2);
}
/**轮播点**/

.swiper-points {
    --background: var(--mcolor);
}
.swiper-points .swiper-pagination-bullet {
    --sw: 18px;
    margin: 0 5px;
    border: 0 none;
    border-radius: 0;
    width: var(--sw);
    height: var(--sw);
    opacity: 1;
    background: transparent;
    cursor: pointer;
}
.swiper-points .swiper-pagination-bullet .self-svg {
    --size: 100%;
    --fill: #ffffff;
}
.swiper-points .swiper-pagination-bullet:hover .self-svg, .swiper-points .swiper-pagination-bullet.swiper-pagination-bullet-active .self-svg {
    --fill: var(--mcolor);
}
.swiper-points .swiper-pagination-bullet::before {
    display: none;
}
@media (max-width: 992px) {
    .swiper-points span {
        margin: 0 0.05rem;
        --sw: 0.22rem;
    }
}
.swiper-points1 {
    --background: var(--mcolor);
}
.swiper-points1.type-a .swiper-pagination-bullet {
    border-radius: 50%;
    background: var(--mcolor2);
    opacity: 0.2;
}
.swiper-points1.type-a .swiper-pagination-bullet:hover, .swiper-points1.type-a .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--mcolor2);
    opacity: 1;
}
.swiper-points1 .swiper-pagination-bullet {
    --sw: 12px;
    margin: 0 5px;
    border: 0 none;
    border-radius: 0;
    width: var(--sw);
    height: var(--sw);
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.swiper-points1 .swiper-pagination-bullet:hover, .swiper-points1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--mcolor);
}
@media (max-width: 992px) {
    .swiper-points1 span {
        margin: 0 0.05rem;
        --sw: 0.22rem;
    }
}
.video-block {
    position: relative;
}
.video-block .video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}
.video-block .video-play:hover {
    background: rgba(0, 0, 0, 0.36);
}
/**视频图标**/

.video-play {
    --size1: 50px;
    --size: calc(var(--size1)*1);
    --fill: #ffffff;
    --c: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-play .icon-icon {
    --sw: 82px;
    --size: 75%;
    --fill: #ffffff;
    border-radius: 50%;
    width: var(--sw);
    height: var(--sw);
    background-color: #535359;
    transition: all 0.3s;
}
.video-play .video-play-btn-word {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: var(--fs16);
    line-height: 1.4em;
    color: var(--c);
}
.video-play:hover .icon-icon {
    --fill: var(--mcolor);
    background-color: #ffffff;
}
@media (max-width: 992px) {
    .video-play {
        --size1: 0.7rem;
    }
    .video-play .icon-icon {
        --sw: 0.7rem;
        border-width: 0.06rem;
    }
    .video-play .video-play-btn-word {
        margin-top: 0.15rem;
    }
}
.website-banner {
    position: relative;
}
.website-banner .website-map .flex-box {
    padding: 0;
}
.website-banner .website-map .title-icon img {
    display: none;
}
.website-banner.no-banner {
    height: auto;
    padding-top: 32px;
    padding-bottom: 27px;
}
.website-banner.no-banner .website-map {
    position: relative;
}
.website-banner.color-type-1 .website-map {
    --c: #20222d;
}
.website-banner.color-type-2 .website-map .line {
    color: #ffffff;
}
.website-map {
    --c: #999999;
    position: relative;
    font-size: var(--fs14);
    line-height: 1em;
    color: var(--c);
}
.website-map.bg-none {
    background: transparent;
}
.website-map .flex-box {
    padding: calc(var(--wrap-1440-width)*0.0208) 0;
}
.website-map .jt {
    --size: 0.6em;
    --fill: var(--c);
    margin: 0 0.2em 0.18em 0.3em;
}
.website-map a {
    color: var(--c);
}
.website-map a:hover {
    color: var(--mcolor);
}
.website-map .line {
    --size: 0.8em;
    margin: 0 1em;
    color: #d2d2d2;
}
.website-map .span, .website-map .jt, .website-map .title {
    margin-top: 0.5em;
}
@media (max-width: 992px) {
    .website-banner {
        height: auto;
    }
    .website-banner .auto-banner .cont {
        padding-top: 0.5rem;
    }
    .website-banner .website-map {
        border-top: 0;
        position: static;
    }
    .website-banner .website-map .flex-box {
        border-bottom: 0;
        padding-bottom: 0.3rem;
    }
    .website-banner.no-banner {
        padding-top: 0;
        padding-bottom: 0.4rem;
    }
    .website-banner.no-banner .website-map {
        position: relative;
    }
    .website-banner.no-line .website-map .flex-box {
        border-bottom: 0 none;
    }
    .website-map {
        border-top: 1px solid #dddddd;
        background: transparent;
        font-size: 0.26rem;
        line-height: 1.4em;
    }
    .website-map .flex-box {
        border-bottom: 1px solid #dddddd;
        padding: 0.7em 0;
        justify-content: flex-start;
    }
    .website-map a {
        color: var(--c);
    }
    .website-map .line {
        margin: 0 0.5em;
    }
}
.page-btn-box {
    --h: 32px;
    --lh: calc(var(--h) - 2px);
    padding: 24px 0;
    font-size: var(--fs14);
    line-height: var(--h);
    color: #181818;
}
.page-btn-box .page-result {
    color: #999999;
}
.page-btn-box .page-btns {
    --size: 0.8em;
    --fill: #181818;
    line-height: var(--lh);
}
.page-btn-box .page-btns .page-btn {
    display: inline-flex;
    margin: 0 4px;
    border: 1px solid #e8e8e8;
    min-width: var(--h);
    height: var(--h);
    padding: 0 0.3em;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-btn-box .page-btns .page-btn:hover {
    background-color: #f6f6f6;
}
.page-btn-box .page-btns .page-btn.on {
    border-color: var(--mcolor);
    background-color: var(--mcolor);
    color: #ffffff;
}
.page-btn-box .page-btns .page-btn.omission {
    border-color: transparent;
    background-color: transparent;
}
.page-btn-box .page-btns .page-btn.prev, .page-btn-box .page-btns .page-btn.next {
    border-color: transparent;
    background-color: transparent;
}
.page-btn-box .page-btns .page-btn.text {
    margin-right: 0;
    width: 64px;
}
.page-btn-box .page-btns .page-btn.total {
    margin: 0;
    background: #F2F2F2;
    border-left: 0;
    min-width: 72px;
    padding: 0 0.9em;
}
.page-btn-box .page-btns .form {
    margin-left: 12px;
}
.page-btn-box .page-btns .prev .self-svg {
    transform: scaleX(-1);
}
@media (max-width: 992px) {
    .page-btn-box {
        --h: 0.6rem;
        padding: 0.35rem 0 0.55rem;
        flex-wrap: wrap;
    }
    .page-btn-box .page-result {
        width: 100%;
    }
    .page-btn-box .page-btns {
        margin-top: 0.15rem;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .page-btn-box .page-btns .form {
        margin-top: 0.15rem;
        width: 100%;
        justify-content: center;
    }
}
.info-page-box {
    --lh: 30px;
    background: #F8F9FC;
    padding: 1.1em 24px;
    font-size: var(--fs14);
    line-height: var(--lh);
    color: #181818;
}
.info-page-box.no-bot-line {
    border-bottom: 0 none;
}
.info-page-box.no-bot {
    padding-bottom: 0;
}
.info-page-box a:hover {
    color: var(--mcolor);
}
.info-page-box .info-page-wid {
    width: 48%;
}
.info-page-box .line {
    height: var(--lh);
    width: 1px;
    background-color: #E8E8E8;
}
.info-page-box .prev {
    text-align: left;
}
.info-page-box .next {
    text-align: right;
}
.info-page-box a:hover {
    color: var(--mcolor);
}
@media (max-width: 1200px) {
    .info-page-box {
        --lh: 28px;
        padding: 0.9em 20px;
    }
}
@media (max-width: 992px) {
    .info-page-box {
        --lh: 0.4rem;
        padding: 0.9em 0.15rem;
    }
}
.icon-cycle {
    --c1: var(--mcolor);
    --c2: var(--main-next-color);
    --ics: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-cycle::before, .icon-cycle::after {
    content: '';
    border-radius: 50%;
    height: var(--ics);
    width: var(--ics);
}
.icon-cycle::before {
    position: relative;
    background: var(--c1);
    transform: translateX(0%);
    animation: icon-cycle-move1 2s ease-in-out infinite;
}
.icon-cycle::after {
    background: var(--c2);
    transform: translateX(0%);
    animation: icon-cycle-move2 2s ease-in-out infinite;
}
@media (max-width: 992px) {
    .icon-cycle {
        --ics: 0.26rem;
    }
}
@keyframes icon-cycle-move1 {
    0% {
        transform: translateX(0%) scale(0.95);
    }
    50% {
        transform: translateX(110%) scale(0.95);
    }
    100% {
        transform: translateX(0%) scale(1);
    }
}
@keyframes icon-cycle-move2 {
    0% {
        transform: translateX(0%) scale(0.95);
    }
    50% {
        transform: translateX(-110%) scale(0.95);
    }
    100% {
        transform: translateX(0%) scale(1);
    }
}
.header-padding {
    height: var(--header-h);
}
/***标题***/

.auto-title-block {
    --bpad: 56px;
    padding-top: var(--bpad);
    padding-bottom: var(--bpad);
    text-align: center;
    display: block;
}
.auto-title-block img{ display: inline-block; width: 15% }

.auto-title-block .auto-title-h2 {
    font-size: var(--fs52);
    font-weight: 500;
    line-height: 1.22em;
    color: #3d5743;
    display: inline-block;
    font-weight: bold;
}
.auto-title-block .auto-title-des {
    margin-top: 16px;
    font-size: var(--fs16);
    line-height: 1.5em;
    color: #666666;
}
@media (max-width: 1600px) {
    .auto-title-block {
        --bpad: 46px;
    }
}
@media (max-width: 1500px) {
    .auto-title-block {
        --bpad: 40px;
    }
}
@media (max-width: 1400px) {
    .auto-title-block {
        --bpad: 38px;
        padding-bottom: calc(var(--bpad)*0.7);
    }
}
@media (max-width: 1200px) {
    .auto-title-block {
        --bpad: 34px;
    }
}
@media (max-width: 992px) {
    .auto-title-block {
        --bpad: 0.55rem;
    }
    .auto-title-block .auto-title-des {
        margin-top: 0.2rem;
    }
    .auto-title-block img{ width: 25% }
}
.auto-title-block-b {
    --bpad: 7px;
    border-bottom: 1px solid #E8E8E8;
}
.auto-title-block-b .auto-title-h2 {
    font-size: var(--fs18);
    font-weight: 600;
    line-height: 1.445em;
    color: #181818;
}
.auto-title-block-b .auto-title-h2 .auto-title-h2-word {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: var(--bpad) 0;
}
.auto-title-block-b .auto-title-h2 .auto-title-h2-word::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: var(--mcolor);
}
@media (max-width: 992px) {
    .auto-title-block-b {
        --bpad: 0.1rem;
    }
    .auto-title-block-b .auto-title-des {
        margin-top: 0.2rem;
    }
}
/**查看更多按钮**/

.more-box-a {
    --atime: 0.5s;
    --lh: 42px;
    --dc: #ffffff;
    --fz: var(--fs14);
}
.more-box-a .more-box {
    position: relative;
    overflow: hidden;
    min-width: 10em;
    padding: 0 1.2em;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: var(--fz);
    line-height: var(--lh);
    color: var(--dc);
}
.more-box-a .more-box::after, .more-box-a .more-box .more-word {
    transition: 0.5s;
}
.more-box-a .more-box::before, .more-box-a .more-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
}
.more-box-a .more-box::before {
    border: 1px solid var(--dc);
    width: 100%;
}
.more-box-a .more-box::after {
    width: 0%;
    background-color: var(--dc);
}
.more-box-a .more-box .more-word {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.more-box-a.type-a .more-box {
    color: var(--mcolor);
}
.more-box-a.type-a .more-box::before {
    background-color: var(--dc);
}
.more-box-a.type-a .more-box::after {
    background-color: var(--mcolor2);
}
.more-box-a.type-a:hover .more-box {
    color: var(--dc);
}
.more-box-a.type-b .more-box {
    color: var(--mcolor);
}
.more-box-a.type-b .more-box::before {
    border-color: var(--mcolor);
    background-color: var(--dc);
}
.more-box-a.type-b .more-box::after {
    background-color: var(--mcolor2);
}
.more-box-a.type-b:hover .more-box {
    color: var(--dc);
}
.more-box-a.type-c .more-box {
    color: var(--dc);
}
.more-box-a.type-c .more-box::before {
    border-color: var(--mcolor);
    background-color: var(--mcolor);
}
.more-box-a.type-c .more-box::after {
    background-color: var(--mcolor2);
}
.more-box-a.type-c:hover .more-box {
    color: var(--dc);
}
.more-box-a:hover .more-box {
    color: var(--mcolor2);
}
.more-box-a:hover .more-box::after {
    width: 100%;
}
.more-box-a-h:hover .more-box-a .more-box {
    color: var(--dc);
}
.more-box-a-h:hover .more-box-a .more-box::after {
    width: 100%;
}
form .more-box {
    position: relative;
    cursor: pointer;
}
form .more-box .submit {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
form .more-box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
form .more-box-a input {
    cursor: pointer;
}
form .more-box-a .more-box {
    cursor: pointer;
}
form .more-box-a .more-box::before {
    opacity: 1;
}
form .more-box-a .more-box::after {
    display: none;
}
form .more-box-a:hover .more-box::before {
    opacity: 0.9;
}
form .more-box-a-h:hover .more-box-a .more-box::before {
    opacity: 0.9;
}
@media (max-width: 1600px) {
    .more-box-a {
        --lh: 40px;
    }
}
@media (max-width: 1500px) {
    .more-box-a {
        --lh: 38px;
    }
}
@media (max-width: 992px) {
    .more-box-a {
        --lh: 0.5rem;
    }
    .more-box-a .more-box {
        min-width: 7.6em;
        padding: 0 1.2em;
    }
}
.more-box-b {
    --atime: 0.5s;
    --lh: 42px;
    --dc: var(--mcolor);
    --fz: var(--fs14);
    --fill: var(--dc);
}
.more-box-b .more-box {
    position: relative;
    font-size: var(--fz);
    line-height: var(--lh);
    color: var(--dc);
}
.more-box-b .more-box .more-word {
    position: relative;
    z-index: 1;
}
.more-box-b .more-box .jt {
    --size: 1.8em;
    margin-left: 0.4em;
    transform: translate(-100%, 0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}
.more-box-b:hover .more-box .jt {
    transform: translate(0, 0);
    opacity: 1;
}
.more-box-b-h:hover .more-box-b .more-box::after {
    width: 100%;
}
@media (max-width: 1600px) {
    .more-box-b {
        --lh: 40px;
    }
}
@media (max-width: 1500px) {
    .more-box-b {
        --lh: 38px;
    }
}
@media (max-width: 992px) {
    .more-box-b {
        --lh: 0.5rem;
    }
}
.more-box-c {
    --size: 32px;
    --fill: var(--mcolor);
}
@media (max-width: 992px) {
    .more-box-c {
        --size: 0.4rem;
    }
}
.more-box-d {
    --atime: 0.5s;
    --lh: 1.5715em;
    --dc: var(--mcolor);
    --fz: var(--fs14);
}
.more-box-d .more-box {
    position: relative;
    text-align: center;
    font-size: var(--fz);
    line-height: var(--lh);
    color: var(--dc);
}
.more-box-d .more-box .jt {
    --size: 0.75em;
    --fill: var(--dc);
    transform: translate(0, 0);
    margin-left: 6px;
    transition: all 0.3s;
}
.more-box-d:hover .more-box .jt {
    transform: translate(50%, 0);
}
.more-box-d-h:hover .more-box-d .more-box::after {
    width: 100%;
}
@media (max-width: 1600px) {
    .more-box-d {
        --lh: 40px;
    }
}
@media (max-width: 1500px) {
    .more-box-d {
        --lh: 38px;
    }
}
@media (max-width: 992px) {
    .more-box-d {
        --lh: 0.5rem;
    }
    .more-box-d .more-box {
        min-width: 7.6em;
        padding: 0 1.2em;
    }
}
.more-box-e {
    --atime: 0.5s;
    --lh: 42px;
    --dc: #ffffff;
    --fz: var(--fs14);
    transform: scale(1);
    transition: all 0.3s;
}
.more-box-e .more-box {
    position: relative;
    overflow: hidden;
    min-width: 10em;
    padding: 0 1.2em;
    text-align: center;
    font-size: var(--fz);
    line-height: var(--lh);
    color: var(--dc);
}
.more-box-e .more-box::after, .more-box-e .more-box .more-word {
    transition: 0.5s;
}
.more-box-e .more-box::before, .more-box-e .more-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
}
.more-box-e .more-box::before {
    border: 1px solid var(--dc);
    width: 100%;
}
.more-box-e .more-box::after {
    width: 0%;
    background-color: var(--dc);
}
.more-box-e .more-box .more-word {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.more-box-e .svg-box {
    margin-right: 0.5em;
}
.more-box-e .svg-box svg {
    fill: var(--dc);
    background-color: var(--mcolor);
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
}
.more-box-e.type-a .more-box::before, .more-box-e.type-a .more-box::after {
    display: none;
}
.more-box-e:hover {
    transform: scale(1.1);
}
.more-box-e-h:hover .more-box-e {
    transform: scale(1.1);
}
@media (max-width: 1600px) {
    .more-box-e {
        --lh: 40px;
    }
}
@media (max-width: 1500px) {
    .more-box-e {
        --lh: 38px;
    }
}
@media (max-width: 992px) {
    .more-box-e {
        --lh: 0.5rem;
    }
    .more-box-e .more-box {
        min-width: 7.6em;
        padding: 0 1.2em;
    }
}
.fix-nav {
    --navw: 38px;
    --pad: 5px;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: calc(21% + var(--navw) + var(--pad)*2 + 12px);
    border-radius: 24px;
    padding: var(--pad);
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
    background: #ffffff;
    transition: margin 0.3s, opacity 0.3s;
}
.fix-nav .fix-btn {
    margin: 0 auto;
    position: relative;
    width: var(--navw);
    height: var(--navw);
}
.fix-nav .fix-btn.return-top {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(var(--navw) + var(--pad)*2);
    height: calc(var(--navw) + var(--pad)*2);
}
.fix-nav .fix-btn:hover .i-h .i {
    opacity: 0;
}
.fix-nav .fix-btn:hover .i-h .h {
    opacity: 1;
}
.fix-nav .fix-btn:hover .hover-box {
    margin-right: 0;
    pointer-events: auto;
    opacity: 1;
}
.fix-nav .return-top {
    margin-top: 12px;
    background: #ffffff;
    border-radius: 50%;
    padding: var(--pad);
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
    transition: transform 0.3s, opacity 0.3s;
}
.fix-nav .return-top .i-h img {
    height: calc(var(--navw)*0.5265);
}
.fix-nav .i-h {
    display: block;
    border-radius: 50%;
    transition: all 0.3s;
}
.fix-nav .line {
    display: block;
    margin: 6px auto;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}
.fix-nav .hover-box {
    --mr: 16px;
    transform: translate(0, -50%);
    margin-right: -10px;
    position: absolute;
    right: calc(100% + var(--pad) + var(--mr));
    top: 50%;
    width: 182px;
    padding: 10px 14px;
    opacity: 0;
    background: #FFFFFF;
    box-shadow: 4px 4px 30px 0px rgba(24, 24, 24, 0.1);
    pointer-events: none;
    transition: opacity 0.3s, margin 0.3s;
}
.fix-nav .hover-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(var(--mr) + var(--pad));
    height: 100%;
}
.fix-nav .hover-box .jt {
    --jtw: 14px;
    transform: translate(0, -50%);
    position: absolute;
    left: 100%;
    top: 50%;
    width: var(--jtw);
    height: var(--jtw);
}
.fix-nav .hover-box .jt::before {
    content: '';
    display: block;
    position: absolute;
    border-left: 8px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.fix-nav .hover-box .title {
    display: block;
    margin-bottom: 2px;
    font-size: var(--fs15);
    font-weight: bold;
    line-height: 1.6em;
    color: #181818;
}
.fix-nav .hover-box .title:hover {
    color: var(--mcolor);
}
.fix-nav .hover-box .phone {
    font-size: var(--fs12);
    line-height: 1.4em;
    color: var(--mcolor);
}
.fix-nav .hover-box .cont {
    font-size: var(--fs14);
    line-height: 1.57em;
    color: #999999;
}
@media (min-width: 992px) {
    .fix-nav .return-top {
        transform: translate(0, 50%);
        opacity: 0;
        pointer-events: none;
    }
    .show-fix .fix-nav .return-top {
        transform: translate(0, 0);
        opacity: 1;
        pointer-events: auto;
    }
}
@media (max-width: 1500px) {
    .fix-nav {
        right: 15px;
    }
}
@media (max-width: 1400px) {
    .fix-nav {
        right: 10px;
    }
}
@media (max-width: 992px) {
    .fix-nav {
        --navw: 0.7rem;
        --pad: 0.08rem;
        right: 0.1rem;
        border-radius: calc((var(--navw) + var(--pad)*2)*0.5);
    }
    .fix-nav .line {
        display: none;
    }
    .fix-nav .fix-btn {
        display: none;
    }
    .fix-nav .fix-btn.phone {
        display: block;
    }
    .fix-nav .fix-btn.phone .i-h img {
        width: var(--navw);
        height: var(--navw);
    }
    .fix-nav .fix-btn.phone .i-h .i {
        opacity: 0;
    }
    .fix-nav .fix-btn.phone .i-h .h {
        opacity: 1;
    }
    .fix-nav .fix-btn.phone .hover-box {
        display: none;
    }
    .fix-nav .hover-box {
        width: 3rem;
        padding: 0.15rem 0.15rem;
    }
    .fix-nav .hover-box .title {
        margin-bottom: 0.05em;
    }
}
/*暂无内容*/

.nodata {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 13%;
    margin-bottom: 13%;
    background: url(../images/nodata.png) center top no-repeat;
    background-size: auto 169px;
    padding-top: 180px;
}
.nodata .title {
    color: #555555;
    font-size: 18px;
    overflow: hidden;
    margin-top: 2%;
    line-height: 26px;
}
.nodata .desc {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 5px;
}
.nodata .desc a {
    color: var(--mcolor);
}
.nodata .desc a:hover {
    text-decoration: underline;
}
iframe.iframe-iframe {
    position: fixed;
    left: 0;
    top: 0;
    border: 0 none;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 99999;
}
iframe.loading {
    background: url(../images/loading.gif) no-repeat center;
}
/**弹框**/

.tank-block-a {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.tank-block-a.default-none {
    display: none;
}
.tank-block-a .tank-mark {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.tank-block-a .tank-mark::before, .tank-block-a .tank-mark::after {
    display: none;
}
.tank-block-a .flex-box {
    height: 100%;
    width: 100%;
}
.tank-block-a .tank-main {
    position: relative;
    z-index: 999;
    background: #ffffff;
    width: 890px;
    max-width: calc(100% - 0.6rem);
    padding: 10px;
}
.tank-block-a .tank-main.type-a {
    width: 470px;
}
.tank-block-a .exit-btn {
    --sw: 24px;
    margin-left: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    width: var(--sw);
    height: var(--sw);
    cursor: pointer;
    transition: all 0.3s;
}
.tank-block-a .exit-btn::before, .tank-block-a .exit-btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    top: 50%;
    border-radius: 2px;
    height: 3px;
    width: 100%;
    background: #ffffff;
}
.tank-block-a .exit-btn::before {
    transform: translate(50%, -50%) rotate(45deg);
}
.tank-block-a .exit-btn::after {
    transform: translate(50%, -50%) rotate(-45deg);
}
.tank-block-a .tank-cont {
    max-height: 90vh;
    overflow-y: auto;
}
@media (max-width: 992px) {
    .tank-block-a .tank-main {
        width: 7.68rem;
        padding: 0.15rem;
    }
    .tank-block-a .exit-btn {
        --sw: 0.5rem;
        position: absolute;
        margin-left: -0.5rem;
        margin-top: -0.6rem;
    }
}
/**弹框**/

.auto-tank-hide-a {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    width: 840px;
    max-width: 96vw;
    padding: 17px 25px;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 17px;
    line-height: 1.6em;
    color: #ffffff;
}
.title-icon {
    font-size: var(--fs14);
    line-height: 1em;
    color: var(--mcolor);
}
.title-icon img {
    margin-right: 5px;
}
@media (max-width: 992px) {
    .title-icon img {
        width: 0.3rem;
    }
}