@charset "UTF-8";
/*重置样式 s*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    font-size: 0;
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    overflow-y: overlay;
    scrollbar-gutter: stable;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0)
}

html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

html:hover::-webkit-scrollbar-thumb {
    background: #7d7d7d;
}

html:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
/*重置样式 e*/

/*阿里巴巴普惠体 s*/
@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-style: normal;
  font-weight: 100;
  src:  local("AlibabaPuHuiTi"),
        url("../fonts/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.woff2") format("woff2"),
        url("../fonts/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
    font-family: AlibabaPuHuiTi;
}

[class*=" icon-"], [class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}
/*阿里巴巴普惠体 e*/

/*字体图标 s*/
@font-face {
  font-family: "iconfont"; /* Project id 4879491 */
  src: url('../fonts/iconfont.woff2?t=1744017993689') format('woff2'),
       url('../fonts/iconfont.woff?t=1744017993689') format('woff'),
       url('../fonts/iconfont.ttf?t=1744017993689') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wechat:before {
  content: "\e658";
}
.icon-weibo:before {
  content: "\e882";
}
.icon-jinru:before {
  content: "\e6bc";
}
.icon-flow:before {
  content: "\e612";
}
.icon-top:before {
  content: "\e65f";
}

.icon-tel:before {
  content: "\e902";
}

.icon-ic_apply:before {
  content: "\e692";
}
.icon-next:before,
.icon-more:before {
  content: "\e608";
}

.icon-zuo:before {
  content: "\e609";
}

.icon-xiangshang:before {
  content: "\e6db";
}

.icon-search:before {
  content: "\e6b9";
}

.icon-close:before {
  content: "\e602";
}

.icon-home:before {
  content: "\e7c6";
}

.icon-up:before {
  content: "\e686";
}

.icon-prev:before {
    content: "\e609";
}

.icon-list:before {
    content: "\e60a";
}

/*字体图标 e*/

.font-normal {
    font-family: -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei
}

.white {
    color: #fff;
}

.blue {
    color: #0039c8;
}

.green {
    color: #00c857;
}

.black {
    color: #000;
}

.black30 {
    color: #333333;
}

.black40 {
    color: #474747;
}

.black80 {
    color: #888;
}

.gray {
    color: #8c8c8c;
}

.red {
    color: red;
}

.bg-lightblue {
    background-color: #f7f8fc;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-blue {
    background-color: #0039c8;
}

.bg-gray {
    background-color: #f2f3f5;
}

.bg-lightgray {
    background-color: #f7f8fc;
}

.container {
    overflow: hidden;
}

.v-rl {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.v-lr {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.bg-cover, .bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.wow {
    visibility: hidden;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-200 {
    margin-top: 200px;
}

@media (max-width: 1024px) {
    .mt-40 {
        margin-top: 20px;
    }

    .mt-50 {
        margin-top: 25px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mt-70 {
        margin-top: 35px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-90 {
        margin-top: 45px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mt-110 {
        margin-top: 55px;
    }

    .mt-120 {
        margin-top: 60px;
    }

    .mt-130 {
        margin-top: 65px;
    }

    .mt-140 {
        margin-top: 70px;
    }

    .mt-150 {
        margin-top: 75px;
    }

    .mt-160 {
        margin-top: 80px;
    }

    .mt-170 {
        margin-top: 85px;
    }

    .mt-180 {
        margin-top: 90px;
    }

    .mt-190 {
        margin-top: 95px;
    }

    .mt-200 {
        margin-top: 100px;
    }
}

.list {
    font-size: 0;
    list-style: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

.list > li {
    display: inline-block;
    vertical-align: top
}

.list-1 > li {
    width: 100%
}

.list-2 > li {
    width: 50%
}

.list-3 > li {
    width: 33.3333333333%
}

.list-4 > li {
    width: 25%
}

.list-5 > li {
    width: 20%
}

.list-6 > li {
    width: 16.6666666667%
}

.list-default {
    margin-right: -14px;
    margin-left: -14px;
}

.list-item {
    margin-right: 14px;
    margin-left: 14px;
}

@media (max-width: 1024px) {
    .list-default {
        margin-right: -10px;
        margin-left: -10px;
    }

    .list-item {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .list-default {
        margin-right: -5px;
        margin-left: -5px;
    }

    .list-item {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line-multiy, .line5, .line4, .line3, .line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.line2 {
    -webkit-line-clamp: 2
}

.line3 {
    -webkit-line-clamp: 3
}

.line4 {
    -webkit-line-clamp: 4
}

.line5 {
    -webkit-line-clamp: 5
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-17 {
    font-size: 17px;
}

.fz-18 {
    font-size: 18px;
}

.fz-19 {
    font-size: 19px;
}

.fz-20 {
    font-size: 20px;
}

.fz-21 {
    font-size: 21px;
}

.fz-22 {
    font-size: 22px;
}

.fz-23 {
    font-size: 23px;
}

.fz-24 {
    font-size: 24px;
}

.fz-25 {
    font-size: 25px;
}

.fz-26 {
    font-size: 26px;
}

.fz-27 {
    font-size: 27px;
}

.fz-28 {
    font-size: 28px;
}

.fz-29 {
    font-size: 29px;
}

.fz-30 {
    font-size: 30px;
}

.fz-31 {
    font-size: 31px;
}

.fz-32 {
    font-size: 32px;
}

.fz-33 {
    font-size: 33px;
}

.fz-34 {
    font-size: 34px;
}

.fz-35 {
    font-size: 35px;
}

.fz-36 {
    font-size: 36px;
}

.fz-37 {
    font-size: 37px;
}

.fz-38 {
    font-size: 38px;
}

.fz-39 {
    font-size: 39px;
}

.fz-40 {
    font-size: 40px;
}

.fz-41 {
    font-size: 41px;
}

.fz-42 {
    font-size: 42px;
}

.fz-43 {
    font-size: 43px;
}

.fz-44 {
    font-size: 44px;
}

.fz-45 {
    font-size: 45px;
}

.fz-46 {
    font-size: 46px;
}

.fz-47 {
    font-size: 47px;
}

.fz-48 {
    font-size: 48px;
}

.fz-49 {
    font-size: 49px;
}

.fz-50 {
    font-size: 50px;
}

.fz-60 {
    font-size: 60px;
}

@media (max-width: 1280px) {
    .fz-60 {
        font-size: 52px;
    }

    .fz-50 {
        font-size: 44px;
    }

    .fz-48 {
        font-size: 40px;
    }

    .fz-40 {
        font-size: 36px;
    }

    .fz-36 {
        font-size: 32px;
    }

    .fz-30 {
        font-size: 26px;
    }

    .fz-16 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .fz-60 {
        font-size: 48px;
    }

    .fz-50 {
        font-size: 40px;
    }

    .fz-48 {
        font-size: 36px;
    }

    .fz-40 {
        font-size: 32px;
    }

    .fz-36 {
        font-size: 28px;
    }

    .fz-30 {
        font-size: 22px;
    }

    .fz-24 {
        font-size: 20px;
    }

    .fz-20 {
        font-size: 18px;
    }

    .fz-18 {
        font-size: 16px;
    }

    .fz-14 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .fz-60 {
        font-size: 40px;
    }

    .fz-50 {
        font-size: 32px;
    }

    .fz-40 {
        font-size: 24px;
    }

    .fz-36 {
        font-size: 24px;
    }

    .fz-30 {
        font-size: 20px;
    }

    .fz-24 {
        font-size: 18px;
    }

    .fz-20 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .fz-60 {
        font-size: 36px;
    }

    .fz-50 {
        font-size: 28px;
    }

    .fz-40 {
        font-size: 20px;
    }
}

.wx-share {
    margin-top: -85px;
    margin-left: -70px;
    border-radius: 3px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 140px;
    padding-top: 20px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.wx-share img {
    display: block;
    width: 120px;
    margin: 0 auto
}

.wx-share p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    color: #000
}

.wx-share i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000
}

.img-box {
    position: relative;
}

.img-box::before {
    content: "";
    display: block
}

.img-box > img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-50 {
	padding-top:50px;
	padding-bottom:50px;
}

@media (max-width: 1024px) {
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ptb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.comm-title {
    font-weight: 700;
    line-height: 1.25
}

.comm-desc {
    line-height: 1.5
}

.comm-desc img {
    max-width: 100%;
    height: auto !important
}

.col-25 {
    width: 25%
}

.col-33 {
    width: 33.3333%
}

.col-50 {
    width: 50%
}

.col-66 {
    width: 66.6666%
}

.col-100 {
    width: 100%
}

.lts-30 {
    letter-spacing: .03em
}

.lts-10 {
    letter-spacing: .01em
}

.display-ib {
    display: inline-block;
    vertical-align: top
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}
/*layer弹出层s*/
.plugin-layer-box.msg {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    z-index: 2000;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    letter-spacing: .05em;
    transform: translate(-50%, -50%)
}

.plugin-layer-box.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.plugin-layer-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.plugin-layer-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 240px;
    margin-top: -120px;
    margin-left: -240px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff
}

.plugin-layer-content {
    height: 180px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.plugin-layer-btns {
    font-size: 0;
    border-top: 1px solid #e8e8e8;
    display: flex;
}

.plugin-layer-btn {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background-color: #409eff;
    line-height: 60px;
    text-align: center;
    transition: all .3s;
    color: #ffffff;
}
.plugin-layer-btn {
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.plugin-layer-btn:first-child {
    border-left-color: #409eff;
}

@media (any-hover: hover) {
    .plugin-layer-btn:hover {
        opacity: .8;
    }
}

@media (max-width: 480px) {
    .plugin-layer-main {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
}
/*layer弹出层s*/

@keyframes moreArrow {
    from {
        transform: translateX(0);
    }

    49% {
        transform: translateX(110%);
    }

    50% {
        transform: translateX(110%);
        opacity: 0;
    }

    51% {
        transform: translateX(-110%);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes scaleBig {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: .1;
        transform: scale(2);
    }
}

.scaleBig {
    animation-name: scaleBig;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes clipToRight {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.clipToRight {
    animation-name: clipToRight;
}

@keyframes clipToLeft {
    from {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.clipToLeft {
    animation-name: clipToLeft;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.delay-02s {
    animation-delay: .2s;
}

.animated.delay-1s {
    animation-delay: 1s;
}

.animated.delay-2s {
    animation-delay: 2s;
}

.animated.delay-3s {
    animation-delay: 3s;
}

.animated.delay-4s {
    animation-delay: 4s;
}

.animated.delay-5s {
    animation-delay: 5s;
}

.animated.fast {
    animation-duration: 800ms;
}

.animated.faster {
    animation-duration: 500ms;
}

.animated.slow {
    animation-duration: 2s;
}

.animated.slower {
    animation-duration: 3s;
}

.wrap {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.w-1440 {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.comm-wrap {
    max-width: 1096px;
    margin-right: auto;
    margin-left: auto;
}
.comm-image-wrap {
    max-width: 1068px;
}

.blank-top {
    height: 60px;
}

@media (max-width: 1440px) {
    .wrap {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1360px) {
    .wrap {
        margin-right: 40px;
        margin-left: 40px;
    }
}

@media (max-width: 1024px) {
    .wrap {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    padding: 13px 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.header::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e8e8e8;
    visibility: hidden;
    opacity: 0;
}
.header-logo {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
}
.header-logo img {
    height: 30px;
}
.header-inner {
    position: relative;
}
.header-right {
    position: absolute;
    top: 0;
    right: 0
}
@media (min-width: 1101px) {
    .header-right {
        transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
    }
}
.header-contact {
    display: inline-block;
    vertical-align: top;
    width: 116px;
    line-height: 34px;
    background-color: #0039c8;
    color: #fff;
    text-align: center;
    font-weight: 500;
    transition: all .3s
}

.btn-mark-msg {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
}

.btn-mark-msg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border: 1px solid #0039c8;
    border-radius: 50%
}

.header-btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    margin-right: 30px;
    transition: color .3s
}

.header-btn::before {
    margin-right: .5em
}

.header-btn.home {
    display: none;
}

.header-menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hm-ul, .hm-item {
    display: inline-block;
    vertical-align: top
}

.hm-ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.hm-ul.subsite {
    margin-right: 20px;
}

.hm-ul.subsite::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: rgba(255, 255, 255, .2)
}

.hm-item {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.hm-item::before {
    content: "";
    position: absolute;
    top: 100%;
    right: -15px;
    left: -15px;
    height: 13px;
}

.hm-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 28px;
    height: 8px;
    margin-left: -14px;
    margin-top: 5px;
    background: no-repeat url('../images/common/head_menu.png') top center;
    background-size: 100% auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hm-item.active::after, .hm-item.current::after {
    visibility: visible;
    opacity: 1
}

.hm-item.active .hm-link, .hm-item.current .hm-link {
    color: #0039c8
}

.hm-item__arrow {
    display: none
}

.hm-link {
    display: block;
    line-height: 34px;
    color: #fff;
    transition: color .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hover-menu .header, .fixed-menu .header, .page-inner .header, .search-open .header, .menu-open .header {
    background-color: #fff
}

.hover-menu .header::before, .fixed-menu .header::before, .page-inner .header::before, .search-open .header::before, .menu-open .header::before {
    visibility: visible;
    opacity: 1
}

.hover-menu .header::after, .fixed-menu .header::after, .page-inner .header::after, .search-open .header::after, .menu-open .header::after {
    visibility: hidden;
    opacity: 0
}

.hover-menu .header-logo path, .fixed-menu .header-logo path, .page-inner .header-logo path, .search-open .header-logo path, .menu-open .header-logo path {
    fill: #0039c8
}

.hover-menu .hm-link, .fixed-menu .hm-link, .page-inner .hm-link, .search-open .hm-link, .menu-open .hm-link {
    color: #000
}

.hover-menu .hm-ul.subsite::after, .fixed-menu .hm-ul.subsite::after, .page-inner .hm-ul.subsite::after, .search-open .hm-ul.subsite::after, .menu-open .hm-ul.subsite::after {
    background-color: rgba(0, 0, 0, .2)
}

.hover-menu .header-btn, .fixed-menu .header-btn, .page-inner .header-btn, .search-open .header-btn, .menu-open .header-btn {
    color: #000
}

.hover-menu .btn-menu span, .fixed-menu .btn-menu span, .page-inner .btn-menu span, .search-open .btn-menu span, .menu-open .btn-menu span {
    background-color: #0039c8
}

.hover-menu .btn-back, .hover-menu .btn-search, .fixed-menu .btn-back, .fixed-menu .btn-search, .page-inner .btn-back, .page-inner .btn-search, .search-open .btn-back, .search-open .btn-search, .menu-open .btn-back, .menu-open .btn-search {
    color: #0039c8
}


.fixed-menu.hide-menu .header {
    margin-top: -60px;
}

.menu-open.hide-menu .header {
    margin-top: 0
}

.menu-open .container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

@media (min-width: 1101px) {
    .hover-menu .container {
        position: fixed;
        top: 0;
        right: 0;
        left: 0
    }
}

@media (any-hover: hover) {
    .header-btn:hover {
        color: #0039c8
    }

    .header-contact:hover {
        background-color: rgba(0, 57, 200, .8)
    }
}

@media (max-width: 1280px) {
    .header-btn {
        margin-right: 20px;
    }

    .header-contact {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .header::before {
        height: 0.5px;
    }
}

@media (max-width: 768px) {
    .header-btn {
        margin-right: 20px;
        font-size: 12px;
    }

    .header-btn.home {
        display: inline-block;
        width: 100%;
    }
    .header-btn[href^="tel"] {
        margin-left: 0 !important;
    }

    .header-contact {
        font-size: 12px;
        width: 90px;
    }
}

.sub-header {
    z-index: 100;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    height: 0;
    max-height: calc(100vh - 60px);
    overflow-y: overlay;
    scrollbar-gutter: stable;
}

.sub-header::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0)
}

.sub-header::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.sub-header:hover::-webkit-scrollbar-thumb {
    background: #7d7d7d
}

.sub-header:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.sub-header-item {
    display: none
}

.sub-header-item.active {
    display: block
}

.list-sub-product > li {
    margin-bottom: 20px;
}

.sub-product-item__cate {
    display: block;
    line-height: 1.5;
    color: #000;
    transition: color .3s
}

.sub-product-item__links {
    display: flex;
    justify-content: space-between
}

.sub-product-item__links a {
    line-height: 24px;
}

.sub-product-item__links .learn-more span {
    line-height: 24px;
}

.subip-link {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #474747;
    font-weight: 300;
    letter-spacing: .01em;
    transition: color .3s
}

.subip-link .ico {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.subip-link .ico::before {
    padding-top: 100%
}

.subip-link .ico img {
    max-height: 30px;
}

.subip-link .new {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #0039c8;
    color: #0039c8;
    line-height: 1;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 2px;
    margin-top: 8px;
    margin-left: 16px;
    transform: scale(0.66);
    transform-origin: left center
}

.subim-link {
    display: block;
    line-height: 1.5;
    color: #474747;
    font-weight: 400;
    transition: color .3s
}

.subim-more {
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    color: #0039c8;
    line-height: 1
}

.subim-more span {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    transition: transform .3s ease
}

@media (any-hover: hover) {
    .subim-more:hover span {
        transform: translateX(4px)
    }

    .subip-link:hover {
        color: #0039c8;
        text-decoration: underline
    }

    .subim-link:hover {
        color: #0039c8;
        text-decoration: underline
    }

    .sub-product-item__cate.link:hover {
        color: #0039c8
    }
}

@media (max-width: 1100px) {
    .header-btn.search {
        display: none
    }

    .list-sub-product > li {
        width: 50%
    }

    .subim-link {
        font-weight: 300
    }

    .subim-ul > li {
        position: relative;
        width: auto;
        margin-right: 10px;
    }

    .subim-ul > li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -5px;
        width: 1px;
        height: 12px;
        background-color: #474747;
        margin-top: -6px;
        transform: rotate(15deg)
    }
}

@media (max-width: 640px) {
    .sub-product-item__links {
        display: block
    }

    .sub-product-item__links a:nth-of-type(1) {
        width: auto
    }
}

.list-subhsas {
    margin-right: -80px;
    margin-left: -80px;
}

.list-subhsas > li {
    position: relative;
    z-index: 1
}

.list-subhsas > li::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50vw;
    visibility: hidden;
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #0039c8
}

.list-subhsas > li:nth-of-type(2n+1)::before {
    right: 0
}

.list-subhsas > li:nth-of-type(2n)::before {
    left: 0
}

.subhsas-item {
    position: relative;
    display: flex;
    height: 170px;
    padding: 0 80px;
    align-items: center
}

.subhsas-item__title {
    font-weight: 700;
    color: #000;
    line-height: 1;
    transition: color .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.subhsas-item__desc {
    line-height: 1.5;
    color: #474747;
    max-width: 360px;
    letter-spacing: .03em;
    transition: color .3s
}

.subhsas-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #474747;
    line-height: 20px;
    margin-right: 30px;
    transition: color .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.subhsas-link::after {
    content: "";
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: iconfont;
    font-size: 12px;
    font-weight: 400;
    transition: transform .3s ease
}

@media (any-hover: hover) {
    .subhsas-link:hover {
        color: #0039c8
    }

    .subhsas-link:hover::after {
        transform: translateX(4px)
    }

    .list-subhsas > li:hover::before {
        visibility: visible;
        opacity: 1
    }

    .subhsas-item:hover .subhsas-item__title {
        color: #fff
    }

    .subhsas-item:hover .subhsas-item__desc {
        color: #fff
    }

    .subhsas-item:hover .subhsas-link {
        color: #fff
    }
}

@media (max-width: 1100px) {
    .list-subhsas {
        margin-right: 0;
        margin-left: 0;
        padding-top: 20px;
    }

    .list-subhsas > li {
        width: 100%;
        padding: 15px 0
    }

    .list-subhsas > li::before {
        width: 100%;
        bottom: auto;
        height: .5px;
        visibility: visible;
        opacity: 1;
        background-color: #e8e8e8
    }

    .list-subhsas > li:first-of-type::before {
        opacity: 0
    }

    .subhsas-item {
        padding: 0;
        height: auto;
        display: block
    }

    .subhsas-item__link {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .subhsas-item__desc {
        display: none
    }

    .subhsas-item__title {
        font-size: 24px;
        font-weight: 400;
        line-height: 50px;
    }
}

.sub-industrial {
    padding: 20px 0 40px;
}

.hiseries-item__img {
    overflow: hidden;
    display: block;
}

.hiseries-item__img::before {
    padding-top: 53.3333333333%
}

.hiseries-item__img > img {
    transition: transform .6s ease
}

@media (any-hover: hover) {
    .hiseries-item__img:hover > img {
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.sub-industry {
    display: flex
}

.subi-left {
    width: 430px;
    display: flex;
    align-items: center
}

.subi-right {
    width: calc(100% - 430px)
}

.subi-item {
    display: flex;
    height: 110px;
    align-items: center;
    color: #000;
    text-align: center;
    line-height: 1.25;
    justify-content: center;
    transition: all .3s
}

.subi-intro {
    max-width: 300px;
}

.subi-title {
    font-weight: 700;
    color: #000;
    line-height: 1.4
}

.subi-desc {
    line-height: 1.5;
    font-weight: 300;
    color: #474747
}

@media (any-hover: hover) {
    .subi-item:hover {
        background-color: #0039c8;
        color: #fff
    }
}

@media (max-width: 1100px) {
    .sub-industry {
        display: block;
        padding: 40px 0
    }

    .subi-left {
        width: 100%;
        display: block
    }

    .subi-intro {
        max-width: inherit
    }

    .subi-title {
        font-size: 24px;
        font-weight: 400
    }

    .subi-desc {
        font-size: 12px;
    }

    .subi-right {
        width: 100%
    }

    .list-subi {
        margin-top: 20px;
    }

    .list-subi > li {
        width: 100%;
        border-top: .5px solid #e8e8e8
    }

    .subi-item {
        display: block;
        height: auto;
        font-weight: 400;
        line-height: 30px;
        padding: 15px 0;
        text-align: left
    }
}

.header-search {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 50%;
    width: 640px;
    height: 59px;
    margin-left: -320px;
    background-color: #fff;
    padding: 13px 20px 13px 30px;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hs-close {
    position: absolute;
    top: 13px;
    right: 0;
    width: 20px;
    line-height: 34px;
    cursor: pointer
}

.hs-ico {
    position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    line-height: 34px;
    text-align: center
}

.hs-input {
    display: block;
    width: 100%;
    height: 34px;
    border: 0;
    padding: 0;
    outline: 0;
    color: #000;
    font-family: "AlibabaPuHuiTi"
}

.hs-input::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.hs-input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.hs-input:focus + .hs-links {
    visibility: visible;
    opacity: 1
}

.hs-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 20px 30px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hs-links-title {
    color: rgba(0, 0, 0, .4)
}

.list-hslinks > li:nth-of-type(n+2) {
    margin-top: 10px;
}

.hslinks-item {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    transition: color .3s
}

.search-open.hide-menu .header {
    margin-top: 0
}

.search-open .header-menu, .search-open .header-right {
    visibility: hidden;
    opacity: 0
}

.search-open .header-search {
    opacity: 1 !important;
    transform: translateY(0)
}

@media (any-hover: hover) {
    .hslinks-item:hover {
        color: #0039c8;
        text-decoration: underline
    }
}

@media (max-width: 1100px) {
    .header-search {
        height: auto;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        margin-left: 0;
        visibility: hidden;
        opacity: 0;
        padding: 20px 40px;
        transform: none;
        transition: all .3s ease
    }

    .header-search::before {
        content: "";
        position: absolute;
        top: 70px;
        right: 20px;
        left: 20px;
        height: .5px;
        background-color: #e8e8e8
    }

    .hs-ico {
        left: 20px;
    }

    .hs-close {
        right: 10px;
        text-align: center
    }

    .hs-input {
        height: 50px;
        font-size: 20px;
        padding-left: 10px;
        box-sizing: border-box
    }

    .hs-ico, .hs-close {
        line-height: 50px;
        top: 20px;
    }

    .hs-links {
        top: 71px;
    }

    .search-open .header-search {
        visibility: visible;
        opacity: 1
    }
}

.btn-menu {
    position: absolute;
    top: 0;
    right: -7px;
    display: none;
    width: 34px;
    height: 34px;
}

.btn-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-left: -10px;
    transition: all .5s ease-in-out;
    margin-top: -1px;
    border-radius: 2px;
}

.btn-menu span:nth-of-type(1) {
    margin-top: -7px;
}

.btn-menu span:nth-of-type(3) {
    margin-top: 5px;
}

.btn-back, .btn-search {
    position: absolute;
    top: 0;
    right: 34px;
    width: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.btn-search {
    display: none;
    visibility: hidden;
    opacity: 0
}

@media (max-width: 1100px) {
    .hm-item__arrow {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        z-index: 3;
        font-size: 16px;
        line-height: 60px;
        color: #000;
        width: 40px;
        text-align: right
    }

    .btn-menu {
        display: block
    }

    .btn-back.show {
        visibility: visible;
        opacity: 1
    }

    .btn-search {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .header-menu {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #fff;
        margin-left: 0;
        padding: 20px;
        overflow-y: scroll;
        transform: translate3d(0, -150%, 0);
        visibility: hidden;
        opacity: 0;
    }

    .menu-open {
        overflow: hidden;
    }

    .menu-open .header-menu {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
    }

    .menu-open .header-right {
        visibility: visible;
        opacity: 1;
        transition-delay: .3s;
    }

    .menu-open .hm-ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: all .3s;
        transition-delay: .3s;
    }

    .menu-open .hm-ul:nth-of-type(2) {
        transition-delay: .6s;
    }

    .hm-ul, .hm-item {
        display: block;
    }

    .hm-ul {
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all .3s;
    }

    .hm-ul.subsite {
        margin-right: 0;
    }

    .hm-ul::after {
        display: none;
    }

    .hm-ul .hm-item::before {
        content: "";
        position: absolute;
        display: block;
        z-index: 5;
        top: 0;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #f7f8fc;
    }

    .hm-ul:nth-of-type(n+2) .hm-link {
        line-height: 80px;
    }

    .hm-ul:nth-of-type(n+2) .hm-item__arrow {
        line-height: 80px;
    }

    .hm-item {
        margin-right: 0;
        margin-left: 0
    }

    .hm-item::before {
        display: none
    }

    .hm-item::after {
        display: none
    }

    .hm-item.current .hm-link::after {
        visibility: visible;
        opacity: 0
    }

    .hm-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
    }

    .hm-link::before {
        z-index: 2;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        right: auto;
        left: 100%;
        width: 27px;
        background-color: #fff
    }

    .hm-link {
        font-size: 20px;
        line-height: 60px;
        display: block;
    }

    .hm-item.no-child .hm-link {
        position: relative;
        z-index: 4;
    }

    .sub-header {
        z-index: 300;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 80px;
        left: 0;
        height: inherit !important;
        overflow-y: scroll;
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
        opacity: 0;
        transition: all .3s
    }

    .sub-header.show {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1
    }

    .header-right {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        top: auto;
        background-color: #fff;
        padding: 23px 20px;
        visibility: hidden;
        opacity: 0
    }

    .header-right::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #e8e8e8
    }

    .header-contact {
        float: right
    }

    .menu-open .btn-menu span {
        background-color: #0039c8
    }

    .menu-open .btn-menu span:nth-of-type(1) {
        margin-top: -1px;
        transform: rotate(45deg)
    }

    .menu-open .btn-menu span:nth-of-type(2) {
        opacity: 0
    }

    .menu-open .btn-menu span:nth-of-type(3) {
        margin-top: -1px;
        transform: rotate(-45deg)
    }

    .menu-open .btn-back, .menu-open .btn-search {
        color: #0039c8
    }

    .menu-open .btn-back {
        background-color: #fff
    }

    .search-open .btn-search {
        color: #0039c8
    }
}

body .tcp-skin .tcp-right-click-popup-menu {
    display: none
}

/*公共底部 s*/
.footer {
    background-color: #181818;
    padding-top: 40px;
}
.footer-inner {
    /*display: flex;*/
}
.footer-left, .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-left {
    width: 430px;
}

.footer-left.industrial {
    width: 330px;
}

.footer-right {
    width: calc(100% - 430px);
    text-align: right;
}

.footer-right.industrial {
    width: calc(100% - 330px);
}

.footer-right.industrial .footer-menu {
    max-width: 125px;
}

.footer-logo {
    display: inline-block;
    vertical-align: top;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.fleft-social {
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

.fsocial-link {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: #fff;
    width: 1.2em;
    text-align: center;
    margin-left: .4em;
    transition: color .3s;
}

.footer-menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 65px;
    margin-bottom: 30px;
    text-align: left;
}

.footer-menu dt {
    color: rgba(255, 255, 255, .5);
    line-height: 1.25;
    margin-bottom: 1em;
    height: 2.5em;
}

.footer-menu dd {
    margin: 0;
    padding: 4px 0;
    max-width: 110px;
}

.fmenu-link {
    color: #fff;
    line-height: 20px;
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.fb-wrap {
    display: flex;
    justify-content: space-between;
}

.fb-copyright {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

.fb-links {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

.footer-lang {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.footer-lang.bottom .fl-body {
    bottom: 100%;
    top: auto;
}

.footer-lang.bottom .flb-link {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-lang:hover .fl-header::after {
    transform: scale(0.5) rotate(180deg);
}

.footer-lang:hover .fl-body {
    visibility: visible;
    opacity: 1;
}

.fl-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 74px;
    line-height: 24px;
    background-color: #474747;
    padding-left: 8px;
    box-sizing: border-box;
    color: #fff;
}

.fl-header .ico {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.fl-header::after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    transform: scale(0.5);
}

.fl-body {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #888;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.fl-body::after {
    display: none;
}

.flb-link {
    padding-left: 10px;
    display: block;
    line-height: 20px;
    color: #fff;
    transition: background .3s;
}

@media (any-hover: hover) {
    .flb-link:hover {
        background-color: rgba(71, 71, 71, .8);
    }
}

@media (any-hover: hover) {
    .fleft-social.black .fsocial-link:hover {
        color: #0039c8;
    }

    .fbh-link:hover, .fb-link:hover {
        color: #fff;
        text-decoration: underline;
    }

    .fsocial-link:hover {
        color: #0039c8;
    }

    .fmenu-link:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1380px) {
    .footer-left {
        width: 340px;
    }

    .footer-right {
        width: calc(100% - 340px);
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .footer {
        padding-top: 50px;
    }
    .footer-left {
        width: 250px;
    }
    .footer-right {
        width: calc(100% - 250px);
    }
    .footer-menu {
        margin-right: 40px;
    }

    .fb-wrap {
        display: block;
    }

    .fb-right {
        margin-top: 10px;
    }

    .footer-lang {
        margin-left: 0;
    }

    .fb-links {
        margin-right: 30px;
    }
}

@media (max-width: 640px) {
    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin-top: 40px;
    }

    .footer-right.industrial {
        width: 100%;
    }

    .footer-menu dt {
        margin-bottom: 1em;
    }
}

/*右侧悬浮按钮 s*/
.fixed-service {
    z-index: 9;
    position: fixed;
    right: 0;
    bottom: 20%;
    background: #f9faff
}

.fixeds-item {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}
.fixeds-item:hover {
    text-underline: none;
}

.fixeds-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fixeds-item:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fixeds-item:nth-of-type(n+2) {
    border-top: 1px solid #e2e2e2;
}

.fixed-item__title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background-color: #0039c8;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 50px;
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fixeds-item__ico {
    position: relative;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #f9faff;
    color: #0039c8;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (any-hover: hover) {
    .fixeds-item:hover .fixeds-item__ico {
        background-color: #0039c8;
        color: #fff;
    }

    .fixeds-item:hover .fixed-item__title {
        transform: translateX(-100%);
    }
}

.comm-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.comm-layer .select2-container--default .select2-selection--single {
    background-color: #f2f3f5;
}

.comm-layer.show {
    display: block !important;
    visibility: visible;
    opacity: 1 !important;
}

.comm-layer-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
}

.clayer-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clayer-container {
    width: 100%;
}

.clayer-form {
    position: relative;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: scroll;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.clayerf-wrap {
    margin-right: 60px;
    margin-left: 60px;
}

.clayerf-header {
    padding: 20px 0;
    background-color: #f7f8fc;
}

.clayerf-desc a {
    font-weight: 500;
    text-decoration: underline;
}

.clayerf-box {
    margin-right: -14px;
    margin-left: -14px;
}

.clayer-close {
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.5em;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .clayerf-wrap {
        margin-right: 40px;
        margin-left: 40px;
    }
}

@media (max-width: 768px) {
    .clayerf-wrap {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.sec-title {
    line-height: 1.25;
    font-weight: 700
}

.sec-desc {
    line-height: 1.5;
    color: #474747;
    font-weight: 300;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto
}

.sec-desc.app {
    max-width: 960px;
}
.sec-desc.left {
    max-width: none;
}

.sec-footer {
    font-weight: 300;
    color: #474747;
    line-height: 1.5
}

.sec-footer a {
    color: #8c8c8c;
    text-decoration: underline;
    transition: color .3s
}

@media (any-hover: hover) {
    .sec-footer a:hover {
        color: #0039c8
    }
}

@media (max-width: 640px) {
    .m-text-left {
        text-align: left
    }
}

.serise-item {
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.serise-item::before {
    padding-top: 191.6666666667%
}

.serise-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(to bottom, rgba(0, 57, 200, 0) 30%, rgb(0, 57, 200));
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.serise-item > img {
    transition: transform .6s ease
}

.serise-item__intro {
    z-index: 5;
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.serise-item__title {
    max-height: 2.5em
}

.serise-item__desc {
    line-height: 1.5;
    height: 3em;
    font-weight: 300
}

.ico-octagon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    color: #fff
}

.ico-octagon::after {
    content: "";
    font-family: iconfont;
    font-size: .375em;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #0039c8
}

@media (any-hover: hover) {
    .serise-item:hover > img {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    .serise-item:hover::after {
        visibility: visible;
        opacity: .8
    }

    .serise-item:hover .serise-item__intro {
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .serise-item__intro {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .serise-item__intro {
        right: 10px;
        left: 10px;
    }
}

@media (max-width: 750px) {
    .list-iseries > li {
        width: 50%
    }

    .list-iseries > li:nth-of-type(n+3) {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .list-iseries > li:nth-of-type(n+3) {
        margin-top: 10px;
    }
}

.player-box video {
    width: 100%;
    height: 100%;
}
.player-box::before {
    padding-top: 56.25%
}

.player-box .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.player-box.inno {
    max-width: 264px;
}

@media (any-hover: hover) {
    .inno-video:hover > img {
        transform: scale(1.1)
    }

    .inno-video:hover span {
        color: #0039c8
    }

    .learn-more:hover {
        color: #0039c8
    }

    .learn-more:hover span {
        transform: translateX(4px)
    }
}

@media (max-width: 1280px) {
    .index-inno__wrap {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media (max-width: 750px) {
    .index-inno__wrap {
        padding-bottom: 0;
        padding-top: 60px;
    }

    .inno-bg {
        bottom: -5%;
        left: 0
    }

    .inno-img {
        position: relative;
        width: auto;
        max-width: 640px;
        width: 80%;
        margin-top: 20px;
    }
}

.slick-app .slick-prev {
    left: 50%;
    margin-left: -550px;
}

.slick-app .slick-next {
    right: 50%;
    margin-right: -550px;
}

@media (min-width: 901px) {
    .slick-app.center .slick-list {
        text-align: center
    }

    .slick-app.center .slick-track {
        width: auto !important;
        display: inline-block
    }
}

.app-item {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 240px;
    padding: 40px 45px 30px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .3s
}

.app-item.bg-lightblue {
    background-color: #f7f8fc
}

.app-item__img::before {
    padding-top: 116.6666666667%
}

.app-item__img img {
    transition: all .3s
}

.app-item__ico {
    position: absolute;
    right: -0.4em;
    bottom: -0.4em;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.app-item__title {
    font-weight: 700;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    height: 2.5em;
    transition: color .3s
}

.app-item__desc {
    height: 6em;
    transition: color .3s
}

.app-item__more {
    color: #000;
    transition: color .3s
}

@media (any-hover: hover) {
    .app-item:hover {
        box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
        transform: scale3d(1.01, 1.01, 1.01);
        background-color: #0039c8
    }

    .app-item:hover .app-item__img img {
        filter: grayscale(0);
        opacity: 1
    }

    .app-item:hover .app-item__ico {
        visibility: visible;
        opacity: 1
    }

    .app-item:hover .app-item__title, .app-item:hover .app-item__desc, .app-item:hover .app-item__more {
        color: #fff
    }
}

@media (any-hover: none) {
    .slick-current .app-item__img img {
        filter: grayscale(0);
        opacity: 1
    }
}

@media (max-width: 1280px) {
    .app-item {
        padding: 30px;
    }

    .slick-app .slick-prev {
        left: 50%;
        margin-left: -505px;
    }

    .slick-app .slick-next {
        right: 50%;
        margin-right: -505px;
    }
}

@media (max-width: 1024px) {
    .slick-app .slick-prev {
        left: 50%;
        margin-left: -462px;
    }

    .slick-app .slick-next {
        right: 50%;
        margin-right: -462px;
    }

    .app-item {
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .slick-app .slick-prev {
        left: 0;
        margin-left: 0
    }

    .slick-app .slick-next {
        right: 0;
        margin-right: 0
    }
}

.animimg-box .img-box {
    overflow: hidden
}

.animimg-box .img-box img {
    transition: transform .6s ease
}

@media (any-hover: hover) {
    .animimg-box:hover .img-box img {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    .animimg-box:hover .img-box .news-item__bg {
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

/*新闻中心 s*/
.news-item {
    display: block;
    background-color: #fff;
    border-radius: 3px;
}

.news-item__img {
    border-radius: 3px;
    overflow: hidden
}

.news-item__img::before {
    padding-top: 60.6060606061%
}

.news-item__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .6s ease
}

.news-item__cate {
    line-height: 1.5;
    color: #0039c8;
    letter-spacing: .01em
}

.news-item__intro {
    padding: 15px 25px;
}

.news-item__title {
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    height: 2.8em
}

.news-item__desc {
    margin-top: .4em;
    font-weight: 300;
    line-height: 1.5;
    color: #474747;
    height: 3em
}

.news-item__bottom {
    position: relative;
    border-top: 1px solid #e8e8e8;
    margin-top: 4px;
    padding-top: 5px;
}

.news-item__date {
    line-height: 24px;
    color: #474747
}

.news-item__br {
    position: absolute;
    top: 5px;
    right: 0
}

.news-item__btn {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-left: 10px;
    color: #474747;
    transition: color .3s
}

.news-item__btn::before {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 4px;
}

.news-item__btn.like {
    color: #0039c8
}

@media (any-hover: hover) {
    .news-item__btn:hover {
        color: #0039c8
    }
}

@media (max-width: 1024px) {
    .news-item__intro {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .list-inews > li {
        width: 50%
    }

    .list-inews > li:nth-of-type(n+3) {
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .list-inews > li {
        width: 100%
    }

    .list-inews > li:nth-of-type(n+2) {
        margin-top: 20px;
    }
}
/*新闻中心 e*/

@media (max-width: 1024px) {
    .footer-bottom {
        margin-top: 0
    }
}


.page-header {
    padding: 20px 0 20px;
}

.ph-title {
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .page-header {
        padding: 50px 0 30px;
    }
}

.list-product > li:nth-of-type(n+4) {
    margin-top: 28px;
}

.product-item {
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.product-item::before {
    padding-top: 160%;
}

.product-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(to bottom, rgba(0, 57, 200, 0) 30%, rgb(0, 57, 200));
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.product-item img {
    transition: transform .6s ease
}

.product-item.small::before {
    padding-top: 150%
}

.product-item.small .product-item__intro {
    bottom: -80px;
}

.product-item.small .product-item__param {
    line-height: 20px;
    height: 60px;
}

.product-item__intro {
    position: absolute;
    right: 20px;
    bottom: -100px;
    left: 20px;
    z-index: 5;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    transition: bottom .3s
}

.product-item__title {
    line-height: 1.25;
    font-weight: 700;
    max-height: 2.5em;
    transition: color .3s;
    color: #000
}

.product-item__new {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    border: 1px solid #0039c8;
    border-radius: 3px;
    padding: 0 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0039c8;
    transition: all .3s
}

.product-item__ico {
    z-index: 5;
    position: absolute;
    right: 20px;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.product-item__ico::after {
    font-size: 12px;
}

.product-item__param {
    line-height: 24px;
    text-align: left;
    font-weight: 300;
    height: 80px;
    font-family: system-ui
}

.product-item__param p:nth-of-type(n+2) {
    margin-top: 4px;
}

.product-item__param p > span {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 4px;
}

@media (any-hover: hover) {
    .product-item:hover img {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    .product-item:hover::after {
        visibility: visible;
        opacity: .8
    }

    .product-item:hover .product-item__intro {
        text-align: left;
        color: #fff;
        bottom: 0
    }

    .product-item:hover .product-item__title {
        color: #fff;
        -webkit-line-clamp: inherit
    }

    .product-item:hover .product-item__desc {
        color: #fff
    }

    .product-item:hover .product-item__ico {
        visibility: visible;
        opacity: 1
    }

    .product-item.small:hover .product-item__intro {
        bottom: 0
    }

    .product-item.acce:hover .product-item__desc {
        -webkit-line-clamp: inherit
    }

    .product-item.acce:hover .product-item__param {
        height: 20px;
    }
}

@media (max-width: 1024px) {
    .list-product > li:nth-of-type(n+4) {
        margin-top: 20px;
    }

    .product-item__new {
        font-size: 12px;
        top: 10px;
        left: 10px;
        transform: scale(0.75);
        transform-origin: top left
    }
}

@media (max-width: 640px) {
    .list-product > li {
        width: 50%
    }

    .list-product > li:nth-of-type(n+3) {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .list-product > li {
        width: 50%
    }

    .list-product > li:nth-of-type(n+3) {
        margin-top: 10px;
    }
}


.details-pager {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8
}

.dpager-link {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #474747;
    transition: color .3s;
    user-select: none;
}
a.dpager-link:not([href]) {
    cursor: no-drop;
}

.dpager-link > span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #0039c8;
    margin-right: 8px;
    transition: transform .3s
}

.dpager-link:nth-of-type(n+2) {
    margin-left: 30px;
}

.dpager-link.next > span {
    margin-left: 8px;
    margin-right: 0
}

@media (any-hover: hover) {
    .dpager-link:hover {
        color: #0039c8
    }

    .dpager-link.prev:hover > span {
        transform: translateX(-4px)
    }

    .dpager-link.next:hover > span {
        transform: translateX(4px)
    }
}

.list-appico > li:nth-of-type(n+4) {
    margin-top: 28px;
}


.coopf-box {
    margin-right: -14px;
    margin-left: -14px;
}

.coopf-item {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.coopf-item__wrap {
    position: relative;
    margin-right: 14px;
    margin-left: 14px;
    border-radius: 3px;
    min-height: 50px;
}

.coopf-item__wrap label.error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    white-space: nowrap
}

.coopf-item__wrap.gray {
    background-color: #f2f3f5
}

.coopf-item__wrap.gray .select2-container--default .select2-selection--single {
    background-color: #f2f3f5
}

.coopf-item__wrap.auto-height {
    min-height: inherit
}

@media (max-width: 1024px) {
    .coopf-box {
        margin-right: -10px;
        margin-left: -10px;
    }

    .coopf-item__wrap {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .coopf-item.col-25 {
        width: 50%
    }

    .coopf-item.col-50 {
        width: 100%
    }
}

@media (max-width: 640px) {
    .coopf-item.col-33, .coopf-item.col-66 {
        width: 100%
    }

    .coopf-item__code {
        padding-right: 180px;
    }

    .coopf-item__code button {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .coopf-item.col-25 {
        width: 100%
    }
}

.form-input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "AlibabaPuHuiTi";
    display: block;
    border: 0;
    padding: 0 0 0 20px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000;
    font-weight: 300;
    letter-spacing: .01em;
    caret-color: #0039c8;
}

.form-input::-ms-reveal {
    display: none
}

.form-input::-moz-placeholder {
    color: #8c8c8c
}

.form-input::placeholder {
    color: #8c8c8c
}

.form-input:focus {
    background-color: #f7f8fc
}

.form-input.white:focus {
    background-color: #f2f3f5
}

.form-input.gray {
    background-color: #f2f3f5
}

.form-input.gray:focus {
    background-color: rgba(0, 57, 200, .05)
}

.form-checkbox {
    display: none
}

.form-checkbox:checked + label::after {
    visibility: visible;
    opacity: 1
}

.form-checkbox:focus + label::before {
    box-shadow: 0 0 5px rgba(0, 57, 200, .5)
}

.form-checkbox__label {
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    cursor: pointer
}

.form-checkbox__label:last-of-type {
    margin-right: 0
}

.form-checkbox__label::before, .form-checkbox__label::after {
    content: "";
    position: absolute
}

.form-checkbox__label::before {
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #0039c8;
    border-radius: 50%
}

.form-checkbox__label::after {
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #0039c8;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0
}

.form-checkbox__label a {
    font-style: italic;
    text-decoration: underline;
    font-weight: 400
}

.form-textarea {
    box-sizing: border-box;
    width: 100%;
    font-family: "AlibabaPuHuiTi";
    padding: 15px 20px;
    border: 0;
    outline: 0;
    background-color: #fff;
    color: #000;
    line-height: 20px;
    resize: none;
    letter-spacing: .01em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-textarea::-moz-placeholder {
    color: #8c8c8c
}

.form-textarea::placeholder {
    color: #8c8c8c
}

.form-textarea.gray {
    background-color: #f2f3f5
}

.form-textarea.gray:focus {
    background-color: rgba(0, 57, 200, .05)
}

.form-textarea.white:focus {
    background-color: #f2f3f5
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    display: block;
    width: 100%;
    opacity: 0
}

.form-submit {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    height: 50px;
    padding: 0 38px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    letter-spacing: .01em;
    font-family: "AlibabaPuHuiTi";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-submit.verify {
    width: 120px;
}

.form-submit:disabled {
    background-color: #8c8c8c
}

.form-submit.fpwdf-btn {
    width: 160px;
    padding: 0
}

.form-submit-loginv {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 160px;
}

/*select2覆盖样式 s*/
.select2-container {
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 3px;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    text-align: center;
    right: 10px;
}


.select2-dropdown {
    border: 0
}

.select2-results__option {
    padding-left: 20px;
}
/*select2覆盖样式 e*/


@keyframes scaleMap {
    from {
        transform: scale(1);
        opacity: .3
    }

    to {
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes scaleMapSmall {
    from {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}


.btn-apply {
    display: inline-block;
    vertical-align: top;
    padding: 13px 20px;
    background-color: #fff;
    color: #0039c8;
    border-radius: 3px;
}

.contact-form {
    position: relative;
}

.conf-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%
}

.conf-form {
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
    padding: 30px 50px;
    background-color: #f7f8fc
}

@media (max-width: 1024px) {
    .conf-bg {
        display: none
    }

    .conf-form {
        width: inherit;
        margin-left: -20px;
        margin-right: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*加载层 s*/
#loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#loading-mask .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #2c59e3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}
#loading-mask .message {
    font-size: 18px;
    color: #000;
}

/* 旋转动画 */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*加载层 e */

/*欢迎订购 s*/
.clayerf-header {
    background-color: #fff;
}

.agree_shuju span {
    color: #000;
    padding-right: 10px;
}

.comm-layer-controller .coopf-item__wrap label {
    color: red;
}

.fleft-form {
    width: 70%;
}

/* 基础样式 */
.fleft-social {
    position: relative;
}

.fsocial-link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* 为子元素定位做准备 */
    margin: 0 6px 0 0;
}

.icon {
    width: 20px;
    /* 图标宽度，根据需要调整 */
    height: 20px;
    /* 图标高度，根据需要调整 */
    transition: transform 0.3s;
    /* 平滑过渡效果 */
}

.iconImg {
    position: absolute;
    /* 绝对定位 */
    top: -170px;
    /* 初始位置在上方50px */
    display: none;
    /* 初始时不显示 */
    transition: opacity 0.3s;
    /* 平滑过渡效果 */
    z-index: 2;
}

/* 鼠标移入时的样式 */
.fsocial-link:hover .icon {
    transform: translateY(-6px);
    /* 鼠标移入时，图标上移50px */
}

.fsocial-link:hover .iconImg {
    display: block;
    /* 鼠标移入时显示.com */
    opacity: 1;
    /* 鼠标移入时显示.com，不透明度为1 */
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 125px;
}

.fl-body {
    background-color: #474747;
}

.yr:hover {
    background-color: #888;
}

.fl-header::after {
    top: 2px;
}

@media (max-width: 1100px) {
    .header-menu {
        bottom: 100px;
    }
}


@media (max-width: 480px) {
    .fz-40 {
        font-size: 30px;
    }

    .player-box.inno {
        max-width: 95%;
        margin-left: 2.5%;
        margin-bottom: 50px;
    }

    .ms {
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .fz-40 {
        font-size: 48px;
    }

    .ms {
        font-size: 17px;
        max-width: 725px;
    }

    .bt {
        font-size: 22px;
    }

    .ptb-100 {
        padding-top: 100px;
    }

    .par {
        padding-top: 10px;
    }

    .sk {
        padding-bottom: 75px;
    }

    .sl {
        font-size: 17px;
    }

    .safe {
        font-size: 61px;
    }
}

@media (min-width: 890px) {
    .player-box.inno {
        max-width: 450px;
    }
}


/*公共底部*/
.iconImg img {
    width: 160px;
}

.list-subhsas.list-3 > li::before {
    width: 100%;
    left: 0;
}

.sub-header-item .qr-item {
    position: relative;
}

.sub-header-item .qr-item .qr-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0039c8;
}

.sub-header-item .qr-item:hover .qr-img {
    display: flex;
    justify-content: center;
    align-content: center;
}

.sub-header-item .qr-item:hover .qr-img img {
    height: 100%;
}

/**/
.sub-header-item .qr-item img {
    height: 90px;
    width: 0;
    margin: 0;
    transition: all .2s ease-in-out;
}

.sub-header-item .qr-item:hover img {
    width: 90px;
    margin: 20px;
}

.new_subi_subi .list-subi>li .subi-item {
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  display: flex;
}

.new_subi_subi .list-subi>li .subi-item img {
  margin: 0 16px;
  width: 20px;
  height: auto;
}

.new_subi_subi .list-subi>li:hover .subi-item a {
  color: #fff;
}

@media (min-width: 1100px) {
  .subi-right {
      width: 100%;
  }

  .new_subi_subi .list-subi>li .subi-item {
      flex-direction: column;
      justify-content: center;
  }

  .new_subi_subi .list-subi>li .subi-item a {
      color: #000;
  }

  .new_subi_subi .list-subi>li .subi-item img {
      margin-bottom: 16px;
      width: 30px;
  }

  .new_subi_subi .list-subi>li:hover .subi-item img {
      filter: brightness(0) invert(1);
  }

  .hover-menu .container {
      position: unset !important;
      top: 0;
      left: unset;
      right: unset;
  }

  .hm-item {
      margin-right: 16px;
      margin-left: 12px;
  }

  .header-btn {
      margin-left: 0px;
  }

  .js-open-hs {
      margin-right: 45px;
  }

  .icon-user {
      margin-right: 45px;
  }

  .ll .zsli {
      width: 20%;
  }

  .show {
      border-bottom: #e8e8e8 1px solid;
  }
}

/*面包屑导航 s*/
.breadcrumb {
    display: flex;
    padding: 20px 0;
    margin-bottom: 20px;
}

.breadcrumb .home {
    height: 18px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

.breadcrumb ul li.split {
    margin: 0 5px;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    color: #999999;
}

.breadcrumb ul li a:hover {
    color: #0039c8;
}

@media (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 0;
    }
}
/*面包屑导航 e*/

/*通栏广告位*/
.com-banner img {
    display: block;
    width: 100%;
    max-height: calc((100vw - 6px) / (1920 / 328));
}
@media (max-width: 750px) {
    .com-banner img {
        max-height: calc((100vw - 6px) / (750 / 328));
    }
}
.com-banner img[load="ok"] {
    height: inherit;
}

/*分页代码 s*/
.pagination-box {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0039C8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #0039C8;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0039C8;
    border-color: #0039C8
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
/*分页代码 e*/

/*表单*/
.form-input.gray {
    background-color: #f2f3f5;
}
.form-textarea.gray {
    background-color: #f2f3f5;
}
.form-input.gray:focus {
    background-color: rgba(0, 57, 200, .05);
}
.form-textarea.gray:focus {
    background-color: rgba(0, 57, 200, .05);
}

/*灰色 字段背景是白色*/
.form-bg-gay .white:not(button):focus {
    background-color: #e2eafb;
}

.text-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-hide-line-2 {
    -webkit-line-clamp: 2;
}
.text-hide-line-3 {
    -webkit-line-clamp: 3;
}


.language {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    line-height: 34px;
    transition: color .3s;
}
.language-one {
    margin-left: 39px;
}
.language.active {
    color: #0039C8;
}
.language-split {
    margin: 0 8px;
}

/*顶部导航高fixed 高度占位*/
.blank-top {
	position:relative;
}

/*slick s*/
.slick-slider .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    border: none;
    outline: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width: 768px) {
    .slick-slider .slick-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
    }
}
.slick-slider .slick-prev {
    left: 10px;
}
.slick-slider .slick-next {
    right: 10px;
}
/*.slick-arrow.slick-disabled {*/
/*    opacity: .6;*/
/*    cursor: no-drop;*/
/*}*/
.slick-slider .slick-arrow::before {
    font-family: iconfont;
    font-size: 16px;
    line-height: 1;
    color: white;
}
.slick-slider .slick-prev::before {
    content: "\e609";
}
.slick-slider .slick-next::before {
    content: "\e608";
}
/*slick e*/