@font-face {
    font-family: "FutworaProTrialMedium";
    src: url('../fonts/futworaprotrialmedium.eot');
    src: url('../fonts/futworaprotrialmedium.eot') format('embedded-opentype'), url('../fonts/futworaprotrialmedium.woff2') format('woff2'), url('../fonts/futworaprotrialmedium.woff') format('woff'), url('../fonts/futworaprotrialmedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "HelveticaBold";
    src: url('../fonts/helveticabold.eot');
    src: url('../fonts/helveticabold.eot') format('embedded-opentype'), url('../fonts/helveticabold.woff2') format('woff2'), url('../fonts/helveticabold.woff') format('woff'), url('../fonts/helveticabold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "FutworaProTrialRegular";
    src: url('../fonts/futworaprotrialregular.eot');
    src: url('../fonts/futworaprotrialregular.eot') format('embedded-opentype'), url('../fonts/futworaprotrialregular.woff2') format('woff2'), url('../fonts/futworaprotrialregular.woff') format('woff'), url('../fonts/futworaprotrialregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

/* a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
ins,
kbd,
label,
legend,
li,
menu,
nav,
object,
ol,
p,
section,
small,
span,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

a {
    outline: 0;
    text-decoration: none;
    color: #333
}


input[type='text']:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}

img {
    display: inline-block
}

[class*=' icon-'],
[class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
    display: none
}

.wow {
    visibility: hidden
}

.no-cssanimations .wow {
    visibility: visible
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-180 {
    margin-top: 180px
}

.mb-80 {
    margin-bottom: 80px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.contact-map .BMapLabel {
    border: 0
}

.contact-map .anchorBL {
    display: none
}

.img-box {
    position: relative
}

.img-box::before {
    content: "";
    display: block
}

.img-box img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}



.header,
.search-full {
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff
}

.search-full {
    position: absolute
}

.search-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: rgba(17, 17, 17, 0.2)
}

.header {
    display: none;
    position: fixed;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
    padding: 25px 0 25px;
    z-index: 600;
}

.logo {
    display: inline-block;
    height: 56px;
    margin-left: 8.3%;
    position: relative;
    z-index: 100
}

.logo img {
    -webkit-transition: all .6s;
    transition: all .6s;
    height: 100%;
    width: auto
}

.logo .lw {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navigation .nav-list>li {
    margin-left: 50px
}

.header-sub {
    margin-left: 70px;
    position: relative;
}

.hd-lang {
    -webkit-transition: color .4s;
    transition: color .4s;
    font-size: 14px;
    font-family: "FutworaProTrialMedium";
    color: rgba(17, 17, 17, 0.8)
}

.hd-line {
    margin: 0 20px;
    width: 1px;
    height: 15px;
    background-color: rgba(17, 17, 17, 0.3)
}

.search-btn {
    -webkit-transition: color .4s;
    transition: color .4s;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8)
}

.search-btn span {
    display: none
}

.header-white .header {
    background-color: transparent;
    box-shadow: none
}

.header-white .nav-link {
    color: #fff
}
.header-white .nav-link a{
    color: #fff
}

.header-white .nav-link i {
    color: #fff
}

.header-white .hd-lang,
.header-white .search-btn {
    color: #fff
}

.header-white .hd-line {
    background-color: rgba(255, 255, 255, 0.3)
}

.header-white .logo .lw {
    opacity: 1;
    visibility: visible
}

.header-white .logo .lb {
    opacity: 0;
    visibility: hidden
}

.pw-val .wrap {
    padding-top: 0
}

.meganav-subnav__marker {
    text-align: justify
}
.more-btn {
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
    display: inline-block;
    font-size: 12px;
    font-family: "FutworaProTrialMedium";
    color: rgba(17,17,17,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
    padding-right: 20px;
}
.more-btn:after {
    -webkit-transition: bottom .3s, background .3s;
    transition: bottom .3s, background .3s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 3px;
    height: 1px;
    background-color: rgba(17,17,17,0.8);
    backface-visibility: hidden;
}
.meganav-subnav__marker .more-btn {
    margin-top: 34px;
    color: #fff
}
.meganav-subnav__marker .more-btn:hover {
    color: #d5583a;
}
.meganav-subnav__marker .more-btn:hover:after {
    bottom: 0;
    background-color: #e60012;
}
.meganav-subnav__marker .more-btn i {
    -webkit-transition: transform .4s, color .4s;
    transition: transform .4s, color .4s;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    color: #111
}
.meganav-subnav__marker .more-btn:hover i {
    color: #e60012;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.meganav-subnav__marker .more-btn i {
    color: #fff
}

.meganav-subnav__marker .more-btn:after {
    background-color: #fff
}

.search-full {
    display: none;
    height: 105px;
    z-index: 640
}

.search-full .icon-close {
    -webkit-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    right: 7.8%;
    top: 50%;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: -8px
}

.search-head {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search-head form{
    width: 100%;
}
.search-content {
    height: 82px;
    position: relative;
    padding-left: 40px
}

.search-content input {
    position: absolute;
    left: 40px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8)
}

.search-content input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5)
}

.search-content .icon-search {
    -webkit-transition: color .4s;
    transition: color .4s;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    border: none;
    padding: 0;
    margin-top: -9px
}

.no-header__bg.opa .header {
    opacity: .5
}
.marker-side__full div {
    border-top-color: transparent;
    border-top: 20px solid #fff;
    position: absolute
}

.marker-side__left {
    left: 0;
    width: 50vw;
    border-right: 20px solid transparent;
    will-change: width
}

.marker-side__right {
    left: 50vw;
    width: 100%;
    border-left: 20px solid transparent;
    will-change: left
}
.foot-sidebar__plug {
    position: fixed;
    right: 4px;
    bottom: 40px;
    z-index: 50
}
.foot-sidebar__plug .fsp-row1.active .fsp-inner {
    width: 160px
}

.foot-sidebar__plug .fsp-row1.active .fsp-inner a {
    width: 160px
}
.foot-sidebar__plug {
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    pointer-events: none;
    /* opacity: 0;
    visibility: hidden */
}

.foot-sidebar__plug.fs-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.fsp-row {
    position: relative;
    margin-bottom: 4px
}

.fsp-row:nth-child(1) i {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3
}

.fsp-row:nth-child(2) i {
    font-size: 34px
}

.fsp-row:nth-child(3) i {
    font-size: 24px
}

.fsp-row:nth-child(4) i {
    font-size: 32px
}

.fsp-row:nth-child(4) i:before {
    display: block;
    height: 14px
}

.fsp-row:nth-child(4) span {
    font-size: 14px;
    font-family: "FutworaProTrialMedium";
    letter-spacing: 1px;
    position: relative;
    left: 1px
}

.fsp-row>a {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: auto;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    z-index: 10
}

.fsp-row i {
    -webkit-transition: color .4s;
    transition: color .4s;
    display: inline-block;
    color: #e60012;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12
}

.fsp-row1 .fsp-inner,
.fsp-row2 .fsp-inner {
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: rgba(245, 245, 245, 0.9);
    width: 0;
    opacity: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
    z-index: 1
}

.fsp-row1 .fsp-inner a,
.fsp-row2 .fsp-inner a {
    display: block
}

.fsp-row1 .fsp-inner p,
.fsp-row1 .fsp-inner a,
.fsp-row2 .fsp-inner p,
.fsp-row2 .fsp-inner a {
    width: 210px;
    font-size: 18px;
    font-family: "FutworaProTrialMedium";
    color: #e60012
}

.fsp-row1.active .fsp-inner,
.fsp-row2.active .fsp-inner {
    opacity: 1;
    width: 210px
}

.fsp-row1 .fsp-inner a {
    font-weight: 700;
    letter-spacing: 4px
}

.foot-sidebar__plug .fsp-row1.active .fsp-inner {
    width: 160px
}

.foot-sidebar__plug .fsp-row1.active .fsp-inner a {
    width: 160px
}

.fsp-row3 .fsp-inner {
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 64px;
    top: -24px;
    width: 110px;
    height: 110px;
    padding: 15px;
    background-color: rgba(245, 245, 245, 0.9)
}

.fsp-row3 .fsp-inner img {
    max-width: 100%
}

.fsp-row3.active .fsp-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.footer_bar{
    display: none;
}
@media (max-width: 768px) {
    .footer_bar{
        width: 100%;
        display: block;
        height: 60px;
        background: #eee;
        position: fixed;
        bottom: 0px;
        z-index: 9999;
    }
    .footer_bar1{
        width: 33.1%;
        float: left;
        text-align: center;
        line-height: 60px;;
    }
    .footer_bar .footer_bar1:nth-child(2){
        border-right: 1px solid #999;
        border-left: 1px solid #999;
    }
    
    .footer_bar1 img{
        width: 15px;
        margin-right: 5px;
    }
}
@media (min-width: 1025px) {
    .header-bg {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 450
    }

    .navigation,
    .navigation .nav-list>li,
    .header-sub,
    .header-sub a,
    .header-sub i {
        display: inline-block;
        vertical-align: middle
    }

    .menu-box,
    .close-nav,
    .header-share,
    .back-nav {
        display: none
    }

    .header-white .marker-side__full {
        transition-delay: 0s;
        visibility: visible;
        opacity: 0
    }

    .marker-side__full {
        transition: opacity 0s .25s;
        position: absolute;
        top: 61px;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 300;
        overflow: hidden;
        pointer-events: none;
        backface-visibility: hidden
    }

    .nav-link {
        -webkit-transition: color .4s;
        transition: color .4s;
        display: inline-block;
        padding-right: 18px;
        position: relative;
        font-size: 16px;
        color: rgba(17, 17, 17, 0.8)
    }

    .nav-link .icon-jiantou {
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        left: 50%;
        bottom: -39px;
        color: rgba(17, 17, 17, 0.4);
        font-size: 14px;
        margin-left: -7px;
        opacity: 0;
        visibility: hidden
    }

    .nav-link i {
        -webkit-transition: color .4s;
        transition: color .4s;
        display: none;
        position: absolute;
        right: -5px;
        top: 50%;
        font-size: 12px;
        color: #b9b9b9;
        -webkit-transform: translateY(-50%) scale(0.4);
        transform: translateY(-50%) scale(0.4)
    }

    .nav-item__sub .nav-link i {
        display: block
    }

    .nav-item__sub .nav-link:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -40px;
        height: 40px;
        width: 100%;
        pointer-events: none
    }

    .nav-item__sub:hover .nav-link:after {
        pointer-events: auto
    }

    .nav-item__sub.open .icon-jiantou {
        opacity: 1;
        visibility: visible
    }

    .nav-item__sub.open .meganav-pane {
        opacity: 1;
        visibility: visible
    }
    .nav-item__sub.open .nav-link a,
    .nav-link:hover {
        color: #d55030
    }

    .nav-link:hover i {
        color: #d55030
    }

    .meganav-subnav__content a:hover {
        color: #d55030
    }

    .meganav-subnav__content a:hover:after {
        bottom: 0;
        background-color: #d55030
    }

    .hd-lang:hover,
    .search-btn:hover {
        color: #d55030
    }

    .header-nav__cont {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 0;
        width: 100%;
        text-align: right;
        padding-right: 8.3%
    }

    .meganav-pane {
        -webkit-transition: opacity .4s, visibility .4s;
        transition: opacity .4s, visibility .4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 43px;
        width: 100%;
        height: calc(100vh - 162px);
        background-size: cover;
        background-position: center center;
        z-index: 200;
        padding-top: 100px;
    }

    .meganav-pane:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.3)
    }

    .meganav-pane .meganav-subnav__content li {
        margin-left: 0
    }

    .meganav-pane__inner {
        padding-left: 420px;
        position: relative
    }

    .meganav-subnav__content li {
        display: inline-block;
        vertical-align: top;
        width: 105px;
        margin: 0 42px 45px 0;
        position: relative
    }

    .meganav-subnav__content a {
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        display: block;
        position: relative;
        padding-bottom: 3px
    }

    .meganav-subnav__content a:after {
        -webkit-transition: bottom .3s, background .3s;
        transition: bottom .3s, background .3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: #fff;
        z-index: 60
    }

    .meganav-pane__box {
        transition: left .6s;
        text-align: left;
        width: 865px;
        margin: 0 auto;
        position: relative;
        z-index: 40
    }

    .meganav-subnav__marker {
        position: absolute;
        left: 0;
        top: 0;
        width: 260px
    }

    .meganav-subnav__marker p {
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 1.5;
        color: #fff
    }

    .search-content .icon-search:hover {
        color: #d55030
    }

    .search-full .icon-close:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .close-subnav {
        position: absolute;
        right: 8.3%;
        bottom: 10%;
        z-index: 40
    }

    .close-subnav span,
    .close-subnav i {
        -webkit-transition: color .4s;
        transition: color .4s;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 14px
    }

    .close-subnav span {
        margin-right: 14px
    }

    .close-subnav:hover span,
    .close-subnav:hover i {
        color: #d55030
    }

    .pro-item__sub .meganav-pane__box {
        max-width: 1090px;
        width: auto
    }

    .pro-item__sub .meganav-pane__inner {
        padding-left: 0;
        left: 32px
    }

    .pro-col__subnav,
    .pro-col__submarker,
    .pro-col__subnav-content {
        display: inline-block;
        vertical-align: top
    }

    .pro-subnav__list li {
        margin-bottom: 70px
    }

    .pro-subnav__list li:last-child {
        margin-bottom: 0
    }

    .pro-subnav__list h4.pls-item {
        display: none
    }

    .pro-subnav__list .pls-item {
        -webkit-transition: color .3s;
        transition: color .3s;
        position: relative;
        display: block;
        font-size: 22px;
        color: #fff;
        padding-bottom: 8px
    }

    .pro-subnav__list .pls-item i {
        display: none
    }

    .pro-subnav__list .pls-item:after {
        -webkit-transition: bottom .3s, background .3s;
        transition: bottom .3s, background .3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: rgba(229, 229, 229, 0.6);
        z-index: 60
    }

    .pro-subnav__list .pls-item:hover {
        color: #d55030
    }

    .pro-subnav__list .pls-item:hover:after {
        bottom: 0;
        background-color: #d55030
    }

    .pro-col__subnav {
        position: relative;
        width: 310px;
        padding-right: 105px
    }

    .pro-col__submarker {
        width: 115px;
        height: 100%;
        position: absolute;
        left: 310px;
        top: 0;
        overflow: hidden
    }

    .pro-col__submarker img {
        -webkit-transition: top .5s ease-out;
        transition: top .5s ease-out;
        position: absolute;
        left: 0;
        top: -740px
    }

    .pro-col__subnav-content {
        width: 665px;
        margin-left: 115px
    }

    .pro-content__item {
        padding-right: 25px;
        width: 25%;
        display: inline-block;
        vertical-align: top
    }

    .pro-item__attr {
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 18px;
        color: #fff;
        line-height: 1.4;
        padding-bottom: 3px;
        position: relative;
        display: inline-block;
        margin-bottom: 60px
    }

    .pro-item__attr:after {
        -webkit-transition: opacity .3s, background .3s;
        transition: opacity .3s, background .3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: 0;
        z-index: 60
    }

    .pro-item__attr:hover {
        color: #d55030
    }

    .pro-item__attr:hover:after {
        opacity: .5;
        background-color: #d55030
    }

    .pro-list__cols-three li {
        margin-bottom: 35px
    }

    .pro-list__cols-three a {
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 1.4
    }

    .pro-list__cols-three a:hover {
        color: #d55030
    }

    .pro-subnav__dom {
        display: none
    }
}

@media (max-width: 1600px) {
    .navigation .nav-list>li {
        margin-left: 40px
    }

    .header-sub {
        margin-left: 40px
    }

    .meganav-subnav__marker p {
        font-size: 22px
    }
}

@media (max-width: 1440px) {
    .fsp-row {
        margin-bottom: 2px
    }

    .fsp-row>a {
        width: 52px;
        height: 52px
    }

    .fsp-row:nth-child(1) i {
        font-size: 16px
    }

    .fsp-row:nth-child(2) i {
        font-size: 28px
    }

    .fsp-row:nth-child(3) i {
        font-size: 20px
    }

    .fsp-row:nth-child(4) i {
        font-size: 30px
    }

    .fsp-row:nth-child(4) span {
        left: 3px
    }

    .fsp-row1 .fsp-inner,
    .fsp-row2 .fsp-inner {
        height: 52px;
        line-height: 52px;
        right: 52px
    }

    .fsp-row1 .fsp-inner p,
    .fsp-row1 .fsp-inner a,
    .fsp-row2 .fsp-inner p,
    .fsp-row2 .fsp-inner a {
        font-size: 16px;
        width: 180px
    }

    .fsp-row1.active .fsp-inner,
    .fsp-row2.active .fsp-inner {
        opacity: 1;
        width: 180px
    }

    .fsp-row3 .fsp-inner {
        right: 56px
    }
    .logo {
        margin-left: 5%
    }

    .header-nav__cont {
        padding-right: 5%
    }

    .meganav-pane {
        min-height: 510px;
        padding-top: 80px
    }

    .nav-link {
        font-size: 15px
    }

    .pro-subnav__list .pls-item {
        font-size: 20px
    }
}

@media (max-width: 1366px) {
    .marker-side__full{
        top: 36px;
        height: 10px;
    }
    .marker-side__full div {
        border-top-color: transparent;
        border-top: 10px solid #fff;
        position: absolute
    }

    .marker-side__left {
        left: 0;
        width: 50vw;
        border-right: 10px solid transparent;
        will-change: width
    }

    .marker-side__right {
        left: 50vw;
        width: 100%;
        border-left: 10px solid transparent;
        will-change: left
    }
    .header {
        padding: 20px 0
    }

    .logo {
        margin-left: 30px;
        height: 26px
    }

    .header-nav__cont {
        padding-right: 30px;
        top: 4px
    }

    .navigation .nav-list>li {
        margin-left: 32px
    }

    .nav-link {
        font-size: 14px
    }

    .header-sub {
        margin-left: 25px;
        top: 1px
    }

    .hd-line {
        margin: 0 14px
    }

    .search-full,
    .search-content {
        height: 68px
    }
}

@media (max-width: 1200px) {
    .navigation .nav-list>li {
        margin-left: 22px
    }

    .header-sub {
        margin-left: 18px
    }

    .pro-item__sub .meganav-pane__box {
        max-width: 900px
    }

    .pro-col__subnav {
        width: 240px;
        padding-right: 70px
    }

    .pro-col__submarker {
        width: 80px;
        left: 240px
    }

    .pro-col__subnav-content {
        width: 580px;
        margin-left: 80px
    }
}

@media (max-width: 1024px) {
    .fsp-row a {
        width: 48px;
        height: 48px
    }

    .fsp-row:nth-child(1) i {
        font-size: 14px
    }

    .fsp-row:nth-child(2) i {
        font-size: 24px
    }

    .fsp-row:nth-child(3) i {
        font-size: 16px
    }

    .fsp-row:nth-child(4) i {
        font-size: 20px
    }

    .fsp-row:nth-child(4) span {
        font-size: 10px;
        left: 0
    }

    .fsp-row2 .fsp-inner {
        height: 48px;
        line-height: 48px;
        right: 48px
    }

    .fsp-row2 .fsp-inner p,
    .fsp-row2 .fsp-inner a {
        width: 160px;
        font-size: 14px
    }

    .fsp-row2.active .fsp-inner {
        width: 160px
    }

    .fsp-row3 .fsp-inner {
        right: 52px;
        top: -15px;
        width: 80px;
        height: 80px;
        padding: 5px
    }
    .marker-side__full{
        display: none;
    }
    .menu-box {
        position: absolute;
        right: 40px;
        top: 2px;
        display: block
    }

    .menu-btn,
    .m-lang {
        display: inline-block;
        vertical-align: middle
    }

    .menu-btn i {
        width: 24px;
        height: 2px;
        background-color: rgba(17, 17, 17, 0.8);
        margin-bottom: 5px;
        display: block
    }

    .menu-btn i:last-child {
        margin-bottom: 0
    }

    .m-lang {
        font-size: 12px;
        color: rgba(17, 17, 17, 0.8);
        text-decoration: underline;
        font-family: "FutworaProTrialMedium";
        margin-right: 15px
    }

    .header-white .menu-btn i {
        background-color: #fff
    }

    .header-white .m-lang {
        color: #fff
    }

    .header-nav__cont {
        display: none;
        padding-right: 0;
        padding-bottom: 96px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        z-index: 400
    }

    .close-nav {
        position: absolute;
        right: 20px;
        top: 30px;
        font-size: 20px;
        color: #111
    }

    .navigation {
        margin: 100px 80px 0 80px
    }

    .navigation .nav-list>li {
        display: block;
        margin-left: 0;
        margin-bottom: 50px
    }

    .nav-link {
        font-size: 20px;
        display: block;
        padding-right: 20px;
        position: relative;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1)
    }

    .nav-link i {
        opacity: 0;
        display: inline-block;
        -webkit-transform: scale(0.6, 0.6) rotate(-90deg);
        transform: scale(0.6, 0.6) rotate(-90deg);
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 6px
    }

    .nav-link .icon-jiantou {
        display: none
    }

    .nav-item__sub .nav-link i {
        opacity: 1
    }

    .header-white .nav-link {
        color: rgba(17, 17, 17, 0.8)
    }

    .header-white .nav-link i {
        color: rgba(17, 17, 17, 0.5)
    }

    .header-white .hd-lang,
    .header-white .search-btn {
        color: rgba(17, 17, 17, 0.8)
    }

    .header-sub {
        margin: 0 80px 40px 80px
    }

    .hd-lang,
    .hd-line {
        display: none
    }

    .search-btn i {
        font-size: 20px
    }

    .search-btn span {
        display: inline-block;
        position: relative;
        top: -2px;
        font-size: 16px;
        margin-left: 6px
    }

    .header-share {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #f5f5f5;
        width: 100%;
        padding: 40px 0;
        text-align: center
    }

    .header-share a {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        color: #7b7b7b;
        margin: 0 20px
    }

    .header-share .icon-wx {
        position: relative
    }

    .header-share .icon-wx img {
        -webkit-transition: all .8s;
        transition: all .8s;
        -webkit-transform: scale(0);
        transform: scale(0);
        position: absolute;
        top: -95px;
        width: 90px;
        left: -36px;
        pointer-events: none;
        opacity: 0;
        visibility: hidden
    }

    .header-share .icon-wx:hover img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .meganav-subnav__marker {
        position: absolute;
        right: 70px;
        top: 145px;
        z-index: 200
    }

    .meganav-subnav__marker p {
        display: none
    }

    .meganav-subnav__marker .more-btn {
        margin-top: 0
    }

    .meganav-pane {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 140px;
        background-size: cover;
        background-position: center center;
        background-color: rgba(17, 17, 17, 0.8);
        overflow-y: scroll;
        z-index: 300;
        min-height: auto
    }

    .meganav-pane:after {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.3);
        z-index: 20
    }

    .meganav-pane__inner {
        padding-left: 0
    }

    .back-nav,
    .close-subnav {
        position: absolute;
        top: 60px;
        z-index: 40
    }

    .back-nav {
        font-size: 16px;
        left: 28px;
        color: #fff
    }

    .close-subnav {
        right: 36px;
        color: #fff
    }

    .close-subnav i {
        font-size: 22px;
        color: #fff
    }

    .close-subnav span {
        display: none
    }

    .meganav-subnav__content {
        margin-left: 70px;
        margin-right: 70px;
        position: relative;
        z-index: 40
    }

    .meganav-subnav__content ul li {
        margin-bottom: 40px
    }

    .meganav-subnav__content li {
        position: relative
    }

    .meganav-subnav__content li:first-child a {
        font-size: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08)
    }

    .meganav-subnav__content a {
        display: block;
        padding-bottom: 15px;
        font-size: 18px;
        color: #fff
    }

    .pro-item__sub .meganav-pane__box {
        max-width: 100%;
        margin-left: 70px;
        margin-right: 70px;
        position: relative;
        z-index: 100
    }

    .pro-col__subnav {
        width: auto;
        padding-right: 0
    }

    .pro-subnav__list>li {
        margin-bottom: 50px
    }

    .pro-subnav__list>li.on .pls-item i {
        -webkit-transform: scale(0.5) rotate(-180deg);
        transform: scale(0.5) rotate(-180deg)
    }

    .pro-subnav__list a,
    .pro-subnav__list h4 {
        color: #fff
    }

    .pro-subnav__list a.pls-item {
        display: none;
        font-size: 18px
    }

    .pro-subnav__list h4.pls-item {
        display: block;
        font-size: 18px
    }

    .pro-subnav__list .no-pro__dom a.pls-item {
        display: block
    }

    .pro-subnav__list .no-pro__dom a.pls-item i {
        display: none
    }

    .pro-subnav__list .no-pro__dom h4.pls-item {
        display: none
    }

    .pro-subnav__list .pls-item {
        position: relative;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08)
    }

    .pro-subnav__list .pls-item i {
        -webkit-transition: transform .4s;
        transition: transform .4s;
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 12px;
        color: #fff;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    .pro-content__item a {
        font-size: 14px
    }

    .pro-col__submarker {
        display: none
    }

    .pro-col__subnav-content {
        display: none
    }

    .pro-subnav__dom {
        display: none;
        padding-top: 15px
    }

    .pro-subnav__dom li {
        padding-bottom: 20px
    }

    .pro-list__cols-three {
        display: none;
        padding-top: 20px
    }

    .pro-content__item {
        padding-bottom: 30px
    }

    .pro-content__item:last-child {
        padding-bottom: 0
    }
}

@media (max-width: 768px) {

    .navigation,
    .header-sub {
        margin-left: 40px;
        margin-right: 40px
    }

    .meganav-subnav__content {
        margin-left: 50px;
        margin-right: 50px
    }

    .pro-item__sub .meganav-pane__box {
        margin-left: 50px;
        margin-right: 50px
    }
	.show_case .container .title{
	    left: 50%;
    transform: translateX(-50%);
	}
	.show_case .container .title p{
	
	    width: 284px;}
}

@media (max-width: 640px) {
    .logo {
        height: 20px;
        margin-left: 20px
    }

    .menu-box {
        right: 20px
    }

    .menu-btn i {
        width: 22px
    }

    .navigation,
    .header-sub {
        margin-left: 24px;
        margin-right: 24px
    }

    .nav-link {
        font-size: 16px;
        padding-bottom: 12px
    }

    .nav-link i {
        -webkit-transform: scale(0.4, 0.4) rotate(-90deg);
        transform: scale(0.4, 0.4) rotate(-90deg)
    }

    .navigation {
        margin-top: 80px
    }

    .navigation .nav-list>li {
        margin-bottom: 35px
    }

    .meganav-subnav__content {
        margin-left: 30px;
        margin-right: 30px
    }

    .meganav-subnav__content li:first-child a {
        font-size: 16px
    }

    .meganav-subnav__content a {
        font-size: 14px
    }

    .close-nav {
        font-size: 18px
    }

    .close-subnav i {
        font-size: 18px
    }

    .meganav-subnav__marker {
        right: 30px;
        top: 100px
    }

    .search-btn i {
        font-size: 18px
    }

    .search-btn span {
        font-size: 14px;
        margin-left: 4px;
        top: -1px
    }

    .meganav-pane {
        padding-top: 100px
    }

    .back-nav,
    .close-subnav {
        top: 30px
    }

    .meganav-subnav__content a {
        padding-bottom: 12px
    }

    .meganav-subnav__content ul li {
        margin-bottom: 25px
    }

    .header-share {
        padding: 30px 0
    }

    .header-share a {
        font-size: 14px;
        margin: 0 12px
    }

    .search-full,
    .search-content {
        height: 46px
    }

    .search-head {
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 30px
    }

    .search-head .icon-close {
        font-size: 14px;
        margin-top: -7px
    }

    .search-content {
        padding-left: 30px
    }

    .search-content .icon-search {
        font-size: 16px;
        margin-top: -8px
    }

    .search-content input {
        width: calc(100% - 30px)
    }

    .pro-item__sub .meganav-pane__box {
        margin-left: 30px;
        margin-right: 30px
    }

    .pro-subnav__list>li {
        margin-bottom: 40px
    }

    .pro-subnav__list .pls-item {
        padding-bottom: 12px;
        font-size: 16px
    }

    .pro-content__item a {
        font-size: 12px
    }
}

@media (max-width: 500px) {
    .menu-btn {
        top: 0
    }

    .close-nav {
        right: 22px;
        top: 23px
    }
}


body {
    background-color: #fff;
    font-family:   'Microsoft YaHei','PingFang SC','Source Han Sans CN', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.hide {
    display: none
}

.show {
    display: block
}

.opa {
    opacity: 0
}

.ovh {
    overflow: hidden
}



.wrap {
    padding-top: 82px
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.fs34 {
    font-size: 34px
}

.fs44 {
    font-size: 44px
}

.btn {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 150px;
    height: 52px;
    line-height: 52px;
    background-color: #d55030;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 6px;
    outline: none
}



@-webkit-keyframes move {
    0% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(10px)
    }

    100% {
        opacity: 0;
        transform: translateY(0)
    }
}

@keyframes move {
    0% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(10px)
    }

    100% {
        opacity: 0;
        transform: translateY(0)
    }
}

@media (max-width: 1440px) {
    .mt-40 {
        margin-top: 30px
    }

    .mt-50 {
        margin-top: 40px
    }

    .mt-60 {
        margin-top: 50px
    }

    .mt-70 {
        margin-top: 60px
    }

    .mt-80 {
        margin-top: 70px
    }

    .mb-80 {
        margin-bottom: 70px
    }

    .mt-90 {
        margin-top: 80px
    }

    .mt-100 {
        margin-top: 90px
    }

    .mt-110 {
        margin-top: 100px
    }

    .mt-120 {
        margin-top: 110px
    }

    .mt-140 {
        margin-top: 130px
    }

    .mt-150 {
        margin-top: 140px
    }

    .w1620 {
        margin-left: 5%;
        margin-right: 5%
    }

    .page-bgPic .cont span {
        font-size: 40px
    }

    .page-bgPic .cont p {
        font-size: 18px
    }

    .fs34 {
        font-size: 30px
    }

    .fs44 {
        font-size: 40px
    }

    .page-intro .pi-title {
        font-size: 38px
    }

    .page-intro .pi-txt {
        font-size: 18px
    }

    body #newBridge .icon-right-center {
        bottom: 206px
    }
}

@media (max-width: 1366px) {
    .wrap {
        padding-top: 68px
    }

    .page-bgPic .cont span {
        font-size: 36px
    }

    .page-bgPic .cont p {
        font-size: 16px
    }

    .list-more__full i {
        width: 8px;
        height: 8px;
        margin: 0 4px
    }

    .list-more__full span {
        margin-top: 12px;
        font-size: 12px
    }

    .btn {
        font-size: 16px;
        letter-spacing: 1px
    }

    .fs44 {
        font-size: 34px
    }

    .page-intro .pi-title {
        font-size: 34px
    }

    .page-intro .pi-txt {
        font-size: 16px
    }

    .slick-arrow:not(.ay-arrow) {
        width: 42px;
        height: 42px;
        line-height: 42px
    }

    .slick-arrow:not(.ay-arrow) i {
        font-size: 14px
    }

    .panel-scoll__icon i {
        font-size: 26px
    }

    .panel-scoll__icon b {
        height: 26px
    }
}

@media (max-width: 1200px) {
    .fs34 {
        font-size: 26px
    }
}

@media (max-width: 1024px) {
    .w1620 {
        margin-left: 40px;
        margin-right: 40px
    }

    .mt-40 {
        margin-top: 20px
    }

    .mt-50 {
        margin-top: 30px
    }

    .mt-60 {
        margin-top: 40px
    }

    .mt-70 {
        margin-top: 50px
    }

    .mb-80 {
        margin-bottom: 60px
    }

    .mt-80 {
        margin-top: 60px
    }

    .mt-90 {
        margin-top: 70px
    }

    .mt-100 {
        margin-top: 80px
    }

    .mt-110 {
        margin-top: 90px
    }

    .mt-120 {
        margin-top: 100px
    }

    .mt-140 {
        margin-top: 120px
    }

    .mt-150 {
        margin-top: 130px
    }

    .page-bgPic .cont span {
        font-size: 32px
    }

    .btn {
        width: 140px;
        height: 46px;
        line-height: 46px;
        font-size: 14px
    }

    .fs34 {
        font-size: 24px
    }

    .fs44 {
        font-size: 30px
    }

    .page-intro .pi-title {
        font-size: 30px
    }

    .slick-dots li {
        margin: 0 8px
    }

    .slick-dots button {
        width: 8px;
        height: 8px
    }

    .panel-scoll__icon {
        display: none
    }

    body .layui-m-layer0 .layui-m-layerchild {
        width: 80%
    }

    body .layui-m-layercont {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 640px) {
    .w1620 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2 !important;
}

.swiper-slide {
    text-align: center;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swip1-sl{
    transform:translate3d(0,0,0);
    height: 100vh;
}
.swip1-sl .lazy-img{
    height: 100vh;
}
.swip_pag1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
}
.swip_pag1 .swiper-pagination-bullet{
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 0px 10px !important;
    position: relative;
    opacity: 1 !important;
    border-radius: 0;
}
.swip_pag1 .swiper-pagination-bullet .h_line{
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: rgb(213,88,58);
}
.swip_pag1 .swiper-pagination-bullet-active .h_line{
    width: 100%;
    -webkit-transition: linear 6s;
    -moz-transition: linear 6s;
    -o-transition: linear 6s;
    transition: linear 6s;
}
.sy_banner .mo_img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.sy_banner .mo_img img{
    height: 46px;
    width: auto;
}
.sy_banner .mo_img img{
    -webkit-animation: bounce-down 3s linear infinite;
    animation: bounce-down 3s linear infinite;
}
@-webkit-keyframes bounce-down {
    25% {
         -webkit-transform: translateY(-6px);
    }
    50%, 100% {
         -webkit-transform: translateY(0);
    }
    75% {
         -webkit-transform: translateY(6px);
    }
}

@keyframes bounce-down {
     25% {
          transform: translateY(-6px);
     }
     50%, 100% {
          transform: translateY(0);
     }
     75% {
          transform: translateY(6px);
     }
}





.sy_banner{
    position: relative;
    height: 100vh;
    z-index: 105;
}
.banner{
    position: relative;
    height: auto;
    z-index: 105;
}
.ban_txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.c-box{
    height: 100%;
}
.c-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-box img {
        height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-box video {
        height: 100%;
    width: 100%;
    object-fit: cover;
}
.index_banner{
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
.index_banner .lazy-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 60vh;
    height: 100vh;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transition: 2s ease 1s;
    -moz-transition: 2s ease 1s;
    -o-transition: 2s ease 1s;
    transition: 2s ease 1s;
}
.index_banner video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 60vh;
    height: 100vh;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transition: 2s ease 1s;
    -moz-transition: 2s ease 1s;
    -o-transition: 2s ease 1s;
    transition: 2s ease 1s;
}
.banner_img_big{
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
}
.swip1 .swiper-slide .lazy-img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transition: 2s ease 1s;
    -moz-transition: 2s ease 1s;
    -o-transition: 2s ease 1s;
    transition: 2s ease 1s;
}
.swip1 .swiper-slide-active .lazy-img{
    transform: scale(1);
    -ms-transform: scale(1);
}
/* .ban_txt {
    justify-content: flex-start;
} */
.ban_txt .title{
    text-shadow: 2px 2px 4px rgba(44, 41, 41, 0.24);
    margin-bottom: 25px;
    letter-spacing: 4px;
}
.ban_txt .en_title{
    text-shadow: 1px 0 3px rgba(0, 0, 0, 0.14);
    margin-bottom: 0.8rem;
    font-weight: 100;
    letter-spacing: 4px;
}






.but_a{
    display: inline-block;
}
.but1{
    padding: 0 60px;
    border-radius: 31px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.header .but_a.t16{
    margin-top: 0.4rem;
}
.header .but_a.t16 .but1{
    height: 45px;
    padding: 0 0.3rem;
    font-weight: 400;
}
.but1 img{
    margin-left: 10px;
    height: 11px;
    width: auto;
}
.but1:hover{
    /* color: rgba(216,85,52); */
    border: 2px solid rgba(216,85,52,1);
    background-color: rgba(216,85,52,1);
}
.but_center{
    width: 100%;
    display: flex;
    justify-content: center;
}
.but2{
    padding: 0 60px;
    border-radius: 31px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(216,85,52,1);
    background-color: #f8f8f8;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.but2:hover{
    color: #fff;
    background-color: rgba(216,85,52,1);
}
.but2 img{
    margin-left: 10px;
    height: 11px;
    width: auto;
}
.but2 .rt_h{
    display: none;
}
.but2:hover .rt_h{
    display: block;
}
.but2:hover .rt{
    display: none;
}





#c-followDot {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f20000;
    z-index: 999;
    pointer-events: none;
}
#c-followDot .c-default {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 40px;
    height: 40px;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    opacity: .2;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#c-followDot .c-hover {
    position: absolute;
    top: -38px;
    left: -38px;
    width: 80px;
    height: 80px;
    background-color: #bbb;
    border-radius: 50%;
    opacity: .12;
    z-index: 98;
    box-sizing: border-box;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#c-followDot.c-active .c-default {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.z_padding{
    padding: 1.4rem 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px){
    .z_padding{
        padding: 2rem 0;
    }
}
.top_title{
    width: 100%;
    text-align: center;
}
.top_title1{
    margin-bottom: 0.6rem;
}
.top_title .t48{
    margin-bottom: 0.15rem;
    letter-spacing: 1px;
}
.top_title .t44{
    margin-bottom: 0.3rem;
    line-height: 1.7;
}
.top_title .t18{
    color: rgba(17,17,17,0.6);
    margin-bottom: 0.4rem;
}
.top_title .con{
    color: #666;
    text-align: center;
    width: 100%;
    line-height: 1.87;
    letter-spacing: 2px;
}
.more{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0.1rem 0 0.35rem;
}
.more a{
    color: #d5583a;
}
.to_basepage_r{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.to_basepage_r .basepage_r{
    height: 11px;
    display: flex;
    margin-left: 10px;
}
.to_basepage_r:hover{
    position: relative;
    left: 0;
    opacity: 1;
    -moz-animation: showHide 1s ease; /* Firefox */
    -webkit-animation: showHide 1s ease; /* Safari and Chrome */
    -ms-animation: showHide 1s ease; /* IE10 */
    -o-animation: showHide 1s ease; /* Opera */
    animation: showHide 1s ease;
}
@-webkit-keyframes showHide { /* Chrome, Safari */
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}
@-moz-keyframes showHide { /* FF */
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}
@-ms-keyframes showHide { /* IE10 */
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}
@-o-keyframes showHide { /* Opera */
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}
@keyframes showHide {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}


/* 数字滚动 */
.inno_bot_b{
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.inno_bot_b .con_bot_text {
    display: inline-block;
}
.about1 .inno_bot_b .con_bot_text.t72{
    color: #d85534;
}

.index1{
    background-color: #fbfbfb;
}
.index1 .shugun{
    margin: 0.9rem 0;
    display: flex;
    justify-content: center;
}
.index1 .explain{
    color: #666;
    margin-top: 0.18rem;
}
.inno_bot_b .width33{
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.inno_bot_b .width33:last-child{
    border-right: none;
}


.resolve-ways {
    /* width: 100%; */
    /* height: 560px; */
    display: flex;
    margin: 0 -4px;
    margin-top: 0.8rem;
}

.resolve-ways .item {
    display: inline-block;
    position: relative;
    width: calc(8% - 6px);
    height: 8.17rem;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    cursor: pointer;
    background-position: 3.5rem 0;
    background-size: cover;
    vertical-align: top;
    margin: 0 4px;
}


.resolve-ways .item0{
    margin-left: 0;
}
.resolve-ways .item1{
    background-position: 460px 0
}
.resolve-ways .item2{
    background-position: 350px 0
}
.resolve-ways .item3{
    margin-right: 0;
}

.resolve-ways .item.active {
    width: 76%;
    background-position: center
}

.resolve-ways .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resolve-ways .item .info .title2{
    display: none;
    color: #fff;
    letter-spacing: 4px;
    writing-mode: lr-tb;
    margin-bottom: 0.7rem;
    margin-left: 0.65rem;
    padding-left: 0.2rem;
    border-left: 2px solid rgba(255,255,255,0.5);
    font-size: 0.36rem;
    line-height: 1.2;
}
.resolve-ways .item .info .title{
    writing-mode: tb-rl;
    color: #fff;
    font-size: 0.32rem;
    letter-spacing: 4px;
}
.resolve-ways .item.active .info .title{
    display: none;
}
.resolve-ways .item.active .info .title2{
    display: block;
}
.resolve-ways .item.active .info{
    justify-content: flex-start;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0);
}
.resolve-ways .item.active .info .title{
    writing-mode: lr-tb;
    margin-bottom: 0.7rem;
    margin-left: 0.65rem;
    padding-left: 0.2rem;
    border-left: 2px solid rgba(255,255,255,0.5);
    font-size: 0.36rem;
    line-height: 1.2;
}
.change{
    padding-top: 0;
}
.change .list_all{
    margin: -4px;
    display: flex;
    flex-wrap: wrap;
}
.change .list_all .list{
    margin: 4px;
    width: calc(16.666% - 8px);
}
.change .list_all .list .div_img{
    width: 100%;
    height: 4.34rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
}
.change .list_all .list .div_img img{
    object-fit: cover;
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.change .list_all .list:hover .div_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.change .list_all .list .t_c_666 div,
.change .list_all .list .t_c_666 p{
    padding: 0.07rem 0;
}
.change .list_all .list .t_c_666 .t20{
    color: #1d1919;
    display: block;
    font-weight: 600;
}
/* .change .list_all .list .t_c_666 p:hover, */
.change .list_all .list .t_c_666 .t20:hover{
    color: #d5583a;
}

#update_itera .up_it{
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: -1;
}
#update_itera .up_it_video{
    position: relative;
    min-height: 300px;
    height: 100vh;
    top: 0;
    max-height: 100vh;
    overflow: hidden;
    -webkit-transition: ease 0.6s;
    -moz-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    display: flex;
    justify-content: center;
    left: 0\0;
}
#update_itera .up_it_video .video_text{
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 140px;
    background-color: rgba(31,31,31,0.3);
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); 	/* IE 9 */
    -moz-transform: translateX(-50%); 	/* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); 	/* Opera */
}
#update_itera .up_it_video video{
    object-fit: cover;
    width: 100%;
}
#update_itera .up_it{
    position: relative;
}
.c-banner5.swiper-container-free-mode>.swiper-wrapper ,
.c-banner6.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.c-banner4 .swiper-slide{
    opacity: 0 !important;
    width: 100vw !important;
}
.c-banner4 .swiper-slide-active{
    opacity: 1 !important;
}
.sjgd .list_all{
    margin: -20px -3px;
    display: flex;
    flex-wrap: wrap;
}
.sjgd .list_all .list{
    margin: 20px 3px;
    width: calc(25% - 6px);
}
.sjgd .list_all .list .div_img{
    width: 100%;
    height: 2.65rem;
    overflow: hidden;
}
.sjgd .list_all .list .div_img img{
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.sjgd .list_all .list:hover .div_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.sjgd .list_all .list .title{
    color: #111111;
    margin-bottom: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden; 
}
.sjgd .list_all .list:hover .title{
    color: #d55030;
}
.sjgd .list_all .list .con{
    color: #999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden; 
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.sjgd .list_all .list .con_all{
    background-color: #fff;
    padding: 20px 10px;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    transform: translateY(0px);
    -ms-transform: translateY(0px); 	/* IE 9 */
    -moz-transform: translateY(0px); 	/* Firefox */
    -webkit-transform: translateY(0px); /* Safari 和 Chrome */
    -o-transform: translateY(0px); 	/* Opera */
}
.sjgd .list_all .list:hover .con_all{
    transform: translateY(-22px);
    -ms-transform: translateY(-22px); 	/* IE 9 */
    -moz-transform: translateY(-22px); 	/* Firefox */
    -webkit-transform: translateY(-22px); /* Safari 和 Chrome */
    -o-transform: translateY(-22px); 	/* Opera */
}
.sjgd .list_all .list:hover .con{
    opacity: 1;
}
.chat{
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.chat .t48{
    margin-bottom: 50px;
}
.chat .chat_but{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.chat .chat_but .rt1_img{
    height: 45px;
    width: auto;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.chat .chat_but .yuan{
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #d85534;
    z-index: 1;
    right: 0;
    top: 0;
    border-radius: 22.5px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.chat .chat_but .t_c_d85534{
    padding-left: 20px;
    position: relative;
    z-index: 2;
    white-space:nowrap;
}
.chat .chat_but:hover .t_c_d85534{
    color: #fff;
}
.chat .chat_but:hover .yuan{
    width: 100%;
}
.underline .title_span{
    color: #333;
    padding-bottom: 1px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 93%,#d55030 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -moz-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
}
.underline:hover .title_span {
    background-size: 100% 100%;
    color: #d55030;
}
.underline.active {
    padding-bottom: 1px;
    border-bottom: #d55030 2px solid;
}
.underline.active .title_span{
    color: #d55030;
}
.foot{
    padding: 1.4rem 0 1.3rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.foot .container{
    display: flex;
    flex-wrap: wrap;
}
.foot .container .foot1 .t30{
    margin-top: 100px;
}
@media (min-width: 991px){
	.foot .container .foot1 .t30{
	    font-size: 24px;
	}
}
.foot .container .foot1 img{
    height: 98px;
    width: auto;
}
.foot .container .foot2{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0.9rem;
}
.foot .container .c-font {
	height: 228px;
	align-content: space-between;
}
.foot .container .c-font a{
	line-height: 1;
}
@media (max-width: 1366px){
	.foot .container .c-font {
		height: 215px;
	}
	.foot .container .foot1 .t30 {
		margin-top: 90px;
	}
}
@media (max-width: 991px){
	.foot .container .c-font {
		height: auto;
	}
}
.foot .container .foot2 .width50:hover{
    color: #d55030;
}
.foot .container .foot3{
    display: flex;
    justify-content: flex-end;
}
.foot .container .foot3 .foot3_img{
    cursor: pointer;
    display: flex;
    margin: 0 -10px;
    margin-bottom: 25px;
}
.foot .container .foot3 .foot3_img img{
    height: 27px;
    width: auto;
    filter: saturate(0);
    opacity: 0.5;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    display: flex;
}
.foot .container .foot3 .foot3_img .pop{
    flex-shrink: 0;
    margin: 0 0.1rem;
    position: relative;
}
.foot .container .foot3 .foot3_img .pop:hover img{
    filter: saturate(1);
    opacity: 1;
}
.foot .container .foot3 .foot3_img .pop .wx_pop{
    width: 100px;
    height: 0;
    position: absolute;
    bottom: 130%;
    transform: translateX(-40%);
    -ms-transform: translateX(-40%); 	/* IE 9 */
    -moz-transform: translateX(-40%); 	/* Firefox */
    -webkit-transform: translateX(-40%); /* Safari 和 Chrome */
    -o-transform: translateX(-40%); 	/* Opera */
    overflow: hidden;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.foot .container .foot3 .foot3_img .dh{
    width: 27px;
    height: 27px;
    border-radius: 13.5px;
    overflow: hidden;
    position: relative;
    left: 0;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    display: flex;
    align-items: center;
}
.foot .container .foot3 .foot3_img .dh:hover{
    width: 135px;
    background-color: #d85534;
}
.foot .container .foot3 .foot3_img .dh .t_c_fff.t14{
    padding: 0 0.1rem 0 0;
    width: 135px;
    flex-shrink: 0;
}
.foot .container .foot3 .foot3_img .wx:hover .wx_pop{
    height: 100px;
}
.foot .container .foot3 .foot3_img .wx .wx_pop img{
    height: 100px;
}
.foot .container .foot3 .adr{
    margin: 28px 0;
}
.foot_bot{
    border-top: 1px solid rgba(51,51,51,0.2);
    padding: 0.4rem 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.foot_bot .container{
    display: flex;
    justify-content: space-between;
    color: rgba(153, 153, 153, 0.8);
}
.foot_bot .container a{
    color: rgba(153, 153, 153, 0.8);
}


.serve1{
    padding-top: 0.6rem;
}
.serve1 .list_all .list{
    margin-bottom: 0.7rem;
    position: relative;
    display: block;
}
.serve1 .list_all .list:last-child{
    margin-bottom: 0rem;
}
.serve1 .list_all .list .serve_img{
    width: 100%;
    height: 6.2rem;
    overflow: hidden;
}
.serve1 .list_all .list .serve_img img{
    object-fit: cover;
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.serve1 .list_all .list:hover .serve_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.serve1 .list_all .list .list_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.serve1 .list_all .list .list_text a{
    color: #fff;
}
.serve1 .list_all .list .list_text .title{
    margin-bottom: 0.35rem;
}
.serve1 .list_all .list .list_text .con{
    line-height: 1.875;
    margin: auto;
    margin-bottom: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow:ellipsis;
}
.serve1 .list_all .list .list_text .more1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serve1 .list_all .list .serve_img1{
    height: 5.4rem;
    overflow: hidden;
}
.serve1 .list_all .list .serve_img1 img{
    object-fit: cover;
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.serve1 .list_all .list .rl_buju:hover .serve_img1 img{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.serve1 .list_all .list .rl_buju{
    margin-bottom: 0.7rem;
    background-color: #f5f5f5;
}
.serve1 .list_all .list .rl_buju:last-child{
    margin-bottom: 0rem;
}
.serve1 .list_all .list .rl_buju .r_buju{
    padding: 1rem 1.1rem 1rem 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.serve1 .list_all .list .rl_buju .r_buju .title{
    margin-bottom: 0.35rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow:ellipsis;
}
.serve1 .list_all .list .rl_buju .r_buju .con{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 1.875;
    margin-bottom: 0.45rem;
}
.serve1 .list_all .list .rl_buju .r_buju .more1 a{
    color: #d55030;
}
.about1{
    background-color: rgba(255, 255, 255, 1);
}
.about1 .shugun{
    margin-bottom: 0;
}
.about2 .c-banner5{
    margin-bottom: 0.3rem;
}
.about2 .c-banner5:last-child{
    margin-bottom: 0rem;
}
.about3 .about3_video{
    position: relative;
}
.about3 .about3_video video{
    width: 100vw;
    min-height: 400px;
    object-fit: cover;
}
.about3 .about3_video .about3_text{
    background-color: rgba(17, 17, 17, 0.6);
    position: absolute;
    width: 100vw;
    height: 99%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about3 .about3_video .about3_text .flex_c{
    width: 46%;
}
.about3 .about3_video .about3_text .flex_c .t30{
    line-height: 1.8;
    position: relative;
}
.yh{
    width: 1.06rem;
    height: 0.67rem;
}
.about3 .about3_video .about3_text .flex_c .t30 .yh{
    position: absolute;
    top: -0.3rem;
    right: -1.2rem;
}
.about3 .about3_video .about3_text .flex_c .pepo{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.about3 .about3_video .about3_text .flex_c .pepo .pepo_img{
    width: 0.8rem;
    min-width: 60px;
    height: 0.8rem;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.2rem;
}
.about4{
    padding-top: 0;
}
.about4 .list_all {
    margin: 0 -1rem -1rem;
    display: flex;
    flex-wrap: wrap;
}
.about4 .list_all .list{
    margin: 1rem;
    width: calc(33.333% - 2rem);
    text-align: center;
}
.about4 .list_all .list .title1{ 
    position: relative;
    width: auto;
}
.about4 .list_all .list .title1 .t56{ 
    position: absolute;
    left: -0.5rem;
    top: -0.25rem;
    z-index: -1;
    opacity: 0.1;
}
.about4 .list_all .list .line{ 
    margin: 0.2rem auto 0.3rem;
    width: 0.44rem;
    height: 2px;
    background-color: #d85534;
}
.about4 .list_all .list .con{ 
    line-height: 1.68;
}
.about5{
    padding-top: 0;
}
.about5 .team{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.about5 .team .team_text{
    width: 50%;
    padding: 0.7rem;
    background-color: #fbfbf9;
    position: relative;
    margin: 5px 0;
}
.about5 .team .team_text .t24{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow:ellipsis;
}
.about5 .team .team_text .t20{
    margin: 0.25rem 0 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow:ellipsis;
}
.about5 .team .team_text .con{
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.about5 .team .team_text .yh{
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
}
.about5 .team .team_pic{
    width: 25%;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}
.about5 .team .team_pic .team_jj{
    position: absolute;
    height: 100px;
    width: 100%;
    padding: 10px 0.4rem;
    bottom: -100px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.about5 .team .team_pic .team_jj p{
    margin: 0.1rem 0;
}
.about5 .team .team_pic:hover .team_jj{
    bottom: 0px;
}
.about5 .team .team_pic .team_pic_img{
    height: 4rem;
}
.news1{
    padding-top: 0.6rem;
}
.news1 .news_class{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.news1 .news_class .n_c1{
    padding-bottom: 3px;
    margin-right: 1rem;
}
.news1 .news_class .n_c1:hover{
    padding-bottom: 3px;
    color: #d5583a;
    border-bottom: 2px solid #d5583a;
}
.news1 .news_class .n_c1.active{
    padding-bottom: 3px;
    color: #d5583a;
    border-bottom: 2px solid #d5583a;
}
.news1 .list_all{
    padding-top: 0.4rem;
}
.news1 .list{
    margin-top: 0.4rem;
    display: block;
}
.news1 .list .r_buju .title1{
    transition: 0.4s all;
}
.more1 .to_basepage_r .img1{
    display: none;
}
.more1 .to_basepage_r:hover .t_c_d855346{
    color: #d85534;
}

.more1 .to_basepage_r:hover .img1{
    display: block;
}
.more1 .to_basepage_r:hover .img2{
    display: none;
}
.news1 .list .r_buju .title1:hover{
    color: #d85534;
}
.news1 .list .l_buju{
    height: auto;
    overflow: hidden;
}
.news1 .list .l_buju img{
    object-fit: cover;
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.news1 .list:hover .l_buju img{
    object-fit: cover;
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.news1 .list .r_buju{
    background-color: #fafafa;
    padding: 0.5rem;
}
.news1 .list .r_buju .con{
    margin: 0.2rem 0 0.35rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news1 .more1 a{
    color: #d5583a;
}
.news1 .list .r_buju .title{
    display: flex;
    justify-content: space-between;
}
.news1 .list .r_buju .title1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news1 .list .r_buju .title .time{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0.2rem;
}
.news1 .list .r_buju .title .time img{
    width: 0.22rem;
    min-width: 18px;
    min-height: 18px;
    height: 0.22rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}
.basepage{
    display: flex;
    margin-top: 0.65rem;
    flex-wrap: wrap;
	justify-content: center;
}
.basepage a{
    width: 28px;
    height: 28px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.basepage a img{
    height: 9px;
    width: auto;
}
.basepage a.active,
.basepage a:hover{
    color: #fff;
    background-color: #d5583a;
}
.basepage a .page_h{
    display: none;
}
.basepage a:hover .page_h{
    display: block;
}
.basepage a:hover .page{
    display: none;
}

.case1{
    padding-top: 0.6rem;
}
.case1 .case_class{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.case1 .case_class .n_c1{
    padding-bottom: 3px;
    margin-right: 1rem;
    cursor: pointer;
}
.case1 .case_class .n_c1:hover{
    padding-bottom: 3px;
    color: #d5583a;
    border-bottom: 2px solid #d5583a;
}
.case1 .case_class .n_c1.active{
    padding-bottom: 3px;
    color: #d5583a;
    border-bottom: 2px solid #d5583a;
}
.case1_class .list_all{
    width: 100%;
    padding: 0rem 0.3rem;
    background-color: #fafafa;
    color: #666;
    justify-content: flex-start;
    align-items: center;
    display: none;
}
.case1_class .list_all .list{
    border-right: 1px solid #666666;
    margin: 0.2rem 0;
    padding-right: 0.25rem;
    margin-right: 0.25rem;
}
.case1_class .list_all .list:hover{
    color: #d5583a;
}
.case1_class .list_all .list:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.case1_class .list_all.active{
    display: flex;
    flex-wrap: wrap;
}
.case1_class .list.active{
    color: #d5583a;
}
.case2_class .list_all{
    margin: 0.2rem -2px 0;
    display: flex;
    flex-wrap: wrap;
}
.case2_class .list_all .list{
    display: block;
    width: calc(25% - 4px);
    margin: 0.7rem 2px 0;
}
.case2_class .list_all .list .case2_img{
    height: 2.65rem;
    overflow: hidden;
}
.case2_class .list_all .list .case2_img img{
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1); 	/* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); 	/* Opera */
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.case2_class .list_all .list:hover .case2_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 	/* IE 9 */
    -moz-transform: scale(1.1); 	/* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); 	/* Opera */
}
.case2_class .list_all .list .title{
    padding: 0.1rem 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 2;
}
.case2_class .list_all .list:hover .title{
    color: #d5583a;
}
.show_case .container{
    height: 100%;
}
.show_case .container .title{
    position: absolute;
    bottom: 0.6rem;
    text-align: left;
}
.show_case1{
    padding: 0.8rem 0 0;
    background-color: #fbfbfb;
}
.show_case2{
    padding: 0.5rem;
    background-color: #fff;
}
.show_case2 .info{
    display: flex;
    margin-bottom: 0.7rem;
}
.show_case2 .info .infor{
    flex-shrink: 0;
    margin-left: 1.05rem;
}
.show_case2 .info .info1{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    margin-bottom: 0.15rem;
}
.show_case2 .info .info1:last-child{
    margin-bottom: 0rem;
}
.show_case2 .info .info1 .con{
    margin-left: 0.28rem;
}
.show_case2 .con{
    line-height: 1.65;
}
.show_case3{
    padding: 1.1rem 0;
    background-color: #fbfbfb;
}
.next_prve{
    margin-top: 1rem;
    padding-top: 0.45rem;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.next_prve .prve{
    margin-left: 1rem;
}
.next_prve .next,
.next_prve .prve{
    display: flex;
    align-items: flex-start;
}
.next_prve .next:hover,
.next_prve .prve:hover{
    color: #d5583a;
}
.next_prve .next div:first-child,
.next_prve .prve div:first-child{
    flex-shrink: 0;
}
.show_new1{
    padding-top: 4.65rem;
    position: relative;
}
.show_new1_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60vh;
}
.show_new1_img img{
    min-height: 60vh;
    object-fit: cover;
}
.show_new1 .top_title .time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.25rem;
}
.show_new1 .top_title .time img{
    height: 16px;
    width: auto;
    margin-right: 0.1rem;
}
.addus_img{
    height: 2.8rem;
}
.addus1 .about2{
    margin-top: 0.8rem;
}
.addus1 .about2 .title{
    padding: 0.25rem 0;
}
.addus1 .about2  .c-banner6 .swiper-slide{
    display: block;
    text-align: left;
}
.addus2{
    background-color: #fbfbfb;
    padding: 1rem 0;
}
.addus2 .top_title{
    margin-bottom: 0.7rem;
}
.recruit{
    background-color: #fff;
}
.recruit .jt{
    display: flex;
    align-items: center;
}
.recruit .jt_s{
    display: none;
}
.recruit.active .jt_s{
    display: block;
}
.recruit.active .jt_x{
    display: none;
}
.recruit .jt img{
    width: auto;
    height: 9px;
}
.recruit .recruit_top{
    background-color: rgba(17, 17, 17, 0.03);
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.55rem 0.2rem 0.4rem;
    cursor: pointer;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.recruit.active .recruit_top{
    color: #fff;
    background-color: #d5583a;
}
.recruit .content{
    padding: 0 0.55rem 0 0.4rem;
}
.recruit .content .smo_info{
    padding: 0.2rem 0 0.25rem;
}
.recruit.active .content .smo_info{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.recruit .content .smo_info .smo_info1{
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.recruit .content .smo_info .smo_info1 .smo_info_img{
    display: flex;
    align-items: center;
    width: 18px;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.2rem;
}
.recruit .content .smo_info .smo_info1 .smo_info_img img{
    height: 100%;
    width: auto;
}
.recruit .content .big_info{
    padding: 0.25rem 0 0.1rem;
    display: none;
}
.recruit .content .big_info .title{
    margin-bottom: 0.15rem;
    font-weight: 600;
}
.recruit .content .big_info .con{
    line-height: 1.7;
    margin-bottom: 0.3rem;
}
.contact1 {
    padding: 1.1rem 0 0.9rem;
}
.contact1 .list_all{
    margin: -0.1rem;
    display: flex;
    flex-wrap: wrap;
}
.contact1 .list_all .list{
    margin: 0.1rem;
    height: 5.9rem;
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 0.2rem);
}
.contact1 .list_all .list .text{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.3rem;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.contact1 .list_all .list:hover .text{
    background-color: rgba(0, 0, 0, 0.5);
}
.contact1 .list_all .list .text .con{
    padding-top: 0.2rem;
    display: none;
}
.contact1 .list_all .list .text .con .con1{
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
    color: #fff;
}
.contact1 .list_all .list .text .con .con1:last-child{
    padding-bottom: 0;
    padding-top: 0.4rem;
}
.contact1 .list_all .list .text .con .con1 .con1_img{
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.contact2 {
    padding: 0.9rem 0 0.9rem;
    background-color: #fafafa;
}
.contact2 .title{
    margin-bottom: 0.75rem;
}
.contact2 .title .t44{
    padding-bottom: 0.1rem;
}
.contact2 .title .t24{
    padding: 0.3rem 0 0.1rem;
}
.contact2 form{
    display: flex;
    margin: -0.2rem;
    flex-wrap: wrap;
}
.contact2 form .list{
    width: calc(50% - 0.4rem);
    margin: 0.2rem;
    height: 70px;
    border: 1px solid #222;
    padding: 0.15rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.contact2 form .list1{
    margin: 0.2rem;
    width: 100%;
    border: 1px solid #222;
    height: 3.2rem;
    min-height: 150px;
    padding: 0.15rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact2 form .list .list_img{
    height: 9px;
    width: 14px;
    display: flex;
}
.contact2 form .list .list_img{
    height: 20px;
    width: 20px;
    display: flex;
}
.contact2 form .list .list_img img{
    height: 20px;
    width: auto;
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.contact2 form .list select,
.contact2 form .list input{
    width: calc(100% - 0.2rem - 20px);
    height: 100%;
}
.contact2 form .list select{
    width: 100%;
}
.contact2 form .list .list_img1{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); 	/* IE 9 */
    -moz-transform: translateY(-50%); 	/* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%); 	/* Opera */
    pointer-events: none;
}
.contact2 form .list1 textarea{
    height: 100%;
    width: calc(100% - 0.2rem - 20px);
}
.contact2 form .baomi{
    margin-left: 0.2rem;
    width: 100%;
}
.contact2 form .list2{
    width: calc(50% - 0.4rem);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    height: 70px;
    margin: 0.6rem 0.2rem 0;
}
.contact2 form .list2:hover{
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    background-color: #d5583a;
    color: #fff;
}
.exhibition .title{
    margin-bottom: 0.45rem;
}
.exhibition1 .top_title .con{
    margin-top: 0.3rem;
}
.exhibition1 .inno_bot_b .width33{
    border-right: none;
}
.exhibition1 .inno_bot_b{
    width: 80%;
}
.exhibition1 .shugun{
    margin-bottom: 0;
}
.exhibition1{
    background-color: #fff;
}
.exhibition2 .list_all{
    margin-top: -0.7rem;
}
.exhibition3 {
    position: relative;
    text-align: center;
    height: 100vh;
}
.exhibition3 .exhibition3_img{
    position: relative;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.exhibition3 .exhibition3_img img{
    display: none;
    object-fit: cover;
    height: 100vh;
}
.exhibition3 .al_text{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30vh;
    top: 0;
    left: 0;
}
.exhibition3 .al_text .all_text_img{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.exhibition3 .al_text .all_text_img .text_img{
    display: flex;
    justify-content: center;
    margin: 0 4%;
    height: 45px;
    width: 60px;
    flex-shrink: 0;
    cursor: pointer;
}
.exhibition3 .al_text .all_text_img .text_img img{
    height: 100%;
    width: auto;
}
.exhibition3 .al_text .all_text_img .text_img img:first-child{
    display: none;
}
.exhibition3 .al_text .all_text{
    display: flex;
    justify-content: center;
}
.exhibition3 .al_text .all_text .all_text_list{
    display: none;
}
.exhibition3 .al_text .all_text .all_text_list .con{
    padding: 0.1rem 0.75rem;
    width: 335px;
    margin-top: 0.3rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.exhibition4{
    padding-top: 0;
}
.exhibition4 .all_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0rem -0.7rem;
}
.exhibition4 .all_list .list{
    width: 16.666%;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 1.1rem;
}
.exhibition4 .all_list .list .lc_img{
    width: 1.3rem;
    height: 1.3rem;
    margin: auto;
    cursor: pointer;
}
.exhibition4 .all_list .list .lc_img .lc_h,
.exhibition4 .all_list .list:hover .lc_img .lc{
    display: none;
}
.exhibition4 .all_list .list:hover .lc_img .lc_h{
    display: block;
}
.exhibition4 .all_list .list .text{
    margin-top: 0.3rem;
}
.exhibition4 .all_list .list .text .t18{
    margin-bottom: 5px;
}
.exhibition4 .all_list .list .text .t_c_666{
    display: none;
}
.exhibition4 .all_list .list .lc_r_img{
    position: absolute;
    right: -0.15rem;
    top: 0.58rem;
    width: 0.31rem;
    height: 0.15rem;
    display: flex;
}
.exhibition4 .all_list .list:nth-child(7) .lc_r_img,
.exhibition4 .all_list .list:nth-child(8) .lc_r_img,
.exhibition4 .all_list .list:nth-child(9) .lc_r_img,
.exhibition4 .all_list .list:nth-child(10) .lc_r_img,
.exhibition4 .all_list .list:nth-child(11) .lc_r_img{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); 	/* IE 9 */
    -moz-transform: rotate(180deg); 	/* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); 	/* Opera */
}
.exhibition4 .all_list .list:nth-child(6) .lc_r_img{
    position: absolute;
    right: calc(50% - 0.15rem);
    top: auto;
    bottom: -0.65rem;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); 	/* IE 9 */
    -moz-transform: rotate(90deg); 	/* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); 	/* Opera */
}
.exhibition4 .all_list .list:last-child .lc_r_img{
    display: none;
}
.exhibition5{
    padding-bottom: 0.3rem;
}
.exhibition5 .list_all{
    margin: 3px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
    margin-top: 0.55rem;
}
.exhibition5 .list_all .list{
    width: calc(25% - 6px);
    margin: 0.3rem 3px 0;
}
.exhibition5 .list_all .list .story_img{
    height: 4.54rem;
    position: relative;
    overflow: hidden;
}
.exhibition5 .list_all .list .t24.t_c_000{
    margin-top: 0.2rem;
}
.exhibition5 .list_all .list .story_img .text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background-color: rgba(216,85,52,0.5);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0.65rem;
    display: flex;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.exhibition5 .list_all .list:hover .story_img .text{
    top: 0;
}
.exhibition5 .list_all .list .story_img .text .con{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 1.625;
}
@media (max-width: 1679px){
    .about5 .team .team_text {
        padding: 0.5rem;
    }
}
@media (max-width: 1366px){
    .foot .container .foot3{
        justify-content: flex-start;
    }
    .about3 .about3_video .about3_text .flex_c{
        width: 60%;
    }
    .addus_img {
        height: 3.85rem;
    }
    .about3 .about3_video .about3_text .flex_c .pepo{
        margin-top: 0.4rem;
    }
    .about5 .team .team_pic .team_jj{
        height: 83px;
    }
}
@media (max-width: 1025px){
    .fsp-row {
        pointer-events: none
    }

    .fsp-row a:hover {
        opacity: .9
    }
    .header-white .nav-link a {
        color: #333;
    }
    .serve1 .list_all .list .serve_img{
        height: 330px;
    }
    .serve1 .list_all .list .list_text .title,
    .serve1 .list_all .list .list_text .con{
        width: 80%;
    }
    .foot .foot1,
    .foot .foot2,
    .foot .foot3{
        width: 33.333%;
    }
    .about3 .about3_video .about3_text .flex_c{
        width: 65%;
    }
    .addus_img {
        height: 5.8rem;
    }
    .recruit .content .smo_info .smo_info1{
        margin-top: 0.3rem;
    }
    .recruit .content .big_info{
        padding-top: 0.5rem;
    }
    .recruit .content .smo_info {
        padding: 0.25rem 0 0.5rem;
    }
    .recruit .recruit_top{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .about3 .about3_video .about3_text .flex_c .pepo{
        margin-top: 0.5rem;
    }
    .show_new1{
        padding-top: 6rem;
    }
    #c-followDot{
        display: none !important;
    }
}
@media (max-width: 991px){
    .change .list_all .list .t_c_666 div,
    .change .list_all .list .t_c_666 p{
        padding: 3px 0;
    }
    .ban_txt .en_title{
        margin-bottom: 40px;
    }
    .next_prve .next, .next_prve .prve{
        width: 100%;
        margin: 0;
    }
    .next_prve .prve{
        margin-top: 0.5rem;
    }
    .about5 .team .team_pic .team_jj {
        height: 75px;
    }
    .serve1,
    .news1,
    .case1 {
        padding-top: 1rem;
    }
    .foot .container .foot1 img {
        height: 80px;
        width: auto;
    }
    .exhibition4 .all_list{
        margin: 0;
    }
    .serve1 .list_all .list .list_text .title,
    .serve1 .list_all .list .list_text .con{
        width: 90%;
    }
    .serve1 .list_all .list .serve_img1 {
        height: 12.4rem;
    }
    .exhibition1 .inno_bot_b{
        width: 100%;
    }
    .case2_class .list_all .list {
        display: block;
        width: calc(50% - 4px);
        margin: 0.7rem 2px 0;
    }
    .case2_class .list_all .list .case2_img{
        height: 6rem;
    }
    .but2,
    .but1{
        padding: 0 40px;
        height: 52px;
    }
    .foot .container .foot2{
        padding: 0.5rem 0.9rem 0;
        margin-top: 0.5rem;
    }
    .foot .container .foot2 .width50{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot .foot1{
        width: 20%;
    }
    .foot .foot2,
    .foot .foot3{
        width: 40%;
    }
    .about3 .about3_video .about3_text .flex_c{
        width: 70%;
    }
    .about4 .list_all {
        margin: 0 -0.5rem -0.5rem;
    }
    .about4 .list_all .list {
        margin: 0.5rem;
        width: calc(33.333% - 1rem);
        text-align: center;
    }
    .about5 .team .team_pic .team_pic_img {
        height: 8.5rem;
    }
    .about5 .team .team_pic{
        width: 50%;
    }
    .about5 .team .team_text {
        width: 100%;
    }
    .foot .container .foot3 .foot3_img .pop{
        flex-shrink: 0;
        margin: 0 0.2rem;
        position: relative;
    }
    .case1 .case_class .n_c1{
        margin-bottom: 0.5rem;
    }
    .case1_class .list_all .list {
        margin: 0.3rem 0;
        padding-right: 0.6rem;
        margin-right: 0.6rem;
    }
    .case1_class .list_all{
        padding: 0.2rem 0.5rem;
    }
    .news1 .list .l_buju {
        height: 12rem;
    }
    .contact2 form .list2,
    .contact2 form .list{
        height: 60px;
    }
    .exhibition5 .list_all .list {
        width: calc(50% - 2px);
        margin: 0.3rem 1px 0;
    }
    .exhibition5 .list_all .list .story_img {
        height: 11.54rem;
    }
    .about3 .about3_video .about3_text .flex_c .pepo{
        margin-top: 0.6rem;
    }
}
.block_768px{
    display: block;
}
.none_768px{
    display: none;
}
@media (max-width: 768px){
    .block_768px{
        display: none !important;
    }
    .none_768px {
        display: block !important;
    }
    .top_title .t18{
        margin-bottom: 0.8rem;
    }
    .top_title .con{
        line-height: 1.6;
    }
    .index1 .shugun{
        margin: 1.4rem 0;
    }
    .foot .container .foot3 .foot3_img .pop .wx_pop {
        width: 100px;
        height: 0;
        position: absolute;
        bottom: 130%;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .show_new1{
        padding-top: 8rem;
    }
    .news1 .list .r_buju .title{
        flex-wrap: wrap;
    }
    .news1 .list .r_buju .title .time{
        width: 100%;
        margin: 0.3rem 0;
    }
    .addus2{
        padding: 1.5rem 0;
    }
    .serve1,
    .news1,
    .case1 {
        padding-top: 1.5rem;
    }
    .about4 .list_all {
        margin: 0 -0.5rem -0.5rem;
    }
    .about4 .list_all .list {
        margin: 0.5rem;
        width: calc(100% - 1rem);
        text-align: center;
    }
    .exhibition4 .all_list .list{
        width: 50%;
    }
    .exhibition4 .all_list .list .lc_img{
        width: 3.5rem;
        height: 3.5rem;
    }
    .exhibition4 .all_list .list .lc_r_img{
        display: none;
    }
    .exhibition3 .al_text .all_text_img .text_img{
        height: 35px;
        width: 55px;
    }
    .more{
        margin: 0.4rem 0 0.75rem;
    }
    .but2,
    .but1{
        padding: 0 30px;
        height: 45px;
    }
    .resolve-ways{
        display: flex;
        flex-wrap: wrap;
    }
    .resolve-ways .item,
    .resolve-ways .item.active{
        width: calc(50% - 2px);
        margin: 0;
    }
    .resolve-ways .item .info .title{
        writing-mode: lr-tb;
        font-size: 20px;
    }
    .resolve-ways .item.active .info{
        background-color: rgba(0, 0, 0, 0.4);
    }
    .resolve-ways .item.active .info .title{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        border: none;
        font-size: 20px;
        padding: 0;
    }
    .resolve-ways .item{
        background-position: center !important;
    }
    .change .list_all .list{
        width: calc(33.333% - 2px);
        margin: 1px;
        margin-top: 1rem;
    }
    .change .list_all .list .div_img{
        height: 10rem;
    }
    .sjgd .list_all{
        margin: 0;
    }
    .sjgd .list_all .list{
        margin: 0 1px;
        width: calc(50% - 2px);;
    }
    .sjgd .list_all .list .div_img{
        height: 6rem;
    }
    .foot .foot1,
    .foot .foot2{
        width: 50%;
    }
    .foot .foot3{
        width: 100%;
        margin-top: 1rem;
    }
    .foot {
        padding: 2rem 0;
    }
    .about3 .about3_video .about3_text .flex_c{
        width: 80%;
    }
    .contact1 .list_all .list {
        height: 20rem;
        width: calc(100% - 0.2rem);
    }
    .contact2 .title .t24{
        line-height: 2;
    }
    .contact2 .title .t_c_666{
        line-height: 1.6;
    }
    .recruit .recruit_top {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .foot_bot .container{
        flex-wrap: wrap;
    }
    .foot_bot .container>div{
        width: 100%;
    }
    .about5 .team .team_text {
        padding: 1rem 0.8rem;
    }
    .about3 .about3_video .about3_text .flex_c .pepo{
        margin-top: 0.8rem;
    }
    .contact1,
    .contact2 {
        padding: 2rem 0;
    }
}
@media (max-width: 560px){
    .serve1,
    .news1,
    .case1 {
        padding-top: 2.5rem;
    }
    .addus2{
        padding: 2rem 0;
    }
    .addus_img {
        height: 10.8rem;
    }
    .recruit .content .big_info{
        padding-top: 1rem;
    }
    .recruit .content .smo_info {
        padding: 0.5rem 0 1rem;
    }
    .recruit .content .big_info .title,
    .recruit .content .big_info .con{
        margin-bottom: 0.5rem;
    }
    .about3 .about3_video .about3_text .flex_c .pepo{
        margin-top: 1rem;
    }
    .show_new1{
        padding-top: 10rem;
    }
    .about5 .team .team_pic .team_jj {
        height: 65px;
    }
}
@media (max-width: 520px){
    .contact2 form .list {
        width: calc(100% - 0.4rem);
    }
    .contact2 form .list2, .contact2 form .list {
        height: 50px;
    }
}
@media (max-width: 420px){
    .foot .container .foot2{
        margin-top: 1rem;
        padding: 0;
        text-align: left;
    }
    .foot .container .foot2 .width50{
        width: 50%;
        padding: 0.8rem 0;
        justify-content: flex-start;
    }
    .exhibition3 .al_text .all_text_img .text_img{
        height: 30px;
        width: 45px;
    }
    .exhibition3 .al_text{
        padding-top: 150px;
    }
    .exhibition3 .al_text .all_text_img{
        padding-bottom: 50px;
    }
    .change .list_all .list{
        width: calc(50% - 2px);
        margin: 1px;
        margin-top: 1.5rem;
    }
    .change .list_all .list .div_img{
        height: 14rem;
    }
    .resolve-ways .item .info .title,
    .resolve-ways .item.active .info .title{
        font-size: 18px;
    }
    .foot .foot1,
    .foot .foot2,
    .foot .foot3{
        width: 100%;
    }
    .about3 .about3_video .about3_text .flex_c{
        width: 90%;
    }
    .about3 .about3_video .about3_text .flex_c .t30 .yh {
        right: -0.8rem;
    }
    .contact1 .list_all .list {
        height: 19rem;
    }
}
@media (max-width: 374px){
    .inno_bot_b{
        flex-wrap: wrap;
    }
    .inno_bot_b .width33{
        width: 100%;
        margin-top: 1rem;
        border: none;
    }
    .inno_bot_b .width33:first-child{
        margin-top: 0
    }
    .exhibition3 .al_text .all_text .all_text_list .con{
        padding: 0.1rem 1.2rem;
        width: 100%;
        margin-top: 1rem;
    }
}
#c-deliver .c-title-box {
    padding: 40px 0 30px;
    border-bottom: 1px solid #D7D7D7;
    color: #000;
  }
  #c-deliver .c-title-box .c-title {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
  }
  @media (max-width: 1580px) {
    #c-deliver .c-title-box .c-title {
      font-size: 24px;
      line-height: 34px;
    }
  }
  #c-deliver .c-title-box .c-title2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  #c-deliver .c-list {
    max-width: 666px;
    width: 100%;
    padding-top: 60px;
  }
  #c-deliver .c-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  #c-deliver .c-list li .c-title {
    flex: 0 0 155px;
    color: #000;
    line-height: 44px;
  }
  @media (max-width: 748px) {
    #c-deliver .c-list li .c-title {
      flex: 0 0 90px;
    }
  }
  #c-deliver .c-list li .c-title i {
    display: inline-block;
    width: 15px;
    font-style: normal;
    color: #C7000B;
  }
  #c-deliver .c-list li .c-gt {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #c-deliver .c-list li .c-gt input {
    padding: 0 15px;
    width: 100%;
    height: 44px;
    line-height: 42px;
    border: 1px solid #E2E2E2;
  }
  #c-deliver .c-list li .c-gt textarea {
    width: 100%;
    height: 160px;
    padding: 9px 15px;
    line-height: 26px;
    border: 1px solid #E2E2E2;
    overflow-y: auto;
  }
  #c-deliver .c-list li .c-gt button {
    width: 170px;
    line-height: 54px;
    color: #fff;
    background: #C7000B;
    cursor: pointer;
  }
  @media (max-width: 748px) {
    #c-deliver .c-list li .c-gt button {
      line-height: 44px;
    }
  }
  #c-deliver .c-list li .c-gt .c-img-box {
    flex: 0 0 140px;
    height: 140px;
    overflow: hidden;
  }
  #c-deliver .c-list li .c-gt .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #c-deliver .c-list li .c-gt .c-text-box {
    padding-left: 30px;
    flex: 1;
  }
  @media (max-width: 748px) {
    #c-deliver .c-list li .c-gt .c-text-box {
      flex: 0 0 100%;
      padding: 0;
      width: 100%;
    }
  }
  #c-deliver .c-list li .c-gt .c-text {
    width: 100%;
    line-height: 26px;
    color: #000;
  }
  #c-deliver .c-list li .c-gt .c-item {
    display: flex;
    align-items: center;
    height: 44px;
    margin-right: 30px;
  }
  #c-deliver .c-list li .c-gt .c-item input {
    position: relative;
    margin-right: 10px;
    padding: 0;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #E2E2E2;
    cursor: pointer;
  }
  #c-deliver .c-list li .c-gt .c-item input::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: #C7000B;
    border-radius: 50%;
  }
  #c-deliver .c-list li .c-gt .c-item input.on::before {
    opacity: 1;
  }
  #c-deliver .c-list li .c-gt #jl-sczp {
    margin-bottom: 34px;
    display: inline-block;
    position: relative;
  }
  @media (max-width: 748px) {
    #c-deliver .c-list li .c-gt #jl-sczp {
      margin: 20px 0;
    }
  }
  #c-deliver .c-list li .c-gt #jl-sczp input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  #c-deliver .c-list li .c-gt #jl-sczp .c-filetext {
    display: inline-block;
    min-width: 136px;
    padding: 0 15px;
    height: 54px;
    line-height: 52px;
    border: 1px solid #C7000B;
    text-align: center;
    color: #C7000B;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
  .index1 .onn{
    width: 84%;
    margin: 0 auto;
  }
  @media (max-width: 748px) {
    #c-deliver .c-list li .c-gt #jl-sczp .c-filetext {
      height: 44px;
      line-height: 42px;
    }
    .index1 .onn{
        width: 100%;
        margin: 0 auto;
      }
  }
  #c-deliver .c-list li .c-gt #jl-scjl {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  #c-deliver .c-list li .c-gt #jl-scjl input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #c-deliver .c-list li .c-gt #jl-scjl .c-filetext {
    padding: 0 15px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #E2E2E2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .bbb{
    height: 50vh;
  }
  .th{
      min-height: auto;
     height: 81vh;
  }
  .shoe{
    padding: 1.55rem;
 }
 @media (max-width: 748px) {
    .shoe{
        padding: 0.5rem;
     }
 }
 .hqfa i{
     font-size: 18px !important;
     font-weight: bold;
 }
 .tanchuang{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
 .tanchuang form .title{
     font-size: 30px;
     color: #222;
     text-align: center;
     margin-bottom: 45px;
 }
 .tanchuang form{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
 }
 .tanchuang form .list input{
     height: 60px;
     width: 100%;
     border: 1px solid #666;
     color: #999;
     padding: 15px;
 }
 .tanchuang form i{
    position: absolute;
    right: 18px;
    top: 5px;
    font-size: 30px;
    font-style: inherit;
    cursor: pointer;
 }
 .tanchuang form .list select{
    height: 60px;
    width: 100%;
    border: 1px solid #666;
    color: #999;
    padding: 15px;
 }
 .tanchuang form .list1 textarea{
     height: 115px;
     width: 100%;
     border: 1px solid #666;
     color: #999;
     padding: 20px;
     margin-bottom: 30px;
     margin-top: 20px;
 }
 .tanchuang form .list2{
     width: 100%;
     height: 60px;
     background: #d5583a;
     color: #fff;

 }
 .tanchuang form .list+.list{
     margin-top: 20px;
 }
 .tanchuang.active2{
     display: block;
 }
 @media (max-width: 768px) {
    .tanchuang form .list input{
        padding: 0 15px;
        height: 40px;
    }
    .tanchuang form .list select{
        padding: 0 15px;
        height: 40px;
    }
    .tanchuang form .list1 textarea{
        height: 80px;
        padding: 10px 15px 0 15px; 
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .tanchuang form .list2{
        height: 40px;
    }
    .tanchuang form .list+.list{
        margin-top: 15px;
    }
    .tanchuang form .title{
        margin-bottom: 30px;
    }
    .tanchuang form i{
        font-size: 25px;
    }
    .tanchuang form{
        max-width: 400px;
    }
    .tanchuang form .title{
        font-size: 22px;
    }
    
 }
 .foot-sidebar__plug{
    box-shadow: 0 0 32px 0px rgba(0 , 0 , 0 , 0.13);
    border-radius: 5px;
 }
 .fsp-row:nth-child(1) i{
    font-weight: inherit;
 }
 .fsp-row>a{
     width: 78px;
     height: 78px;
    
     background: #fff;
     padding: 10px;
     border-radius: 5px;
     padding-top: 14px;
 }
 .fsp-row>a:hover{
    background: #d5583a;
 }
 .fsp-row>a:hover i{
     color: #fff;
 }
 .foot-sidebar__plug a img:nth-of-type(2){
    display: none;
}
 .fsp-row>a:hover img:nth-of-type(1){
     display: none;
 }
 .fsp-row>a:hover img:nth-of-type(2){
     display: inline-block;
 }
 .foot-sidebar__plug a img{
     width: 30px;
     height: 30px;
     object-fit: contain;
 }
 
    .foot-sidebar__plug a i{
        font-size: 12px !important;
        font-weight: inherit;
        color: #333;
        font-style: inherit;
        display: block;
        position: unset;
        transform: initial;
        margin-top: 10px;
    }
    .fsp-row2 .fsp-inner {
        height: 85px;
        line-height: 85px;
        right: 89px;
    }
    .fsp-row3 .fsp-inner{
        right: 91px;
        top: -8px;
    }
    @media (max-width: 1600px) {
        .fsp-row>a{
            width: 70px;
            height: 70px;
        }
        .foot-sidebar__plug a i{
            margin-top: 6px;
        }
        .fsp-row3 .fsp-inner{
            width: 85px;
            height: 85px;
            padding: 8px;
        }
        .fsp-row2 .fsp-inner{
            height: 70px;
        }
        .foot-sidebar__plug a img{
            width: 25px;
            height: 25px;
        }
        .foot-sidebar__plug a i{
            font-size: 12px !important;
        }
        .fsp-row3 .fsp-inner{
            right: 85px;
        }
    }
    .show_case .banner_img_big{
        transform: initial !important;
        -ms-transform: initial !important;
        transition: none !important;
        -ms-transform: initial !important;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        
    }
    .top_title .x-pp{
        margin-top: 40px;
    }
    .top_title .x-pp p{
        letter-spacing: 1px;
    }
    @media (max-width: 768px) {
        .top_title .x-pp{
            margin-top: 10px;
        }
        .top_title .t18{
            display: none;
        }
        .index1 .onn p{
            display: none;
        }
        .resolve-ways .item .info .title{
            font-size: 14px;
        }
        .resolve-ways .item .info .title2{
            display: none;
        }
        .resolve-ways .item.active .info .title2{
            display: none;
        }
        .change .list_all .list .t_c_666 p{
            display: none;
        }
        .chat{
            padding: 60px 0;
        }
        .exhibition4 .all_list{
            justify-content: flex-start;
            flex-wrap: initial;
            width: 100%;
            overflow: auto;
        }
        .exhibition4 .all_list .list{
            width: 33%;
            flex: none;
        }
    }
    @media (max-width: 420px) {
        .resolve-ways .item.active .info .title {
            font-size: 14px;
        }
    }
    /* 5.13 */
    @media (max-width: 1024px) {
        .about4 .list_all .list .title1 .t56{
            left: -1rem;
            top: -0.1rem;
        }
        .navigation .nav-list .nav-item__sub .meganav-pane.active{
            display: none !important;
        }
        .navigation .nav-list .nav-item__sub:nth-of-type(1) .nav-link a{
            display: block;
        }
    }
    @media (max-width: 520px) {
        .about4 .list_all .list .title1 .t56{
            left: -2.5rem;
            top: -0.3rem;
        }
        .index_banner .x-dong{
            transition: initial;
            transform: initial;
            -ms-transform: initial;
            -webkit-transition: initial;
            -moz-transition: initial;
            -o-transition: initial;
        }
        .exhibition4 .all_list .list .text .t_c_666{
            display: none !important;
        }
        .top_title1{
            margin-bottom: 1.6rem;
        }
    }
    .navigation .nav-list>li:nth-of-type(3).open .meganav-pane{
        opacity: 1 !important;
    }
    .navigation .nav-list>li:nth-of-type(3) .x-disp {
        display: none !important;
    }
    .navigation .nav-list>li:nth-of-type(3) .icon-ad{
        display: none;
    }
    @media (max-width: 1024px) {
        .navigation .nav-list>li .x-disp {
            display: block !important; 
        }
        .navigation .nav-list>li:nth-of-type(3) .icon-ad{
            display: block;
        }
    }
    .show_case2 .con img{
        width: auto;
        height: auto;
    }
    @media (max-width: 767px) {
        .show_case2 .con img{
            width: 100%;
            height: 100%;
        }
    }