@charset "utf-8";

* {
    outline: none;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

:root {
    --dark-color: #222;
    --web-color: #0076ca;
    --other-color: #019cdf;
    --other-color2: #ddcab9;
    --gray-color: #999;
    --dark-border-color: #041501;
}
body{
    padding-top: 90px;
}
body.home{
    padding: 0;
}
.pro-show{
    overflow: hidden;
}
.index_bar2{
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
}
.index_bar2 .box{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_bar2 .left{
    width: 50%;
    height: 100%;
    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%;
}
.index_bar2 .left .txt{
    position: absolute;
    left: 10%;
    top: 10%;
    box-sizing: border-box;
}
.title2{
    font-size: 3.4rem;
    font-family: "title";
    color: #fff;
    letter-spacing: 2px;
}
.title2 strong{
    font-size: 40px;
    font-family: "title";
    color: var(--web-color);
    display: block;
    font-weight: bold;
}
.index_bar2 .more{
    background:var(--web-color) ;
    width: 280px;
    height: 280px;
    position: absolute;
    left: 10%;
    bottom: 10%;
    padding: 50px;
}
.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;
    float: right;
    padding: 15px;
    margin-bottom: 80px;
    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;
}
.clear{
    clear: both;
}
.index_bar2 ul{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #2b2d31;
}
.index_bar2 ul li{
    width: 33.3%;
    height: 50%;
    float: left;
    margin-bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.1);
    position: relative;
    cursor: pointer;
}
.index_bar2 ul li:nth-of-type(1),.index_bar2 ul li:nth-of-type(2),.index_bar2 ul li:nth-of-type(3){
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.index_bar2 ul li::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    background: var(--web-color);
    -webkit-transition: all .4s cubic-bezier(.25,.74,.22,.99);
    transition: all .4s cubic-bezier(.25,.74,.22,.99);
}
.index_bar2 ul li .txt{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    font-weight: normal;
}
.index_bar2 ul li b{
    display: block;
    overflow: hidden;
}
.index_bar2 ul li b img{
    width: 100%;
    display: block;
}
.index_bar2 ul li b .bimg{
    display: none;
}
.index_bar2 ul li:hover::before{
    height: 100%;
    opacity: 1;
}
.index_bar2 ul li:hover b img{
    display: none;
}
.index_bar2 ul li:hover b .bimg{
    display: block;
}
.index_bar2 ul li h3{
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 3;
    font-weight: normal;
}
.index_bar2 ul li h4{
    color: #fff;
    opacity: 0.8;
    letter-spacing:0.5px;
    font-weight: normal;
}
.index_bar2 ul li h6{
    font-size: 10vw;
    color: #fff;
    font-family: DINCond-Black,sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.06;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.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;
}
.artshow .content p {
    line-height: 2;
    font-weight: 300;
    text-align: justify;
}

.artshow .content h3 {
    font-weight: 500;
    margin: 30px 0 20px;
}

.x-table-content {
    overflow-y: hidden;
    overflow-x: auto;
}

::-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*/
.max-1920{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.index-banner {
    width: 100%;
    height:100vh ;
}

.index-banner .swiper-slide {
    transition-property: all;
    background: #000 url("../images/index-bg.jpg") center / cover no-repeat;
}
.index-banner .swiper-slide .x-flex{
    width: 100%;
}
.index-banner .swiper-slide a {
    color: #fff;
}

.index-banner .swiper-left{
    width: 50%;
}
.index-banner  .swiper-right{
    width: 50%;
    position: relative;
}
.index-banner .swiper-left{
    text-align: left;
}
.index-banner  .swiper-right:after{
    /*content: '';*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);

}
.index-banner  .swiper-right img{
    width: 100%;
    margin: 0 auto;

}

.mouse_scroll {
    width: 4px;
    height: 118px;
    position: absolute;
    left: 5%;
    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;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 4px;
}

.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;
}

.index-banner .swiper-slide .mask h1 {
    font-size: 2.4vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-shadow: 0 0 10px #000;
}

.index-banner .swiper-slide .mask p {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.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*/
.equipment-item-2{
    margin-top: 60px;
}
.page-section {
    padding: 4% 90px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3{
    position: relative;
    margin-bottom: 10px;
    color: var(--web-color);
    font-weight: 300;
    line-height: 1;
    font-size: 3.6vw;
   text-transform: uppercase;
    font-family: "DINCond-Light", sans-serif;
}

.section-title p{
    font-size: 16px;
    font-weight: 300;
}
.section-title p {
    font-size: 18px;
}

.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:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.x-videovideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.big-txt {
    font-size: 32px;
    color: var(--web-color);
}



.more-link2 {
    position: relative;
    display: block;
    padding: 8px 0;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .5);
    color: #000;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family: "DINCond-Light", sans-serif;
    line-height: 1.57143;
    transition: all .3s;
}

.more-link2:hover {
    background-color: #000;
    color: #fff;
}

.pro-a {
    width: 25%;
    padding: 4%;
    position: relative;
}

.pro-a h3 {
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}

.pro-a h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.pro-b {
    width: 75%;
    position: relative;
}

.ui-collapse-menu-body ul li {
    padding: 0 20px;
    line-height: 40px;
}

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;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--web-color);
}

.ui-btn:hover {
    color: #fff;
    border-color: var(--web-color);
    box-shadow: 0 0 20px var(--web-color);
}

.ax-font-lighter {
    font-family: 'DINCond-Light';
}

@font-face {
    font-family: 'DINCond-Regular';
    src: url('../fonts/DINCond-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-light {
    font-family: 'DINCond-Regular';
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('../fonts/DINCond-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-regular {
    font-family: 'DINCond-Medium';
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-right{
    display: flex;
    justify-content: flex-end;
}
.x-flex li img {
    width: 100%;
}
.x-flex2{
    display: flex;
    align-items: center;

}
.x-flex3 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

#center-nav {
    margin-bottom: 80px;
}

#center-nav ul li {
    padding: 0 30px;
    line-height: 46px;
    background-color: #000;
    margin: 0 10px;
}

#center-nav ul li a {
    color: #fff;
}

#center-nav ul li.active {
    background-color: var(--web-color);
}

@font-face {
    font-family: 'DINCond-Bold';
    src: url('../fonts/DINCond-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bold {
    font-family: 'DINCond-Bold';
}

@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bolder {
    font-family: 'DINCond-Black';
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.artshow h1 {
    font-size: 36px;
}

.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul, li {
    list-style: none;
}

.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-around {
    justify-content: space-around;
}

.x-flex > li {
    margin-bottom: 1.6%;
}

.x-flex-list-2 > li {
    width: 49%;
}

.x-flex-list-3 > li {
    width: 32%;
}

.x-flex-list-4 > li {
    width: 24%;
}

.x-flex-list-5 > li {
    width: 19%;
}

.x-flex-list-6 > li {
    width: 15.66667%;
}


.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%;
    padding: 2%;
    background-color: #f5f5f5;
    border-left: #ccc;
    border-right: #ccc;
}

.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;
}

.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) {

    .section-title {
        margin-bottom: 20px;
    }

    .proshow-bg {
        width: 100%;
        height: 100%;
    }

    .pro-a, .pro-b {
        width: 100%;
    }

    .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 {
    padding: 0;
    color: #000;
}

.ui-bread ul li + li:before {
    padding: 0 8px 0 5px;
    content: '/';
}
.x-path {
    position: relative;
    z-index: 9;
    width: calc(100% - 90px);
    margin-left: 90px;
    padding: 20px 90px 20px 40px;
    background: #eee;
    transition: all .3s;
}
.x-path:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    top: -80px;
    left: 0;
    background: #eee;
    z-index: -1;
}
.x-path-a{
    width: 50%;
    display: flex;
    align-items: start;
}
.x-path-a h3{
    font-size: 1.8rem;
    margin-right: 30px;
    position: relative;
    font-weight: normal;
    display: none;
}
.x-path-a h3:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
}
.x-path-b{


}
.x-path .ui-bread-1 {
    display: flex;
    justify-content: flex-end;

}

.x-path .f-tel {
    font-size: 14px;
    font-weight: 300;
}
#x-loading {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
}


span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #d4312a;
    vertical-align: middle;
    margin-right: 5px;
}

#sun-mode {
    display: none;
}

.x-pro-list {
    align-items: stretch;
}
.x-pro-list li{
    position: relative;

}
.li-padding {
    padding: 3%;
}

.x-effect img {
    width: 100%;
    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;
}


.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 */
}

.foot-contact {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #000 url('../images/contact-bg.jpg') 0 0 no-repeat;
}

.foot-contact li {
    width: 32%;
    margin: 0;
}

.foot-contact li.tel-li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 180px;
    border: 1px solid var(--web-color);
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 9px 9px 0 #E5F0FB;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
    white-space: nowrap;
}

.foot-contact li.tel-li > a > small {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}

.foot-contact li.tel-li > a > b {
    display: block;
    font-size: 60px;
    color: var(--web-color);
    font-weight: 500;
    font-family: DINCond-Regular,sans-serif;
}

.foot-contact li.tel-li > a > i {
    font-size: 46px;
    color: var(--web-color);
    transition-duration: .3s;
    transition-property: background-color, color;
}

.foot-contact li.tel-li > a:hover {
    background: var(--web-color);
    color: #fff;
}

.foot-contact li.tel-li > a:hover b {
    color: #fff;
}

.foot-contact li.tel-li > a:hover i {
    color: #fff;
}
footer {
    background-color: #000;
    color: #999;
    padding: 3% 0 1%;
    position: relative;
    z-index: 10;
}
footer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background-image: linear-gradient(to right,#00bacf, var(--web-color));
}

.foot-a{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.copyright {
    background-color: #000;
    font-size: 14px;
    border-color: #333;
    color: #999;
    line-height: 64px;
    padding: 0;
}

.foot-logo-div p {
    line-height: 2;
}

footer a, .copyright a {
    color: #999;
}

footer a:hover, .copyright a:hover {
    color: #fff;
}

.x-sns a {
    margin-left: 15px;
}

footer .x-sns a:hover {
    color: var(--web-color);
}

.x-sns span {
    font-size: 30px;
}

.foot-logo {
    display: block;
}

.foot-logo img {
    height: 50px;

}

.foot-logo span {
    font-size: 50px;

}

footer .foot-1 {
    border-top: 1px solid rgba(255,255,255,.3);
}

footer .foot-1 li h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .foot-1 li h3 span {
    font-weight: normal;
}

footer .foot-1 .list-container li {
    line-height: 30px;
}

footer .link {
    margin-top: 30px;
}

footer .link h4 {
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
    color: rgba(255, 255, 255, .5);
}

footer .link a {
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .3);
    font-size: 14px;
    padding: 5px 10px;
    transition: all .3s;
}

footer .link a:hover {
    color: #fff;
    border-color: #fff;
}
footer .foot-1 .contactInfo h4{
    font-weight: 300;
    line-height: 1;
}
footer .foot-1 .contactInfo P {
    margin-bottom: 20px;
}

footer .foot-text{

    border-color: #999!important;
}
footer .foot-text p{
    color: #999!important;
}
footer .contactInfo p.t1 {
    font-size: 32px;
    font-weight: bold;
}

footer .footer-list li h4 {
    display: inline-block;
    line-height: 3;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
}

footer .footer-list li .list-container li {
    line-height: 2.4;
}
/*head*/
.head-logo {
    height: 65px;
}

/*头部*/
header {
    position: fixed;
    z-index: 990;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.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 .swiper{
    padding: 60px 0;
}
#index-proshow .x-width{
    position: relative;
    z-index: 2;
}
#index-proshow .section-title{
    margin-bottom: 0;
}

#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;
}

.c-btn {
    position: relative;
    display: inline-block;
    width: 240px;
    color: #fff!important;
    padding: 16px 18px;
    background: #999;
    transition: all .8s;
}


.c-btn:hover {
    background: linear-gradient( 90deg, var(--web-color),#00bacf);
    transition: all .8s;
}

.c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);

}

.c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.c-btn:hover .c-btn-line {
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.c-btn:hover .c-btn-line:before, .active .c-btn-line:before {
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.c-btn.mores {
    width: calc(25% - 20px);
    padding: 20px;
    margin-right: 10px;
}

.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;
}

.left-nav .c-btn {
    width: 100%;
    background-color: #999;
}

.left-nav li.active .c-btn {
    background-color: var(--web-color);
}

.left-nav li {
    margin-bottom: 1px;
}

.left-nav li:hover .c-btn {
    background-color: var(--web-color);
}

.left-nav li p {
    line-height: 45px;
    padding-left: 20px;
}

.left-nav li p + p {
    border-top: 1px solid #ddd;
}

.left-nav li p.active a {

    color: var(--web-color);
}

.left-nav li.active > a {

    background-color: var(--web-color);
}
#index-about{
    position: relative;
    overflow: hidden;
}
#index-about .x-width{
    position: relative;
    z-index: 2;
}
#index-about:after{
    content: '';
    background: #f2f9fd;
    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: 48%;

}
#index-about .about-b{
    width: 48%;

}
#index-about .about-a img {
   width: 100%;
}

#index-about .about-txt p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}
#index-equipment{
    color: #fff;
    padding-bottom: 0;
    position: relative;
}
#index-equipment:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000 url(../images/pro-bg.jpg) center /cover no-repeat;
}
#index-equipment ul{
    margin-bottom: 40px;
}
#index-equipment .x-width{

    position: relative;
}
#index-equipment .section-title{
    color: #fff;
}

.equipment-list li img{
    transition: all .3s;
}
.equipment-list li:hover img{
    transform: scale(1.1);
}
.equipment-list li a{
    display: block;
    position: relative;
    overflow: hidden;

}

.equipment-list li .x-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    background-image: linear-gradient(
            -45deg, transparent 25%, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, .2) 75%, rgba(0, 0, 0, .2));
    background-position: left top;
    background-size: 4px 4px;
    background-repeat: repeat;
}
.equipment-list li:hover .x-mask{
    opacity: 0;
}
.equipment-list li .content{
    padding: 10px 0;
}
.equipment-list li .content p.t2{
    color: rgba(255,255,255,.7);
    transition: all .3s;
}
.equipment-list li .content p.num{
    font-size: 80px;
    line-height: 1;
    position: relative;
    margin-top: -60px;
    font-family: DINCond-Light,sans-serif;
    color: var(--web-color);
    z-index: 20;
}
.equipment-list li .content p.t2:after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 5px;
    background-color: rgba(255,255,255,.7);
    transition: all .3s;
}
.equipment-list li:hover .content p{
    color: #fff;
}
.equipment-list li:hover .content p:after{
    background-color: #fff;
}
#index-news {
    position: relative;
    overflow: hidden;
}
#index-news:after{
    content: '';
    position: absolute;
    width: calc((100% - 180px)*0.75);
    height: 100%;
    top: 0;
    right: 90px;
    background-color: #f5f5f5;
}
#index-news .x-width{
    position: relative;
    z-index: 2;
}
#index-news {
    position: relative;
}


#index-news .pro-a {
    padding: 10px 40px 0 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-contact {
    position: relative;
    background-color: #fff;
}

#index-contact:before {
    content: '';
    position: absolute;
    width: 27.5%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--web-color);

    z-index: 0;
}


#index-contact .pro-a {
    width: 25%;
    padding: 0 40px 0 0;
    position: relative;
}

#index-contact .pro-a form {
    position: relative;
    z-index: 10;
}

#index-contact .ui-form-limit-text {
    color: #ccc;
}

#index-contact .pro-b {
    width: 75%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

#index-contact .pro-b .c-btn {
    margin-top: 40px;
}

#index-contact .pro-b .content-all {
    padding: 0 5.6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.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;
}

li .img-box {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

li .no-pic, li .has-pic {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: linear-gradient(90deg, #ddd, #fff, #ddd);
    position: relative;
    overflow: hidden;
    transition: all .3s
}
li img{
    transition: all .3s
}
li:hover .no-pic img, li:hover .has-pic img{
    transform: scale(1.1);
}

li .no-pic .p-mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
li .no-pic .p-mask a{
    display: flex;
    align-items: center;
    justify-content: center;
}
li .no-pic .x-video:before{
    display: none;
}
li .no-pic img {
    height: 50px;
}

li .has-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

li .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;
}


li .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;
    margin-bottom: 0;
}

.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;
    color: #999;
}

.news-list li p span {
    font-size: 14px;
}

.x-pro-list li .no-pic, .x-pro-list li .has-pic {
    padding-top: 66.5%;
}

#zhineng {
    position: relative;
}

#zhineng li {
    background-color: #fff;
    padding: 0 !important;
    border: 5px solid #ddd !important;
}

#zhineng .content {
    position: relative;
    padding: 30px;
}

#zhineng li .xh {
    width: 160px;
    line-height: 60px;
    background-color: #d4312a;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    border-radius: 20px 0 20px 0;
    position: absolute;
    transition: all .5s;
    z-index: 2;

}

#zhineng li:nth-child(3), #zhineng li:nth-child(4) {
    margin-bottom: 0;
}

#zhineng li:nth-child(1) .xh {
    right: -15px;
    bottom: -15px;
    border-radius: 0 20px 0 20px;
}

#zhineng li:nth-child(2) .xh {
    left: -15px;
    bottom: -15px;
}

#zhineng li:nth-child(3) .xh {
    right: -15px;
    top: -15px;
    border-radius: 20px 0 20px 0;
}

#zhineng li:nth-child(4) .xh {
    left: -15px;
    top: -15px;
    border-radius: 0 20px 0 20px;
}

#zhineng li:nth-child(1):hover .xh {
    right: 0;
    bottom: 0;
    border-radius: 0;
}

#zhineng li:nth-child(2):hover .xh {
    left: 0;
    bottom: 0;
    border-radius: 0;
}

#zhineng li:nth-child(3):hover .xh {
    right: 0;
    top: 0;
    border-radius: 0;
}

#zhineng li:nth-child(4):hover .xh {
    left: 0;
    top: 0;
    border-radius: 0;
}

#zhineng li:hover {
    box-shadow: none !important;
}

#zhineng li .nr {
    padding: 30px;
    height: 180px;
    transition: all .5s;
}

#zhineng li:hover {
    border-color: #d4312a !important;
}

#zhineng li .nr p {
    font-size: 20px;
    font-weight: bold;
}

#zhineng li:hover span, #zhineng li:hover .nr p {
    color: #d4312a;
}

#zhineng h1 {
    margin: 0;
    line-height: normal;
}

#zhineng h1 span {
    font-size: 50px;
}

.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%;
}
#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-list li {
    padding: 10px;
}

.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);
}

@media (min-width: 2400px) {
    .banner_inner {
        padding-top: 10%;
    }
}


@media (max-width: 1600px) {
    .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) {
    .ui-sidebar{
        width: 5%;
    }
    .l-page:after,#index-news:after {
        width: 67.5%;
        left: 27.5%;
    }
    .page-section {
        padding: 5% 90px;
    }
    #index-about .about-b{
        padding-left: 5%;
    }
    #index-equipment:before{
        right: 5%;
    }
    .x-thumb-content {
        padding: 10px;
    }

    #index-pro .drop {
        transform: scale(0.8);
    }

    #index-map .flexbox .leftbox .tit {
        font-size: 25px;
    }

}


@media (max-width: 767px) {
    #index-map .flexbox .leftbox .tit {
        margin: 0 0 20px;
    }
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox .tit {
        font-size: 18px;
        /* text-align: center; */
        margin: 0 0 5px;
    }
}

#index-map .flexbox .leftbox .des {
    font-size: 18px;
    color: #666;
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox .des {
        font-size: 14px;
        /* text-align: center; */
    }
}

#index-map .flexbox .rightbox {
    flex: 1;
}

#index-map .flexbox .rightbox .bussiness-map {
    position: relative;
    width: 100%;
    max-width: 994px;
    margin: 0 0 0 auto;
}

#index-map .flexbox .rightbox .bussiness-map img {
    width: 100%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #062863;
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-map .flexbox .rightbox .bussiness-map .appoint .i {
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 189, 226);
    border: 1px solid #062863;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a1 {
    top: 20%;
    left: 15%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a2 {
    top: 40.1%;
    left: 13.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a3 {
    top: 33.5%;
    left: 16.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a4 {
    top: 30.2%;
    left: 20.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a5 {
    top: 42.1%;
    left: 24.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a6 {
    top: 37%;
    left: 27.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a7 {
    top: 58.7%;
    left: 27.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a8 {
    top: 65.5%;
    left: 32.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a9 {
    top: 52%;
    left: 46.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a10 {
    top: 28.5%;
    left: 50.9%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a11 {
    top: 48.5%;
    left: 50.1%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a12 {
    top: 68.7%;
    left: 50.9%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a13 {
    top: 25%;
    left: 58.5%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a14 {
    top: 47.2%;
    left: 61%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a15 {
    top: 26.7%;
    left: 69.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a16 {
    top: 53.7%;
    left: 69.4%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a17 {
    top: 31.7%;
    left: 71%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a18 {
    top: 25%;
    left: 72.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a19 {
    top: 29.9%;
    left: 73.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a20 {
    top: 45.1%;
    left: 73.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a21 {
    top: 53.7%;
    left: 76.1%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a22 {
    top: 43.6%;
    left: 79.5%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a23 {
    top: 63.7%;
    left: 79.4%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a24 {
    top: 82.3%;
    left: 81.1%;
}

@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.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;
}

#contact-1 {
    background: #f5f5f5 url("../images/bg2.jpg") center / cover no-repeat;
}

.box-icon {
    width: 80px;
    height: 80px;
    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% - 100px);
    position: relative;
    z-index: 10;
}

.icon-list1 li {
    display: flex;
    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;
}
.prev-next{
    margin-top: 30px;
}
.prev-next .more-link{
    background-color: #999;
    color: #fff;
}
#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: 20px;
}
.gallery-thumbs .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 2px;
    border: 1px solid #eee;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--web-color);
    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: #fff;
    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{
    padding: 0 90px;
    position: relative;
    margin: 0 auto;

}
#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 rgb(114, 197, 238);
}

.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;
}
.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;
}
#index-about .cate-list{
    margin-top: 60px;
}
#index-about .cate-list li img{
    width: 100%;
}
#index-about .cate-list li{
    position: relative;
}
#index-about .cate-list li .x-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
}
#index-about .cate-list li .x-mask a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#index-about .cate-list li .x-mask a p:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto 0;
    transition: all .3s;
}
#index-about .cate-list li:hover .x-mask{
    background: rgba(255,255,255,.5);
}
#index-about .cate-list li:hover .x-mask a{
   color: var(--web-color);
}
#index-partner {
    background: #fff;
    position: relative;
}
.partner-list{
    position: relative;
    z-index: 2;
}
.partner-list li {
    width: 13.2875%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;

}
.partner-list1{
    padding-bottom: 40px;
}
.partner-list2{
    padding-top: 40px;
}

.partner-list1:after{
    content: "";
    position: absolute;
    width: calc(100% - 144px);
    height: 1px;
    left: 72px;
    bottom: 0;
    background: #ddd;
    z-index: 3;
}
.partner-list1 li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    display: block;
    background: #ddd;
    left: 50%;
    bottom: -40px;
    z-index: 4;
}
.partner-list2:after{
    content: "";
    position: absolute;
    width: calc(100% - 144px);
    height: 1px;
    left: 72px;
    top: 0;
    background: #ddd;
    z-index: 3;
}
.partner-list2 li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    display: block;
    background: #ddd;
    left: 50%;

    top: -40px;
    z-index: 4;
}
.partner-list li img {
    transition: all .3s;
}

.partner-list li:hover img {
    transform: scale(1.3);
}

.center-logo{
    width: 200px;
    padding: 20px;
    margin: 40px auto;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}
.center-logo:before,.center-logo:after{
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    background-color: #ddd;
    left: 50%;

    top: -40px;
}
.center-logo:after{
    top: auto;
    bottom: -40px;

}
.center-logo img{
    width: 100%;
}
@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-content {
        width: 100%;
        margin-top: 10px;
        text-align: center;

    }

    .pro-contact ul li {
        align-items: stretch;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    body {
        font-size: 14px;
    }
    .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;
    }

}

@media (min-width: 1921px) {

    .x-header {
        padding-left: 50px;

    }
}


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;
}

.container-right .other ul li {
    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;
}
.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%;
}

.banner_inner .ui-bread ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.show-nav{
    width: 240px;
    padding: 10px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.5);
    position: relative;
    transition: all .3s;
}
.show-nav:hover,.new-nav.active .show-nav{
    background-color: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}
.show-nav:before, .show-nav:after {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    z-index: 1;
    display: block;
    margin: auto;
    width: 10px;
    height: 1px;
    background-color: currentcolor;
    content: "";
    transition: .3s ease;
}
.show-nav:after{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: center;
    transform-origin: center;
}
.new-nav.active .show-nav:after{
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.left-nav2{
    width: 100%;
    max-width: 720px;
    overflow: hidden;
    display: flex;
    height: 0;
    align-items: center;
    flex-wrap: wrap;
    transition: all .8s;
}
.new-nav.active .left-nav2{
    height: auto;
    overflow: visible;
    margin-top: 10px;
    transition: all .3s;
}
.left-nav2 li{
    min-width: 240px;
    border: 1px solid rgba(0,0,0,.5);
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    transition: all .3s;
}

.left-nav2 li a{
    padding: 10px;
    display: block;
    transition: all .3s;
}

.left-nav2 li.active a,.left-nav2 li:hover a{
    background-color: var(--web-color);
    color: #fff;
}

@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 (min-width: 1024px) {
    .copyright-right{
        margin-right: 140px;
    }
}
@media (max-width: 1024px) {

    .mobile-100 > li {
        width: 100% !important;

    }

}

@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    .gallery-thumbs{
        margin-top: 10px;
    }
    .mouse_scroll{
        height: 60px;
        left: 50%;
        margin-left: -2px;
        bottom: 15%;
    }
    .other-item{
        margin: 10px 0;
        padding: 0 10px;
    }
    .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: 28px;
    }
    .index-banner .swiper-slide .mask p{
        font-size: 16px;
    }
    .partner-list1,.partner-list2{
        padding: 0;
    }
    .partner-list1:after,
    .partner-list2:after,
    .center-logo,
    .partner-list1 li:after,
    .partner-list2 li:after{
        display: none;
    }
    #pro-show{
        padding: 3%;
    }
    .container-right{
        background: #fff;
        padding: 0!important;
    }
    .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;
        margin-left: 10px;
        width: calc(100% - 80px);
    }

    #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{
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
    }
    #center-nav ul li {
        width: 32%;
        text-align: center;
        padding: 0 10px;
        line-height: 36px;
        margin: 3px 0.5%;
    }

    #center-nav {
        margin-bottom: 20px;
    }
    #index-about .about-a,#index-about .about-b{
        padding: 0;
        width: 100%;
    }
    #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;
    }

    .ui-modal-body{
        padding: 0 20px 10px;
    }
    .logo1, .white_bg .logo1 {
        display: block;
    }

    .logo2, .white_bg .logo2 {
        display: none;
    }

    .logo-text p.t1 {
        font-size: 16px;

    }
    .logo-text p.t2{
        font-size: 12px;
    }
    #index-about li.about-a img{
        width: 100%;
    }
    #about2 .x-video {
        width: 100%;
    }
    .index_bar2{
        height:unset;
        background: #000;
    }
    .index_bar2 .left{
        width: 100%;
        height: 200px;
    }
    .title2,.title2 strong{
        font-size: 24px;
    }
    .l-page:after, #index-news:after{
        width: 280px;
        right: 3%;
        left: auto;
    }
    .index_bar2 .more{
        display: none;
    }
    .index_bar2 ul{
        width: 100%;
        height: unset;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .index_bar2 ul li{
        padding: 10px;
        margin-bottom: 0;
        float: none;
        height: auto;
    }
    .index_bar2 ul li .txt{
        width: 100%;
        position: static;
        transform: none;
    }

    #index-about .data-list{
        margin: 0;
    }
    #index-about .section-title{
        text-align: center;
    }
    #index-about:after{
        height: 50%;
        top: 50%;
        right: 0;
    }
    .index_bar2 ul li h3{
        font-size: 14px;
        line-height: 2;
        margin-bottom: 0;
    }
    .index_bar2 .clear{
        display: none;
    }
    .data-list li{
        width: 50%;
        margin: 10px 0;
    }
    .data-list li h1{
        text-align: center;
    }
    .data-list li h1 span{
        font-size: 55px;
    }
    .data-list li h1 b{
        font-size: 14px;
    }
    .max-1200{
        width: 100%;
        padding: 0;
    }
    .banner_inner .x-mask .page-section {
        width: 100%;

    }

    .page-show .banner_inner .x-mask .page-section {
        text-align: center;
    }

    .banner_inner .x-mask .content span {
        font-size: 14px;
        line-height: 2.6;
    }

    .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 {
        padding: 30px 20px;
        margin-bottom: 2%;
    }

    #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: 60px;
        height: 60px;
        line-height: 60px;
    }

    #contact-1 .box-icon span {
        font-size: 24px;
    }

    .thumb-list li, .news-list li {
        margin: 1% 0;
        border-radius: 10px;
    }

    #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: 10px 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;
    }

    .foot-contact li.tel-li > a{
        padding: 10px;
        height: auto;
        box-shadow: none;
    }
    .foot-contact li.tel-li > a > b{
        font-size: 30px;
    }
    .foot-contact li.tel-li > a > small{
        margin-bottom: 5px;
    }
    .foot-contact li{
        margin-bottom: 10px;
    }
    #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 .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;
    }
    #index-proshow .swiper{
        padding-top: 20px;
    }
    #index-proshow .section-title{
        margin: 0 auto 20px;
    }
    #index-news{
        background-color: #f5f5f5;
    }
    #index-news .pro-a{
        text-align: center;
    }
    #index-news .pro-a .c-btn,
    #index-equipment .c-btn,
    #index-proshow .c-btn,
    .about-b .c-btn{
        width: 100%;
    }
    .x-main-title h1 {
        width: 100%;
        font-size: 28px;
        text-align: center;
        top: -20px;
    }

    .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 .about-txt p {
        font-size: 14px;
    }

    #index-about .more-link {

        display: block;
        width: max-content;
        margin: 20px auto 0;
    }

    #about {
        height: auto;
        padding: 0;
    }

    #about .x-mask2, #about .x-mask {
        width: 100%;
        position: relative;
    }

    #about .x-mask .content {
        width: 100%;
        padding: 20px 20px 0;
    }

    #about .x-mask2 {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    #about .x-mask2 .content {
        width: 100%;
        padding: 0;
    }

    #index-pro .dz-swiper {
        padding: 0 30px;
    }

    #index-pro .cate-list li .content {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

    #about .x-mask2 .content p {
        width: 22%;
        display: inline-block;
        text-align: center;
        line-height: 2;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    #about .x-mask2 .content p span {
        font-size: 24px;
        display: block;
    }

    .x-main-title h3 {
        font-size: 16px;
        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;
    }

    footer {
        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-collapse .ui-card .ui-card-header .ui-card-header-title {
        color: #fff;
        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;
    }

    #contact-1 li:nth-child(2) {
        padding-top: 20px;
    }

    .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 {
        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;
    }

    .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;

    }

    header .header-right 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-footbar {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
        align-items: stretch;
    }
    .ui-footbar-left{
        width: 57%;
    }
    .ui-footbar-left a {
        flex: 1;
        font-size: 12px;
        color: var(--web-color) !important;
    }
    .ui-footbar-right{
        flex: unset;
        width: 43%;
        display: flex;
        justify-content: space-between;
    }
    .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;
    }

    .head-logo img {
        height: 30px;
    }

    header, .head-logo {
        height: 60px;
        border-bottom: none;
    }

    .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;
    }

    .x-container.open .container-right {
        width: 100%;
        padding: 3% 0;
    }

    .banner-nav .btn-down, .banner-nav .banner-tel {
        display: none;
    }

    .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 {
        font-size: 24px;
        line-height: 1;
    }

    .banner_inner .x-mask .content .info span {
        font-size: 16px;
    }
    .x-path{
        width: 100%;
        padding: 3%;
        margin: 0;
        flex-direction: column-reverse;
    }
    .x-path-a,.x-path-b{
        width: 100%;
        display: block;
    }
    .x-path-b{
        margin-bottom: 10px;
    }
    .x-path .ui-bread-1{
        justify-content: center;
    }
    .ui-collapse-menu-title, .ui-collapse-menu-body {
        font-size: 16px;
    }
    .ui-collapse-menu-body ul{
        background: #f5f5f5;
    }
    .ui-collapse-menu-body ul li {
        padding: 0 20px;
        line-height: 40px;
        border-color: #ddd;
    }
    .ui-collapse-menu-body ul li > a{
        font-size: 15px;
        font-weight: bold;
    }
    .show-nav{
        width: 100%;
    }
    .left-nav2 li{
        min-width: unset;
        width: 50%;
    }
    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;
    }

    .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;
    }

    .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;
    }

    .artlist-item-body {

    }

    .ui-modal, .ui-dialog {
        width: 90%;
        max-width: 540px;
    }

    .artlist-item-date {
        width: 80px;
        font-size: 18px;
    }

    .artlist-item-body .title {
        font-size: 16px;
    }

    .artlist-item-body .desc {
        display: none;
    }

    .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;
    }

    .foot-logo {
        width: 100%;
        text-align: center;
        display: none;
    }

    footer .foot-1 {
        border: none;
        display: none;
    }

    footer .x-sns span {
        font-size: 18px;
    }

    footer .x-sns a {
        margin-left: 5px;
    }

    footer .link {
        display: none;
        margin-top: 10px;
    }

    footer .link h4 {
        font-size: 14px;
        margin-right: 0;
    }

    footer .link a {
        margin: 5px 0;
        border: none;
        padding: 5px;
        color: #666;
        font-size: 12px;
    }

    .foot-logo span {
        font-size: 30px;
        line-height: 1;
    }

    footer .foot-1 li h3 {
        font-size: 16px;
    }

    footer .foot-1 .list-container li {
        font-size: 12px;
    }

    .foot-logo-div p {
        line-height: 1.6;
    }

    .copyright {
        line-height: normal;
        font-size: 12px;

    }

    .copyright div {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .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;
    }
    .section-title h3{
        font-size: 50px;
    }
    .banner_inner .x-mask .page-section {
        width: 100%;

    }

    .page-show .banner_inner .x-mask .page-section {
        text-align: center;
    }

    .banner_inner .x-mask .content span {
        font-size: 14px;
        line-height: 2.6;
    }

}

@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;
    }
}


.x-effect img{
    width: 100%;
}
