@charset "utf-8";

body {
    padding-top: 70px;
}
.layui-table-fixed{
    z-index: 20!important;
}
a {
    color: #000;
}

.layui-btn-normal {
    background-color: var(--web-color);
}

.layui-table-filter-box input.layui-input {
    font-size: 14px;
}

.ring {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    z-index: 10;
}

.ring span {
    position: absolute;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    background: var(--web-color);
    transform: rotate(45deg);
    text-align: center;
    right: -36px;
    width: 150px;
    top: 18px;
}

.ring span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 5px;
    height: 5px;
    color: #fff;
    border: 3px solid transparent;
    border-left-color: var(--web-color);
    border-top-color: var(--web-color);
}

.ring span:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 5px;
    height: 5px;
    color: #fff;
    border: 3px solid transparent;
    border-right-color: var(--web-color);
    border-top-color: var(--web-color);
}

.product-show-list {
    background-color: #fff;

}

.product-show-list .pro-list li{
    padding: 0;
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
}
.product-show-list li.pro-left{
    width: 35%;
    padding: 40px;
    margin: 0;
}
.product-show-list li.pro-right{
    width: 65%;
    padding: 40px;
    margin: 0;
    position: relative;
}
.layui-table-fixed {
    z-index: 1;
}

.layui-icon {
    font-size: 12px;
}

.layui-table-tips-c {
    text-align: center;
    line-height: 20px;
    padding: 0;
}

.layui-table-tips-c:before {
    right: 0;
}

.layui-table-cell {
    text-align: center;
}

.fill-img img {
    width: 100%;
}

.cover-img img {
    width: 100%;
    max-width: 100%;
}

.cxSwiper {
    padding-bottom: 40px;
}

.cxSwiper .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    border: 1px solid #ddd;
}

.cxSwiper .swiper-slide {
    background-color: #fff;
    height: 480px;
    padding: 20px;
}

.cxSwiper .swiper-slide .content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.cxSwiper .swiper-slide h3 {
    margin-bottom: 30px;
}

.cxSwiper .swiper-slide p {
    line-height: 2;
}

.cx-a {
    width: 35%;
}

.cx-b {
    width: 65%;
    padding: 0 30px;
}

.cx-a img {
    width: 100%;
    height: 440px;
    overflow: hidden;
    object-fit: cover;
}

.cxSwiper .swiper-slide .content li img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    overflow: hidden;
}

.cxSwiper .swiper-slide .content li p {
    font-size: 14px;
    text-align: center;
}

.cxSwiper .cx-b .cx4-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    text-align: center;
}

.cxSwiper .cx-b .ui-col-6 p {
    padding-right: 60px;
}

.cxSwiper .cx-b .cx4-list li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}

.jzl-list li {
    position: relative;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.jzl-list li h3 {
    line-height: 160px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    background: linear-gradient(45deg, #d77515, var(--web-color));
}

.jzl-list li span {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 130px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    background-color: #fff;
    left: 50%;
    color:var(--web-color);
    margin-left: -30px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
    transition: all 0.3s ease;
}

/*.jzl-list li:nth-child(1) h3 {*/
/*    background: linear-gradient(to right, #09bf56, #94c894);*/
/*}*/

/*.jzl-list li:nth-child(2) h3 {*/
/*    background: linear-gradient(to right, #1F82FC, #5ea1ff);*/
/*}*/

/*.jzl-list li:nth-child(3) h3 {*/
/*    background: linear-gradient(to right, #fe8b79, #feb26f);*/
/*}*/

/*.jzl-list li:nth-child(4) h3 {*/
/*    background: linear-gradient(to right, #8634d6, #af5eff);*/
/*}*/

/*.jzl-list li:nth-child(1) span {*/
/*    color: #09bf56;*/
/*}*/

/*.jzl-list li:nth-child(2) span {*/
/*    color: #1F82FC;*/
/*}*/

/*.jzl-list li:nth-child(3) span {*/
/*    color: #fe8b79;*/
/*}*/

/*.jzl-list li:nth-child(4) span {*/
/*    color: #8634d6;*/
/*}*/

.jzl-list li .content {
    padding: 40px 20px;
}

.jzl-list li .content p {
    line-height: 2;
}

.jzl-list li:hover, .jzl-list li:hover span {
    transform: translateY(-10px);
}

.jzl-list li:hover {
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
}

.ui-tabs-header-nav > .ui-tabs-nav {
    border-bottom: 1px solid #ccc;
}

.ui-tabs-header-nav > .ui-tabs-nav li {
    margin-bottom: -1px;
}

a:hover {
    color: var(--web-color);
}

.web-color {
    color: var(--web-color);
}

.ui-filter {
    background: transparent;
}

.ui-filter .ui-filter-right a {
    border-color: #ccc;
}

.ui-filter a:hover, .ui-filter a.active {
    color: var(--web-color);
    border-color: var(--web-color);
}

@font-face {
    font-family: 'azonixregular';
    src: url('../fonts/azonix-webfont.woff2') format('woff2'),
    url('../fonts/azonix-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Light';
    src: url('../fonts/DINCond-Light.otf');
    font-weight: normal;
    font-style: normal;
}
.ui-list li{
    background-color: #fff;
    padding: 5px 10px;
}
.artshow .content p {
    line-height: 2;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: justify;
}
.artshow .content{
  
}
.artshow .content h3 {
    font-weight: 500;
    margin: 30px 0 20px;
}

.x-table-content {
    overflow-y: hidden;
    overflow-x: auto;
}
@media (min-width:1024px){

::-webkit-scrollbar {
    width: 6px;

}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: var(--web-color);
}


::-webkit-scrollbar-thumb:active {
    background-color: var(--web-color);
}
}

.ui-input-group {
    margin-bottom: 10px;
}

.ui-collapse .ui-card .ui-card-header .ui-icon-right {
    display: inline-block;
}

.logo-line {
    margin-left: 10px;
}

.x-item a {
    line-height: 2;
    display: inline;
}

.ui-sidebar {
    width: 7.5%;
    display: flex;
    justify-content: center;
    right: 0;
}

/*index-banner*/

.index-banner {
    width: 100%;
    height: calc(100vh - 70px);
}

.index-banner .swiper-slide {
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top center;
    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;
    color: #fff;
}

.index-banner .swiper-slide {
    transition-property: all;
    background-color: #020202;
}
.index-banner .swiper-slide .x-flex{
    width: 100%;
}
.index-banner .swiper-slide a {
    color: #fff;
}

.index-banner .swiper-left{
    width: 40%;
}
.index-banner  .swiper-right{
    width: 60%;
}
.index-banner .swiper-left{
    text-align: left;
}
.index-banner  .swiper-right img{
    width: 90%;
    margin: 0 auto;
}
.mouse_scroll {
    width: 4px;
    height: 118px;
    position: absolute;
    left: 90px;
    bottom: 30px;
    animation: scrollarrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
    overflow: hidden;
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
    z-index: 2;
}

.mouse_scroll:before {
    content: "";
    display: block;
    width: 4px;
    height: 118px;
    background: url(../images/ico_scroll.svg) no-repeat bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes scrollarrow {
    0% {
        -webkit-clip-path: inset(0% 0% 100% 0%);
        clip-path: inset(0% 0% 100% 0%);
    }
    25% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    75% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(100% 0% 0% 0%);
        clip-path: inset(100% 0% 0% 0%);
    }
}

.index-banner .swiper-pagination {
    bottom: 5%;
}

.index-banner .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
    background: #fff;
}


.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 4px;
    background: var(--web-color);
}

.index-banner .swiper-slide > a {
    display: block;
    height: 100%;
}

.index-banner .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 90px;
    background-color: rgba(0, 0, 0, .2);
}

.index-banner .swiper-slide .mask h1 {
    font-size: 3vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    text-shadow: 0 0 10px #000;
}

.index-banner .swiper-slide .mask p {
    font-size: 20px;
    letter-spacing: 2px;
}

.index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index-banner .more-link {
    background: #fff;
}

.index-banner .more-link:hover {
    box-shadow: none;
}

.index-banner .more-link span {
    color: var(--web-color);
}

.index-banner .more-link:hover:before {
    background-color: var(--web-color);
}

.index-banner .more-link:hover span {
    color: #fff;
}

.button-start {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 60px;
    z-index: 2;
    opacity: .5;
    transition: all .3s;
}

.button-start:hover {
    opacity: 1;
}

.bottom-style {
    position: absolute;

    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.headShake {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    border: 1px solid #fff;
    transition: 300ms ease-in-out;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    display: block;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes headShake {
    0% {
        transform: translateY(0);
    }
    6.5% {
        transform: translateY(-6px) rotateX(-9deg);
    }
    18.5% {
        transform: translateY(5px) rotateX(7deg);
    }
    31.5% {
        transform: translateY(-3px) rotateX(-5deg);
    }
    43.5% {
        transform: translateY(2px) rotateX(3deg);
    }
    50% {
        transform: translateY(0);
    }
}

@keyframes headShake {
    0% {
        transform: translateY(0);
    }
    6.5% {
        transform: translateY(-6px) rotateX(-9deg);
    }
    18.5% {
        transform: translateY(5px) rotateX(7deg);
    }
    31.5% {
        transform: translateY(-3px) rotateX(-5deg);
    }
    43.5% {
        transform: translateY(2px) rotateX(3deg);
    }
    50% {
        transform: translateY(0);
    }
}

/*index-banner end*/

.page-section {
    padding: 6% 90px;
}

.page-section2 {
    padding: 0 90px 3%;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    position: relative;
    margin-bottom: 20px;
    color: var(--web-color);
    font-weight: 300;
    line-height: 1;
    font-size: 3vw;
    text-transform: uppercase;
    font-family: "DINCond-Light", sans-serif;
}

.section-title p {
    font-size: 22px;
    font-weight: 300;
}


.x-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.x-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.x-video.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.index-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.index-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.x-videovideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.big-txt {
    font-size: 32px;
    color: var(--web-color);
}

.pro-page #center-nav .x-flex3{
    justify-content: space-between;
}
.pro-page #center-nav li{
    margin: 0;
}
.ui-collapse-menu-body ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
}
.ui-collapse-menu-body ul li {
    width: 49%;
    margin: 1% 0;
    padding: 0;

}
.ui-collapse-menu-body ul li .x-content{
    margin: 0;
    padding: 5px;
    line-height: normal;
    text-align: center!important;
    font-size: 14px;
}

span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    color: red;
}

.col-left #video {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #000;
    position: relative;
}

.col-left #video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ui-btn:hover {
    color: #fff;
    border-color: var(--web-color);
    box-shadow: 0 0 20px var(--web-color);
}



#index-pro .flex-center {
    margin-top: 40px;
}


.ui-collapse-menu-title:hover a, .ui-collapse-menu-body li a:hover {
    padding-left: 0;
}

.ui-collapse-menu-title:hover {
    background-color: var(--web-color);
}

.ui-collapse-menu-title:hover a, .ui-collapse-menu-title:hover i {
    color: #fff;
}

.ui-collapse-menu-title:hover
.ui-collapse-menu-body li:hover {
    background-color: #f5f5f5;
}

.ui-collapse-menu-title i {
    min-width: unset;
    font-size: 16px;
}

.container-left {
    width: 25%;
   
}

.container-left .ui-box {
    width: 240px;
}

.container-right {
    width: 75%;

}

.ui-tabs-nav li.active {
    border-width: 1px;
}

.ui-tabs-nav li a:hover {
    color: var(--web-color);
}


.ui-collapse-menu-body li > a {
    display: inherit;
    font-size: 15px;
}

.ui-collapse-menu-body li a p {
    padding-left: 5px;
}

.ui-collapse-menu-body li a span {
    font-size: 13px;
    font-weight: 100;
}

.ui-collapse-menu-body.shows {
    display: block;
}


.am-text-nowrap {
    white-space: nowrap;
}

.am-scrollable-horizontal {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.container-right .content table tr > td:first-child,
.container-right .content table td.td-bg,
.container-right .content table tr:first-child {
    background-color: #f4f4f4;
}

.ui-filter {
    box-shadow: none;
    padding-top: 0;
}

.ui-modal {
    border: none;
    overflow: hidden;
}


.ui-collapse-menu-title.active a {
    color: #fff !important;
}

.ui-modal:before {
    content: '';
    width: 80%;
    height: 5px;
    background: var(--web-color);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
}

.yewu li {
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.yewu li .content {

    padding: 20px;
}

.yewu li h3 {
    font-size: 20px;
    line-height: 3;
}

.yewu li p {
    font-size: 16px;
    line-height: 2;
}

.yewu li .more-link {
    margin-top: 20px;
}

.xgnr {
    display: block !important;
}

.xgnr li {
    width: 100% !important;
    line-height: 45px;
    border: none !important;
    margin-bottom: 10px !important;
}

.border-none, .border-none * {
    border: none !important;
}

.xgnr li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee !important;
}

.xgnr li span {
    font-size: 14px;
}

.bg-banner {
    height: 120px;
    position: relative;

}

.bg-banner .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (min-width: 993px) {
    .proshow-body {
        overflow: visible;

    }

    .proshow-bg {
        top: auto;
        right: auto;
        height: 100%;
        width: 100%;
    }

    .l-page:after {
        width: calc(75% - 90px);
        height: 100%;
        left: 90px;
        top: 0;
    }

    .l-page__line {
        display: block;
    }

    .l-page__line--item1 {
        left: 5%;
    }

    .l-page__line--item2 {
        left: 25%;
    }

    .l-page__line--item3 {
        left: 50%;
    }

    .l-page__line--item4 {
        left: 75%;
    }

    .l-page__line--item5 {
        left: 95%;
    }

}

@media only screen and (min-width: 1024px) {
    .x-limit-wrapper {
        height: 300px;
        padding-right: 10px;
        overflow-y: auto;
    }

    .x-limit-wrapper p {
        text-align: justify;
    }

    .x-limit-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 40px
    }
}

@media only screen and (max-width: 992px) {

    #center-nav {
        display: none;
    }

    .x-path-a{
        display: none;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .proshow-bg {
        width: 100%;
        height: 100%;
    }

    .index-banner .swiper-slide .mask h1 {
        font-size: 20px;
        letter-spacing: 0;
        margin: 0;
    }

    .index-banner .swiper-slide .mask p {
        font-size: 14px;
    }

    .x-thumb-content {
        position: static;

    }


    .proshow .col-right .tags {
        margin: 15px 0;

    }

    .proshow .col-right .tags a {
        font-size: 12px;
        padding: 0 5px;
        margin: 0 5px 5px 0;
    }

    .ui-collapse-menu-title:hover a {
        padding-left: 0;
    }

    .x-main-title h3 {
        font-size: 24px;
    }

    .left-adv {
        display: none
    }

    .page-title em {
        font-size: 24px;
    }

    .page-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .left-pro, .left-con, .left-video, .left-solu, .left-work {
        margin-top: 0;
        padding: 0;
        border: none;
    }

    .left_title {
        margin-bottom: 0;
        padding: 0 10px;
        background: var(--web-color);
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .left_title > em {
        margin: 0;
        font-size: 18px;
        color: #fff;
        padding: 0;
        height: 50px;
        line-height: 50px
    }

    .left_title em:before {
        display: none
    }

    .page-left .left_title > span {
        display: none;
    }

    .left-con .left_title {
        display: block;
    }

    .left_title .column_icon_toggle {
        display: block;
        position: relative;
        font-size: 18px;
        font-weight: normal;
        color: #fff;

    }

    .page-right {
        width: 100%;
        padding: 0;
        float: none;
    }

    .left-cat {
        margin-bottom: 10px;
    }

    .left-cat .left_title em {
        font-size: 20px;
    }

    .left-cat .left_title em:before {
        display: none
    }
}

.textarea-content .ui-form-icon {
    top: 28px;
}


.ui-modal-header .ui-modal-close {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
}

.ui-box-radius .ui-box-title span {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

.ui-box-radius .ui-box-title span i {
    font-size: 14px;
}

.x-container .container-left {
    transform: scale(0, 1);
    height: 0;
}

.x-container .container-right {
    width: 100%;
}

.x-container.open .container-left {
    transform: scale(1);
    height: auto;
}

#open-nav {
    position: fixed;
    top: 60%;
    width: 40px;
    left: -100px;
    z-index: 999;
    background: linear-gradient(90deg, var(--web-color) 40%, var(--other-color) 100%);
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    transition: all .3s;
}

#open-nav span {
    font-size: 14px;
}

#open-nav.open {
    left: 0;
}

.x-container.open .container-right {
    width: calc(100% - 280px);
}

.ui-box-radius .ui-box-title #nav-left.active i:before {

}

.container-left .ui-box-radius .ui-box-title h3 span {
    font-size: 24px;
}

.artlist-item:hover .artlist-item-body .title, .ui-tabs-nav li.active a {
    color: var(--web-color);
}

.ui-timeline-dot, .ui-tabs-nav li.active, .ui-box-h2:after {
    border-color: var(--web-color);
}

.ui-btn {
    background: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}

.ui-box-title {
    background: linear-gradient(90deg, var(--web-color) 40%, var(--other-color) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-box-title {
    padding: 30px 20px;
}

.ui-box-radius {
    overflow: hidden;
}

.ui-table td {
    padding: 10px;
}

.ui-collapse-menu {
    margin: 0;
}

.ui-collapse-menu-title {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.ui-collapse-menu-title.active {
    background: var(--web-color);
    color: #fff;
}

.ui-collapse-menu-title > a {

    flex: unset;
    transition: unset;
}

.ui-page ul li.active {
    background: var(--web-color);
    border-color: var(--web-color);
}

.ui-page ul li.active a, .ui-page ul li.active a:hover {
    background: var(--web-color);
}

.proshow .col-right .intro {
    text-align: justify;
    line-height: 2;
}

.a-title2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.a-title2 h1 {
    font-size: 40px;
    position: relative;
}

.a-title2 h1 span {
    padding-right: 20px;
}

.a-title2 h1:after {
    content: '';
    width: 100%;
    top: 35px;
    position: absolute;
    background-color: #fff;
    border-bottom: 1px dotted #262626;

}

.banner .swiper-slide img {
    width: 100%;
}

.mobile-show {
    display: none !important;
}

.artshow .info {
    text-indent: -1em;
}

.artlist-item-body .tags {
    margin-top: 5px;
}

.artlist-item-body .tags a {
    background-color: #fff;
    box-shadow: none;
    font-size: 12px;
    line-height: 24px;
    border-color: #ccc;
}

.artlist-item {
    align-items: start;
}

.artlist-item-body .tags a:hover {
    color: #000;
    border-color: #000;
}

.artlist-item-body .desc {
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
}

.ui-menu .ui-menu-name {
    border-color: var(--web-color);
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 500;
}

.ui-menu {
    margin-bottom: 20px;
}

.banner_inner {
    position: relative;
    width: 100%;


}


.banner_inner .ui-bread ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ui-bread ul li {
    color: #000;
    font-size: 14px;

}

.ui-bread ul li a, .ui-bread ul li + li:before {
    color: #000;
}

.ui-bread ul li i {
    color: #000;
    padding: 0;
    display: none;
}

.ui-bread ul li + li:before {
    padding: 0 8px 0 5px;
    content: '/';
}

#x-loading {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.loader {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-family: sans-serif;
    color: #ffffff;
    font-size: 16px;
    display: block;
    position: relative;
}

.loader span {
    z-index: 3;
}

.loader-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent repeat-x 0 100px/150px 300px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsCAYAAACG+vy+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABLdJREFUeNrs299nXGkcx/FPMhVKSZUQSinLUEooJSxlWEIJvS1lydXeLqX/Qf+H3i5bpVQverVEo9XYUkqJhhJql2UJIeSq2ovzDacju82PTjKTeb04TjMTjTyZ9zznPOfMxPmHK4Ejmkpy9X+e30myNoq/2Bl/W/ZwKckPtc3V/kLr+Zn6nsN6U/t/k3xMsp5kK8nb1mMC4USdTXKl3vkvVwTdCqIz4J99bR/f045mvfbvKiCBMJAgekluJLlVQQyzbu2v9z3+d8XythXNukA47Dv1QkXRO4aZ4ThcrO1m67GtJC9rW07yWiD814unl2SxopgZk997uoLZjWa7FcxK7QUypmaS3KltznAkSc7VzLnQmmH+SPK49pv7/Y8mLPOOpE69Wy7VvmNIDmS5QnmUZEMgp2u2+LXCmDEc38WbCuX3WgAQyAjqVhg/p7kox2C8TPJbxbItkOE3n+RummVZjs92zSoPJpPcS7P6wfBYTPIiyStxnNhJ/lKSPyeT3E/yV5LnSX5JMmt8TsRU/VHeJ3ma5EdDcvImzj9c+bzH46tJntWx2IZhGviJ91KdYzjxHpFA2j4keZLmgstymjszOfpssVgn3QuxTDvSgbR9aoWyXDMN+3c9zQW92/n67liG1EGvpHfS3MrQq683K5LVNPe/rNYKAI3dGwQX01zQsxhyygPpdyFf3wOTNHdXrrSi+TBmY9pN8lMdOvUqEsbkEOswtiqatTRXLddq2zwF4zeV5lrFfJpVp3mHTmaQg5quF0//suU/Fcq71n4nzT3+wzozXOnb5ryEBDIos7X19nhuO82HYHY/fvmx/r3eOsdZy9FX1Dp9L/LdT9nN1vlCtwIXgkCGyrns72OZ/Ta+ceh2MS6EcgoCOazLtcF3MWkIQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYEAAgGBgEBAICAQEAgIBAQCAgGBAAIBgYBAQCAgEBAICAQEAgIBBAICAYGAQEAgIBAQCAgEBAICAQQCAgGBgEBAICAQEAgIBAQCAjEEIBAQCAgEBAICAYGAQEAgIBBAICAQEAgIBAQCAgGBgEBAICAQQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYEAAgGBgEBAICAQEAgIBAQCAgGBAAIBgYBAQCAgEBAICAQEAgIBgRgCEAgIBAQCAgGBgEBAICAQEAggEBAICAQEAgIBgYBAQCAgEBAIIBAQCAgEBAICAYGAQEAgIBBAICAQEAgIBAQCAgGBgEBAICAQQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYGAQAwBCAQEAgIBgYBAQCAgEBAICAQQCAgEBAICAYGAQEAgIBAQCIy3LwMAZISJmhIzD54AAAAASUVORK5CYII=');
    z-index: 2;
    animation: wave 1s ease-out forwards;
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes drop {
    0% {
        bottom: 0px;
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        bottom: -200px;
    }
}

@keyframes wave {
    0% {
        background-position: 0 160px;
        background-size: 170px 300px;
    }

    100% {
        background-position: 500px -18px;
        background-size: 250px 150px;
    }
}

span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #d4312a;
    vertical-align: middle;
    margin-right: 5px;
}

#sun-mode {
    display: none;
}



.banner_inner {
    position: relative;
    width: calc(100% - 90px);
    background: #000;
    height: 22vh;
    z-index: 10;

}

.banner_inner .title {
    padding-top: 0;
}

.banner_inner .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.banner_inner .x-mask .content {
    color: #fff;

}

.banner_inner .x-mask .content h1 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_inner .x-mask .content span {
    font-size: 18px;
}

.banner_inner .x-mask2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.banner_inner .x-mask2 h3 {
    font-size: 48px;
}

.banner_inner .x-mask h1 {
    font-size: 36px;
}

.banner_inner .x-mask .t2 {
    margin-bottom: 20px;
    max-width: 480px;
}

.banner_inner .title, .banner_inner .intro {
    color: var(--web-color);
}

.banner_inner img {
    width: 100%;
}


.x-pro-list {
    align-items: stretch;
}

.x-pro-list li {
    position: relative;

}

.li-padding {
    padding: 3%;
}

.x-effect img {
    transition: all .5s ease-in-out;
}

.x-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.x-effect:hover img {
    transform: scale(1.1);
}

.x-effect a {
    display: block;
    position: relative;
}

#index-proshow {
    background: #fff;
}

#index-proshow .swiper {
    overflow: visible;
}

#index-proshow .swiper-slide {
    will-change: transform, margin;
    -webkit-transition: margin .35s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, margin .35s ease, -webkit-transform .7s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#index-proshow .swiper-slide-active {
    transform: scale(1.2);
    margin: 0 4% 0 2% !important;
}

#index-proshow .swiper-slide .mask-a {
    position: relative;
    display: block;
}

#index-proshow .swiper-slide .mask-b {
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 2;
}

#index-proshow .swiper-slide .mask-a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background: linear-gradient(
            0deg, rgba(0, 0, 0, .5), transparent);
    transition: all .3s;
}

#index-proshow .swiper-slide .mask-a:hover:before {
    height: 100%;
}

#index-proshow .swiper-slide img {
    width: 100%;
}

.x-thumb-content {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 10px;
    transition: all .3s;

}

.x-thumb-content a {
    display: inline;

}

.x-pro-list li {
    transition: all .3s;
    border: 3px solid #f5f5f5;
}

.x-pro-list li:hover {
    box-shadow: 0 0 10px #999;
    border-color: var(--web-color);
}

.ui-sidebar {
    width: max-content;
    height: auto;
    top: 40%;
}

.ui-sidebar ul {
    box-shadow: none;
}

.ui-sidebar ul li {
    margin-bottom: 10px;
}

.ui-sidebar ul li a {
    height: 50px;
    border-radius: 50% !important;
    color: #999;
}

.ui-sidebar ul li a:hover {
    background: var(--web-color);
    border-color: var(--web-color);
}

.more-link {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    min-width: 160px;
    border: 1px solid var(--web-color);
    background: var(--web-color);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.more-link span {
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.more-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--other-color);
    opacity: 0;
    transform: scale(0);
    transition: all 150ms ease-out;
}

.more-link:hover {
    border-color: var(--other-color);
    box-shadow: 0 10px 30px #ccc;

}

.more-link:hover span {
    color: #ffff;
}

.more-link:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.x-border {
    border: 1px solid #eaeaea;
}

.x-picture {
    overflow: hidden;
}

.x-picture img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
}

.x-picture:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -moz-transform: scale(1.05, 1.05); /* Firefox */
    -webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
    -o-transform: scale(1.05, 1.05); /* Opera */
}

/*head*/

/*头部*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 110;
}


.nav {
    min-width: unset;
}

.nav .ui-nav > ul {
    display: flex;
    align-items: center;
}

.nav .ui-nav {
    height: 90px;
    align-items: center;
}

.nav ul li {
    border: none;
}

.nav ul li a {
    font-size: 18px;
    line-height: 90px;
    font-weight: 300;

}

/*首页*/


.organic-bump {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%
}

.organic-bump svg {
    width: 100%;
    fill: #fff;
    z-index: 1;
    margin-bottom: -1px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .waves .content {
        height: 30vh;
    }

    .waves h1 {
        font-size: 24px;
    }
}


.solution-list li .content {
    padding: 10px;
    text-align: center;
}

.solution-list li {
    margin: 20px 0;
}

.product-new-label {
    color: #fff;
    background: var(--web-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 15% 75%, 0 100%, 0% 25%);
    z-index: 1;
}

.product-hot-label {
    color: #fff;
    background: #cd1b29;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 15% 75%, 0 100%, 0% 25%);
    z-index: 1;
}

/*index*/
#index-proshow {
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
}

#index-proshow .x-width {
    position: relative;
    z-index: 2;
}

#index-proshow:after {
    content: '';
    background: #f5f5f5;
    width: 200%;
    height: 90%;
    position: absolute;
    top: -30%;
    left: -68%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#index-proshow .x-cate-list {
    padding: 5% 5% 5% 0;
    color: #fff;

}

#index-proshow .mores {
    display: inline-block;
    text-align: left;
}

#index-proshow .x-cate-list li {
    width: calc(50% - 1px);
    margin-bottom: 2px;
    position: relative;
    transition: all .3s;
    color: #fff;
}

#index-proshow .x-cate-list li h4 {
    margin: 0;
}

.gallery-top .swiper-slide {
    border: 1px solid #ddd;
}


.cslist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clbox {
    width: 32%;
}

.clbox h3 {
    background-color: #333;
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 300;
}

.clbox li {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #f5f5f5;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

#left-nav {
    width: 90%;
    max-width: 280px;
}
.c-btn div{
    position: relative;
    z-index: 2;
}
.left-nav .c-btn {
    width: 100%;
}
.left-nav li.active .c-btn{
    color: #fff;
}

.left-nav li {
    margin-bottom: 1px;
}

.left-nav li p {
    line-height: 45px;
    padding-left: 20px;
}

.left-nav li p + p {
    border-top: 1px solid #ddd;
}


#index-about {
    position: relative;
    overflow: hidden;
}

#index-about .x-width {
    position: relative;
    z-index: 2;
}

#index-about:after {
    content: '';
    background: #f5f5f5;
    width: 200%;
    height: 90%;
    position: absolute;
    top: -20%;
    right: -63%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#index-about li {
    position: relative;
}

#index-about li .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#index-about .x-video:before {
    background: unset;
}

#index-about li img {
    width: auto;
}

#index-about .data-list {
    margin-top: 4vh;
}

.data-list li {
    width: unset;
    margin-bottom: 0;
}

.data-list li h1 {
    line-height: normal;
}

.data-list li h1 span {
    font-size: 4vw;
    font-weight: normal;
    color: var(--web-color);
    font-family: DINCond-Regular, sans-serif;
}

.data-list li h1 b {
    font-size: 16px;
    margin-left: 5px;
}

#index-category {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #000 url("../images/pro-bg2.jpg") center /cover no-repeat;
    color: #fff;
}

#index-category li {
    width: calc(100% / 3 - 1px);
    margin-bottom: 1px;
}

#index-category li .c-btn {
    width: 100%;
}

#index-about .about-a {
    width: 455px;
}

#index-about .about-b {
    width: calc(100% - 455px);
    padding-left: 7.5%;
}

#index-about .about-a img {
    max-width: 100%;
}

#index-about .about-txt p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}

#index-equipment {
    color: #fff;
    height: 60vh;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #0C0C0C url("../images/pro-bg3.jpg") center / cover no-repeat;
}


#index-equipment .section-title p {
    color: #fff;
}

#index-equipment .sb-title {

}

.equipment-list {
    width: 70%;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.equipment-list .sb-slide {
    width: 100%;
    height: 0;
    padding-top: 133.55%;
    position: relative;
    margin-top: 32px;

}

.equipment-list .sb-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.equipment-list .sb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-list .sb-wrapper .sb-flex {
    flex-direction: column;
    display: flex;
}

.equipment-list .sb-wrapper {
    width: 47.5%;
    top: -6rem;
    position: absolute;
    overflow: hidden;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
    will-change: transform;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-animation: picSliderLeft 60s linear infinite;
    animation: picSliderLeft 60s linear infinite;

}

.equipment-list .sb-wrapper:nth-child(2) {
    right: 0;
    -webkit-animation: picSliderRight 60s linear infinite;
    animation: picSliderRight 60s linear infinite;
}

@-webkit-keyframes picSliderLeft {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)

    }
}

@keyframes picSliderLeft {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes picSliderRight {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes picSliderRight {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.equipment-list .sb-slide {
    height: 0;
    width: 100%;
    position: relative;
    margin-top: 3.2rem;
    padding-top: 56.25%;
}

.equipment-list .sb-slide .bigImg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.equipment-list .sb-slide .bigImg img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


#index-news {
    position: relative;
    overflow: hidden;
}

#index-news:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #d0deed;
}

#index-news .x-width {
    position: relative;
    z-index: 2;
}

#index-news {
    position: relative;
}
#index-news .section-title{
    text-align: right;
}

#index-news .pro-a {
    padding:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-a {
    display: flex;
    align-items: center;
}

#index-news .pro-a li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.wz-list {
    padding: 0 5.6%;
}

.wz-list li {
    border-bottom: 1px solid #bbb;
    margin: 0;
}

.wz-list li a {
    display: flex;
    padding: 16px 0;
    font-size: 15px;
    line-height: 2;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.news-date {
    padding-right: 0;
    padding-left: 3%;
    width: 30%;
    text-align: right;

}

.news-title {
    padding-right: 0;
    font-weight: bold;
    width: 70%;
}

#index-partner {
    background: #fff url('../images/bg3.jpg') 0 0 /cover no-repeat;
    margin-bottom: 30px;
}

.partner-content {
    margin-bottom: 40px;
}

.partner-content blockquote {
    background-color: #f5f5f5;
}

.partner-content p {
    line-height: 2;
}

.partner-list li {

    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 0.8%;
}

.partner-list li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .3s;
}

.partner-list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.x-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #222;
    position: relative;
    border-radius: 50%;
}

.x-icon span {
    font-size: 30px;
}

.x-line1 {
    width: calc(100% - 120px);
    height: 1px;
    background-color: var(--web-color);
    margin: 30px 30px 30px 0;
}

.x-line2 {
    width: 1px;
    height: 180px;
    margin-bottom: 30px;
    margin-left: 40px;
    background-color: #fff;
}

#index-contact .content-c {
    width: 49%;
}

#index-contact .pro-b p {
    line-height: 3;
}

#index-contact .x-icon {
    background-color: #fff;
    color: var(--web-color);
}

.en-font {
    font-size: 20px;
}

.zsjm_hhr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zsjm_hhr img {
    max-width: 100%;

}

.zsjm_hhr .content {
    position: absolute;
    width: 100%;
    top: 43%;

}

.zsjm_qj {
    padding: 60px 0;
}

.zsjm_ym_bt {
    font-size: 24px;
}

.zsjm_ym_bt_h {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.zsjm_qj_ysls_bt {
    font-size: 36px;
    color: #3151b3;
    line-height: 50px;
    font-weight: bold;
    display: block;
}

ul.line {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

ul.line li {
    flex: 1;
    margin: 5px;
    padding: 30px 10px;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

ul.line li:hover {
    background-color: #3151b3;
    color: #fff;
}

ul.line li p {
    font-size: 32px;
    font-family: DINCond-Bold, sans-serif;
    font-weight: bold;
    color: #3151b3;
}

ul.line2 li p {
    color: var(--web-color);
}

ul.line2 li:hover {
    background-color: var(--web-color);

}

ul.line li:hover p {
    color: #fff;
}

.step {
    padding: 60px 0;
}

.step .section-title h1 {
    color: #3151b3;
}

li .wrap {
    padding: 20px;
}

li .wrap .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3151b3;
}

li .wrap .title span {
    color: var(--web-color);
}

.step-list li .sm {
    color: #3151b3;
}

.step-list li .x-picture img {
    border: 10px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img img {
    width: 100%;
}

#index-news .more-link {
    display: block;
    margin: 40px auto 0;
    width: 160px;
}

.news-list li {
    overflow: hidden;
    margin-bottom: 2%;
    transition: all .3s;
}

.news-list li > a {
    display: block;
    overflow: hidden;
}



.img-box {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

.no-pic, .has-pic {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: linear-gradient(90deg, #ddd, #fff, #ddd);
    position: relative;
    overflow: hidden;
    transition: all .3s
}
.has-pic .x-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
li img {
    transition: all .3s
}

li:hover .no-pic img, li:hover .has-pic img {
    transform: scale(1.1);
}

.no-pic .p-mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.no-pic .p-mask a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-pic .x-video:before {
    display: none;
}

.no-pic img {
    height: 50px;
}

.has-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-pic i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--web-color);
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.img-box img {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

li .x-content {
    background-color: #f5f6f8;
    padding: 10px;
    text-align: left;
}

.news-list li h4 {
    position: relative;
    height: 48px;
    line-height: normal;
    margin-bottom: 15px;
}

.news-list li h4 a {
    display: inline;
}

.news-list li h4:after {
    /*content: '';*/
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--web-color);
    margin: 5px auto;
}

.news-list li p {
    font-size: 14px;
    margin: 0;

}

.news-list li p span {
    font-size: 14px;
}

.x-pro-list li .no-pic, .x-pro-list li .has-pic {
    padding-top: 56.25%;
}

.am-text-danger {
    color: var(--web-color);
}

.container-right .ui-text-center p {
    font-size: 20px;
    text-align: center !important;
}

#support .container-right li {
    border: none;
    text-align: left;
}

#support .container-right .ui-tabs-nav li {
    border: 1px solid #eee;
}

#support .container-right .ui-tabs-nav li.active {
    border-color: var(--web-color);
}

#support .container-right .ui-tabs-nav li.active a {
    color: var(--web-color);
}

#support .container-right li p {
    text-align: left !important;
    margin-bottom: 25px;
}

#download li {
    width: 100%;
    border: none;
}

.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download p {
    width: 48%;
    border-bottom: 1px solid #ddd;
}

.download p:after {
    content: "\e809";
    display: inline-block;
    float: right;
    font-size: 20px;
    font-family: "iconfont" !important;
}

#solution ul {
    margin-bottom: 40px;
}

.info-list {
    margin-top: 50px;
}

.info-list li {
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.info-list li span {
    font-weight: bold;
}

.info-list li:last-child {
    width: 100%;
}

/*组织架构图开始*/
.section span {
    display: block;
    width: 180px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 300;
    border-radius: 5px;
}

.section .part1 {
    position: relative;
    width: 30%;
    margin: 0 auto;
}

.section {
    padding: 3% 0;
}

.section .part1:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    background: #ccc;
    margin-left: -1px;
    top: 0;
    z-index: -1;
}

.section .classOne {
    width: max-content;
    margin: 0 auto 20px;
}

.section .classTwo {
    padding: 25px 0;
    position: relative;
}

.section .classTwo:before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #ccc;
    height: 2px;
    z-index: -1;
}

.section .classOne span {
    padding: 20px;
    background-color: var(--web-color);
    color: #fff;
}

.section .classTwo span {
    background-color: var(--web-color);
    color: #fff;
}

.section .part2 {
    width: 100%;
    position: relative;
}

.section .classThree li {
    width: 10%;
}

.section .classThree span {
    width: 100%;
    background-color: #1C3F7D;
    color: #fff;
}

.section .classThree {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
}

.section .classThree li, .classFive li {
    border-top: 2px solid #ccc;
    padding: 20px 10px;
    position: relative;
}

.section .classFive {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.section .classFive li {
    width: 32%;
    margin-top: 20px;
    padding: 20px 0.5% !important;
}

.section .classFive li span {
    width: 100% !important;
}

.section .classThree > li:after, .classFive > li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #ccc;
}

.classFive:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    left: 50%;
    display: block;
    margin-left: -1px;
    background-color: #ccc;
}

.section .classThree > li:first-child:before, .classFive > li:first-child:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    top: -2px;
    left: 0;
}

.section .classThree > li:nth-child(4) {
    width: 35%;
}

.section .classThree > li:last-child:before, .classFive > li:last-child:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    top: -2px;
    right: 0;
}

.section .classFour {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.section .classFour .parts {
    width: 28%;
    position: relative;
    padding: 20px 0 0;
}

.section .classFour .parts:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #ccc;
}

.section .classFour .parts b {
    width: 100%;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 160px;
    padding: 20px 0;
    background-color: #2d62be;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 5px;
    writing-mode: vertical-lr;
}

/*组织架构图结束*/
/*企业文化*/
.culture {
    position: relative;
}

.culture-list {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex-wrap: wrap;
}

.culture-list li {
    width: 20%;
    height: 0;
    padding-top: 33.75%;
    position: relative;
    transition: all 1s;
}

.culture-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.culture-b {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    top: -1000px;
    left: 0;
    opacity: 0;
    transition: all 1.2s;
}

.culture-list li .culture-b .content {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.culture-list li .culture-b .content .x-main-title {
    margin-bottom: 20px;
}

.culture-list li .culture-b .content h2 {
    font-size: 24px;
    font-weight: normal;
}

.culture-list li.active .culture-b {
    top: 0;
    opacity: 1;
}

.zlfz {
    margin-top: 60px;
}
.zlfz-content p{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    box-shadow:  0 0 10px #ccc;
    margin-bottom: 10px;

}
.zlfz-content p:hover{
    background-color: var(--web-color);
    color: #fff;
}
.zlfz-content blockquote{
    margin-bottom: 40px;
    background-color: #f5f5f5;
}
/*企业文化结束*/
#about {
    position: relative;
    min-height: 800px;
    z-index: 10;
}

#about #index-about:after {


}

#about li .content {
    padding: 0 40px;
}

#about li .content h1 {
    margin-bottom: 0;
}

#about li .content p {
    line-height: 2;
    margin: 10px 0;
}


#about .x-mask .content p {
    margin: 24px 0;

    text-align: justify;
    line-height: 1.6;
}

#about .content2 {
    margin-left: 25%;
    padding-left: 50px;
    padding-top: 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#about .content2:before {
    content: '';
    width: 1px;
    height: 100px;
    background-color: var(--web-color);
    top: -40px;
    left: 55px;
    position: absolute;
    z-index: 20;
}

#about .content2 .item h2 {
    font-size: 16px;
}

#about .content2 .item h2 span {
    font-size: 60px;
    font-family: DINCond-Bold, sans-serif;
    color: var(--web-color);
}

#about .content2 .item {
    flex: 1;
    padding: 20px 0;
}

#about .x-mask2 {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;
}

#about .x-mask2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
}

#about .x-mask2 .content {
    width: 80%;
    text-align: center;
    padding: 10px;
    color: #fff;
    position: relative;
    z-index: 2;
}

#about .x-mask2 .content .item {
    padding: 30px 0;
}

#about .x-mask2 .content h2 span {
    line-height: 1;
    font-size: 50px;
}

#about .x-mask2 .content h2 b {
    font-weight: normal;
    font-size: 14px;
}

#about .x-mask2 .content p {
    line-height: 1;
    font-size: 16px;
    color: #fff;
}

#about .x-mask2 .content p span {
    font-size: 30px;
}

#about2 .pro-a, #about2 .pro-c {
    width: 25%;
    padding: 0;
    color: #000;
}

#about2 .pro-b {
    width: 75%;
}

#about2 .pro-b ul {
    padding: 0 3%;
}

#about2 h1 {
    color: var(--web-color);

}

#about2 li {
    width: 19.5%;
    overflow: hidden;
    margin-bottom: 0.5%;
    transition: all .3s;
    background-color: transparent;

}

#about2 li img {
    transition: all .3s;
}

#about2 li:hover img {

    transform: scale(1.1);

}

#about2 li h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

#about2 li span {
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    color: var(--web-color);
    text-align: center;
    font-weight: normal;
    margin: 0 auto 20px;
}

#about2 li p {
    font-size: 16px;
    text-align: justify;
}

#about2 .x-video {
    width: 80%;
}

#about2 .x-video:before {
    border-radius: 20px;
}

#about2 .pro-a img {
    width: 100%;
    border-radius: 20px;
}

#about2 .section-title {
    position: relative;
}

#about2 .section-title:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 1px;
    background-color: var(--web-color);
    right: -15%;
    top: 80px;
    z-index: 20;
}

#about2 .pro-c {
    padding-right: 3%;
}

#about2 .pro-c .section-title {
    text-align: right;
}

#about2 .pro-c .section-title:before {
    right: auto;
    left: -15%;
    top: 80px;
    z-index: 20;
}

#about3 {
    background-color: #eee;
}

#about3 h1 {
    color: var(--web-color);
}

#about3 .swiper-slide {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

#about3 .swiper-slide img {
    width: 60%;
}

#about3 .swiper-slide .x-mask {
    width: 40%;
    padding: 40px;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
}

#about3 .swiper-slide .x-mask .content {
    position: relative;
    z-index: 10;
}

#about3 h3 {
    font-size: 28px;
    font-weight: 500;
}

#about3 .swiper-slide i {
    position: absolute;
    line-height: 1;
    text-align: center;
    font-size: 200px;
    color: #f8f8f8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#about3 .swiper-slide h3 {
    margin-bottom: 20px;
}

#about3 .swiper-slide h3 span {
    color: var(--web-color);
}


#about4 .x-width {
    color: #fff;
    text-align: center;
}

#about4 li, #culture li {
    text-align: center;
    position: relative;
}


.data-a {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--web-color);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .2);;
    color: #fff;
    position: relative;
}

#about4 li:before, #culture li:before {
    content: '';
    width: 100%;
    height: calc(100% - 110px);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #eee;
}

.data-b {
    font-size: 18px;
}

.data-b span {
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}

.data-c {
    position: relative;
    padding: 20px 20px 40px;
    background-color: #eee;
    z-index: 2;
}

/*单页*/
.thumb-list li {

}

.thumb-list li > a {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
}

.thumb-list li > a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}

.thumb-list li:hover img {
    transform: scale(1.1);
}

/*荣誉资质*/
.honor-a{
    width: 25%;
}
.honor-a p{
    line-height: 2.4;
}
.honor-b{
    width: 75%;
    padding-left: 40px;
}
.honor-list li .x-content {
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    background-color: #f5f5f5;
}

.honor-list li .x-content span {
    display: inherit;
}

.honor-list li {
    margin-bottom: 4%;
    transition: all .3s;
}

.honor-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.honor-list li .honor-bg {
    position: relative;
    height: 0;
    padding-top: 62.5%;
}

.honor-list li .honor-bg > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-list li .honor-bg > a img {
    height: 60%;
    width: auto;
    transition: all .3s;
}

.honor-list li:hover .honor-bg > a img {
    transform: scale(1.1);
}

.index_bar2 {
    width: 100%;
    position: relative;
}

.index_bar2 .section-title {
    position: absolute;
    top: -30px;
    left: 90px;
    z-index: 2;
}

.index_bar2 .box {
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
    flex-wrap: wrap;
}

.index_bar2 .left {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.index_bar2 .left .bg {
    width: 110%;
    height: 110%;
    overflow: hidden;
    margin-left: -5%;
    margin-top: -5%;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.75, 0.4, 1);
    transition: all 0.5s ease-out;


}

.index_bar2 .left .bg b {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index_bar2 .left .txt {
    position: absolute;
    left: 90px;
    top: 5%;
    box-sizing: border-box;
}

.title2 {
    font-size: 3.4rem;
    color: #fff;
    letter-spacing: 2px;
}

.title2 strong {
    font-size: 40px;
    color: var(--web-color);
    display: block;
    font-weight: bold;
}

.index_bar2 .more {
    background: var(--web-color);
    width: 280px;
    height: 280px;
    position: absolute;
    left: 90px;
    bottom: 10%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;

}

.index_bar2 .more::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #2b2d31;
    -webkit-transition: all .4s cubic-bezier(.25, .74, .22, .99);
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
    z-index: 1;
}

.index_bar2 .more:hover:before {
    opacity: 1;
    height: 100%;
}

.mo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2b2d31;
    display: flex;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.mo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--web-color);
    -webkit-transition: all .4s cubic-bezier(.25, .74, .22, .99);
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
    z-index: 2;
}

.index_bar2 .more:hover .mo:before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.mo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transition: all .4s cubic-bezier(.25, .74, .22, .99);
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

.index_bar2 .more:hover .mo img {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.index_bar2 .more span {
    color: #fff;
    display: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.index_bar2 .more span:first-of-type {
    display: block;
}

.index_bar2 ul {
    width: 50%;
    background: #2b2d31;
    display: flex;


}

.index_bar2 ul li {
    width: 25%;
    margin-bottom: 0;
    padding-bottom: 30px;
    cursor: pointer;
    transition: all .3s;
}

.index_bar2 ul li.active {
    background-color: var(--web-color);
}

.index_bar2 ul li .txt {
    color: #fff;
}

.index_bar2 ul li b {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 180%;
}

.index_bar2 ul li b img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    object-fit: cover;
    transition: all .5s;
}

.index_bar2 ul li.active b img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}


.index_bar2 ul li .app-content {
    position: absolute;
    width: 50%;
    left: 0;
    height: 60px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    bottom: 0;
    z-index: 20;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
}

.index_bar2 ul li.active .app-content {

    opacity: 1;
}

.index_bar2 ul li b .bimg {
    display: none;
}


.index_bar2 ul li h3 {
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 30px 0;

}

.index_bar2 ul li h4 {
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.index_bar2 ul li h6 {
    font-size: 4vw;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: 100;
    font-family: DINCond-Light, sans-serif;
    position: relative;
    margin-top: -2vw;
    opacity: 0.3;
}

.index_bar2 ul li.active h6 {
    opacity: 1;
}

@media (min-width: 2400px) {
    .banner_inner {
        padding-top: 10%;
    }
}


@media (max-width: 1600px) {
    .index_bar2 .more {
        width: 220px;
        height: 220px;
        padding: 30px;
    }

    .clbox {
        width: 100%;
    }

    .clbox h3 {
        margin-top: 10px !important;
    }

    .clbox li {
        margin: 0;
    }

    .x-main-title h1 {
        font-size: 32px;
    }

    #index-map .flexbox .leftbox h2 {
        font-size: 50px;
    }

    .nav ul li a {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #index-map .flexbox .leftbox h2 {
        margin: 0 0 15px;
    }
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox h2 {
        font-size: 25px;
        /* text-align: center; */
    }
}

#index-map .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 35px;
}

@media (max-width: 1600px) {
    .head-logo a span {
        font-size: 32px;
    }

    .nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .section .part1 {
        width: 500px;
    }

    .title2 {
        font-size: 30px;
    }

    .title2 strong {
        font-size: 24px;
    }

    .index_bar2 ul li h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .index_bar2 .more {
        width: 200px;
        height: 200px;
        padding: 20px;
    }

    .pro-a, .pro-b {
        width: 100%;
    }

    .ui-sidebar {
        width: 5%;
    }

    .page-section {
        padding: 5% 90px;
    }

    #index-about .about-b {
        padding-left: 5%;
    }


    .x-thumb-content {
        padding: 10px;
    }

}

.x-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(218, 14, 43, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1
}

.x-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(218, 14, 43, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}


/*栏目*/
#law h1 {
    margin-bottom: 60px;
}

#team {
    background-color: #f5f5f5;
}

#team .page-content {
    max-width: 1400px;
    margin: 0 auto;
}

img.qrcode {
    width: 120px !important;
}

#intro .x-main-title {
    text-align: center;
    margin-bottom: 40px;
}

.cate-left {
    width: 70%;
    padding-right: 60px;
}

.cate-right {
    width: 30%;
    margin-bottom: 30px;
}

/*定制服务*/
#service img {
    width: 100%;
}

#service .content h1 {
    margin-bottom: 40px;
}

#service .content p {
    line-height: 2;
}

#video-center .x-main-title {
    margin-bottom: 40px;
}

.video-list li {
    margin-bottom: 30px;
}

.video-content {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #000;
}

.video-content iframe, .video-content video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#masonry li {
    width: 25%;
    padding: 10px;
    margin: 0;
}

#masonry li img {
    width: 100%;
}


.banner_about {
    position: relative;
    height: 700px;
}


.cate-nav {
    border-bottom: 1px solid #eee;
}


.box-icon {
    width: 60px;
    height: 60px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

li:hover .box-icon {

}

.box-icon span {
    color: #fff;
    font-size: 30px;
}

li:hover .box-icon span {
    color: #fff;
}

.box-content {
    width: calc(100% - 80px);
    position: relative;
    z-index: 10;
}

.icon-list1 li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #ccc;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .8);
}


.icon-list1 li:hover {
    box-shadow: 0 0 30px #ddd;
}

.icon-list1 li:hover .box-icon {
    background-color: var(--web-color);
}

.icon-list1 li .box-icon span {
    color: #fff;
}

#contact-2 {
    background-color: #fff;
}

#contact-2 .pro-a {
    width: 40%;
    padding: 0;
}

#contact-2 .pro-b {
    width: 55%;
}

#contact-2 .ui-input-group {
    margin-bottom: 15px;
}

button.more-link {
    border: none;
}

#allmap1 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

#job .job-left {
    width: 70%;
}

#job .job-right {
    width: 30%;
    padding-left: 60px;
}

.add_job {
    width: 100%;
    padding: 20px;
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    border-top: 1px solid #ccc;
    display: none;
}

.add_job.close {
    display: none !important;
}

.add_job .job-btn-close {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
}

#job .job-pic {
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px;
    border: 1px solid #ccc;
}

#job .gshd li {
    margin-bottom: 20px;
}

#job #job-top {

}

.lmjs {
    text-align: center;
}

.lmjs h1 {
    margin-bottom: 20px;
}

.lmjs p {
    font-size: 16px;
}

#job #job-top .swiper-button-next, #job #job-top .swiper-button-prev {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
    color: #333;
}

#job #job-top:hover .swiper-button-next, #job #job-top:hover .swiper-button-prev {
    opacity: 1;
    background-color: var(--web-color);
    color: #fff;
}

#job #job-thumbs {
    margin-top: 20px;
}

#job #job-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.3;
}

#job #job-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

#job .swiper-slide img {
    width: 100%;
}

.subject {
    font-size: 24px;
    margin: 40px 0 20px;
}

h3.am-text-danger {
    font-size: 22px;
    font-weight: bold;
    color: var(--web-color);
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video .replay-mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../images/banner-cover.jpg") center /cover no-repeat;
}

.video .replay-mask a {
    color: #fff;
}

.video .replay-mask.show {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.subject:before {
    content: '';
    border-left: 3px solid var(--web-color);
    margin-right: 10px;
}

.next-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}

.next-prev .wz-content {
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 0 10px;
}

.wz-content span {
    font-size: 16px;
}

.page-content h3 {
    margin: 30px 0 10px;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 2;
    text-align: justify;
}

.page-content p img {
    max-width: 100%;
}

.page-content p.am-margin-sm {
    line-height: 2;
    margin-bottom: 5px;
}


table.no-bg {
    border: none;
    font-size: 14px;
}

table.no-bg td {
    border: none;
}

/*culture*/
#qywh img {
    width: 100%;
}

#qywh .upbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#qywh .cntt {
    line-height: 33px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

#qywh .entt {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.2s, opacity 0.5s linear 0.2s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.2s, opacity 0.5s linear 0.2s;
}

#qywh .line {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.1s, opacity 0.5s linear 0.1s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.1s, opacity 0.5s linear 0.1s;
}

#qywh .word {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
}

#qywh .entt {
    line-height: 22px;
    color: #666;
    font-size: 14px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

#qywh .line {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #000;
    margin-top: 12px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

#qywh .word {
    display: block;
    margin-top: 13px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

#qywh .swiper-slide:hover .upbox {
    background: rgba(255, 255, 255, .8);
}

#qywh .swiper-slide:hover .entt {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
}

#qywh .swiper-slide:hover .line {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.3s, opacity 0.5s linear 0.3s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.3s, opacity 0.5s linear 0.3s;
}

#qywh .swiper-slide:hover .word {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.6s, opacity 0.5s linear 0.6s;
    transition: transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.6s, opacity 0.5s linear 0.6s;
}

#qywh .swiper-slide:hover .entt, #qywh .swiper-slide:hover .line, #qywh .swiper-slide:hover .word {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#qywh .swiper-slide:hover .cntt {
    color: #1c3366;
    text-shadow: 0 0 5px #fff
}

/*contact*/
.contact-map {
    width: 50%;
    position: relative;
}

.contact-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-info {
    width: 45%;
}

.contact-info .item, .contact-map .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.contact-info h1, .contact-map h1 {
    font-size: 32px;
}

.contact-map h4 {
    line-height: 2;
}

/*产品详情*/
.content3 .more-link {
    margin-top: 30px;
}

.ui-collapse-menu-body ul li > a {
    font-size: 17px;
}

.son-cate2 {
    border-left: 1px solid #ddd;
    margin-left: 5px;
}

.son-cate2 p {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.son-cate2 p:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #ddd;
    display: block;
    margin-right: 3px;
}

.ui-collapse-menu-body ul li.active > a {
    color: var(--web-color);
}

.ui-modal-header .ui-modal-title {
    font-size: 24px;
}


.gallery-top .swiper-slide img {
    width: 100%;
}

.gallery-top .swiper-slide {
    border: 1px solid #eee;
}

.gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-wrapper {

}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.pro-title {
    line-height: 1;
    font-size: 30px;
    margin: 30px 0;

}


.ui-tabs-nav li a {
    font-size: 20px;
}

.ui-tabs-content .ui-tabs-pane h3 {
    margin-top: 30px;
}

.ui-tabs-content .ui-tabs-pane .clbox h3 {
    margin: 0;
}

blockquote {
    text-align: justify;
    background: #f5f5f5;
    padding: 15px 20px;
    border-left: 3px solid var(--web-color);
}

.x-action {
    position: fixed;
    height: 60px;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.x-action {

}

#pro-show {
    position: relative;
}

#pro-show .x-width {
    position: relative;
    z-index: 2;
}

#pro-show .gallery-top .swiperslid img {
    width: 100%;
}

#qrcode {
    text-align: center;
}

#qrcode canvas {
    padding: 5px;
    border: 1px solid #ccc;
}

.case-list .ui-piclist-item {
    margin: 0;
    padding: 0;
}

.pro-contact {
    margin: 3% 0;
    border-radius: 20px;
    background-color: #fff;
}

.pro-contact ul {
    padding: 40px 0;
}

.pro-contact ul li {
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-contact ul li + li {
    border-left: 1px solid #eee;
}

.bg-gray {
    background-color: #f5f5f5;
}

.max-1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.page-section .max-1200 {
    padding: 0;
}

.other-item {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.pro-other .x-pro-list li {
    padding: 0;
}

.pro-other .x-pro-list {
    margin-bottom: 40px;
}

.pro-other .ui-list li {
    padding: 10px;
}

@media (max-width: 1440px) {

    .ui-tabs-nav li a {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    .nav ul li ul li a {
        font-size: 14px;
        line-height: 36px;
    }

    .about2 li h3 {
        font-size: 18px;
    }

    .about2 li span {
        margin-right: 10px;
        font-size: 30px;
    }

    #story li.item h2, #culture li:nth-child(5) .mask h1 {
        font-size: 24px;
    }

    .contact-info h1, .pro-title {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .box-icon{
        margin: 0 auto;
    }
    .box-content {
        width: 100%;
        text-align: center;

    }

    .pro-contact ul li {
        align-items: stretch;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .section .classThree li, .classFive li {
        border-top: 0;
        padding: 20px 10px 0;
    }

    .section .classFive li {
        padding: 20px 10px 0 !important;
    }

    .section .classThree li {
        width: 100% !important;
    }

    .section .classFour .parts b {
        writing-mode: unset;
        height: auto;
        padding: 10px 0;
    }

    .section .classFive li {
        margin-top: 0;
        padding-bottom: 0;
    }

    .section .classThree li:last-child {
        padding-bottom: 0;
    }

    .classFive > li:first-child:before {
        width: 2px;
    }

    .classFive > li:after {
        height: 20px;
    }

    .section .classThree > li:last-child:before, .classFive > li:last-child:before {
        display: none;
    }

    .section .classThree li:nth-child(4):before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background-color: #ccc;
        z-index: -1;
    }

    .nav ul li a {
        padding: 0 15px;
    }

    #index-pro .cate-list li a {
        font-size: 14px;
    }

    .proshow .col-right .intro {
        font-size: 14px;
        line-height: 1.6;
    }

    h1.pro-title {
        margin-bottom: 15px;
    }

    .banner-nav .ui-list li {
        font-size: 12px;
    }

    h1 {
        font-size: 32px;
    }

    .x-main-title h3 {
        font-size: 18px;
    }

    .x-main-title .x-mask span {
        font-size: 80px;
    }

    #index-map #partner {
        padding: 30px 0 0;
    }

    .second-about {
        width: 100px;
        height: 100px;
        font-size: 14px;
        margin-bottom: 40px;
    }

    .logo-text p {
        font-size: 16px;
    }

}


li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    height: unset !important;
}

li.empty:before, li.empty:after {
    display: none !important;
}

li.empty:hover {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.other {
    margin-top: 40px;
}
.job-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container-right .other .job-info li {
    width: 24%;
    border: none;
    line-height: 40px;
    margin-bottom: 0;


}

.job-cate {
    margin-top: 60px;
}

.job-cate li {
    width: 49%;
    margin-bottom: 20px;
}

.job-cate li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-cate li a img {
    transition: all .5s;
    transition-duration: 1.5s;
}

.job-cate li a .content {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    top: 0;
    left: 0;
}

.job-cate li:hover img {
    transform: scale(1.1);
}

.job-content {
    max-width: 800px;
    margin: 0 auto;
}

.job-content p {
    text-align: center !important;
}

.ui-col-form-label {
    padding: 0;
}

.ui-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1710px) {
    #index-map .flexbox .leftbox {
        flex: 0 0 470px;
        min-width: 470px;
    }
}

@media (max-width: 1440px) {

    .banner_inner .x-mask .content {
        padding: 20px;
    }

    .pro-tel {
        font-size: 24px;
    }


    .nav ul li a {
        padding: 0 15px;
        font-size: 16px;
    }

    #index-map .flexbox .leftbox {
        flex: 0 0 410px;
        min-width: 410px;
    }
}

@media (max-width: 1280px) {


    .nav ul li a {
        padding: 0 10px;
    }

}


@media (max-width: 1100px) {
    .hotline {
        display: none;
    }
}

@media (max-width: 1024px) {

    .mobile-100 > li {
        width: 100% !important;

    }

}

@media (max-width: 992px) {
    .product-show-list li.pro-left,.product-show-list li.pro-right{
        padding: 0;
    }
    .culture-list li,.culture-list li.active{
        width:100%;
    }
    .culture-list li{
        height: auto;
        padding: 0;
        margin-bottom: 5px;
    }
    .culture-a{
        position: relative;
    }
    .culture-b{
        top: 0;
        opacity: 1;
        background-color: rgba(255, 255, 255, .6);
    }
    .culture-b .x-main-title h1{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .culture-list li .culture-b .content h2,.zlfz-content p{
        font-size: 16px;
        margin: 0;
    }
    .zlfz-content p{
        padding: 10px 0;
        box-shadow: none;
    }
    .mouse_scroll{
        height: 60px;
        left: 50%;
        margin-left: -2px;
        bottom: 15%;
    }
    .index-banner .swiper-left,.index-banner .swiper-right{
        width: 100%;
    }
    .index-banner .swiper-left{
        text-align: center;
        padding: 40px 0 0;
    }
    .index-banner .swiper-slide .mask{
        padding: 0 3%;
    }
    .index-banner .swiper-slide .x-flex{
        flex-direction: column-reverse;
    }
    .index-banner .swiper-slide .mask h1{
        font-size: 36px;
    }
    .jzl-list li h3{
        line-height: 100px;
    }
    .section-title h3 {
        font-size: 36px;
        text-align: center;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .jzl-list li span{
        top: 70px;
    }
    .jzl-list li .content{
        padding: 40px 10px 10px;
    }
    .jzl-list li .content p{
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .cxSwiper .swiper-slide{
        height: auto;
        padding: 10px;
    }
    .cx-a{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
    .cx-a img{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .cx-a,.cx-b{
        width: 100%;
    }
    .cx-b{
        padding: 20px 0 0;
    }
    .cx-b .ui-col-6{
        width: 100%;
        flex: unset;
        max-width: unset;
    }
    .sbcx li:nth-child(2) {
        order: 1;
        width: 100%!important;
    }
    .sbcx li:nth-child(1) {
        order: 2;
        width: 100%!important;
    }
    .sbcx li:nth-child(3) {
        order: 3;
    }
    .sbcx li:nth-child(4) {
        order: 4;
    }
    .sbcx li:nth-child(5) {
        order: 5;
    }
    .sbcx li:nth-child(6) {
        order: 6;
    }
    .cxSwiper .swiper-slide .content li img{
        height: 60px;
    }
    .cxSwiper .swiper-slide h3{
        margin-bottom: 10px;
    }
    #index-news > .x-width > .x-flex{
        flex-direction: column-reverse;
    }
    #index-news .section-title, .center-nav-list {
        width: 100%;
        text-align: center;
    }
    #index-proshow .section-title p{
        text-align: left;
    }
    @-webkit-keyframes picSliderLeft {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(calc(-435px * 1));
            transform: translateY(calc(-435px * 1))
        }
    }

    @keyframes picSliderLeft {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(calc(-435px * 1));
            transform: translateY(calc(-435px * 1));
        }
    }
    @-webkit-keyframes picSliderRight {
        0% {
            -webkit-transform: translateY(calc(-438px * 1));
            transform: translateY(calc(-438px * 1));
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes picSliderRight {
        0% {
            -webkit-transform: translateY(calc(-438px * 1));
            transform: translateY(calc(-438px * 1))
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    #index-proshow:after {
        display: none;
    }

    .equipment-list .sb-slide {
        margin-top: 2rem;
    }

    #index-proshow .swiper {
        overflow: hidden;
    }

    #index-proshow .swiper-slide {
        width: 100%;
        margin-right: 0;
    }

    #index-proshow .swiper-slide-active {
        transform: scale(1);
        margin: 0 !important;
    }

    body {
        padding-top: 60px;
    }

    .equipment-list {
        margin-left: 0;
        height: 400px;
        width: 100%;
        overflow: hidden;
    }

    .section .part1 {
        width: 100%;
    }

    .section .classTwo span {
        width: 40%;
    }

    .section .classThree li, .classFive li {
        padding: 20px 0 0;
    }

    #index-proshow .flex-center {
        margin-top: 10px;
    }

    #index-news:after {
       display: none;
    }

    .title2 {
        font-size: 24px;
    }

    .banner_inner {
        width: 100%;
        height: 13vh;
    }

    .banner_inner .x-width {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -20px;
    }

    .banner_inner .ui-bread ul {
        margin: 0;

    }

    .banner_inner .title {
        font-size: 24px;
        color: #333;
    }

    .ui-bread ul li, .ui-bread ul li i {
        font-size: 12px;
        line-height: 1;
    }

    .banner_inner .x-mask .content {
        padding: 0;
        width: 100%;
        background: transparent;
        text-align: center;
    }

    .banner_inner .x-mask .content h1 {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
    }

    .banner_inner .x-mask .content span, .banner_inner .x-mask .content .info span {
        font-size: 16px;
        line-height: 1;
    }

    .x-path {
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0;
        margin: 0;
    }
    .x-path:before{
        display: none;
    }
    .x-path-b{
        width:100%;
    }
    .x-path .ui-bread-1 {
        justify-content: center;
        padding: 3px 10px 0;
    }

    .index_bar2 .left {
        height: 240px;
    }

    .index_bar2 .left .txt {
        width: 94%;
        left: 3%;
    }

    .index_bar2 .left .more {
        width: 94%;
        left: 3%;
        height: auto;
    }

    .mo {
        width: 40px;
        height: 40px;
    }

    .index_bar2 {
        padding-top: 20px;
        background-color: #f5f5f5;
    }

    .index_bar2 ul {
        flex-wrap: wrap;
    }

    .index_bar2 ul li b {
        padding-top: 50%;
    }

    .index_bar2 ul li h3 {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .index_bar2 ul li h6 {
        font-size: 40px;
        margin-top: -20px;
    }

    .index_bar2 ul li {
        width: 50%;
        padding-bottom: 10px;
    }

    .data-list li h1 span {
        font-size: 50px;
    }

    .data-list li h1 {
        text-align: center;
    }



    .pro-a h3 {
        margin-bottom: 10px;
    }

    .max-1200 {
        padding: 0;
        width: 100%;
    }

    .index_bar2 .section-title {
        position: static;
        margin-top: 20px;
    }

    .index_bar2 ul li .app-content {
        width: 100%;
        height: 30px;
        line-height: 30px;
        bottom: auto;
        top: 210px;
        font-size: 12px;
    }

    .index_bar2 .section-title p {
        color: #333 !important;
    }

    #index-about .about-a, #index-about .about-b, .index_bar2 ul, .index_bar2 .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .pro-title span {
        font-size: 20px;
        margin-right: 5px;
    }

    .icp a {
        display: block;
    }

    .pro-show blockquote {
        background-color: #f5f5f5;
    }

    .icp a img {
        width: 14px;
    }

    #qywh {
        padding-bottom: 40px;
    }

    #qywh .upbox {
        background-color: rgba(255, 255, 255, .8);
    }

    #qywh .line, #qywh .word, #qywh .cntt, #qywh .entt {
        opacity: 1;
        transform: none;
    }

    .adv-swiper {
        margin-bottom: 0;

    }

    .adv-swiper .swiper-slide .content .mask {
        position: static;
        height: auto;

    }

    .adv-swiper .swiper-slide .mask .mask-a, .adv-swiper .swiper-slide .mask .mask-b {
        width: 100%;
        height: auto;
    }

    .adv-swiper .swiper-slide .mask .mask-a {
        padding: 10px 20px;
        justify-content: start;
    }

    .adv-swiper .swiper-slide .mask .mask-a .mask-content {
        display: flex;
        align-items: center;


    }

    .adv-swiper .swiper-slide .mask .mask-a .mask-content span {
        font-size: 30px;
        margin-right: 10px;
    }

    .adv-swiper .swiper-slide .mask .mask-a div {
        width: 100%;
        text-align: left;
    }

    .adv-swiper .swiper-slide .mask .mask-a div h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin: 0;
    }

    .adv-swiper .swiper-slide .mask .mask-a div {
        font-size: 13px;
        font-weight: 300;
    }

    .adv-swiper .swiper-slide .mask .mask-b {
        display: block;
        padding: 10px 0;
        color: #333;
    }

    .adv-swiper .swiper-slide .mask .mask-b h2 {
        font-size: 18px;
    }

    .adv-swiper .swiper-slide .mask .mask-b p {
        font-size: 12px;
    }

    #service .content h1 {
        margin-bottom: 10px;
    }

    #service .content {
        margin-bottom: 10px;
    }

    .l-page:after {
        display: none;
    }

    .proshow .col-right h1.pro-title {
        border-bottom: 1px solid var(--web-color);
    }

    .headShake {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .button-start {
        width: 30px;
        height: 30px;
        bottom: 10px;
    }

    .x-icon {
        width: 60px;
        height: 60px;
    }

    #index-contact .x-icon {
        background-color: #43bad2;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pro-contact .box-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .box-content {
        text-align: left;
        margin-top: 0;

        width: calc(100% - 50px);
    }
    .box-content h4{
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        margin: 0;
    }
    .service-list li{
        width: 24%;
    }
    #index-contact .x-line2 {
        height: 1px;
        position: absolute;
        top: 30px;
        right: 80px;
        margin: 0;
        width: 160px;
        background-color: #43bad2;
    }

    #index-contact .pro-b .c-btn {
        margin: 10px 0 20px;
    }

    #index-contact:before {
        width: 50%;
    }

    #index-contact .pro-b .content-all {
        padding: 6% 3%;
        background: #f5f5f5;
    }

    #index-contact .content-a, #index-contact .content-b, #index-contact .content-c {
        width: 100%;
    }

    #index-contact .pro-b p {
        line-height: 2.4;
    }

    .en-font {
        font-size: 14px;
    }

    #center-nav ul li {
        padding: 0 10px;
        margin: 0 3px;
    }

    #center-nav {
        margin-bottom: 20px;
    }

    #about .x-flex-list-2 > li {
        margin-bottom: 20px;
    }

    #about li .content {
        padding: 0 3%;
    }

    #about li .content h1 {
        margin-bottom: 15px;
    }

    #about li .content .section-title p {
        margin: 0;
    }

    #about .content2 {
        margin: 0;
        padding: 0 3%;
    }

    #about .content2:before {
        display: none;
    }

    #about .content2 .item {
        flex: unset;
        width: 50%;
        padding: 0;
        text-align: center;
    }

    #about2 .section-title:before {
        display: none;
    }

    li:hover .x-thumb-content {
        position: relative;
    }

    .product-content .banner_inner {
        display: none;
    }

    .banner_inner .x-mask .content h1 {
        margin: 0 0 10px;
    }

    .logo1, .white_bg .logo1 {
        display: block;
    }

    .logo2, .white_bg .logo2 {
        display: none;
    }

    .logo-text p {
        color: #000;
    }

    #about2 .x-video {
        width: 100%;
    }

    .banner_inner .x-mask .page-section {
        width: 100%;

    }

    .page-show .banner_inner .x-mask .page-section {
        text-align: center;
    }

    .honor-list li,
    .thumb-list li,
    .x-pro-list li,
    .news-list li,
    .wz-list,
    #about2 .pro-b ul {
        padding: 0;
    }

    .icon-list1 {
        margin-bottom: 0;
    }

    .icon-list1 li,#contact-1 li:nth-child(2) {
        padding: 10px;
        border: none;
        margin: 0;
    }

    #contact-2 .pro-a, #contact-2 .pro-b {
        width: 100%;
    }

    #contact-2 .pro-b {
        height: 400px;
    }

    .news-date {
        padding: 0;
        text-align: right;
    }

    #contact-1 .section-title h1 {
        font-size: 26px;
        line-height: 2;
    }

    #contact-1 .box-icon {
        box-shadow: none !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #ccc;
    }

    #contact-1 .box-icon span {
        font-size: 16px;
    }

    .thumb-list li, .news-list li {
        margin: 1% 0;

    }

    #index-case .pro-b {
        order: 2;
    }

    #index-case .pro-a {
        order: 1;
        padding-left: 0;
    }

    #index-news .pro-b ul {
        padding: 0;
    }

    #index-news .pro-a li {
        font-size: 16px;
        font-weight: bold;

    }

    #index-news .pro-b ul li a {
        padding: 0;
    }

    .pro-contact ul {
        padding: 20px 0;
    }

    .pro-contact ul li {
        padding: 10px 0;
    }

    .pro-contact ul li + li {
        border: none;
    }

    #index-contact .pro-a, #index-contact .pro-b {
        width: 100%;
        padding-right: 0;
    }

    .ui-filter {
        padding: 0;
    }

    .ui-filter .ui-filter-left {
        width: 100%;
        max-width: unset;
        flex: unset;
        padding-left: 10px;
        text-align: left;
        color: #000;
    }

    .ui-filter .ui-filter-right {
        margin-bottom: 10px;
    }

    .x-padding {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .l-page:after {
        left: 25%;
        width: 72%;
    }

    .section-title h1 {
        font-size: 40px;
        margin: 0;
    }

    .section-title span {
        line-height: 2;
    }

    .page-section {
        padding-left: 3%;
        padding-right: 3%;
    }

    #index-proshow .x-cate-list li {
        width: calc(50% - 1px);
        margin-bottom: 2px;
    }

    #index-proshow .x-cate-list li h4 {
        font-size: 14px;
    }

    #service h1 {
        text-align: center;
    }

    #service ul {
        padding: 20px;
    }

    #service li span {
        line-height: 1;
        margin-bottom: 10px;
    }

    #service li {
        font-size: 16px;
    }

    #culture .culture-a {
        width: 80%;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
        line-height: 1.6;
    }

    #about4 li, #culture li {
        margin-bottom: 15px;
    }

    #culture li p {
        font-size: 18px;
    }

    #about2 .pro-a, #about2 .pro-b, #about2 .pro-c {
        width: 100%;
    }

    #about2 .pro-a, #about2 .pro-c {
        order: 1;
    }

    #about2 .pro-b {
        order: 2;
    }

    #index-proshow .ui-text-right {
        text-align: center !important;
    }

    .x-pro-list > li {
        width: 49%;
        padding: 0;
        border: 1px solid #ddd;
        margin-bottom: 2%;
    }

    .x-thumb-content {
        position: static;
        width: 100%;
        padding: 5px 10px;
        background-color: #eee;
        color: #333;
    }

    .x-thumb-content a {
        color: #333;
        font-size: 14px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news-list li .no-pic span {
        font-size: 30px;
    }

    .news-list li .x-content {
        padding: 10px;
    }

    #index-contact {
        background-size: 120%;

    }

    #index-contact .index-contact-a, #index-contact .index-contact-b {
        width: 100%;
    }

    #index-contact .index-contact-b {
        padding: 20px 0 50px;
    }

    #index-contact .index-contact-b .content h3 {
        font-size: 16px;
        margin: 0;

    }

    #index-pro .x-main-title {
        margin-top: 30px;
    }

    #index-pro .cate-list li:nth-child(2) h3 {
        color: #333;
    }

    #index-news .more-link {
        margin-top: 10px;
    }

    .big-txt {
        font-size: 24px;
    }

    #index-case .pro-a {
        padding-right: 0;
    }

    .section-intro {
        width: 100%;
        margin-bottom: 20px;
    }

    #index-app .drop {
        display: none;
    }

    #index-app ul li {
        width: 50%;
    }

    #index-pro .cate-list li:nth-child(2) .item i {
        padding-right: 0;
        line-height: 1;
        font-size: 40px;
    }

    header {
        top: 0;
    }

    .ui-offside .ui-form-group {
        width: 100%;
        display: block;
    }

    .x-header {
        width: 100%;
        border-radius: 0;
    }

    .index-banner {

        height: calc(100vh - 60px);
    }

    .index-banner .swiper-slide {
        height: auto;
    }

    .index-banner .swiper-slide ul {
        width: 90%;
    }

    .index-banner .swiper-slide li h3 {
        padding: 15px 0;
        margin: 0;
        font-size: 4.5vw;
    }


    .x-main-title h1 {
        width: 100%;
        font-size: 24px;
        text-align: center;

    }

    .x-main-title h2 {
        font-size: 28px;
        text-align: center;
    }

    #index-pro .more-link {
        margin: 30px auto 0;
    }

    #index-pro .cate-list li:nth-child(2) {
        padding-top: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #index-pro .cate-list li .item {
        width: 33.33%;
        text-align: center;
        padding-bottom: 0 !important;
    }

    #index-pro .cate-list li .item .x-flex {
        display: block;
    }

    #index-pro .cate-list li .item p {
        display: none;
    }

    #index-about .section-title {
        margin-top: 20px;
    }

    #index-about .about-txt {
        width: 100%;
    }

    #index-about .x-video {
        margin-bottom: 20px;
    }

    #index-about .x-video img {
        width: 100%;
    }

    #index-about .about-txt p {
        font-size: 14px;
        line-height: 1.6;
    }

    #index-about .more-link {

        display: block;
        width: max-content;
        margin: 20px auto 0;
    }


    .x-main-title h3 {
        font-size: 20px;
        padding-bottom: 10px;
        letter-spacing: 0;
    }

    #index-pro .cate-list {
        margin-bottom: 0;
    }

    #index-pro .cate-list li {
        margin-bottom: 0;
    }

    #index-pro .cate-list li .pro-content {
        padding: 10px;
    }

    #index-pro .cate-list li h3 {
        margin-top: 5px;
        font-weight: normal;
        font-size: 16px;
    }

    #index-pro .cate-list li:nth-child(2) .more-link {
        margin-top: 15px;
    }

    .mores, #index-proshow .mores {
        width: 100%;
        display: block;
    }

    .video-slide {
        display: none;
    }

    #solution ul {
        margin-bottom: 20px;
    }

    .about-content .content p {
        line-height: 2;
    }

    #index-advantage .x-main-title {
        margin-bottom: 10px;
    }

    .adv-swiper {
        padding: 0;
    }

    #index-news .pro-a {
        padding-right: 0;
    }

    #index-news .pro-a ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #index-news .pro-a li {
        width: 33.333%;
        text-align: center;
    }

    #index-advantage {
        padding-bottom: 30px;
    }

    .adv-swiper .swiper-slide .mask .mask-b h3 {
        font-size: 16px;
    }

    .adv-swiper .swiper-slide .mask .mask-b p {
        display: none;
    }

    .adv-swiper .swiper-slide .content .mask {
        position: static;
        height: auto;
        background-color: transparent;
    }

    .adv-swiper .swiper-slide .mask .mask-a, .adv-swiper .swiper-slide .mask .mask-b {
        width: 100%;
        height: auto;
    }

    .adv-swiper .swiper-slide .mask .mask-a {
        display: none;
        padding: 10px 20px;
        justify-content: start;
    }

    .adv-swiper .swiper-slide .mask .mask-a .mask-content {
        display: flex;
        align-items: center;


    }

    .adv-swiper .swiper-slide .mask .mask-a .mask-content span {
        font-size: 30px;
    }

    .adv-swiper .swiper-slide .mask .mask-a div {
        width: calc(100% - 60px);
        text-align: left;
    }

    .adv-swiper .swiper-slide .mask .mask-a div h3 {
        line-height: 1;
        margin: 0;
    }

    .adv-swiper .swiper-slide .mask .mask-a div {
        font-size: 13px;
        font-weight: 300;
    }

    .adv-swiper .swiper-slide .mask .mask-b {
        display: block;
        padding: 10px 0;
        color: #333;
    }

    .adv-swiper .swiper-slide .mask .mask-b h2 {
        font-size: 18px;
    }

    .adv-swiper .swiper-slide .mask .mask-b p {
        font-size: 12px;
    }

    .ui-scroll .ui-list {
        display: none;
    }

    .more-link {
        height: 40px;
        line-height: 40px;
        min-width: 100px;

    }

    .more-link span {
        font-size: 14px;
        font-weight: normal;
    }

    .banner .swiper-slide {
        height: auto;
    }

    .banner .x-mask .t3 {
        display: none;
    }

    .banner .x-mask .content .t1, .banner .x-mask .content .t2 {
        font-size: 24px;
    }

    .banner .x-mask .content {
        width: 100%;
    }

    #index-advantage2 .section-title h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #index-advantage2 .section-title p {
        width: 80%;
        margin: 0 auto;
    }

    #index-advantage2 .swiper-container {
        margin-top: 10px;
    }

    h2 {
        font-size: 24px;
    }

    .download {
        margin-top: 20px;
    }

    .download p {
        width: 100%;
    }

    .download p:after {
        display: none;
    }

    .svg-img {
        height: 60px;
    }

    .page-content p {
        line-height: 2;
    }

    .banner-nav {
        position: static;
        height: auto;
    }

    .banner-news-info span {
        margin-right: 5px;
    }

    .banner-nav .x-width {
        height: auto;
        padding: 0 3%;
    }

    .banner .banner-control {
        height: auto;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        padding: 10px 0 0;
    }

    .square-style {
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .swiper-pagination-custom .line {
        width: 40px;
    }

    .ui-scroll {
        height: 40px;
    }


    .ui-scroll li .banner-news-info {
        font-size: 14px;
        text-align: left;
    }

    .ui-scroll .date {
        display: none;
    }

    .x-header {
        padding: 0 3%;

    }

    .white_bg .x-header {
        height: 60px;
        background-color: #fff;

    }

    .m-banner {
        position: relative;
    }

    .m-banner img {
        width: 100%;
    }

    .m-banner .x-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
    }

    .m-banner .x-mask .title {
        font-size: 24px;
        padding: 0 20px;
        text-align: center;
        margin: 0;
        display: none;
    }

    .m-banner .x-mask a {
        color: #fff;
    }

    .m-banner-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

    .m-banner-shape svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 20px;
        transform: rotateY(180deg);
    }

    .m-banner-shape .shape-fill {
        fill: #FFFFFF;
    }

    .x-foot-nav {
        color: #fff;
        background: #000 url('../images/foot-nav-bg.jpg') center /cover no-repeat;
    }

    .container-right .am-u-md-6 {
        width: 100%;
    }

    .container-right ul.list-4 li, .container-right ul.list-3 li {
        width: 48%;
    }

    .container-right .content p {
        line-height: 2;
        font-size: 14px;
    }

    .container-right .content li p {
        margin: 0;
    }

    .container-right .content .am-u-md-6 p, .container-right .content .am-u-md-6 h3 {
        padding-left: 0;
    }

    .ui-card {
        border: none;
        background: none;

    }

    .ui-card-header {
        border-bottom: 1px solid #222;
    }

    .x-foot-nav .ui-card .ui-card-header {
        background: none;
    }

    .x-foot-nav .ui-card-body {
        background: none;
    }

    .x-foot-nav .ui-card-body li {
        line-height: 40px;
        font-size: 16px;
        padding: 0 20px;
    }

    .x-foot-nav .ui-card:last-child {
        border-bottom: none;
    }

    .ui-card-header .ui-card-header-title {
        border-color: var(--web-color);
    }


    .x-foot-nav .ui-card-body li a, .x-foot-nav .ui-card-header-title a {
        color: #fff;
    }

    #contact-1 li .item .content span {
        font-size: 40px;
    }


    .ui-collapse .ui-card .ui-card-header .ui-icon-right {
        color: #fff;
    }

    .x-foot-nav .ui-card-header-title > a {
        display: block;
        width: 100%;
    }

    .banner_inner {
        height: 20vh;
    }

    .banner_inner .x-width {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -20px;
    }

    .banner_inner .ui-bread ul {
        margin: 0;

    }

    .banner_inner .title {
        font-size: 24px;
        color: #333;
    }

    .ui-bread ul li, .ui-bread ul li i {
        font-size: 12px;
        line-height: 1;
    }

    .ui-form-icon {
        font-size: 20px;
    }

    .textarea-content .ui-form-icon {
        top: 22px;
    }

    .gallery-top {
        padding: 0;
    }

    #index-map .flexbox .rightbox {
        flex: unset;
        width: 100%;
    }

    .mobile-100 .ui-piclist-item, #masonry li {
        width: 100%;
    }

    .mobile-50 .ui-piclist-item {
        width: 48%;
    }

    .x-pro-list .x-mask a {
        padding: 0 5px;
    }

    .ui-col-3 .td-hide {
        display: none;
    }


    .top-header a {
        color: var(--web-color);
        display: flex;
        align-items: center;
    }

    .top-header a i {
        font-size: 24px;
        margin-left: 5px;
    }

    #culture .item h3 {
        font-size: 18px;
    }

    #culture .item h3 span {
        display: block;
        font-size: 16px;
    }

    #culture .item h3 span:before {
        display: none;
    }

    .cate-right {
        width: 100%;

    }

    .cate-left {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .x-type2 {
        display: none;
    }

    .head-logo a span {
        font-size: 40px;

    }

    .ui-offside-show i, .m-lan i {
        font-size: 32px;
        color: var(--web-color);
    }

    .ui-offside .head-logo a span {
        color: var(--web-color);
    }

    .ui-table td {
        white-space: unset;
        padding: 3px;
        font-size: 12px;
    }

    #contrast .swiper-slide {
        font-size: 12px;
    }

    #contrast .img-border {
        height: 120px;
    }

    #contrast .ui-col-3 {
        width: 100px !important;
        flex: unset;
        max-width: unset;
        font-size: 12px;
    }

    #contrast .ui-col-3 h3 {
        font-size: 14px;
    }

    .x-center-button .swiper-button {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0;
    }

    .x-center-button .swiper-button span {
        font-size: 12px;
    }

    .x-center-button {
        margin: 10px auto;
    }

    #contrast .more-link {
        margin-top: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 12px;
    }

    #contrast .ui-col-9 {
        width: calc(100% - 100px);
        flex: unset;
    }

    .contrast .swiper-slide img {
        width: 80px;
    }

    .case-list .ui-piclist-item {
        margin-bottom: 10px;
    }

    .artlist-item-image img {
        height: 40px;
    }

    .product-content .ui-tabs {
        margin-top: 0;
    }

    .ui-piclist {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .ui-piclist-body {
        padding: 0 10px;
    }

    .ui-piclist-item {
        width: 47%;
        margin: 5px 0;
    }

    .contact-info, .contact-map {
        width: 100%;
    }

    .contact-info h1, .contact-map h1 {
        font-size: 22px;
    }

    .contact-info h3, .contact-map h3 {
        font-size: 19px;
    }

    .contact-info {
        order: 1
    }

    .contact-map {
        order: 2;
        height: 400px;
    }

    .ui-list li {
        padding: 8px 0;
    }

    .ui-box {
        box-shadow: none;
    }

    .show {
        display: block;
    }

    .ui-offside {
        width: 100%;


    }

    .ui-offside:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, .8);
        top: 0;
        left: 0;
        z-index: -1;
    }

    .ui-offside .top-header {
        height: 60px;
        padding: 0 3%;
        border-bottom: 1px solid #eee;
    }

    .ui-offside .top-header .logo img {
        height: 36px;
    }

    .ui-offside form {
        padding: 10px 3% 0;
    }

    .nav-contact {
        padding: 20px;
    }

    .nav-contact p {
        line-height: 2;
        font-size: 16px;
        font-weight: bold;

    }

    .nav-contact p span {
        font-size: 32px;
        font-weight: normal;
    }

    .nav-contact a {
        font-size: 22px;
        font-weight: bold;
        color: inherit;
    }

    .nav-contact a.tel {
        font-size: 32px;
        font-family: DINCond-Bold, sans-serif;
    }

    .banner .x-mask {
        padding: 0 6%;
    }

    .banner .x-mask h1 {
        font-size: 30px;
    }

    .banner .x-mask p {
        font-size: 16px;
    }

    .culture-content .x-mask h3 {
        font-size: 24px;
    }
    .ui-collapse-menu-body ul li > a{
        font-size: 15px;
        font-weight: bold;
    }
    .ui-footbar {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
        align-items: stretch;
    }
    .ui-collapse-menu-title > a{
        font-weight: bold;
    }
    .ui-footbar-left a,.ui-footbar-left a:last-child {
        font-size: 12px;
        color: #333;

    }
    .ui-footbar-left a:first-child{
        color: #333;
    }

    .ui-footbar-right a:last-child, .ui-footbar-right button:last-child {
        background-color: var(--web-color) !important;
        line-height: 30px;
    }

    .ui-footbar-right a:hover {
        color: #fff;
    }

    .ui-menu .ui-menu-more a {
        font-size: 14px;
        padding: 0;
    }

    .ui-box {
        border: none;
    }

    .pro-other .ui-menu {
        margin-top: 20px;
    }

    .container {
        padding: 0;
    }

    .proshow {
        display: block;
        margin-bottom: 0;
    }

    .proshow .col-left, .proshow .col-right {
        width: 100%;
    }

    .proshow .col-right {
        padding: 5% 0;
    }

    .mobile-show {
        display: block !important;
    }

    .x-header .mobile-show {
        display: inline-block !important;
    }

    .container .x-width {
        flex-wrap: wrap;
    }

    .mobile-hide {
        display: none !important;
    }

    .container-left, .container-right {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .ui-footbar-left {
        flex: 1;
    }

    #masonry li {
        padding: 0;
        margin-bottom: 10px;
    }


    .artshow h1 {
        font-size: 20px;
    }

    .ui-box-body {
        padding: 0;
        min-height: unset;
    }

    .proshow_content p {
        margin-bottom: 10px;
    }

    .product-content .ui-form-group > label {
        display: none;
    }

    .product-content .ui-form-group .ui-col-9 {
        max-width: 100%;
        width: 100%;
        flex: unset;
    }

    .pro-tel, .pro-tel span {
        font-size: 24px;
    }

    .ui-form-group {
        margin-bottom: 5px;
    }

    .ui-form-ip {
        padding: 10px;
        font-size: 14px;
    }

    .x-main-title .x-mask span {
        font-size: 60px;
    }


    .logo-text {
        margin-left: 8px;
        padding-left: 8px;
    }

    .logo-text .t2, .white_bg .logo-text .t2 {
        font-size: 12px;
    }

    .ui-modal-header .ui-modal-title {
        font-size: 20px;
    }

    header .nav {
        display: none;
    }

    .logo-text .t3 {
        color: #fff;
        display: inline-block;
    }

    .white_bg .logo-text .t3 {
        color: #333;
    }


    .banner-nav .btn-down, .banner-nav .banner-tel {
        display: none;
    }

    .ui-collapse-menu-title, .ui-collapse-menu-body {
        font-size: 16px;
    }

    h1.pro-title {
        font-size: 24px;
    }

    .x-pro-list li .content {
        min-height: unset;
    }

    #index-news .x-main-title {
        margin-bottom: 20px;
    }

    #index-pro .x-pro-list li .pro-content a {
        line-height: 30px;
    }


    .ui-menu .ui-menu-name {
        font-size: 16px;
    }

    .ui-menu .ui-menu-name span a {
        font-size: 14px;
    }


    .ui-mt-60 {
        margin-top: 20px !important;
    }

    .news-list li h4 {
        font-size: 16px;
        margin-bottom: 5px;
        height: auto;
    }

    .news-list li p span {
        font-size: 12px;
    }

    #index-news .ui-list .list-a {
        width: 75%;
        padding-right: 5px;
    }

    #index-news .ui-list .list-b {
        width: 25%;
    }

    .product-content {
        /*padding: 0;*/
    }


    .product-content .container {
        padding-top: 0;
    }


    .proshow_content .ui-form-group > label {
        display: none;
    }

    .proshow_content .ui-form-group .ui-col-9 {
        max-width: 100%;
        flex: unset;
    }

    .page-content .x-flex li {
        margin-bottom: 10px;
    }

    .container-left {
        display: none;
    }

    .news-list li .x-content p {
        line-height: 2;
        font-size: 14px;
        margin-bottom: 0;
    }

    .news-list li .img-box {
        width: 25%;
        height: auto;
    }

    .news-list li .img-box img {
        position: relative;
        height: auto;
    }

    .container-right ul li p.t1, .container-right ul li p.t2 {
        padding: 0;
        line-height: 1;
    }

    .container-right ul {

    }

    .pro-other .x-pro-list {
        margin-bottom: 20px;
    }

    .pro-other .ui-tabs-header-nav {
        border: none;
    }

    .pro-other .ui-tabs-nav li a {
        font-size: 18px;
        padding: 5px;
        text-align: center;
        font-weight: bold;
    }

    #support .container-right li p {
        margin-bottom: 0;
    }

    .x-pro-list li .x-mask {
        font-size: 14px;
        background-color: #fff;
    }

    .x-pro-list li .x-mask a {
        color: #333;
        padding: 0 5px;
    }

    h3.am-text-danger {
        font-size: 18px;
    }

    .ui-box-h2 {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 0 10px 0;
    }

    .ui-box-h2:after {
        left: 0;
    }

    .container-left .ui-box-radius, .container-left .ui-box-radius .ui-box-title {
        border-radius: 0;
    }

    .m-banner .banner-bg {
        height: 160px;
    }

    .ui-box-title {
        padding: 10px;
        font-size: 18px;
    }

    .artlist-item, .artlist-item:first-child {
        min-height: unset;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .container-left .ui-collapse-menu-body ul li {
        padding: 0 10px;
    }

    .container-left .ui-collapse-menu-title {
        padding: 0 10px;
    }

    .container-left .ui-box-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .container-left .ui-box-title span {
        font-size: 20px;
    }

    .container-left .ui-box-nav {
        display: none;
    }

    .ui-icon-plus.active:before {
        content: "\e832";
    }

    .container-left.open .ui-box-nav {
        display: block;
    }

    .container-left .ui-box-nav.show {
        display: block;
    }

    .container-left .ui-collapse-menu-title:hover a {
        padding: 0;
    }

    .artlist-item-image {
        display: none;
    }
    .other{
        margin-top: 20px;
    }
    .artlist-item-body {
        width: 100%;
    }
    .artlist-item-body .desc{
        line-height: normal;
    }
    .container-right .other ul li{
        line-height: 2;
    }
    .ui-modal, .ui-dialog {
        width: 90%;
        max-width: 540px;
    }

    .artlist-item-date {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .artlist-item-money span{
        display: inline-block;
        font-size: 14px;
    }
    .artlist-item-body .title {
        font-size: 16px;
    }


    .page-content p img {
        width: 100%;
    }

    .about-bg {
        height: auto;
        padding: 80px 0 0;
    }


    .about-bg .x-mask2 {
        height: auto;
        background: transparent;
        margin-top: 40px;
    }


    .x-sns, .foot-text {
        display: none;
    }


    .visible-xs {
        display: block !important;

    }

    .hidden-xs {
        display: none !important;
    }

    h1 {
        font-size: 28px;
    }

    #index-pro .x-flex li {
        width: 48%;
    }

    #index-pro .x-flex li.pro-item {
        border: 1px solid #ddd;
        box-shadow: none;
    }

    .mobile-50 > li {
        padding: 0 !important;
        width: 49% !important;
        margin: 1% 0;
    }

    .x-pro-list {
        align-items: stretch;
    }


    #index-pro .right-content, .index-div .right-content {
        width: 100%;
    }

    #index-pro .x-flex li p {
        line-height: 2;
        font-size: 14px;
    }

    .right-content p {
        line-height: 1.6;
        text-align: justify;
        font-size: 14px;
    }

    .index-div {
        flex-wrap: wrap;
    }

    .second-about {
        width: 100px;
        height: 100px;
        font-size: 14px;
        font-weight: 100;
        line-height: 1;
    }

    .about-text span {
        font-size: 30px;
    }

    #index-data {
        padding: 30px 0;
    }

    #index-data li {
        margin: 10px 0;
    }

    #index-data li span {
        font-size: 24px;
    }

    #index-data li h2 {
        font-size: 30px;
        line-height: 1;
    }

    #index-data li h2:after {
        font-size: 14px !important;
    }


    #partner .swiper-slide img {
        width: 100%;
    }

    #index-map .x-main-title {
        margin-bottom: 10px;
    }


    .team-list {
        margin-top: 40px;
    }

    .team-list li {
        width: 100%;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .team-list li .x-img {
        width: 120px;
    }

    .team-list li:first-child .x-img {
        width: 100%;
        text-align: center;
    }

    .team-list li .x-img img {
        border-radius: 50%;
    }

    .team-list li:first-child .x-img img {
        width: 120px;
    }

    .team-list li .x-info {
        width: calc(100% - 120px);
        padding: 20px 10px;
        font-size: 14px;
    }

    .team-list li:first-child .x-info {
        width: 100%;
        text-align: center;
    }

    .team-list li:after {
        display: none;
    }

    .cate-right {
        display: none;
    }

    .about2 li {
        padding: 10px;
    }


    .x-main-title .x-mask span {
        color: #ccc;
    }

    .page-section .x-main-title {
        text-align: center;
        margin-bottom: 20px;
    }


    .news-list li p {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #index-map .flexbox .leftbox {
        flex: inherit;
        min-width: inherit;
        width: 100%;
        margin: 0 0 40px;
    }
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox {
        margin: 0 0 20px;
    }
}


.swiper-slide .x-effect img {
    width: 100%;
}

@media (min-width: 1921px) {
    #index-proshow .x-pro-list li {
        width: 32%;
    }
}
