.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: .5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.owl-item.loading {
    min-height: 150px;
    background: url(/static/image/loading.gif) no-repeat center center
}

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

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(/static/picture/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

#banner img {
    width: 100%;
    max-height: 980px;
    display: block;
}

#banner .owl-controls {
    margin-top: 0
}

#banner .owl-buttons {
    display: none;
}

#banner .owl-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
}

#banner .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
    background: #454754;
    opacity: 1;
    overflow: hidden;
    margin: 0 3px;
}

#banner .owl-controls .owl-page.active span, #banner .owl-controls .owl-page:hover span {
    background: #da5c55;
}

.more {
    line-height: 32px;
    width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(70deg, #da5c55, #d3271d);
    color: #fff;
    font-family: Conv_tt;
    text-transform: uppercase;
}

    .more:hover {
        background: linear-gradient(70deg, #d3271d, #da5c55);
    }

.banner_next {
    background: #188bca;
    position: relative;
    overflow: hidden;
}

    .banner_next .lcon {
        width: 50%;
        background: url(../image/topprobg01.jpg) no-repeat left center;
        background-size: cover;
        float: left;
        overflow: hidden;
        height: 306px;
        position: relative;
    }

        .banner_next .lcon .pic, .banner_next .rcon .pic {
            width: 45%;
            float: left;
            position: absolute;
            left: 30px;
            bottom: 25px;
        }

        .banner_next .lcon .con {
            margin-left: 55%;
            padding-top: 70px;
        }

        .banner_next .lcon .pic img {
            width: 100%
        }

    .banner_next .rcon {
        float: right;
        width: 50%;
        background: url(../image/topprobg02.jpg) no-repeat left center;
        background-size: cover;
        padding: 25px 50px;
        height: 306px;
        position: relative;
    }

        .banner_next .rcon .pic {
            left: auto;
            right: 50px;
            bottom: 40px;
        }

        .banner_next .rcon .con {
            margin-right: 55%;
            padding-left: 15px;
            padding-top: 45px;
        }

        .banner_next .rcon h3 a, .banner_next .rcon dd a {
            color: #fff;
        }

    .banner_next .con img {
        width: 128px;
    }

    .banner_next h3 {
        font-family: Conv_tt;
        font-size: 24px;
        text-transform: uppercase;
        margin: 20px 0 5px 0;
    }

    .banner_next dl dd {
        display: inline-block;
        width: 48%;
        font-size: 18px;
        margin-top: 15px;
    }

        .banner_next dl dd i, .companybox li a i {
            display: inline-block;
            font-size: 26px;
            background: linear-gradient(70deg, #da5c55, #d3271d);
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 600
        }

        .banner_next dl dd i {
            vertical-align: middle;
            margin-right: 5px;
            margin-top: -3px;
            margin-left: -5px;
        }

    .banner_next a:hover, .banner_next .con a:hover {
        color: #d3271d
    }



.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-wrap {
    position: relative
}
.sitewidget-touchgraphicslider .item {
    margin: 0 5px;
    position: relative;
    text-align: center;
    outline: 0;
    float: left;
    width: 15%;
}
@media screen and (max-width: 500px) {
    .sitewidget-touchgraphicslider .item {
        margin: 0 5px;
        position: relative;
        text-align: center;
        outline: 0;
        float: left;
        width: calc(50% - 10px);
    }

    .block_22864 .productBox .bottomContent .product_biref {
        font-size: 14px;
    }
}


.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    cursor: pointer
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-title {
    margin-top: 5px
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-title-caro3d {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0,0,0,.4);
    color: #f2f2f2;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px
}

.paginationNoPageStyle .slick-slider {
    padding-bottom: 0
}

.sitewidget-touchgraphicslider .sitewidget-bd .textOverHidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 2em;
    max-height: 2em
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-hasBtns {
    padding: 0 25px
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-wrap .owl-prev, .sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-wrap .owl-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    overflow: hidden;
    text-align: center;
    transition: top .4s;
    -moz-transition: top .4s;
    -webkit-transition: top .4s
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-wrap .owl-prev {
    left: 0
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-wrap .owl-next {
    right: 0
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-hasBtns .sitewidget-touchgraphicslider-wrap .owl-prev {
    left: -22px
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-hasBtns .sitewidget-touchgraphicslider-wrap .owl-next {
    right: -22px
}

.sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-hasBtns .disabled {
    color: #b3b3b3
}

.sitewidget-touchgraphicslider-x .buttonstyle3 .sitewidget-touchgraphicslider-wrap .owl-prev {
    left: -17px
}

.sitewidget-touchgraphicslider-x .buttonstyle3 .sitewidget-touchgraphicslider-wrap .owl-next {
    right: -17px
}

.sitewidget-touchgraphicslider-x .buttonstyle3 .disabled {
    opacity: .5 !important
}


.application {
    background: #F6F6F6;
    min-height: 470px;
    width: 100%;
    margin-top: 70px
}

    .application ul {
        padding: 20px 0px 30px
    }

        .application ul li {
            float: left;
            height: 120px;
            margin-right: 1px;
            margin-bottom: 1px
        }

            .application ul li img {
                width: 100%;
                -webkit-filter: grayscale(1);
                filter: gray;
                filter: grayscale(1);
                transition: all 2s
            }

                .application ul li img:hover {
                    filter: grayscale(0)
                }


@media (min-width:1000px) and (max-width:1290px) {
    .application ul li {
        width: 33.2%
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .application ul li {
        width: 49%
    }
}

@media (min-width:320px) and (max-width:664px) {
    .application ul li {
        width: 100%
    }
}
.hide {
    display: none
}

.left {
    float: left
}

.right {
    float: right
}

.innertophead {
    width: 1200px;
    margin: 0px auto
}

@media (min-width:1000px) and (max-width:1290px) {
    .innertophead {
        width: 960px;
        margin: 0px auto
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .innertophead {
        width: 580px;
        margin: 0px auto
    }
}

@media (min-width:320px) and (max-width:664px) {
    .innertophead {
        width: 300px;
        margin: 0px auto
    }
}

.innertop {
    width: 1200px;
    margin: 0px auto;
    overflow: inherit !important
}

@media (min-width:1000px) and (max-width:1290px) {
    .innertop {
        width: 1200px;
        margin: 0px auto;
        overflow: hidden
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .innertop {
        width: 580px;
        margin: 0px auto;
        overflow: hidden
    }
}
.jaboutTit {
    font-size: 28px;
    line-height: 28px;
    color: var(--color);
    font-weight: var(--fontbold6);
    padding-top: 50px
}

    .jaboutTit span {
        font-size: 16px;
        color: var(--fontcolor);
        line-height: 20px;
        font-weight: var(--fontbold4)
    }

    .jaboutTit .jmore {
        font-size: 14px;
        color: #FFFFFF;
        background: var(--color);
        padding: 8px 25px
    }

.jborder {
    width: 20px;
    height: 2px;
    background: var(--color);
    margin: 10px 0px
}

.jabout .jaboutCon .jaboutLeft {
    max-width: 650px;
    padding: 10px;
    font-size: 14px;
    background: #F6F6F6
}

@media (min-width:1000px) and (max-width:1290px) {
    .jabout .jaboutCon .jaboutLeft {
        width: 50%
    }

    .jabout .jaboutCon .jaboutRight {
        height: 265px;
        width: 46%
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .jabout .jaboutCon .jaboutLeft {
        width: 94%
    }

    .jabout .jaboutCon .jaboutRight {
        height: 265px;
        width: 100%
    }
}

@media (min-width:320px) and (max-width:664px) {
    .jabout .jaboutCon .jaboutLeft {
        width: 88%;
        overflow: hidden
    }

    .jabout .jaboutCon .jaboutRight {
        height: 265px;
        width: 100%
    }
}

.application {
    background: #F6F6F6;
    min-height: 470px;
    width: 100%;
    margin-top: 70px
}

    .application ul {
        padding: 20px 0px 30px
    }

        .application ul li {
            float: left;
            height: 120px;
            margin-right: 1px;
            margin-bottom: 1px
        }
        .application ul li img:hover {
                    filter: grayscale(0)
                }

            .application ul li img {
                width: 100%;
                -webkit-filter: grayscale(0);
                filter: gray;
                filter: grayscale(0);
                transition: all 2s
            }

                

@media (min-width:1000px) and (max-width:1290px) {
    .application ul li {
        width: 33.2%
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .application ul li {
        width: 49%
    }
}
@media (max-width:664px) {
    .application ul li {
        height: 220px;
        margin-right: 1px;
        margin-bottom: 10px
    }

        .application ul li img {
            margin: 10px 10px 0px; filter: grayscale(0);
        }
}
@media (min-width:320px) and (max-width:664px) {
    .application ul li {
        width: 100%
    }
}
@media (min-width:1000px) and (max-width:1290px) {
    .innertop {
        width: 960px;
        margin: 0px auto;
        overflow: hidden
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .innertop {
        width: 580px;
        margin: 0px auto;
        overflow: hidden
    }
}

@media (min-width:320px) and (max-width:664px) {
    .innertop {
        width: 300px;
        margin: 0px auto;
        overflow: hidden
    }
}
.server {
    background: url(/static/serverbg.jpg) center 0 no-repeat;
    min-height: 400px;
    background-size: cover
}

    .server .jaboutTit span {
        color: #9F9F9F !important
    }

    .server ul {
        padding: 10px 0px 20px
    }

        .application ul:after, .server ul:after {
            display: block;
            height: 0px;
            visibility: hidden;
            clear: both
        }

        .server ul li {
            float: left;
            width: 14%;
            text-align: center
        }

        .server ul .serverLine {
            background: url(serviceLine_03.webp) center 0 no-repeat;
            width: 1px;
            height: 159px
        }

        .server ul .serverNav p {
            font-size: 14px;
            color: #9F9F9F;
            line-height: 20px;
            width: 114px;
            margin: 0px auto
        }

@media (min-width:1000px) and (max-width:1290px) {
    .server ul li {
        width: 33%
    }

    .server ul .serverNav p {
        width: 50%
    }
}

@media (min-width:664px) and (max-width:1000px) {
    .server ul li {
        width: 49%
    }

    .server ul .serverNav p {
        width: 80%
    }
}

@media (min-width:320px) and (max-width:664px) {
    .server ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #FFFFFF
    }

        .server ul li img {
            width: 50%
        }

    .server ul .serverNav p {
        width: 100%
    }

    .server ul .serverLine {
        display: none
    }
}