/* bonc_normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

p,
ul,
img,
div,
h1,
h2,
h3,
h4,
dl,
dd {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

ul,
li,
dl,
dt,
dd {
    list-style: none
}

.clear {
    zoom: 1
}

.clear:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

@font-face {
    font-family: 'siyuan';
    src: url("../images/font/siyuan.ttf")
}

html,
body {
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'siyuan'
}

/* bonc_swiper.css */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/* bonc_nav.css */
.header-container {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.header-container img {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 16px;
    margin: 12px 0 0 40px;
    float: left
}

.header-container .nav {
    height: 70px;
    float: right;
    z-index: 10;
    margin-right: 40px
}

.header-container .nav .nav-menu {
    height: 70px;
    float: left;
    text-align: center
}

.header-container .nav .nav-menu .nav-href {
    display: inline-block;
    padding: 0 34px;
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'siyuan';
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none
}

.header-container .nav .nav-menu .select,
.header-container .nav .nav-menu:hover {
    background-color: #D4AF37
}

/* 语言切换 */
.lang-switch {
    cursor: pointer;
    width: 80px;
    white-space: nowrap
}

.lang-switch .lang-btn {
    display: inline-block;
    height: 70px;
    line-height: 73px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-family: 'siyuan';
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s;
    user-select: none
}

.lang-toggle-btn {
    padding-left: 28px;
    background: url("../images/home/lang-icon.svg") no-repeat 0px center;
    background-size: 18px 18px
}

.lang-switch .lang-btn:hover {
    color: #FFFFFF
}

.lang-switch .lang-btn.active {
    color: #FFFFFF;
    font-weight: 700
}

.lang-switch .lang-divider {
    display: inline-block;
    height: 70px;
    line-height: 73px;
    color: rgba(255,255,255,0.5)
}

.lang-switch .lang-text {
    display: inline-block;
    height: 70px;
    line-height: 73px;
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'siyuan';
    font-weight: 500;
    padding-left: 28px;
    background: url("../images/home/lang-icon.svg") no-repeat 0px center;
    background-size: 18px 18px
}

/* 移动端菜单按钮 */
.menu-toggle {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin: 15px 20px 0 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1000
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s ease;
    border-radius: 1px
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.header-container .nav .nav-menu .down-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 999;
    padding-left: 100px;
    background: #000;
    text-align: center
}

.header-container .nav .nav-menu .down-menu.product-down-menu {
    padding-left: 0
}

.header-container .nav .nav-menu .down-menu.product-down-menu li {
    margin: 15px 35px
}

.header-container .nav .nav-menu .down-menu.product-down-menu .big-data-menu {
    display: flex
}

.header-container .nav .nav-menu .down-menu.product-down-menu .big-data-menu dl:nth-child(2) {
    padding: 50px 0 0 25px
}

.header-container .nav .nav-menu .down-menu li {
    display: inline-block;
    text-align: left;
    margin: 15px 5px;
    line-height: 30px;
    vertical-align: top
}

.header-container .nav .nav-menu .down-menu li dt {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px
}

.header-container .nav .nav-menu .down-menu li dd {
    line-height: 40px
}

.header-container .nav .nav-menu .down-menu li a {
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
    filter: alpha(opacity=70);
    padding: 0 10px
}

.header-container .nav .nav-menu .down-menu li a:hover {
    filter: alpha(opacity=100);
    color: #fff
}

.header-container .nav .nav-menu .down-menu.solve-down-menu {
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 22px;
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: left
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list {
    width: 1320px;
    max-width: calc(100vw - 80px);
    margin: 0 auto;
    display: block;
    line-height: normal;
    text-align: left
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list>ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 8px;
    margin: 0;
    padding: 0
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list>ul>li {
    display: block;
    min-width: 0;
    margin: 0;
    line-height: normal
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list dl {
    min-width: 0;
    margin: 0
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list dt {
    padding: 0 10px 8px;
    line-height: 24px
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list dd {
    margin: 0;
    line-height: 32px
}

.header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list a {
    display: inline-block;
    max-width: 100%;
    padding: 5px 10px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    box-sizing: border-box
}

@media screen and (max-width:1280px) {
    .header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list>ul {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media screen and (max-width:1100px) {
    .header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list {
        max-width: calc(100vw - 48px)
    }

    .header-container .nav .nav-menu .down-menu.solve-down-menu .solve-down-list>ul {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.footer-container {
    background: #272727;
    width: 100%;
    position: relative;
    overflow: hidden
}

.footer-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
    height: auto;
    pointer-events: none
}

.footer-container .footer {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 40px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    box-sizing: border-box
}

.footer-container .footer .product {
    float: left;
    border-left: 1px solid #666666;
    padding-left: 60px;
    margin-left: 40px
}

.footer-container .footer .product .product-list {
    float: left
}

.footer-container .footer .product .product-list p {
    padding: 6.5px 0
}

.footer-container .footer .product .product-list p a {
    display: inline-block;
    cursor: pointer;
    color: #999
}

.footer-container .footer .product .product-list li:hover a {
    color: #fff
}

.footer-container .footer .product .center-list {
    margin: 0 44px 0 70px
}

.footer-container .footer .solve-plan {
    float: left;
    margin-left: 45px
}

.footer-container .footer .solve-plan li p {
    padding: 6.5px 0
}

.footer-container .footer .solve-plan li p a,
.footer-container .footer .solve-plan li p span {
    color: #999
}

.footer-container .footer .solve-plan li:hover a,
.footer-container .footer .solve-plan li span a {
    color: #fff
}

.footer-container .footer a,
.footer-container .footer .bonc {
    font-size: 13px;
    color: #999;
    letter-spacing: 0
}

.footer-container .footer a .item-title,
.footer-container .footer .bonc .item-title {
    margin-bottom: 46px
}

.footer-container .footer .bonc li {
    margin-bottom: 35px;
    position: relative
}

.footer-container .footer .product-list li {
    margin-bottom: 10px;
    position: relative
}

.footer-container .footer .item-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 25px
}

.footer-container .footer .item-title img {
    display: block;
    width: 133px;
    height: 16px
}

.footer-container .footer .wechat-qr img {
    display: block;
    width: 98px;
    height: 98px
}

.footer-container .footer .email:before,
.footer-container .footer .tel:before,
.footer-container .footer .blog:before,
.footer-container .footer .wechat:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: -3px 3px
}

.footer-container .footer .email:before {
    background-image: url("../images/home/f-icon1.png")
}

.footer-container .footer .tel:before {
    background-image: url("../images/home/f-icon2.png")
}

.footer-container .footer .blog:before {
    background-image: url("../images/home/f-icon3.png")
}

.footer-container .footer .wechat:before {
    background-image: url("../images/home/f-icon4.png")
}

.footer-container .footer-copy {
    height: 65px;
    line-height: 65px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    background: #000
}

@media screen and (min-width:1441px) {
    .footer-container .footer {
        width: 1420px
    }
}

@media screen and (min-width:1401px) and (max-width:1440px) {
    .footer-container .footer {
        width: 1380px
    }

    .footer-container .footer .solve-plan {
        margin-left: 80px
    }
}

@media screen and (min-width:1367px) and (max-width:1400px) {
    .footer-container .footer {
        width: 1350px
    }

    .footer-container .footer .solve-plan {
        margin-left: 80px
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {
    .footer-container .footer {
        width: 1330px
    }

    .footer-container .footer .solve-plan {
        margin-left: 80px
    }
}

@media screen and (min-width:1281px) and (max-width:1360px) {
    .header-container img {
        width: 130px;
        height: 35px;
        margin: 14px 0 0 40px
    }

    .header-container .nav {
        margin-right: 25px
    }

    .header-container .nav .nav-menu .nav-href {
        padding: 0 20px;
        font-size: 15px
    }

    .lang-switch {
        width: 120px
    }

    .lang-switch .lang-text,
    .lang-switch .lang-btn {
        font-size: 15px;
        background-size: 16px 16px;
        padding-left: 24px
    }

    .footer-container .footer {
        width: 1260px
    }

    .footer-container .footer .product {
        margin-left: 120px
    }

    .footer-container .footer .solve-plan {
        margin-left: 80px
    }
}

@media screen and (min-width:1153px) and (max-width:1280px) {
    .header-container img {
        width: 120px;
        height: 32px;
        margin: 16px 0 0 30px
    }

    .header-container .nav {
        margin-right: 15px
    }

    .header-container .nav .nav-menu .nav-href {
        padding: 0 14px;
        font-size: 14px
    }

    .lang-switch {
        width: 105px
    }

    .lang-switch .lang-text,
    .lang-switch .lang-btn {
        font-size: 14px;
        background-size: 14px 14px;
        padding-left: 20px
    }

    .footer-container .footer {
        width: 1120px
    }

    .footer-container .footer .product {
        margin-left: 60px
    }

    .footer-container .footer .solve-plan {
        margin-left: 50px
    }
}

@media screen and (min-width:1025px) and (max-width:1152px) {
    .header-container img {
        width: 100px;
        height: 28px;
        margin: 18px 0 0 20px
    }

    .header-container .nav {
        margin-right: 10px
    }

    .header-container .nav .nav-menu .nav-href {
        padding: 0 10px;
        font-size: 13px
    }

    .lang-switch {
        width: 95px
    }

    .lang-switch .lang-text,
    .lang-switch .lang-btn {
        font-size: 13px;
        background-size: 14px 14px;
        padding-left: 18px
    }

    .footer-container .footer {
        width: 1000px
    }

    .footer-container .footer .product {
        margin-left: 40px
    }

    .footer-container .footer .solve-plan {
        margin-left: 30px
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .header-container img {
        width: 90px;
        height: 26px;
        margin: 20px 0 0 20px
    }

    .header-container .nav {
        margin-right: 10px
    }

    .header-container .nav .nav-menu .nav-href {
        padding: 0 7px;
        font-size: 12px
    }

    .lang-switch {
        width: 85px
    }

    .lang-switch .lang-text,
    .lang-switch .lang-btn {
        font-size: 12px;
        background-size: 13px 13px;
        padding-left: 16px
    }

    .footer-container .footer {
        width: 960px
    }

    .footer-container .footer .product {
        margin-left: 20px
    }

    .footer-container .footer .solve-plan {
        margin-left: 25px
    }
}

/* 移动端导航 */
@media screen and (max-width:768px) {
    .header-container {
        height: 60px
    }

    .header-container img {
        width: 80px;
        height: 22px;
        margin: 18px 0 0 15px
    }

    .menu-toggle {
        display: block
    }

    .header-container .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        float: none;
        height: auto;
        margin-right: 0;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        padding: 0
    }

    .header-container .nav.active {
        display: block
    }

    .header-container .nav .nav-menu {
        float: none;
        height: auto;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    .header-container .nav .nav-menu .nav-href {
        display: block;
        padding: 14px 24px;
        height: auto;
        line-height: 1.5;
        font-size: 15px
    }

    .lang-switch {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        padding: 10px 24px
    }

    .lang-switch .lang-text,
    .lang-switch .lang-btn {
        display: inline-block;
        height: auto;
        line-height: 1.5;
        font-size: 15px;
        margin-left: 0;
        margin-right: 12px
    }

    .lang-toggle-btn {
        padding-left: 28px;
        background-position: 0px center;
        background-size: 16px 16px
    }

    .footer-mask {
        max-width: 200px
    }

    /* ===== 移动端 Section 全局规则 ===== */
    .title,.title-write {
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        padding: 0
    }

    /* Banner */
    .bonc-banner {
        height: 280px !important
    }

    .bonc-banner .swiper-container {
        height: 280px !important
    }

    .bonc-banner .swiper-slide strong {
        font-size: 22px
    }

    .bonc-banner .swiper-slide span {
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 12px
    }

    .bonc-banner .swiper-pagination {
        right: 20px;
        bottom: 20px !important
    }

    /* Products */
    .products-container .products-section {
        min-height: auto;
        padding-bottom: 30px
    }

    .products-container .products-section .products-list {
        flex-wrap: wrap
    }

    .products-container .products-section .products-list .list-option {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .products-container .products-section .products-list .list-option>i {
        width: 44px;
        height: 44px;
        background-size: 36px 36px
    }

    .products-container .products-section .products-list .list-option>p {
        padding: 10px 0 20px;
        font-size: 14px
    }

    .products-container .products-section .products-list .list-option:hover>i,
    .products-container .products-section .products-list .list-option:active>i,
    .products-container .products-section .products-list .list-option.active>i {
        background-size: 44px 44px
    }

    .products-container .products-section-detail {
        margin: 0 10px;
        max-width: calc(100% - 20px)
    }

    .products-container .products-section-detail .big-data>a {
        width: 50%;
        height: 130px
    }

    .products-container .products-section-detail .big-data>a img {
        width: 42px;
        height: 22px;
        margin-top: 15px
    }

    .products-container .products-section-detail .big-data>a.item-datasence img {
        width: 80px;
        height: 22px
    }

    .products-container .products-section-detail .big-data>a h4 {
        font-size: 14px
    }

    .products-container .products-section-detail .big-data>a p {
        font-size: 12px
    }

    .products-container .products-section-detail .artificial-intelligence .detail-item {
        width: 50%
    }

    .products-container .products-section-detail .artificial-intelligence .detail-item img {
        width: 50px;
        height: 50px;
        margin-top: 24px
    }

    .products-container .products-section-detail .artificial-intelligence .detail-item h4 {
        font-size: 14px;
        margin-top: 12px
    }

    .products-container .products-section-detail .artificial-intelligence .detail-item p {
        font-size: 12px;
        margin-top: 8px;
        padding: 0 6px
    }

    .products-container .products-section-detail .communication-5G .detail-item {
        width: 50%
    }

    .products-container .products-section-detail .communication-5G .detail-item img {
        width: 100px;
        height: auto
    }

    .products-container .products-section-detail .communication-5G .detail-item h4 {
        font-size: 14px
    }

    .products-container .products-section-detail .communication-5G .detail-item p {
        font-size: 11px
    }

    .products-container .products-section-detail .cloudiip-iMine .detail-item img {
        width: 200px;
        height: auto;
        margin-top: 40px
    }

    .products-container .products-section-detail .cloudiip-iMine .system-list {
        flex-wrap: wrap
    }

    .products-container .products-section-detail .cloudiip-iMine .system-list li {
        width: 33.33%
    }

    /* Solution */
    .solution-list-container .solution-section {
        height: auto;
        padding-bottom: 30px
    }

    .solution-list-container .solution-section .content .solution-list {
        width: calc(100vw - 50px);
        max-width: calc(100vw - 50px);
        height: 270px
    }

    .solution-list-container .solution-section .content .solution-list .p-list-option {
        width: auto
    }

    .solution-list-container .solution-section .content .solution-list .p-list-option .list-option {
        width: 180px;
        height: 270px;
        margin: 0 3px
    }

    .solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate {
        height: 270px;
        line-height: 270px
    }

    .solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate img {
        width: 80px;
        height: 80px;
        margin: 60px auto 20px
    }

    .solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate p {
        font-size: 16px
    }

    .solution-list-container .solution-section .content .left,
    .solution-list-container .solution-section .content .right {
        font-size: 60px;
        width: 25px;
        line-height: 270px
    }

    /* Demo solution carousel */
    .demo .control-box {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-bottom: 20px
    }

    .demo .bigbox {
        width: calc(100vw - 100px);
        max-width: calc(100vw - 100px);
        height: 270px;
        margin: auto 25px
    }

    .demo .bigbox::before,
    .demo .bigbox::after {
        width: 25px
    }

    .demo .box {
        width: 200px;
        height: 270px;
        line-height: 270px;
        margin-right: 5px
    }

    .demo .box span {
        font-size: 16px;
        line-height: 270px
    }

    .demo .shadow {
        width: 200px;
        margin-top: 100px
    }

    .demo .shadow a {
        width: 170px;
        margin-left: 10px
    }

    .demo .prev,.demo .next {
        font-size: 60px;
        width: 25px;
        line-height: 270px
    }

    /* Compute Service */
    .compute-service-list {
        gap: 16px;
        padding: 0 10px
    }

    .compute-item {
        width: calc(50% - 10px);
        max-width: 200px
    }

    .compute-img {
        width: 100%;
        max-width: 200px;
        height: auto;
        aspect-ratio: 225/160
    }

    .compute-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .compute-title {
        font-size: 14px
    }

    .compute-desc {
        font-size: 12px
    }

    /* News */
    .news-container .news-section {
        height: auto;
        padding-bottom: 20px
    }

    .news-container .news-section .news-list {
        margin: 0 10px;
        max-width: calc(100% - 20px)
    }

    .news-container .news-section .news-detail {
        flex-direction: column;
        align-items: center
    }

    .news-container .news-section .news-detail .news-detail-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
        border-width: 4px
    }

    .news-container .news-section .news-detail .news-detail-img .p-news-img {
        width: 100%;
        height: auto
    }

    .news-container .news-section .news-detail .news-detail-img .p-news-img .news-img {
        width: 100%;
        height: 200px;
        float: left
    }

    .news-container .news-section .news-detail .news-detail-text {
        float: none;
        width: 100%;
        padding: 10px
    }

    .news-container .news-section .news-detail .news-detail-text ul li {
        height: 40px;
        line-height: 40px
    }

    .news-container .news-section .news-detail .news-detail-text ul li a {
        font-size: 14px
    }

    .news-container .news-section .news-detail .detail-box .news-info {
        width: auto;
        max-width: 100%
    }

    .news-container .news-section .news-detail img {
        width: 100%;
        height: auto
    }

    .news-container .news-section .moreNews {
        height: 50px;
        line-height: 50px;
        padding-right: 10px
    }

    /* Company */
    .compony-container .compony-section {
        height: auto;
        padding-bottom: 30px
    }

    .compony-container .compony-section .compony-list {
        margin: 0 10px
    }

    .compony-container .compony-section .compony-detail {
        flex-direction: column;
        margin: 0
    }

    .compony-container .compony-section .compony-detail .compony-detail-text {
        width: 100%;
        height: auto;
        padding: 10px 15px 20px;
        box-sizing: border-box;
        order: 2
    }

    .compony-container .compony-section .compony-detail .compony-detail-text p {
        font-size: 13px;
        line-height: 1.8
    }

    .compony-container .compony-section .compony-detail .compony-detail-img {
        width: 100%;
        max-width: 100%;
        height: 260px;
        float: none;
        order: 1
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img {
        width: 100%;
        height: 260px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img .detail-img {
        width: 100%;
        height: 260px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .stock-code {
        height: 50px;
        padding-top: 6px;
        font-size: 12px
    }

    /* Service / Client Logos */
    .service-container .service-section {
        height: auto;
        padding-bottom: 30px
    }

    .service-container .service-section.white {
        height: auto;
        padding-bottom: 20px
    }

    .service-container .service-section .scroll-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 20px auto 0
    }

    .service-container .service-section .scroll-img ul {
        width: 100%;
        height: auto
    }

    .service-container .service-section .scroll-img ul li {
        width: 33.33%;
        margin: 0 0 30px
    }

    .service-container .service-section .scroll-img ul li img {
        height: 40px
    }

    .service-container .service-section .scroll-img ul li p {
        font-size: 12px;
        margin-top: 10px
    }

    .service-container .service-section .service-list {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 10px auto 20px
    }

    /* Footer */
    .footer-container .footer {
        width: 100%;
        max-width: 100%;
        padding: 30px 15px 20px;
        box-sizing: border-box;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap
    }

    .footer-container .footer .bonc {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-container .footer .bonc li {
        margin-bottom: 15px
    }

    .footer-container .footer .product {
        width: 50%;
        border-left: none;
        padding-left: 0;
        margin-left: 0
    }

    .footer-container .footer .solve-plan {
        width: 50%;
        margin-left: 0
    }

    .footer-container .footer .item-title {
        font-size: 15px;
        margin-bottom: 15px
    }

    .footer-container .footer .item-title img {
        width: 100px;
        height: 12px
    }

    .footer-container .footer .product .center-list {
        margin: 0 10px 0 20px
    }

    .footer-container .footer a,
    .footer-container .footer .bonc {
        font-size: 12px
    }

    .footer-container .footer-copy {
        height: 40px;
        line-height: 40px;
        font-size: 11px
    }

    .footer-container .footer .email:before,
    .footer-container .footer .tel:before,
    .footer-container .footer .blog:before,
    .footer-container .footer .wechat:before {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-position: -2px 2px
    }
}

/* bonc_index.css */
#news-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.main-container {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.main-container .main-section .icon-container {
    width: 360px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: 50%;
    margin-left: -150px;
    z-index: 889
}

.main-container .main-section .icon-container li {
    display: block;
    width: 32px;
    height: 4px;
    float: left;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    cursor: pointer
}

.main-container .main-section .icon-container .active-icon span {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    -webkit-animation: width 5s;
    -o-animation: width 5s;
    animation: width 5s;
    background: #C3191F
}

@keyframes width {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.map-container {
    background: #1F212C;
    position: relative
}

.map-container .top-shadow {
    width: 100%;
    height: 100px;
    background-image: url("../images/home/shadow2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    position: absolute;
    bottom: 0;
    z-index: 10
}

.map-container .map-section .title {
    height: 100px;
    line-height: 100px
}

.map-container .map-section #map {
    height: 572px;
    overflow: hidden
}

.map-container .map-section .legend {
    position: absolute;
    left: 280px;
    bottom: 150px;
    color: #FFF;
    font-size: 16px;
    line-height: 30px
}

.map-container .map-section .legend .dev:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #C3191F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: -25px;
    top: 10px
}

.map-container .map-section .legend .opr:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #C3191F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: -22px;
    top: 43px
}

.info-container {
    background: #02081B;
    position: relative
}

.info-container .info-section {
    height: 720px;
    background-image: url("../images/home/bg-data.png");
    background-repeat: no-repeat;
    background-size: 1440px 720px;
    background-position: center center;
    position: relative
}

.info-container .info-section .out-data,
.info-container .info-section .inner-data,
.info-container .info-section .main-data {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%
}

.info-container .info-section .box,
.info-container .info-section .node,
.info-container .info-section .data {
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    opacity: .4;
    filter: alpha(opacity=0);
    cursor: pointer
}

.info-container .info-section .box li,
.info-container .info-section .node li,
.info-container .info-section .data li {
    position: absolute
}

@keyframes nodeA {
    0% {
        opacity: 1;
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95) translate(-3px)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05) translate(-2px)
    }
}

@keyframes nodeB {
    0% {
        opacity: .5;
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95) translate(3px)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05) translate(0)
    }
}

.info-container .info-section .inner-data .node {
    font-size: 25px;
    opacity: .7;
    filter: alpha(opacity=70);
    display: block;
    position: relative
}

.info-container .info-section .inner-data .node li:nth-child(odd) {
    -webkit-animation: nodeA 5s infinite alternate;
    -o-animation: nodeA 5s infinite alternate;
    animation: nodeA 5s infinite alternate
}

.info-container .info-section .inner-data .node li:nth-child(even) {
    -webkit-animation: nodeB 3s infinite alternate;
    -o-animation: nodeB 3s infinite alternate;
    animation: nodeB 3s infinite alternate
}

.info-container .info-section .inner-data .node li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.info-container .info-section .inner-data .node .node-left-1 {
    top: 50px;
    left: -435px
}

.info-container .info-section .inner-data .node .node-left-2 {
    top: -50px;
    left: -330px
}

.info-container .info-section .inner-data .node .node-left-3 {
    top: -180px;
    left: -120px
}

.info-container .info-section .inner-data .node .node-right-1 {
    top: -180px;
    right: -165px
}

.info-container .info-section .inner-data .node .node-right-2 {
    top: -60px;
    right: -300px
}

.info-container .info-section .inner-data .node .node-right-3 {
    top: 40px;
    right: -440px
}

.info-container .info-section .out-data .box li {
    display: none
}

.info-container .info-section .out-data .box li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.info-container .info-section .out-data .box li p {
    width: 120px
}

.info-container .info-section .out-data .box li:nth-child(odd) {
    -webkit-animation: nodeA 4s infinite alternate;
    -o-animation: nodeA 4s infinite alternate;
    animation: nodeA 4s infinite alternate
}

.info-container .info-section .out-data .box li:nth-child(even) {
    -webkit-animation: nodeB 6s infinite alternate;
    -o-animation: nodeB 6s infinite alternate;
    animation: nodeB 6s infinite alternate
}

.info-container .info-section .main-data .data {
    font-size: 40px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.info-container .info-section .main-data .data .data-icon {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("../images/home/select-icon.png");
    background-repeat: no-repeat;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
    background-position: center center;
    position: absolute
}

.info-container .info-section .main-data .data p {
    width: 230px;
    height: 56px;
    float: left;
    position: relative
}

.info-container .info-section .main-data .data .hover p {
    text-shadow: 0 0 100px #383cae
}

.info-container .info-section .main-data .data .data-1 .icon,
.info-container .info-section .main-data .data .data-2 .icon,
.info-container .info-section .main-data .data .data-3 .icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #4A70E2
}

.info-container .info-section .main-data .data .data-1 p:after,
.info-container .info-section .main-data .data .data-2 p:after,
.info-container .info-section .main-data .data .data-3 p:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #4A70E2;
    position: absolute
}

.info-container .info-section .main-data .data .data-1 {
    top: 160px;
    left: -536px
}

.info-container .info-section .main-data .data .data-1 p:after {
    right: 10px;
    top: 16px
}

.info-container .info-section .main-data .data .data-1 i.data-icon {
    right: -4px;
    top: 2px
}

.info-container .info-section .main-data .data .data-3 {
    top: 160px;
    right: -543px
}

.info-container .info-section .main-data .data .data-3 p:after {
    left: 24px;
    top: 17px
}

.info-container .info-section .main-data .data .data-3 i.data-icon {
    top: 2px;
    left: 10px
}

.info-container .info-section .main-data .data .data-2 {
    top: -75px;
    left: -60px;
    right: -60px
}

.info-container .info-section .main-data .data .data-2 p {
    width: 120px;
    height: 56px
}

.info-container .info-section .main-data .data .data-2 p:after {
    left: 50px;
    bottom: -30px
}

.info-container .info-section .main-data .data .data-2 i.data-icon {
    left: 36px;
    top: 52px
}

.info-container .info-section .main-data .data-text p {
    width: 480px;
    height: 96px;
    position: absolute;
    left: -240px;
    right: -48px;
    top: 150px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    display: none
}

.info-container .info-section .main-data .data-text .default {
    display: block
}

.core-container {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-color: red;
    position: relative
}

.core-container .core-section {
    height: 2016px
}

.core-container .core-section .core-data {
    height: 496px;
    margin: 0 auto 16px;
    background: #FFF;
    position: relative
}

.core-container .core-section .core-data img {
    display: block;
    vertical-align: middle
}

.core-container .core-section .core-data .core-data-top {
    height: 263px;
    border-bottom: 1px solid #F2F5F6;
    overflow: hidden
}

.core-container .core-section .core-data .core-data-top .core-data-list-box {
    height: 263px;
    margin-left: 100px;
    float: left
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list {
    width: 272px;
    height: 263px;
    float: left;
    cursor: pointer;
    margin: 0 8px
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list .describe {
    height: 36px;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list .describe p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list img {
    margin: 40px auto 25px;
    width: 80px;
    height: 80px
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #414141;
    opacity: .9;
    filter: alpha(opacity=90);
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden
}

.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list:hover span,
.core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list:hover p {
    color: #4A70E2
}

.core-container .core-section .core-data .core-data-bottom {
    height: 232px;
    overflow: hidden
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail {
    width: 235px;
    height: 232px;
    cursor: pointer;
    float: left
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail span {
    display: block;
    font-size: 14px;
    color: #414141;
    opacity: .9;
    filter: alpha(opacity=90);
    letter-spacing: 0;
    font-weight: 700;
    text-align: center
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail a span {
    display: block;
    height: 20px;
    line-height: 20px
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail a:hover span {
    color: #4A70E2
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail img {
    margin: 48px auto 35px;
    width: 48px;
    height: 48px
}

.core-container .core-section .core-data .core-data-bottom .core-data-detail .core-detail {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F2F3F5;
    text-align: left;
    font-size: 14px;
    color: #414141;
    letter-spacing: 0;
    text-indent: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none
}

.core-container .core-section .core-data .core-data-bottom .active .core-detail {
    display: block
}

.core-container .core-section .core-data .core-data-bottom .active .tip {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -34px;
    border: 20px solid transparent;
    border-bottom: 20px solid #F2F3F5
}

.core-container .core-section .core-data .core-date-title {
    width: 420px;
    height: 263px;
    background-image: url("../images/home/big-data.png");
    background-repeat: no-repeat;
    background-size: 420px 263px;
    background-position: left center;
    float: left
}

.core-container .core-section .core-data .core-date-title p {
    height: 62px;
    padding-top: 144px;
    text-align: right;
    font-size: 44px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 100;
    position: relative;
    cursor: pointer
}

.core-container .core-section .core-data .core-date-title p:after {
    content: '';
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    right: 0;
    background: #4A70E2
}

.core-container .core-section .cloud-data .core-date-title {
    background-image: url("../images/home/cloud-data.png")
}

.core-container .core-section .cloud-data .core-data-top .core-data-list-box .core-data-list {
    width: 415px
}

.core-container .core-section .mobile-inter {
    height: 288px
}

.core-container .core-section .mobile-inter .core-data-top {
    border: none
}

.core-container .core-section .mobile-inter .core-date-title {
    background-image: url("../images/home/m-data.png")
}

.core-container .core-section .art-intel .core-date-title {
    background-image: url("../images/home/art-data.png")
}

.products-container .products-section {
    min-height: 834px
}

.products-container .products-section .products-list {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.products-container .products-section .products-list .list-option {
    width: 350px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.products-container .products-section .products-list .list-option>i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px 60px
}

.products-container .products-section .products-list .list-option>i.big-data {
    background-image: url("../images/home/icon-big-data.png")
}

.products-container .products-section .products-list .list-option>i.artificial-intelligence {
    background-image: url("../images/home/icon-artificial-intelligence.png")
}

.products-container .products-section .products-list .list-option>i.communication-5G {
    background-image: url("../images/home/icon-communication-5G.png")
}

.products-container .products-section .products-list .list-option>i.cloudiip-iMine {
    background-image: url("../images/home/icon-cloudiip-iMine.png")
}

.products-container .products-section .products-list .list-option>p {
    padding: 25px 0 65px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.products-container .products-section .products-list .list-option:hover>i,
.products-container .products-section .products-list .list-option:active>i,
.products-container .products-section .products-list .list-option.active>i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-size: 70px 70px
}

.products-container .products-section .products-list .list-option:hover>i.big-data,
.products-container .products-section .products-list .list-option:active>i.big-data,
.products-container .products-section .products-list .list-option.active>i.big-data {
    background-image: url("../images/home/icon-big-data_.png")
}

.products-container .products-section .products-list .list-option:hover>i.artificial-intelligence,
.products-container .products-section .products-list .list-option:active>i.artificial-intelligence,
.products-container .products-section .products-list .list-option.active>i.artificial-intelligence {
    background-image: url("../images/home/icon-artificial-intelligence_.png")
}

.products-container .products-section .products-list .list-option:hover>i.communication-5G,
.products-container .products-section .products-list .list-option:active>i.communication-5G,
.products-container .products-section .products-list .list-option.active>i.communication-5G {
    background-image: url("../images/home/icon-communication-5G_.png")
}

.products-container .products-section .products-list .list-option:hover>i.cloudiip-iMine,
.products-container .products-section .products-list .list-option:active>i.cloudiip-iMine,
.products-container .products-section .products-list .list-option.active>i.cloudiip-iMine {
    background-image: url("../images/home/icon-cloudiip-iMine_.png")
}

.products-container .products-section .products-list .list-option:hover>p,
.products-container .products-section .products-list .list-option:active>p,
.products-container .products-section .products-list .list-option.active>p {
    color: #3e83ac
}

.products-container .products-section-detail {
    margin: 0 20px;
    max-width: calc(100% - 40px)
}

.products-container .products-section-detail .big-data {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.products-container .products-section-detail .big-data>a {
    background-color: #f7f7f7;
    width: 25%;
    height: 188px;
    align-items: center;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    box-sizing: border-box
}

.products-container .products-section-detail .big-data>a.item-datasence img {
    width: 110px;
    height: 30px
}

.products-container .products-section-detail .big-data>a img {
    width: 60px;
    height: 30px;
    margin-top: 30px
}

.products-container .products-section-detail .big-data>a h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px
}

.products-container .products-section-detail .big-data>a p {
    color: #666;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 16px
}

.products-container .products-section-detail .big-data>a .mt {
    margin-top: 45px !important
}

.products-container .products-section-detail .big-data>a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #eee
}

.products-container .products-section-detail .artificial-intelligence {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.products-container .products-section-detail .artificial-intelligence .detail-item {
    display: none;
    background-color: #f7f7f7;
    width: 25%;
    height: 188px;
    align-items: center;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    box-sizing: border-box
}

.products-container .products-section-detail .artificial-intelligence .detail-item img {
    width: 55px;
    height: 55px;
    margin-top: 50px
}

.products-container .products-section-detail .artificial-intelligence .detail-item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1
}

.products-container .products-section-detail .artificial-intelligence .detail-item p {
    color: #666;
    font-size: 10px;
    line-height: 1.8;
    padding: 16px
}

.products-container .products-section-detail .artificial-intelligence .detail-item:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #eee
}

.products-container .products-section-detail .artificial-intelligence .artificial-intelligence-logo {
    width: 100%;
    display: none
}

.products-container .products-section-detail .artificial-intelligence .artificial-intelligence-logo .muliao-logo-img {
    width: 180px;
    height: 100px;
    margin-top: 44px
}

.products-container .products-section-detail .communication-5G {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.products-container .products-section-detail .communication-5G .detail-title {
    position: absolute;
    z-index: 999
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(1):hover,
.products-container .products-section-detail .communication-5G .detail-item:nth-child(3):hover {
    background: #373737
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(2):hover {
    background: #242424
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(4):hover,
.products-container .products-section-detail .communication-5G .detail-item:nth-child(5):hover,
.products-container .products-section-detail .communication-5G .detail-item:nth-child(6):hover {
    background: #e3e2e2
}

.products-container .products-section-detail .communication-5G .detail-item {
    display: none;
    background-color: #f7f7f7;
    width: 33.3333%;
    height: 188px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(1) {
    background-color: #6e6e6e
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(2) {
    background-color: #6e6e6e
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(3) {
    background-color: #6e6e6e
}

.products-container .products-section-detail .communication-5G .detail-item:nth-child(1) h4,
.products-container .products-section-detail .communication-5G .detail-item:nth-child(2) h4,
.products-container .products-section-detail .communication-5G .detail-item:nth-child(3) h4 {
    color: #fff
}

.products-container .products-section-detail .communication-5G .detail-item img {
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    object-fit: cover
}

.products-container .products-section-detail .communication-5G .detail-item h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 68px;
    margin-left: 50px;
    line-height: 2
}

.products-container .products-section-detail .cloudiip-iMine {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px
}

.products-container .products-section-detail .cloudiip-iMine .system-list {
    display: flex;
    border-top: 1px solid #e7e7e7;
    margin: 40px 0;
    padding-top: 40px
}

.products-container .products-section-detail .cloudiip-iMine .system-list li {
    width: 20%
}

.products-container .products-section-detail .cloudiip-iMine .system-list p {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important
}

.products-container .products-section-detail .cloudiip-iMine .system-list p span {
    color: #cb1205
}

.products-container .products-section-detail .cloudiip-iMine .detail-item {
    display: none;
    background-color: #f7f7f7;
    width: 100%;
    align-items: center;
    text-align: center;
    border: 1px solid #ffffff;
    overflow: hidden;
    box-sizing: border-box
}

.products-container .products-section-detail .cloudiip-iMine .detail-item:hover {
    background-color: #eee
}

.products-container .products-section-detail .cloudiip-iMine .detail-item img {
    width: 352px;
    height: 50px;
    margin-top: 110px
}

.products-container .products-section-detail .cloudiip-iMine .detail-item h4 {
    font-family: 'siyuan';
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px
}

.products-container .products-section-detail .cloudiip-iMine .detail-item p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 39px
}

.products-container .products-section-detail .cloudiip-iMine .active .bg-img {
    display: none
}

.products-container .products-section-detail .cloudiip-iMine .active .detail-title {
    display: none
}

.solution-list-container {
    background: #282828
}

.solution-list-container .solution-section {
    height: 584px
}

.solution-list-container .solution-section .content {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.solution-list-container .solution-section .content .solution-list {
    width: 1360px;
    max-width: calc(100vw - 80px);
    height: 340px;
    overflow: hidden;
    position: relative;
    float: left
}

.solution-list-container .solution-section .content .solution-list::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    width: 50px;
    height: 300px;
    background: linear-gradient(to right, rgba(39, 39, 39, 0.8) 30%, transparent)
}

.solution-list-container .solution-section .content .solution-list::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    content: '';
    display: block;
    width: 50px;
    height: 300px;
    background: linear-gradient(to left, rgba(39, 39, 39, 0.8) 30%, transparent)
}

.solution-list-container .solution-section .content .solution-list .p-list-option {
    width: 3990px;
    position: relative;
    overflow: hidden
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option {
    width: 265px;
    margin: 0 5px;
    height: 340px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:last-child {
    margin-right: 0
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:first-child {
    margin-left: 0
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .bg-img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .75;
    filter: alpha(opacity=75);
    -webkit-transition: .5s transform;
    -moz-transition: .5s transform;
    -ms-transition: .5s transform;
    -o-transition: .5s transform;
    transition: .5s transform;
    position: absolute;
    top: 0;
    left: 0
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate {
    height: 340px;
    line-height: 340px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate img {
    width: 120px;
    height: 120px;
    margin: 96px auto 36px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate .detail-a {
    display: block;
    opacity: 0;
    width: 120px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 32px;
    background: #C3191F;
    margin: 51px auto 0;
    position: relative;
    background-image: url("../images/home/right-arrow.png");
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: 105px 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate p {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option .operate .border {
    display: block;
    width: 0;
    height: 8px;
    background: #DC3D42
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:hover .bg-img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:hover .operate .border {
    width: auto
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:hover .operate img {
    margin-top: 48px
}

.solution-list-container .solution-section .content .solution-list .p-list-option .list-option:hover .operate .detail-a {
    opacity: 1
}

.solution-list-container .solution-section .content .left {
    color: #999999;
    float: left;
    cursor: pointer;
    font-size: 110px;
    width: 35px;
    margin-right: 10px;
    line-height: 300px;
    text-align: center
}

.solution-list-container .solution-section .content .left.disableLeft {
    cursor: inherit;
    color: #504f4f
}

.solution-list-container .solution-section .content .left.disableLeft:hover {
    color: #504f4f
}

.solution-list-container .solution-section .content .left:hover {
    color: #732f2f
}

.solution-list-container .solution-section .content .right {
    color: #999999;
    float: left;
    cursor: pointer;
    font-size: 110px;
    width: 35px;
    margin-left: 10px;
    line-height: 300px;
    text-align: center
}

.solution-list-container .solution-section .content .right.disableRight {
    cursor: inherit;
    color: #504f4f
}

.solution-list-container .solution-section .content .right.disableRight:hover {
    color: #504f4f
}

.solution-list-container .solution-section .content .right:hover {
    color: #732f2f
}

.service-container {
    background: #F5F5F5
}

/* 智算服务 */
.compute-service-container {
    background: #FFFFFF;
    overflow: hidden;
    text-align: center
}

.compute-service-container .title {
    background: transparent;
    color: #333333;
    height: 125px;
    line-height: 125px
}

.compute-service-list {
    display: flex;
    justify-content: center;
    gap: 110px;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto 30px;
    padding: 0 20px
}

.compute-item {
    width: 225px;
    text-align: center
}

.compute-img {
    width: 225px;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px
}

.compute-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.compute-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 6px;
    line-height: 1.4
}

.compute-desc {
    font-size: 13px;
    font-weight: 400;
    color: #6A7282;
    margin: 0;
    line-height: 1.4
}

.compute-wave {
    display: block;
    width: 100%;
    height: auto
}

.service-container .service-section {
    height: 650px;
    background: #272727
}

.service-container .service-section.white {
    background-color: #fff;
    height: 525px
}

.service-container .service-section .title {
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding: 60px 0 20px
}

.service-container .service-section .scroll-img {
    width: 1280px;
    max-width: 100%;
    height: 264px;
    margin: 52px auto 0;
    overflow: hidden
}

.service-container .service-section .scroll-img ul {
    width: 1500px;
    height: 600px;
    font-size: 0
}

.service-container .service-section .scroll-img ul li {
    width: 213.3333px;
    display: inline-block;
    margin: 0 0 56px 0
}

.service-container .service-section .scroll-img ul li img {
    display: block;
    height: 64px;
    margin: 0 auto
}

.service-container .service-section .scroll-img ul li p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px
}

.service-container .service-section .service-list {
    width: 1280px;
    max-width: 100%;
    height: 240px;
    margin: 20px auto 40px auto;
    overflow: hidden
}

.news-container {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.news-container .news-section {
    position: relative;
    z-index: 100;
    height: 633px
}

.news-container .news-section .title {
    color: #202124;
    font-weight: 700
}

.news-container .news-section .news-list {
    margin: 0 220px
}

.news-container .news-section .news-detail {
    float: left;
    position: relative
}

.news-container .news-section .news-detail .detail-box {
    cursor: pointer
}

.news-container .news-section .news-detail .detail-box .news-info {
    width: 300px;
    height: 100px;
    padding: 20px 10px 0 20px;
    position: absolute;
    top: 180px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-container .news-section .news-detail .detail-box .news-info .news-title {
    width: 300px;
    height: 50px;
    text-align: left;
    font-size: 14px;
    color: #202124;
    letter-spacing: 0
}

.news-container .news-section .news-detail .detail-box .news-info .news-tip {
    height: 40px
}

.news-container .news-section .news-detail .detail-box .news-info .news-tip span {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #5F6368;
    letter-spacing: 0
}

.news-container .news-section .news-detail .detail-box .news-info .href-arrow {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #DCDDDF;
    float: right;
    text-align: center;
    border: 1px solid #DCDDDF;
    background: #DCDDDF;
    position: relative;
    background-image: url("../images/home/right-arrow.png");
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: 12px 12px
}

.news-container .news-section .news-detail .detail-box:hover .news-info {
    width: 330px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-container .news-section .news-detail .detail-box:hover .href-arrow {
    background: #FF0000;
    border: 1px solid #FF0000;
    background-image: url("../images/home/right-arrow.png");
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: 12px 12px
}

.news-container .news-section .news-detail img {
    display: block;
    width: 360px;
    height: 220px;
    vertical-align: middle
}

.news-container {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.news-container .news-section {
    height: 633px;
    z-index: 100
}

.news-container .news-section .title {
    color: #202124;
    font-weight: 700
}

.news-container .news-section .news-list {
    margin: 0 220px
}

.news-container .news-section .news-detail {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid #ccc */
}

.news-container .news-section .news-detail .news-detail-img {
    width: 500px;
    max-width: 45%;
    height: 300px;
    float: left;
    overflow: hidden;
    border: 8px solid #f5f5f5
}

.news-container .news-section .news-detail .news-detail-img .p-news-img {
    position: relative;
    overflow: hidden;
    width: 7500px;
    height: 300px
}

.news-container .news-section .news-detail .news-detail-img .p-news-img .news-img {
    float: left;
    width: 500px;
    height: 300px;
    object-fit: cover
}

.news-container .news-section .news-detail .news-detail-text {
    float: left;
    width: calc(100% - 516px)
}

.news-container .news-section .news-detail .news-detail-text ul li {
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #000;
    font-size: 12px;
    margin: 10px 0;
    overflow: hidden
}

.news-container .news-section .news-detail .news-detail-text ul li a {
    color: #000;
    font-size: 16px;
   
}

.news-container .news-section .news-detail .news-detail-text ul li .triangle {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 15px 0 20px;
    vertical-align: middle
}

.news-container .news-section .news-detail .news-detail-text ul li.active {
    font-size: 12px;
    font-weight: 600;
    background-color: #f5f5f5
}

.news-container .news-section .news-detail .news-detail-text ul li.active .triangle {
    background-image: url("../images/home/triangle.svg");
   
}

.news-container .news-section .news-detail .news-detail-text ul li:hover {
    background-color: #f5f5f5
}

.news-container .news-section .moreNews {
    text-align: right;
    height: 80px;
    line-height: 80px;
    clear: both
}

.news-container .news-section .moreNews a {
    display: inline-block;
    width: 120px;
    color: #333;
    font-weight: 700
}

.news-container .news-section .moreNews .shape {
    transform: translateY(2px)
}

.compony-container {
    background: #202020;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.compony-container .compony-section {
    height: 745px;
    z-index: 100
}

.compony-container .compony-section .title {
    color: #fff;
    font-weight: 700
}

.compony-container .compony-section .compony-list {
    margin: 0 120px
}

.compony-container .compony-section .compony-detail {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.compony-container .compony-section .compony-detail .compony-detail-text {
    float: left;
    color: #fff;
    width: 40%;
    height: 500px;
    padding-right: 80px
}

.compony-container .compony-section .compony-detail .compony-detail-text p {
    line-height: 2.4
}

.compony-container .compony-section .compony-detail .compony-detail-img {
    width: 750px;
    max-width: 60%;
    height: 500px;
    float: left;
    overflow: hidden;
    position: relative
}

.compony-container .compony-section .compony-detail .compony-detail-img .stock-code {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding-top: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    background-color: rgba(92, 95, 99, 0.8);
    backdrop-filter: blur(8px);
    color: #fff;
    z-index: 2
}

.compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img {
    position: relative;
    overflow: hidden;
    width: 7500px;
    height: 500px
}

.compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img .detail-img {
    float: left;
    width: 750px;
    height: 500px
}

.main-section,
.map-section,
.info-section,
.core-section,
.solution-section,
.products-section,
.service-section,
.news-section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.title {
    height: 144px;
    line-height: 144px;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 100;
    text-align: center;
    font-weight: 700
}

.title-write {
    height: 144px;
    line-height: 144px;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 100;
    text-align: center;
    font-weight: 700;
    color: #000000
}

@media screen and (min-width:1401px) and (max-width:1440px) {
    .main-container .main-section .change-data li h1 {
        font-size: 48px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 40px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 28px
    }

    .map-container .map-section .legend {
        left: 160px;
        font-size: 15px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 70px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 220px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 345px
    }

    .products-container .products-section .products-list .list-option {
        width: 345px
    }
}

@media screen and (min-width:1367px) and (max-width:1400px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 1340px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 48px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 40px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 28px
    }

    .map-container .map-section .legend {
        left: 160px;
        font-size: 15px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 45px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 220px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 335px
    }

    .products-container .products-section .products-list .list-option {
        width: 335px
    }

    .news-container .news-section .news-list {
        margin: 0 100px
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 1330px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 48px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 40px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 28px
    }

    .map-container .map-section .legend {
        left: 120px;
        font-size: 14px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 45px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 220px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 332px
    }

    .products-container .products-section .products-list .list-option {
        width: 332px
    }

    .news-container .news-section .news-list {
        margin: 0 82px
    }
}

@media screen and (min-width:1281px) and (max-width:1360px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 1260px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 48px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 40px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 28px
    }

    .map-container .map-section .legend {
        left: 120px;
        font-size: 14px
    }

    .info-container .info-section .out-data .box {
        font-size: 15px
    }

    .info-container .info-section .inner-data .node {
        font-size: 24px
    }

    .info-container .info-section .inner-data .node .node-left-1 {
        left: -340px
    }

    .info-container .info-section .inner-data .node .node-left-2 {
        left: -250px
    }

    .info-container .info-section .inner-data .node .node-left-3 {
        top: -155px;
        left: -75px
    }

    .info-container .info-section .inner-data .node .node-right-1 {
        top: -150px;
        right: -130px
    }

    .info-container .info-section .inner-data .node .node-right-2 {
        right: -240px
    }

    .info-container .info-section .inner-data .node .node-right-3 {
        right: -380px
    }

    .info-container .info-section .main-data .data {
        font-size: 35px
    }

    .info-container .info-section .main-data .data-text p {
        font-size: 18px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: -30px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 200px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 315px
    }

    .products-container .products-section .products-list .list-option {
        width: 315px
    }

    .news-container .news-section .news-list {
        margin: 0 60px
    }
}

@media screen and (min-width:1153px) and (max-width:1280px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 1120px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 45px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 36px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 25px
    }

    .map-container .map-section .legend {
        left: 100px;
        font-size: 14px
    }

    .info-container .info-section .out-data .box {
        font-size: 13px
    }

    .info-container .info-section .out-data .box .box-1 {
        top: 120px !important
    }

    .info-container .info-section .out-data .box .box-2 {
        top: -200px !important;
        left: -80px !important
    }

    .info-container .info-section .out-data .box .box-3 {
        top: -200px !important;
        right: -160px !important
    }

    .info-container .info-section .out-data .box .box-4 {
        top: 120px !important
    }

    .info-container .info-section .inner-data .node {
        font-size: 20px
    }

    .info-container .info-section .inner-data .node .node-left-1 {
        left: -340px
    }

    .info-container .info-section .inner-data .node .node-left-2 {
        left: -250px
    }

    .info-container .info-section .inner-data .node .node-left-3 {
        top: -155px;
        left: -75px
    }

    .info-container .info-section .inner-data .node .node-right-1 {
        top: -150px;
        right: -130px
    }

    .info-container .info-section .inner-data .node .node-right-2 {
        right: -240px
    }

    .info-container .info-section .inner-data .node .node-right-3 {
        right: -380px
    }

    .info-container .info-section .main-data .data {
        font-size: 25px
    }

    .info-container .info-section .main-data .data-text p {
        font-size: 16px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 0
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list {
        width: 210px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 180px
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box {
        margin: 0 80px
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box .core-data-list {
        width: 250px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 280px
    }

    .solution-list-container .solution-section .solution-list .list-option .operate p {
        font-size: 22px
    }

    .products-container .products-section .products-list .list-option {
        width: 280px
    }

    .products-container .products-section .products-list .list-option .operate p {
        font-size: 22px
    }

    .news-container .news-section .news-list {
        margin: 0
    }

    .news-container .news-section .news-list .news-detail {
        margin: 0 5px
    }

    /* Compute Service */
    .compute-service-list {
        gap: 28px
    }

    .compute-item {
        width: 210px
    }

    .compute-img {
        width: 210px;
        height: 150px
    }

    /* Compony */
    .compony-container .compony-section .compony-list {
        margin: 0 40px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img {
        width: 650px;
        max-width: 58%;
        height: 430px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img {
        width: 100%;
        height: 430px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img .detail-img {
        width: 650px;
        height: 430px
    }

    /* Demo */
    .demo .control-box {
        max-width: 100%
    }

    .demo .bigbox {
        width: calc(100% - 140px);
        max-width: calc(100% - 140px);
        margin: auto 70px
    }

    /* Solution */
    .solution-list-container .solution-section .content .solution-list {
        width: calc(100vw - 100px);
        max-width: calc(100vw - 100px)
    }
}

@media screen and (min-width:1025px) and (max-width:1152px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 1000px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 45px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 36px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 25px
    }

    .map-container .map-section .legend {
        left: 80px;
        font-size: 14px
    }

    .info-container .info-section .out-data .box {
        font-size: 13px
    }

    .info-container .info-section .out-data .box .box-1 {
        top: 120px !important
    }

    .info-container .info-section .out-data .box .box-2 {
        top: -200px !important;
        left: -80px !important
    }

    .info-container .info-section .out-data .box .box-3 {
        top: -200px !important;
        right: -160px !important
    }

    .info-container .info-section .out-data .box .box-4 {
        top: 120px !important
    }

    .info-container .info-section .inner-data .node {
        font-size: 20px
    }

    .info-container .info-section .inner-data .node .node-left-1 {
        top: 50px;
        left: -260px
    }

    .info-container .info-section .inner-data .node .node-left-2 {
        left: -160px
    }

    .info-container .info-section .inner-data .node .node-left-3 {
        top: -155px;
        left: -75px
    }

    .info-container .info-section .inner-data .node .node-right-1 {
        top: -150px;
        right: -90px
    }

    .info-container .info-section .inner-data .node .node-right-2 {
        right: -180px
    }

    .info-container .info-section .inner-data .node .node-right-3 {
        top: 15px;
        right: -300px
    }

    .info-container .info-section .main-data .data {
        font-size: 25px
    }

    .info-container .info-section .main-data .data-text p {
        font-size: 16px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 0
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list {
        width: 170px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list span {
        font-size: 18px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 160px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail .core-detail {
        font-size: 12px
    }

    .core-container .core-section .core-data .core-date-title p {
        font-size: 35px
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box {
        margin: 0 20px
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box .core-data-list {
        width: 250px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 250px
    }

    .solution-list-container .solution-section .solution-list .list-option .operate p {
        font-size: 22px
    }

    .products-container .products-section .products-list .list-option {
        width: 250px
    }

    .products-container .products-section .products-list .list-option .operate p {
        font-size: 22px
    }

    .news-container .news-section .news-list {
        margin: 0
    }

    .news-container .news-section .news-list .news-detail {
        margin: 0 5px
    }

    .news-container .news-section .news-list .news-detail img {
        width: 320px
    }

    .news-container .news-section .news-list .news-detail .detail-box .news-info {
        width: 250px
    }

    .news-container .news-section .news-list .news-detail .detail-box .news-info .news-title {
        width: 240px
    }

    .news-container .news-section .news-list .news-detail .detail-box:hover .news-info {
        width: 290px
    }

    /* Compute Service */
    .compute-service-list {
        gap: 24px;
        padding: 0 10px
    }

    .compute-item {
        width: 200px
    }

    .compute-img {
        width: 200px;
        height: 142px
    }

    /* Compony */
    .compony-container .compony-section .compony-list {
        margin: 0 20px
    }

    .compony-container .compony-section .compony-detail .compony-detail-text {
        width: 38%;
        padding-right: 40px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img {
        width: 580px;
        max-width: 58%;
        height: 390px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img {
        width: 100%;
        height: 390px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img .detail-img {
        width: 580px;
        height: 390px
    }

    /* Demo */
    .demo .control-box {
        width: 100%;
        max-width: 100%
    }

    .demo .bigbox {
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
        margin: auto 60px
    }

    .demo .box {
        width: 220px;
        height: 280px;
        line-height: 280px
    }

    .demo .box span {
        font-size: 18px;
        line-height: 280px
    }

    .demo .shadow {
        width: 220px;
        margin-top: 100px
    }

    .demo .shadow a {
        width: 190px
    }

    /* Solution */
    .solution-list-container .solution-section {
        height: auto;
        padding-bottom: 30px
    }

    .solution-list-container .solution-section .content .solution-list {
        width: calc(100vw - 120px);
        max-width: calc(100vw - 120px)
    }

    .solution-list-container .solution-section .content .left,
    .solution-list-container .solution-section .content .right {
        font-size: 80px;
        width: 30px
    }

    .demo .prev,.demo .next {
        font-size: 80px;
        width: 30px
    }
}

@media screen and (max-width:1024px) {

    .main-section,
    .map-section,
    .info-section,
    .core-section,
    .solution-section,
    .products-section,
    .service-section,
    .news-section {
        width: 960px
    }

    .main-container .main-section .change-data li h1 {
        font-size: 45px
    }

    .main-container .main-section .change-data li h2 {
        font-size: 36px
    }

    .main-container .main-section .change-data li h3 {
        font-size: 25px
    }

    .map-container .map-section .legend {
        left: 80px;
        font-size: 13px
    }

    .info-container .info-section .out-data .box {
        font-size: 13px
    }

    .info-container .info-section .out-data .box .box-1 {
        top: 120px !important
    }

    .info-container .info-section .out-data .box .box-2 {
        top: -200px !important;
        left: -80px !important
    }

    .info-container .info-section .out-data .box .box-3 {
        top: -200px !important;
        right: -160px !important
    }

    .info-container .info-section .out-data .box .box-4 {
        top: 120px !important
    }

    .info-container .info-section .inner-data .node {
        font-size: 20px
    }

    .info-container .info-section .inner-data .node .node-left-1 {
        top: 50px;
        left: -260px
    }

    .info-container .info-section .inner-data .node .node-left-2 {
        left: -160px
    }

    .info-container .info-section .inner-data .node .node-left-3 {
        top: -155px;
        left: -75px
    }

    .info-container .info-section .inner-data .node .node-right-1 {
        top: -150px;
        right: -90px
    }

    .info-container .info-section .inner-data .node .node-right-2 {
        right: -180px
    }

    .info-container .info-section .inner-data .node .node-right-3 {
        top: 15px;
        right: -300px
    }

    .info-container .info-section .main-data .data {
        font-size: 25px
    }

    .info-container .info-section .main-data .data-text p {
        font-size: 16px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box {
        margin-left: 0
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list {
        width: 150px
    }

    .core-container .core-section .core-data .core-data-top .core-data-list-box .core-data-list span {
        font-size: 18px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail {
        width: 160px
    }

    .core-container .core-section .core-data .core-data-bottom .core-data-detail .core-detail {
        font-size: 12px
    }

    .core-container .core-section .core-data .core-date-title p {
        font-size: 35px
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box {
        margin: 0 auto
    }

    .core-container .core-section .cloud-data .core-data-top .core-data-list-box .core-data-list {
        width: 250px
    }

    .solution-list-container .solution-section .solution-list .list-option {
        width: 240px
    }

    .solution-list-container .solution-section .solution-list .list-option .operate p {
        font-size: 22px
    }

    .products-container .products-section .products-list .list-option {
        width: 240px
    }

    .products-container .products-section .products-list .list-option .operate p {
        font-size: 22px
    }

    .news-container .news-section .news-list {
        margin: 0
    }

    .news-container .news-section .news-list .news-detail {
        margin: 0 5px
    }

    .news-container .news-section .news-list .news-detail img {
        width: 300px
    }

    .news-container .news-section .news-list .news-detail .detail-box .news-info {
        width: 230px
    }

    .news-container .news-section .news-list .news-detail .detail-box .news-info .news-title {
        width: 220px
    }

    .news-container .news-section .news-list .news-detail .detail-box:hover .news-info {
        width: 270px
    }

    /* Compute Service */
    .compute-service-list {
        gap: 20px;
        max-width: 100%;
        padding: 0 10px
    }

    .compute-item {
        width: 180px
    }

    .compute-img {
        width: 180px;
        height: 128px
    }

    .compute-title {
        font-size: 15px
    }

    .compute-desc {
        font-size: 12px
    }

    /* Compony */
    .compony-container .compony-section {
        height: auto;
        padding-bottom: 30px
    }

    .compony-container .compony-section .compony-list {
        margin: 0 20px
    }

    .compony-container .compony-section .compony-detail .compony-detail-text {
        width: 35%;
        padding-right: 30px
    }

    .compony-container .compony-section .compony-detail .compony-detail-img {
        width: 60%;
        max-width: 60%;
        height: auto
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img {
        height: auto
    }

    .compony-container .compony-section .compony-detail .compony-detail-img .p-detail-img .detail-img {
        width: 100%;
        height: auto
    }

    /* Demo solution */
    .demo .control-box {
        width: 100%;
        max-width: 100%
    }

    .demo .bigbox {
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
        margin: auto 60px
    }

    /* Service */
    .service-container .service-section .scroll-img {
        width: 100%;
        max-width: 100%
    }

    .service-container .service-section .service-list {
        width: 100%;
        max-width: 100%
    }

    /* Products */
    .products-container .products-section-detail {
        margin: 0 10px;
        max-width: calc(100% - 20px)
    }

    .products-container .products-section-detail .big-data>a {
        height: 150px
    }

    .products-container .products-section-detail .big-data>a h4 {
        font-size: 16px
    }

    .products-container .products-section-detail .big-data>a p {
        font-size: 13px
    }

    /* Solution */
    .solution-list-container .solution-section {
        height: auto;
        padding-bottom: 30px
    }

    .solution-list-container .solution-section .content .left,
    .solution-list-container .solution-section .content .right {
        font-size: 70px;
        width: 28px
    }

    .demo .prev,.demo .next {
        font-size: 70px;
        width: 28px
    }

    /* Footer */
    .footer-container .footer {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px 30px;
        box-sizing: border-box
    }

    .footer-container .footer .product {
        margin-left: 20px;
        padding-left: 30px
    }

    .footer-container .footer .solve-plan {
        margin-left: 20px
    }

    .footer-container .footer .product .center-list {
        margin: 0 20px 0 30px
    }
}

.bonc-banner .swiper-container {
    width: 100%;
    height: 100%
}

.bonc-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

.bonc-banner .swiper-slide p {
    position: absolute;
    left: 10%;
    bottom: 40%
}

.bonc-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 39px;
    color: #fff;
    text-align: center
}

.bonc-banner .swiper-slide span {
    display: block;
    margin-top: 32px;
    width: 139px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 20px
}

.bonc-banner .swiper-slide span:hover {
    background: #D4AF37;
    border-color: #8E010A
}

.bonc-banner .swiper-slide strong {
    display: block;
    color: #fff;
    font-size: 43px;
    font-weight: 700
}

.bonc-banner .swiper-pagination {
    text-align: right;
    left: auto !important;
    right: 76px;
    bottom: 68px !important
}

.bonc-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.bonc-banner .swiper-pagination .swiper-pagination-bullet.current {
    background-color: #dcdbd9
}

@media screen and (min-width:1401px) and (max-width:1440px) {
    .products-container .products-section-detail {
        margin: 0 0
    }
}

.demo .control-box {
    width: 1430px;
    max-width: 100%;
    height: 340px;
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto
}

.demo .control-box ul {
    list-style: none;
    position: relative;
    width: 1430px
}

.demo .control-box ul li {
    position: absolute;
    top: 10px;
    cursor: pointer
}

.demo .prev {
    left: 0;
    color: #999999;
    float: left;
    cursor: pointer;
    font-size: 110px;
    width: 35px;
    margin-right: 10px;
    line-height: 340px;
    text-align: center;
    background: linear-gradient(to right, rgba(39, 39, 39, 0.8) 30%, transparent)
}

.demo .prev.disableLeft {
    cursor: inherit;
    color: #504f4f
}

.demo .prev.disableLeft:hover {
    color: #504f4f
}

.demo .prev:hover {
    color: #D4AF37
}

.demo .next {
    right: 0;
    color: #999999;
    float: left;
    cursor: pointer;
    font-size: 110px;
    width: 35px;
    margin-left: 10px;
    line-height: 340px;
    text-align: center
}

.demo .next.disableRight {
    cursor: inherit;
    color: #504f4f
}

.demo .next.disableRight:hover {
    color: #504f4f
}

.demo .next:hover {
    color: #D4AF37
}

.demo .bigbox {
    overflow: hidden;
    width: 1310px;
    max-width: calc(100% - 140px);
    height: 340px;
    margin: auto 70px auto;
    position: relative
}

.demo .bigbox::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    width: 50px;
    height: 340px;
    background: linear-gradient(to right, rgba(39, 39, 39, 0.8) 30%, transparent)
}

.demo .bigbox::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    content: '';
    display: block;
    width: 50px;
    height: 340px;
    background: linear-gradient(to left, rgba(39, 39, 39, 0.8) 30%, transparent)
}

.demo #switcher {
    height: 340px;
    left: 0px
}

.demo .content_1.content_2 {
    width: 100%;
    float: left
}

.demo .box span {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 340px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px
}

.demo .box {
    transition: all .7s ease 0s;
    width: 265px;
    height: 340px;
    line-height: 340px;
    float: left;
    margin-right: 10px
}

.demo .box:nth-child(1) {
    background: url("../images/home/s-bg1.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(2) {
    background: url("../images/home/s-bg2.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(3) {
    background: url("../images/home/s-bg3.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(4) {
    background: url("../images/home/s-bg4.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(5) {
    background: url("../images/home/s-bg5.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(6) {
    background: url("../images/home/s-bg6.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:nth-child(7) {
    background: url("../images/home/s-bg7.png") left top no-repeat;
    background-size: 100% 100%
}

.demo .box:hover {
    opacity: 0.5
}

.demo .shadow {
    width: 265px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.45);
    margin-top: 130px;
    color: white;
    font-size: 14px
}

.demo .shadow a {
    display: inline-block;
    width: 225px;
    height: 60px;
    color: white;
    text-decoration: none;
    margin-left: 18px;
    margin-top: 10px
}

/* bonc_news.css */
.banner-container3 {
    position: relative;
    height: 432px;
    background: url("../images/news/n-banner1.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.banner-container3 .news-banner {
    position: absolute;
    right: 153px;
    top: 35%;
    text-align: right;
    color: #323232
}

.banner-container3 .news-banner p {
    padding-bottom: 24px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px
}

.banner-container3 .news-banner span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px
}

.news-page-container .news-page-section {
    padding: 0 220px
}

.news-page-container .news-page-section div.page-tab-container {
    border-bottom: 1px dashed #DFDFDF;
    margin: 30px 0
}

.news-page-container .news-page-section .page-tab {
    height: 60px;
    line-height: 60px
}

.news-page-container .news-page-section .page-tab li {
    float: left;
    font-size: 24px;
    color: #686c70;
    text-align: center;
    line-height: auto;
    margin-right: 30px;
    cursor: pointer
}

.news-page-container .news-page-section .page-tab li.active {
    color: #C3191F;
    border-bottom: 1px solid #C3191F
}

.news-page-container .news-page-section .page-content {
    display: none
}

.news-page-container .news-page-section .page-content .page-data,
.news-page-container .news-page-section .page-content .page-data2 {
    min-height: 500px;
    margin-top: 50px
}

.news-page-container .news-page-section .page-content .page-data li,
.news-page-container .news-page-section .page-content .page-data2 li {
    display: flex;
    margin-bottom: 50px
}

.news-page-container .news-page-section .page-content .page-data li>img,
.news-page-container .news-page-section .page-content .page-data2 li>img {
    margin-left: auto;
    width: 425px;
    height: 255px;
    margin-left: 56px
}

.news-page-container .news-page-section .page-content .page-data li>div,
.news-page-container .news-page-section .page-content .page-data2 li>div {
    flex: 1;
    position: relative
}

.news-page-container .news-page-section .page-content .page-data li>div i,
.news-page-container .news-page-section .page-content .page-data2 li>div i {
    color: #cbcbcb;
    font-size: 20px;
    font-weight: 700;
    font-style: normal
}

.news-page-container .news-page-section .page-content .page-data li>div strong,
.news-page-container .news-page-section .page-content .page-data2 li>div strong {
    display: block;
    padding: 8px 0;
    font-size: 22px;
    line-height: 2;
    color: #333
}

.news-page-container .news-page-section .page-content .page-data li>div p,
.news-page-container .news-page-section .page-content .page-data2 li>div p {
    line-height: 2;
    color: #666;
    font-size: 12px
}

.news-page-container .news-page-section .page-content .page-data li>div a.title-detail:hover strong,
.news-page-container .news-page-section .page-content .page-data2 li>div a.title-detail:hover strong {
    color: #4795bb
}

.news-page-container .news-page-section .page-content .page-data li>div .extract-text,
.news-page-container .news-page-section .page-content .page-data2 li>div .extract-text {
    font-size: 18px
}

.news-page-container .news-page-section .page-content .page-data li>div a.more-detail,
.news-page-container .news-page-section .page-content .page-data2 li>div a.more-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #4795bb;
    font-weight: normal;
    font-size: 14px
}

.news-page-container .news-page-section .page-content .pagecount {
    text-align: center;
    margin-bottom: 5px;
    padding: 15px 15px 20px 0
}

.news-page-container .news-page-section .page-content .pagecount li {
    display: inline-block;
    background-color: #f3f4f6;
    margin: 0 0 0 14px;
    padding: 7px 14px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 20px
}

.news-page-container .news-page-section .page-content .pagecount li a {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 20px
}

.news-page-container .news-page-section .page-content .pagecount li.active {
    background: #900000
}

.news-page-container .news-page-section .page-content .pagecount li.active a {
    color: #FFF
}

.news-page-container .news-page-section .page-content.active {
    display: block
}

@media screen and (min-width:1441px) {
    .footer-container .footer {
        width: 1420px
    }
}

@media screen and (min-width:1401px) and (max-width:1440px) {
    .news-page-container .news-page-section {
        width: 1000px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (min-width:1367px) and (max-width:1400px) {
    .news-page-container .news-page-section {
        width: 1000px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {
    .news-page-container .news-page-section {
        width: 960px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (min-width:1281px) and (max-width:1360px) {
    .news-page-container .news-page-section {
        width: 960px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (min-width:1153px) and (max-width:1280px) {
    .news-page-container .news-page-section {
        width: 960px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (min-width:1025px) and (max-width:1152px) {
    .news-page-container .news-page-section {
        width: 960px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

@media screen and (max-width:1024px) {
    .news-page-container .news-page-section {
        width: 960px
    }

    .news-page-container .news-page-section .page-tab li {
        font-size: 18px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 span,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 span {
        font-size: 16px;
        width: 500px
    }

    .news-page-container .news-page-section .page-content .page-data li div h3 i,
    .news-page-container .news-page-section .page-content .page-data2 li div h3 i {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .page-data li div p,
    .news-page-container .news-page-section .page-content .page-data2 li div p,
    .news-page-container .news-page-section .page-content .page-data li div a,
    .news-page-container .news-page-section .page-content .page-data2 li div a {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li {
        font-size: 13px
    }

    .news-page-container .news-page-section .page-content .pagecount li a {
        font-size: 13px
    }
}

/* bonc_about.css */
.about-banner-container {
    background: url("../images/about/a-banner.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.banner-container {
    position: relative
}

.banner-container .about-banner p,
.banner-container .about-banner div {
    color: #333;
    text-align: right;
    margin-right: 78px
}

.banner-container .about-banner p {
    width: 220px;
    margin-left: -110px;
    font-size: 32px
}

.banner-container .about-banner div {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    position: absolute;
    right: 138px;
    top: 54%
}

.banner-container .about-banner div {
    width: 220px;
    margin-left: -110px
}

.banner-container .banner-nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.banner-container .banner-nav .nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto
}

.banner-container .banner-nav .nav li {
    display: inline-block;
    width: 300px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 80px
}

.banner-container .banner-nav .nav li.active {
    background: rgba(220, 61, 66, 0.5)
}

.about-container .about-title {
    font-size: 30px;
    color: #202124;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding: 85px 0 45px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

.about-container .about-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    margin-right: 15px;
    border-radius: 5px;
    background: linear-gradient(to right, transparent, #d2101d)
}

.about-container .about-survey {
    font-size: 20px;
    color: #5f6368;
    text-align: left;
    line-height: 30px;
    line-height: 40px;
    padding: 26px 0;
    text-indent: 32px
}

.about-container .about-survey img {
    display: block;
    width: 930px;
    height: 646px;
    margin: 70px auto
}

.about-container .tab-page {
    display: none;
    width: 1440px;
    margin: 0 auto
}

.about-container .tab-page .culture-section {
    background: #fcfdfd
}

.about-container .tab-page .business-section {
    height: auto;
    overflow: hidden
}

.about-container .tab-page .business-section .ul-container {
    position: relative
}

.about-container .tab-page .business-section .ul-container ul {
    margin: 50px 0;
    display: block;
    position: relative;
    left: 50%;
    float: left
}

.about-container .tab-page .business-section .ul-container ul li {
    position: relative;
    right: 40%;
    display: inline;
    float: left;
    margin: 20px
}

.about-container .tab-page .business-section .ul-container ul li img {
    display: block;
    width: 190px;
    height: 258px;
    float: left;
    margin: 0 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}

.about-container .tab-page .business-section .ul-container ul li .sub-describe {
    float: left;
    width: 320px
}

.about-container .tab-page .business-section .ul-container ul li h3 {
    font-size: 22px;
    color: #757575;
    text-align: left;
    line-height: auto;
    font-weight: 500
}

.about-container .tab-page .business-section .ul-container ul li h4 {
    font-size: 18px;
    color: #414141;
    text-align: left;
    line-height: 20px;
    margin: 10px 0
}

.about-container .tab-page .business-section .ul-container ul li dl {
    list-style: disc;
    font-size: 14px;
    color: #5f6368;
    text-align: left;
    line-height: 22px
}

.about-container .tab-page .business-section .ul-container ul li dl dt {
    font-weight: 600
}

.about-container .tab-page .business-section .ul-container ul li dl dd {
    list-style: disc
}

.about-container .tab-page .contact-section.contact-info-new .contact-info {
    left: 2% !important
}

.about-container .tab-page .contact-section .contact-info-container {
    width: 1440px;
    height: 590px;
    margin: 0 auto;
    position: relative
}

.about-container .tab-page .contact-section .contact-info-container .contact-info {
    position: absolute;
    left: 15%;
    top: 180px
}

.about-container .tab-page .contact-section .contact-info-container .contact-info img {
    width: 450px;
    margin-bottom: 40px
}

.about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
    font-size: 36px;
    color: #414141;
    text-align: left;
    line-height: 25px;
    margin-bottom: 30px
}

.about-container .tab-page .contact-section .contact-info-container .contact-info dd {
    font-size: 18px;
    color: #5f6368;
    text-align: left;
    line-height: 25px;
    margin: 10px 0
}

.about-container .tab-page .contact-section .contact-info-container .contact-info dd span {
    color: #6283e5
}

.about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
    padding-left: 58px
}

.about-container .tab-page .company-section {
    width: 1440px;
    height: auto;
    margin: 0 auto
}

.about-container .tab-page .company-section .about-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    margin-right: 15px;
    border-radius: 5px;
    background: linear-gradient(to right, transparent, #d2101d)
}

.about-container .tab-page .company-section .company-ul-container {
    position: relative;
    margin: 50px 0;
    overflow: hidden
}

.about-container .tab-page .company-section .company-ul-container ul {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.about-container .tab-page .company-section .company-ul-container ul li {
    width: 33.3%;
    position: relative;
    margin-bottom: 100px
}

.about-container .tab-page .company-section .company-ul-container ul li img {
    display: block;
    width: 94px;
    height: 94px;
    float: left
}

.about-container .tab-page .company-section .company-ul-container ul li .company-detail {
    float: left;
    margin-left: 25px
}

.about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
    font-size: 22px;
    color: #414141;
    text-align: left;
    line-height: 30px;
    font-weight: 500
}

.about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
    width: 420px;
    font-size: 18px;
    color: #757575;
    text-align: left;
    line-height: 35px;
    margin-top: 40px
}

.about-container .contact-page {
    width: 100% !important
}

.about-container .contact-page .contact-section {
    width: 100%;
    background: url("../images/about/s-bg3.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center right
}

.about-container .tab-page.active {
    display: block
}

@media screen and (min-width:1441px) {
    .banner-container .banner-nav .nav {
        width: 1420px
    }

    .banner-container .banner-nav .nav li {
        width: 355px
    }

    .about-container .tab-page {
        width: 1420px
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1420px
    }

    .about-container .tab-page .company-section {
        width: 1420px
    }
}

@media screen and (min-width:1401px) and (max-width:1440px) {
    .banner-container .banner-nav .nav {
        width: 1380px
    }

    .banner-container .banner-nav .nav li {
        width: 345px
    }

    .about-container .tab-page {
        width: 1380px
    }

    .about-container .tab-page .business-section .ul-container ul li {
        right: 45%
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1380px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 30px
    }

    .about-container .tab-page .company-section {
        width: 1380px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 16px
    }

    .about-container .about-survey {
        font-size: 16px
    }
}

@media screen and (min-width:1367px) and (max-width:1400px) {
    .banner-container .banner-nav .nav {
        width: 1350px
    }

    .banner-container .banner-nav .nav li {
        width: 337.5px
    }

    .about-container .tab-page {
        width: 1350px
    }

    .about-container .tab-page .business-section .ul-container ul li {
        right: 50%
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1350px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 28px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 16px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 52px
    }

    .about-container .tab-page .company-section {
        width: 1350px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        margin: 20px 5px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 23px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 15px
    }

    .about-container .about-survey {
        font-size: 15px
    }

    .about-container .about-survey img {
        width: 800px;
        height: auto
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {
    .banner-container .banner-nav .nav {
        width: 1330px
    }

    .banner-container .banner-nav .nav li {
        width: 332.5px
    }

    .about-container .tab-page {
        width: 1330px
    }

    .about-container .tab-page .business-section .ul-container ul li {
        right: 50%
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1330px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 28px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 16px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 52px
    }

    .about-container .tab-page .company-section {
        width: 1330px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        margin: 20px 5px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 23px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 15px
    }

    .about-container .about-survey {
        font-size: 15px
    }

    .about-container .about-survey img {
        width: 800px;
        height: auto
    }
}

@media screen and (min-width:1281px) and (max-width:1360px) {
    .banner-container .banner-nav .nav {
        width: 1260px
    }

    .banner-container .banner-nav .nav li {
        width: 315px
    }

    .about-container .tab-page {
        width: 1260px
    }

    .about-container .tab-page .business-section .ul-container ul li {
        right: 50%
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1260px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 26px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 15px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 48px
    }

    .about-container .tab-page .company-section {
        width: 1260px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        right: 25%;
        height: auto
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 23px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 15px
    }

    .about-container .about-survey {
        font-size: 15px
    }

    .about-container .about-survey img {
        width: 800px;
        height: auto
    }
}

@media screen and (min-width:1153px) and (max-width:1280px) {
    .banner-container .banner-nav .nav {
        width: 1120px
    }

    .banner-container .banner-nav .nav li {
        width: 255px
    }

    .about-container .tab-page {
        width: 1120px
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1120px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info {
        left: 5%
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 25px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 14px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 45px
    }

    .about-container .tab-page .company-section {
        width: 1120px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        right: 30%;
        height: auto
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 22px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 14px
    }

    .about-container .about-survey {
        font-size: 14px
    }

    .about-container .about-survey img {
        width: 700px;
        height: auto
    }
}

@media screen and (min-width:1025px) and (max-width:1152px) {
    .banner-container .banner-nav .nav {
        width: 1000px
    }

    .banner-container .banner-nav .nav li {
        width: 250px;
        font-size: 16px
    }

    .about-container .tab-page {
        width: 1000px
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 1000px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info {
        left: 5%
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 25px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 13px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 40px
    }

    .about-container .tab-page .company-section {
        width: 1000px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        right: 35%;
        height: auto
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 20px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 13px
    }

    .about-container .about-survey {
        font-size: 13px
    }

    .about-container .about-survey img {
        width: 620px;
        height: auto
    }
}

@media screen and (max-width:1024px) {
    .banner-container .banner-nav .nav {
        width: 960px
    }

    .banner-container .banner-nav .nav li {
        width: 240px;
        font-size: 16px
    }

    .about-container .tab-page {
        width: 960px
    }

    .about-container .tab-page .contact-section .contact-info-container {
        width: 960px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info {
        left: 5%
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info h3 {
        font-size: 25px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd {
        font-size: 13px
    }

    .about-container .tab-page .contact-section .contact-info-container .contact-info dd span.two {
        padding-left: 40px
    }

    .about-container .tab-page .company-section {
        width: 960px
    }

    .about-container .tab-page .company-section .company-ul-container ul li {
        right: 35%;
        height: auto
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail h3 {
        font-size: 20px
    }

    .about-container .tab-page .company-section .company-ul-container ul li .company-detail p {
        font-size: 13px
    }

    .about-container .about-survey {
        font-size: 13px
    }

    .about-container .about-survey img {
        width: 620px;
        height: auto
    }
}

.item-paragraph {text-indent: 2em;}