@charset "utf-8";
.x-col-3 {
    -moz-columns: 3;
    column-count: 3;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.x-w50 {
    width: 50%;
}

.x-col-4 {
    -moz-columns: 4;
    column-count: 4;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.main {
    background-color: #000;
    margin: 0;
    height: 24000px;
}

#A13 .chip {
    fill: #fff;
}

#A13 .text-bg {
    fill: #fff;
}

#A13 .chip-mask {
    fill: #000;
}

#chip-section {
    position: sticky;
    top: 0;
    width: 100%;
    height: calc(100vh - 70px);
    overflow: hidden;
}

#chip-section video {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

#the-chip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 100vw black, 0 0 0 30px black inset;
    z-index: 10;
    min-width: 100px;
    min-height: 100px;
    background-color: #000;
}

#the-chip.transparent {
    background-color: transparent;
}

#A13 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

h1.big-title {
    position: absolute;
    left: 0;
    color: #fff;
    z-index: 20;
    font-size: 64px;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}


.clear {
    clear: both;
}

.ui-menu .ui-menu-name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    border-color: var(--web-color);
}

.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-color2);
}

.web-color {
    color: var(--web-color);
}

.web-bg2 {
    background-color: rgba(172, 34, 50, .8);
    color: #fff;
}

.web-bg {
    background-color: var(--web-color);
    color: #fff;
}

.ui-table-striped tr:nth-child(odd) {
    background: #ddd;
}

.ui-table-striped tr:nth-child(even) {
    background: #eee;
}

.ui-table td {
    white-space: unset;
}

.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;
}


.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 {

    display: flex;
    justify-content: center;
    right: 5px;
}

/*index-banner*/
.index-banner {

}

.index-video .x-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.index-video .x-mask h1 {
    font-size: 3vw;
}

.index-video .x-mask p {
    font-size: 2vw;
}

.index-banner .index-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;

}

.index-banner .swiper-slide > a {
    display: block;
    height: 100%;
}

.index-banner .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 90px;
}

.index-banner .swiper-slide .mask h1 {
    font-size: 2.4vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;

}

.index-banner .swiper-slide .mask p {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.index-banner .c-dot {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

.index-banner .swiper-pagination {
    position: relative;
    text-align: center;
}

.index-banner .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
}

.index-banner .loading.swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255, .2);
}

.index-banner .loading .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 13px;
    top: 13px;
    line-height: 120px;
    text-align: center;
}

.index-banner .loading.swiper-pagination-bullet-active .c-progress {
    background-color: var(--web-color);
}

.index-banner .loading .left,
.index-banner .loading .right {
    opacity: 0;
    width: 19px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;

}

.index-banner .loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}

.index-banner .loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}

.index-banner .loading .left:after,
.index-banner .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 19px;
    height: 38px;
    border: 2px solid var(--web-color);
    border-radius: 19px 0 0 19px;
    border-right: 0;
}

.index-banner .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 2px solid var(--web-color);
    border-left: 0;
}

.index-banner .loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
}

.index-banner .loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right;
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*index-banner end*/

.page-section {
    padding: 6vh 0;
}

.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-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ui-collapse-menu-body ul li {
    padding: 0 20px;
    line-height: 40px;
}

span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    color: red;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--web-color);
}

.ui-btn {
    background: var(--web-color2);
}

.ui-btn:hover {
    color: #fff;
    border-color: var(--web-color);
    box-shadow: 0 0 20px var(--web-color);
}


@font-face {
    font-family: 'DINCond-Regular';
    src: url('../fonts/DINCond-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('../fonts/DINCond-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Bold';
    src: url('../fonts/DINCond-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
    font-weight: normal;
    font-style: normal;
}

.content-img img {
    width: 100%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

.artshow h1 {
    font-size: 36px;
}

.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-end {
    justify-content: flex-end !important;
}

.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-around {
    justify-content: space-around !important;
}

/*.x-flex > li {*/
/*    width: calc((100% - 90px) / 4) !important;*/
/*    margin-bottom: 1.6%;*/
/*}*/

.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;
}

.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;
}

.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%);

}


.border-none, .border-none * {
    border: none !important;
}

.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;
}

.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);
}

.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;
}

.ui-menu {
    margin-bottom: 20px;
}

.banner_inner {
    position: relative;
    width: 100%;

}

.banner_inner .ui-bread ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.show-path {
    width: 100%;
    padding: 20px 70px;
    border-bottom: 1px solid #ddd;
}

.x-content-left {
    width: 60%;
}

.x-content-left .show-title {
    padding: 40px 0;
}

.x-content-left .show-title h1 {
    font-size: 4rem;
    font-weight: 500;
}

.x-content-left .show-title p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
}

.x-content-left .content p {
    line-height: 2;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: normal;
}

.x-content-left .content p img {
    width: 100%;
    min-width: 100%;
}

.x-content-right {
    width: 35%;
    position: sticky;
    top: 70px;

}

.ui-bread ul li {
    color: #666;
    display: block;
    font-size: 14px;
}

.ui-bread ul, .ui-bread ul li, .ui-bread ul li a {
    display: flex;
    align-items: center;
}

.ui-bread ul li a, .ui-bread ul li + li:before {
    color: #666;
}

.ui-bread ul li i {
    padding: 0;

}

.ui-bread ul li + li:before {
    padding: 0 8px 0 5px;
    content: '/';
}
    .company-list li{
        padding: 40px;
        text-align: center;
        border: 3px solid var(--web-color);
    }
.x-path {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    align-items: start;
    transition: all .3s;
    border-bottom: 1px solid #eee;
}

.x-path2 {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
@media (min-width:1024px){
    .x-path,.x-path2{
        min-height: 87px;
    }
}

.x-path-a {
    width: 100%;
}

.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 {
    height: 46px;
    display: flex;
    position: absolute;
    right: 0;
}

.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;
}

.pro-swiper {
    padding-bottom: 40px;
}

.x-pro-list li, .news-list li, .pro-swiper .swiper-slide {
    position: relative;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.pro-swiper .swiper-slide {
    margin-bottom: 0;
}

.swiper-horizontal > .swiper-scrollbar {
    opacity: 1 !important;
    left: 0;
    width: 100%;
}

.x-pro-list li img, .pro-swiper .swiper-slide img {
    padding: 10px;
}

.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 .x-picture, .pro-swiper .swiper-slide .x-picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    transition: all .3s;
}

.x-pro-list li .x-picture:before, .pro-swiper .swiper-slide .x-picture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 6px;
    background-color: var(--web-color);
    z-index: 3;
    transition: all .3s ease-out;
}

.x-pro-list li .x-picture img, .pro-swiper .swiper-slide .x-picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: grayscale(100%);
}

.x-pro-list li:hover .x-picture img,
.pro-swiper .swiper-slide:hover .x-picture img,
.pro-swiper .swiper-slide-active .x-picture img {
    filter: grayscale(0);
}

.x-pro-list li p, .pro-swiper .swiper-slide p {
    position: relative;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
    background-color: rgba(245, 245, 245, 0.5);
    background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, .1) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .1));
    background-position: left top;
    background-size: 4px 4px;
    background-repeat: repeat;
    transition: all .3s;
    z-index: 1;
}

.x-pro-list li p:before, .pro-swiper .swiper-slide p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--web-color);
    background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, .1) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .1));
    background-position: left top;
    background-size: 4px 4px;
    background-repeat: repeat;
    transition: all .3s ease-in-out;
}

.x-pro-list li p span, .pro-swiper .swiper-slide p span {
    position: relative;
    z-index: 2;
}

.x-pro-list li:hover .x-picture:before, .pro-swiper .swiper-slide:hover .x-picture:before {
    width: 100%;
}

.x-pro-list li:hover p, .pro-swiper .swiper-slide :hover p {
    color: #fff;
}

.x-pro-list li:hover p:before, .pro-swiper .swiper-slide :hover p:before {
    width: 100%;
}


.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;
    background: var(--web-color2);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.more-link span {
    z-index: 2;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.more-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--web-color);
    opacity: 0;
    transform: scale(0);
    transition: all 150ms ease-out;
}

.more-link:hover {
    box-shadow: 0 10px 30px #ccc;
}

.more-link:hover span {
    color: #ffff;
}

.more-link.no-more * {
    cursor: not-allowed;
}

.more-link.no-more:before {
    display: none;
}

.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 */
}

#footer {
    background: #000;
}

.footer__body {
    display: flex;
    align-items: center;
    padding: 4rem;
    margin: 0 70px;
    color: #fff;
    background: linear-gradient(90deg, var(--web-color), var(--other-color), var(--web-color));
}

.footer-a, .footer-b {
    width: 50%;
    padding: 30px 7%;
}

.footer-a .ttl {
    font-size: 4.5rem;
}

.footer-b {
    text-align: center;
    border-left: 1px solid #ca8154;
}

.footer-b div.ft_inq_num span {
    font-size: 3rem;
    margin-right: 10px;
}

.ft_inq_num {
    font-size: 3rem;
}

.ft_inq_notes {
    font-size: 14px;
}

.ft_inq_btn a {
    max-width: 452px;
    margin: 20px auto 0;
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.ft_inq_btn span {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 100;
    margin-right: 10px;
}

.ft_inq_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ft_inq_btn *,
.common_inq_mail *,
.common_inq_tel_sp * {
    color: #fff;
    fill: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.ft_inq_btn:hover *,
.common_inq_mail a:hover * {
    color: var(--other-color);
    fill: var(--other-color);
}

.footer__info {
    flex-shrink: 0;
}

.footer-contact {
    padding: 30px 70px;

    position: relative;
    color: #fff;
}

.footer-contact a {
    color: inherit;
}

.foot-category a {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

.footer-contact p {
    font-size: 14px;
}

.foot-logo {
    display: flex;
    align-items: center;
}

.foot-logo img {
    height: 60px;
}

.footer__tel, .footer__fax {
    font-size: 1.3rem;
    line-height: 1.4616
}

.footer__tel {
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 1.5rem
}

.footer__contact {
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, .3);
    padding: 3rem 8.5rem 3.6rem 4rem
}

.footer__contact:hover {
    color: #000;
}

.footer__contact:before, .footer__contact:after {
    position: absolute;
    display: block;
    content: ''
}

.footer__contact:before {
    -webkit-transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 0;
    right: 4rem;
    width: 1px;
    height: 100%;
    background: #c9bcac;
}

.footer__contact:after {
    top: 0.8rem;
    right: 1.6rem;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto
}

.footer__contact .ttl {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.267
}

.footer__contact .en {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2;
    text-transform: uppercase;
}

.footer__contact .txt {
    font-size: 1.3rem;
    line-height: 1.7693;
    margin-top: 2.4rem;

}

html.notouch .footer__contact:hover {
    background: var(--web-color)
}

html.notouch .footer__contact:hover:before {
    background: #E8E8E8
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 6.4rem;
    padding: 0 70px;
    letter-spacing: 0.1em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;

}

.copyright-a, .copyright-b, .copyright-c {
    flex-grow: 1;
    font-size: 13px;
    font-weight: 300;
}

.copyright-c {
    text-align: right;
}

.footer__copyright a {
    color: #fff;
}

/*index*/
#index-1 {
    background: url("../images/index1-bg.jpg") top left no-repeat;

}

.x-main-title.x-left {
    text-align: left;
}

.x-main-title.x-left h1::after {
    left: 0;
    margin-left: 0;
    transform: none;
}

#index-1 .design-title {
    left: 25%;
    top: 0;
}

.index1-a {
    width: 40%;
    height: 0;
    padding-top: 55.4%;
    position: relative;
    background: url("../images/index1-a.webp") center /cover no-repeat;
}

.index1-a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--web-color);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 2s;

}

.index1-a.animated:before {
    width: 0;
}

.index1-a .x-mask {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 3%;
    background-color: rgba(0, 0, 0, .4);
}

.index1-a .x-mask h1 {
    font-style: italic;
}

.index1-b {
    width: 53%;
}

.index1-b .x-main-title {
    margin: 10% 0;
}

.pro-nav li {
    width: 49%;
    font-size: 16px;
    text-align: center;
    background: #fff;
}

.pro-nav li span {
    font-size: 50px;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
    color: #999;
    transition: all .3s;
}

@-webkit-keyframes runToRight {

    0% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        transform: none;
    }

}

.pro-nav li a {
    color: #fff;
    display: block;
    padding: 20px 10px;
}

.pro-nav li a p {
    font-size: 16px;

}

.pro-nav li.active, .pro-nav li a:hover {
    background: var(--web-color);
}

.pro-nav li a:hover, #index-1 .pro-nav li.active a {
    color: #fff;
}

.pro-nav li:hover span, #index-1 .pro-nav li.active span {
    color: #fff;
    animation: runToRight 0.5s linear;
}

#index-1 {
    background: #222;
    color: #fff;
}

#index-1 a:hover {
    background: #222;
}

#index-1 .content-text {
    position: absolute;
    /*background-color: var(--web-color);*/
    background: linear-gradient(
            90deg, var(--web-color), var(--other-color));
    width: 68%;
    right: 0;
    color: #fff;
    padding: 40px;
    bottom: 10%;
}

#index-1 .content-text:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid #e98c8c;
    border-right: 100px solid transparent;
}

#index-1 .content-text p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 0;
}

#index-1 .pro-nav li {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .5);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    width: 49%;
}

.pro-nav li img {
    width: 100%;
}

#index-1 .index1-a .data-list {
    display: flex;
    flex-wrap: wrap;
}


#index-1 .x-pro-list {
    margin-top: 100px;
}

#index-1 .x-pro-list li .x-picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

#index-1 .x-pro-list li .x-picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .index1-b .x-main-title {
        margin: 5% 0;
    }

    #index-1 .pro-nav li p {
        font-size: 14px;
    }

    #index-1 .content-text p {
        line-height: 1.6;
        font-size: 14px;
    }

    #index-1 .content-text {
        padding: 20px;
        bottom: 5%;
    }

    #index-1 .content-text:after {
        bottom: -20px;
        border-top: 20px solid #666;
        border-right: 60px solid transparent;
    }
}

.design-title p {
    letter-spacing: 10px;
    font-weight: 900;
    font-size: 48px;
    word-spacing: 40px;
    text-transform: uppercase;
    transform: rotate(90deg);;
}

.content-a, .content-b {
    width: 47.5%;
}

.content-text p {
    line-height: 2;
    margin-bottom: 20px;
}

.x-video img {
    width: 100%;
}

#index-2 .pro-list li {
    width: 32.5%;
    position: relative;
    overflow: hidden;
}

#index-3 {
    background: #f5f5f5;
    position: relative;
    padding: 10vh 0;
}
#index-3 .app-list{
    margin-top: 40px;
}
#index-3 .pic-box{
    position: relative;
    color: #fff;
}

#index-3 .pic-box .x-mask .content{
    padding: 20px;
}
#index-4 .x-news-list li{
    padding: 10px 0;
    margin-bottom: 0;
}
#index-4 .x-tabContent{
    padding: 60px 0 0;
}
#index-4 .x-tab ul {
    display: flex;
}

#index-4 .x-tab li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-left: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#index-4 .x-tab li a {
    color: #999;
}

#index-4 .x-tab li:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 3px;
    opacity: 0;
}

#index-4 .x-tab li.liNow a {
    color: #000;
}

#index-4 .x-tab li.liNow:before {
    opacity: 1;
}
.tabContent.on {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tab-a {
    width: 62%;
}

.tab-b {
    width: 31%;
}

.tab-a .detail {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.tab-a .detail .imgDiv {
    position: relative;
    width: 50%;
    overflow: hidden;
}
.tab-a .detail .contentDiv{
    width: 45%;
}

.tab-a .detail .name {
    line-height: 1.6;
    overflow: hidden;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}


.tab-a .detail .x-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(5, 35, 106, .8);
    opacity: 0;
    transition: all .3s;
}

.tab-a .detail .imgDiv:hover .x-mask {
    opacity: 1;
    z-index: 2;
}

.tab-a .detail .imgDiv .x-mask a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.tab-a .detail .imgDiv .x-mask a .more-title {
    padding: 0 20px 0 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
    border: 1px solid rgba(255, 255, 255, .6);
}

.tab-a .has-pic img {
    width: 100%;
}

.tab-a .detail .content {
    line-height: 28px;
    font-size: 14px;
    height: 140px;
    color: #888;
    overflow: hidden;
    position: relative;
}

.tab-a em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #232323;
}

.x-news-list li {
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

.x-news-list li .content-img {
    position: relative;
    width: 130px;
}

.x-news-list li .content-text {
    width: calc(100% - 158px);
}

.x-news-list li .content-text h4 {
    font-size: 15px;
    font-weight: 500;
}

.x-news-list li .content-text a:hover, .tab-a .name a:hover {
    text-decoration: underline;
    color: #000;
}

.x-news-list li .content-text p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 100;
    color: #999;
}

.data-list2 {
    display: flex;
}

.data-list2 {
    width: 100%;
    overflow: hidden;
    margin: 100px 0;
}

.g_img {
    width: 160px;
    height: 160px;
    margin-right: 33px;
    position: relative;
}

.g_img .img_rotate {
    -moz-animation: rotate 15s infinite linear;
    -webkit-animation: rotate 15s infinite linear;
    animation: rotate 15s infinite linear;
}

.g_img .img_rotate1 {
    -moz-animation: rotate 20s infinite linear;
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
}

.g_img img {
    width: 100%;
}

.g_img .num {
    position: absolute;
    left: 0;
    top: 50px;
    width: 160px;
    text-align: center;
    color: #fff;
}

.g_img .num b {
    font-size: 30px;
    margin-right: 5px;
}

.g_img p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 90px;
    width: 160px;
    font-weight: 100;
    text-align: center;
    line-height: 22px;
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1440px) {


    .x-main-title h1 {
        font-weight: 500;
        font-size: 32px;
    }

    .tab-a .detail .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .x-news-list li .content-text h4 {
        font-size: 13px;

    }

    .tab-a .detail .content {
        height: 110px;
    }
}

.data-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-list li {
    flex: 1;
    text-align: center;
    margin: 20px 0;
}

#index-5 {

}

#index-5 .partner-list li {
    width: 240px;
    text-align: center;
}

#index-5 .partner-list li img {
    width: 80%;
}

#index-6 {
    height: 600px;
    padding: 0;
    display: flex;
    align-items: center;
    background: #fff url('../images/bg4.jpg') 0 0 /cover no-repeat;
    color: #fff;
}

#index-6 .x-main-title, #index-6 ul {
    margin-bottom: 0;
}

#index-6 .partner-list {
    width: 50%;

}

#index-6 .partner-list li {
    width: 24%;
    text-align: center;
    margin-bottom: 1.6%;
    overflow: hidden;
    border: none;
}

#index-6 .partner-list li img {
    width: 65%;
}

.more-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.more-partner:hover {
    background-color: var(--web-color2);
    color: #fff;
}

.more-partner:hover a {
    color: #fff;
}

/*left-nav*/
#left-nav {
    width: 90%;
    max-width: 280px;
}

.left-nav .c-btn {
    width: 100%;
    color: #fff;
    background-color: #333;
}


.left-nav li {
    margin-bottom: 1px;
}


.left-nav li p {
    line-height: 45px;
    padding-left: 20px;
    transition: all .3s;
}

.left-nav li p:hover a {
    color: var(--web-color);
}

.left-nav li p + p {
    border-top: 1px solid #ddd;
}

.left-nav li p.active a {

    color: var(--web-color);
}

.left-nav li.active .c-btn:after {
    height: 450%;
}

.left-nav li.active .c-btn {
    background: linear-gradient(90deg, var(--web-color), var(--other-color));
    transition: all .8s;
}

.left-nav li.active .c-btn-line {
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.data-list li {
    width: unset;
    margin-bottom: 0;
}

.data-list li h1 {
    line-height: normal;
}

.data-list li h1 span {
    font-size: 6vw;
    font-weight: normal;
    color: var(--web-color);
    font-family: DINCond-Regular, sans-serif;
}

.data-list li h1 b {
    font-size: 16px;
    margin-left: 5px;
}


.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;
}

.no-pic, .has-pic {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: linear-gradient(90deg, #ddd, #fff, #ddd);
    position: relative;
    overflow: hidden;
    transition: all .3s
}
.tabContent.on,
.tab-a .detail{
    position: relative;
    height: 100%;
}
.imgDiv .has-pic{
    height: 100%;
    padding-top: 0;
}

li img {
    transition: all .3s
}

.no-pic:hover img,
.has-pic:hover img {
    transform: scale(1.1);
}

.no-pic .p-mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.no-pic .p-mask a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-pic .x-video:before {
    display: none;
}

.no-pic img {
    width: 40%;
}

.has-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-pic i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--web-color);
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

li .x-content {
    padding: 10px;
    text-align: center;
}

.news-list li:hover .x-content {
    background-color: var(--web-color);
}

.news-list li h4 {
    position: relative;
    height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

.news-list li:hover a, .news-list li:hover h4, .news-list li:hover p {
    color: #fff;
}

.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: 100%;
}


/*单页*/
.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 .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) {
    h1 {
        font-size: 32px;
    }

}

@media (max-width: 1440px) {
    h1 {
        font-size: 26px;
    }

    .design-title p {
        font-size: 26px;
        letter-spacing: 8px;
        font-weight: 900;
    }
}

.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;
    -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%;
    -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
}


/*栏目*/

img.qrcode {
    width: 120px !important;
}

#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;
}


.box-icon {
    width: 60px;
    height: 60px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon span {
    color: #fff;
    font-size: 20px;
}

li:hover .box-icon span {
    color: #fff;
}

.box-content {
    width: calc(100% - 80px);
    position: relative;
    z-index: 10;
}

.icon-list1 li {
    display: flex;
    padding: 10px 0;
    margin: 0;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}


.icon-list1 li:hover {
    background-color: #f5f5f5;
}

.icon-list1 li:hover .box-icon {
    background-color: var(--web-color);
}

.icon-list1 li .box-icon span {
    color: #fff;
}

button.more-link {
    border: none;
}

.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;
}

.prev-next {
    margin-top: 30px;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.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;
}


table.no-bg {
    border: none;
    font-size: 14px;
}

table.no-bg td {
    border: none;
}

/*culture*/


/*contact*/

/*产品详情*/

.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;
}

.max-1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-top .swiper-slide img {
    width: 100%;

}

.gallery-top .swiper-slide {
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 2px;
    border: 1px solid #eee;
    opacity: 0.5;
    height: auto;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f5f5f5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--web-color);
    opacity: 1;
}

.case-swiper-show {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 65vh;
}

.case-swiper-show .gallery-thumbs .swiper-slide {
    border: none;
}

.case-swiper-show .gallery-thumbs {
    width: calc(30% - 15px);
    margin: 0;
}

.case-swiper-show .gallery-top {
    width: 70%;
    margin: 0;
}

.case-swiper-show .gallery-top .swiper-button-prev:after,
.case-swiper-show .gallery-top .swiper-button-next:after {
    display: none;
}

.case-swiper-show .gallery-top .swiper-button-prev span,
.case-swiper-show .gallery-top .swiper-button-next span {
    font-size: 50px;
    color: #fff;
}

.case-swiper-show .gallery-top .swiper-button-prev,
.case-swiper-show .gallery-top .swiper-button-next {
    left: 0;
    right: auto;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, .3), transparent);
    width: 80px;
    top: 0;
    margin: 0;
    opacity: 1 !important;
}

.case-swiper-show .gallery-top .swiper-button-next {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(51, 51, 51, .3));
}

.case-swiper-show .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
}

.case-swiper-show .gallery-top .swiper-slide {
    padding: 0;
    border: none;
}

.case-swiper-show .gallery-top .swiper-slide img {
    padding: 0;
    border: none;
}

.pro-title {
    line-height: 1;
    font-size: 30px;
    margin: 30px 0;

}


.ui-tabs-nav li a {
    font-size: 20px;
}

.ui-tabs-content .ui-tabs-pane h3 {
    margin-top: 30px;
}

.ui-tabs-content .ui-tabs-pane .clbox h3 {
    margin: 0;
}

blockquote {
    text-align: justify;
    background: #f5f5f5;
    padding: 15px 20px;
    border-left: 3px solid var(--web-color);
}

.x-action {
    position: fixed;
    height: 60px;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.x-action {

}

.pro-content img {
    max-width: 100%;
}

.pro-show-a {
    width: 40%;
}

.pro-show-b {
    width: 55%;
}

#pro-show {
    padding: 6rem 0;
}

.pro-show-a .gallery-thumbs {
    margin-top: 10px;
}

#pro-show .gallery-top .swiper-slide 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;
    padding: 0 30px;
    background-color: #f5f5f5;
}

.pro-contact ul {
    padding: 30px 0;
}

.pro-contact ul li {

    margin-bottom: 0;
}


.bg-gray {
    background-color: #f5f5f5;
}

.x-width {
    width: 100%;
    margin: 0 auto;
}

#contact-2 {
    background: url("../images/bg3.jpg") center / cover no-repeat;
    color: #fff;
}

#contact-2 .ui-form-ip {
    border-radius: 0 4px 4px 0;
}

#contact-1 .content {
    width: 48%;
}

#contact-1 .icon-list1 li {
    padding: 20px 0;
}

.gmap {
    position: relative;
    width: 48%;
    height: 450px;
}

#allmap1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 1921px) {
    .x-width {
        max-width: 1800px;
    }

    .pro-show-a {
        width: 35%;
    }

    .pro-show-b {
        width: 60%;
    }

    .page-section {
        padding: 6vh 0;
    }
}

@media (max-width: 1920px) {
    .x-width {
        max-width: 1600px;
    }
}

@media (max-width: 1700px) {
    .x-width {
        max-width: 1400px;
    }

    .tab-a .detail .name {
        margin-bottom: 20px;
    }

    #index-1 .content-text {
        padding: 20px;
    }
}

@media (max-width: 1440px) {
    .x-width {
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .x-width {
        max-width: 1120px;
    }
}

@media (max-width: 1200px) {
    .x-width {
        max-width: unset;
        width: 94%;
    }

    .x-pro-list li, .news-list li {
        width: 32%;
    }
}

.other-item {

    margin: 20px 0;
}
.pro-other{
    margin-top: 40px;
}
.pro-other .ui-tabs-pane p{
    line-height: 1.6;
    margin-bottom: 15px;
}
.pro-other .ui-tabs-pane table{
    margin-bottom: 15px;
}
.pro-other .ui-tabs-pane table *{
    /*border-color: #ccc;*/
    border-color: var(--web-color);
}
.pro-other .ui-tabs-pane table img{
    width: 40px;
}
.pro-other .ui-tabs-content{
    padding-top: 30px;
}

.pro-other .pro-content {
    padding: 20px 0;
}
.pro-other td,.pro-other th{
    text-align: center;
}
.pro-other th{

    font-weight: 700;
}
.pro-other .ui-menu {
    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;
}

.partner-list {
    position: relative;
    z-index: 2;
}

.partner-list li {
    width: 12%;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.partner-list1 {
    padding-bottom: 40px;
}

.partner-list2 {
    padding-top: 40px;
}

.partner-list1:after {
    content: "";
    position: absolute;
    width: calc(100% - 240px);
    height: 1px;
    left: 120px;
    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% - 240px);
    height: 1px;
    left: 120px;
    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%;
}

.qy-info li {
    display: flex;
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.qy-info li strong {
    flex-basis: 12em;
    flex-shrink: 0;
}

.qy-info li .info-content {
    flex-grow: 1;
    text-align: justify;
}

@media (max-width: 1280px) {
    body {
        font-size: 14px;
    }

}

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;
    background: #000;
    height: 30vh;
    z-index: 3;
    overflow: hidden;
}

.banner_inner .title {
    padding-top: 0;
}
.banner_inner .night{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
}
.shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
    border-radius: 999px;
    filter: drop-shadow(0 0 6px #699bff);
    -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
    animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
    animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
    animation: shining 3000ms ease-in-out infinite;
    transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
    top: calc(50% - 103px);
    left: calc(50% - 85px);
    -webkit-animation-delay: 3836ms;
    animation-delay: 3836ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
    -webkit-animation-delay: 3836ms;
    animation-delay: 3836ms;
}
.shooting_star:nth-child(2) {
    top: calc(50% - -102px);
    left: calc(50% - 152px);
    -webkit-animation-delay: 8401ms;
    animation-delay: 8401ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
    -webkit-animation-delay: 8401ms;
    animation-delay: 8401ms;
}
.shooting_star:nth-child(3) {
    top: calc(50% - 189px);
    left: calc(50% - 143px);
    -webkit-animation-delay: 7740ms;
    animation-delay: 7740ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
    -webkit-animation-delay: 7740ms;
    animation-delay: 7740ms;
}
.shooting_star:nth-child(4) {
    top: calc(50% - 143px);
    left: calc(50% - 64px);
    -webkit-animation-delay: 3822ms;
    animation-delay: 3822ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
    -webkit-animation-delay: 3822ms;
    animation-delay: 3822ms;
}
.shooting_star:nth-child(5) {
    top: calc(50% - 191px);
    left: calc(50% - 300px);
    -webkit-animation-delay: 2938ms;
    animation-delay: 2938ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
    -webkit-animation-delay: 2938ms;
    animation-delay: 2938ms;
}
.shooting_star:nth-child(6) {
    top: calc(50% - 108px);
    left: calc(50% - 71px);
    -webkit-animation-delay: 62ms;
    animation-delay: 62ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
    -webkit-animation-delay: 62ms;
    animation-delay: 62ms;
}
.shooting_star:nth-child(7) {
    top: calc(50% - -7px);
    left: calc(50% - 113px);
    -webkit-animation-delay: 2249ms;
    animation-delay: 2249ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
    -webkit-animation-delay: 2249ms;
    animation-delay: 2249ms;
}
.shooting_star:nth-child(8) {
    top: calc(50% - 162px);
    left: calc(50% - 115px);
    -webkit-animation-delay: 1ms;
    animation-delay: 1ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
    -webkit-animation-delay: 1ms;
    animation-delay: 1ms;
}
.shooting_star:nth-child(9) {
    top: calc(50% - 3px);
    left: calc(50% - 169px);
    -webkit-animation-delay: 344ms;
    animation-delay: 344ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
    -webkit-animation-delay: 344ms;
    animation-delay: 344ms;
}
.shooting_star:nth-child(10) {
    top: calc(50% - -57px);
    left: calc(50% - 63px);
    -webkit-animation-delay: 4680ms;
    animation-delay: 4680ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
    -webkit-animation-delay: 4680ms;
    animation-delay: 4680ms;
}
.shooting_star:nth-child(11) {
    top: calc(50% - -47px);
    left: calc(50% - 281px);
    -webkit-animation-delay: 3859ms;
    animation-delay: 3859ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
    -webkit-animation-delay: 3859ms;
    animation-delay: 3859ms;
}
.shooting_star:nth-child(12) {
    top: calc(50% - 79px);
    left: calc(50% - 59px);
    -webkit-animation-delay: 8720ms;
    animation-delay: 8720ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
    -webkit-animation-delay: 8720ms;
    animation-delay: 8720ms;
}
.shooting_star:nth-child(13) {
    top: calc(50% - -121px);
    left: calc(50% - 218px);
    -webkit-animation-delay: 3764ms;
    animation-delay: 3764ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
    -webkit-animation-delay: 3764ms;
    animation-delay: 3764ms;
}
.shooting_star:nth-child(14) {
    top: calc(50% - -69px);
    left: calc(50% - 262px);
    -webkit-animation-delay: 3496ms;
    animation-delay: 3496ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
    -webkit-animation-delay: 3496ms;
    animation-delay: 3496ms;
}
.shooting_star:nth-child(15) {
    top: calc(50% - 111px);
    left: calc(50% - 179px);
    -webkit-animation-delay: 1156ms;
    animation-delay: 1156ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
    -webkit-animation-delay: 1156ms;
    animation-delay: 1156ms;
}
.shooting_star:nth-child(16) {
    top: calc(50% - 88px);
    left: calc(50% - 24px);
    -webkit-animation-delay: 4864ms;
    animation-delay: 4864ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
    -webkit-animation-delay: 4864ms;
    animation-delay: 4864ms;
}
.shooting_star:nth-child(17) {
    top: calc(50% - 141px);
    left: calc(50% - 210px);
    -webkit-animation-delay: 643ms;
    animation-delay: 643ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
    -webkit-animation-delay: 643ms;
    animation-delay: 643ms;
}
.shooting_star:nth-child(18) {
    top: calc(50% - -174px);
    left: calc(50% - 128px);
    -webkit-animation-delay: 6573ms;
    animation-delay: 6573ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
    -webkit-animation-delay: 6573ms;
    animation-delay: 6573ms;
}
.shooting_star:nth-child(19) {
    top: calc(50% - -19px);
    left: calc(50% - 288px);
    -webkit-animation-delay: 3706ms;
    animation-delay: 3706ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
    -webkit-animation-delay: 3706ms;
    animation-delay: 3706ms;
}
.shooting_star:nth-child(20) {
    top: calc(50% - -22px);
    left: calc(50% - 131px);
    -webkit-animation-delay: 2055ms;
    animation-delay: 2055ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
    -webkit-animation-delay: 2055ms;
    animation-delay: 2055ms;
}

@-webkit-keyframes tail {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
    100% {
        width: 0;
    }
}

@keyframes tail {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes shining {
    0% {
        width: 0;
    }
    50% {
        width: 30px;
    }
    100% {
        width: 0;
    }
}
@keyframes shining {
    0% {
        width: 0;
    }
    50% {
        width: 30px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes shooting {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300px);
    }
}
@keyframes shooting {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300px);
    }
}
@-webkit-keyframes sky {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}
@keyframes sky {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}
.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: 10;
}

.banner_inner .x-mask .content {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: screen;
}

.banner_inner .x-mask .content span {
    font-size: 6vh;
    font-weight: 900;
    display: block;
    position: absolute;
    color: var(--web-color);
    letter-spacing: 0.1em;
}

.banner_inner .x-mask .content span.t1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
}

.banner_inner .x-mask .content span.t2 {

    color: var(--web-color);
    margin-top: 35px;
}

.banner_inner .x-mask .content span:before,
.banner_inner .x-mask .content span:after {
    content: attr(data-text);
    display: block;
    position: relative;
    padding: 0 5px;
    z-index: 1;
}

.banner_inner .x-mask .content span:before {
    position: absolute;
    -webkit-text-stroke: 5px #333;
    z-index: 0;
}

.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 .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: 180px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    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%;
    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;
    display: flex;
    align-items: stretch;
}

.left-nav2 li {
    min-width: 180px;
    border: 1px solid #ddd;
    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, .left-nav2 li:hover {
    border-top: 1px solid var(--web-color);
}

.left-nav2 li > a {
    background-color: #f5f5f5;
}

.left-nav2 li.active > a, .left-nav2 li:hover > a {
    background-color: var(--web-color);
    color: #fff;
}

.left-nav2 li .son-div {
    position: relative;

}

.left-nav2 li.active .son-div:before {

}

.left-nav2 li .son-div p {
    font-size: 14px;
}

.left-nav2 li p a:hover {
    background-color: #fff;
    color: var(--web-color);
}


#about2 {
    background: #fff;
}

@media (max-width: 1024px) {
    #index-3{
        padding: 4vh 0;
    }
    .left-nav2 li+li{
        margin-left: -1px;
    }
    .next-prev a{
        width: 30%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        min-width: unset;
    }
    .more-link span{
        font-size: 14px;
    }
    .pro-contact ul{
        padding: 0;
    }
    .pro-contact ul li{
        padding: 10px;
    }
    .page-section{
        padding: 30px 0;
    }
    .banner_inner .x-mask .content span{
        font-size: 32px;
    }
    .banner_inner .x-mask .content span.t1{
        margin-bottom: 10px;
    }

    .x-pro-list li p, .pro-swiper .swiper-slide p {
        padding: 10px;
    }

    .header-nav-list {
        justify-content: start !important;
    }

    .header-nav-list li {
        margin: 0;
        padding: 10px;
    }

    .case-swiper-show .gallery-thumbs {
        margin-top: 10px;
    }

    .case-swiper-show {
        height: auto;
    }
.news-list li h4{
    font-size: 14px;
    height: auto;
    margin: 0;
}
.news-list li p span{
    font-size: 12px;
}
.x-pro-list li, .news-list li, .pro-swiper .swiper-slide{
    margin-bottom: 10px;
}
.x-pro-list li .x-picture img, .pro-swiper .swiper-slide .x-picture img{
    filter: grayscale(0);
}
    /*.gallery-thumbs .swiper-slide img {*/
    /*    height: auto;*/
    /*}*/

    #index-5 ul.x-col-3 {
        -moz-columns: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .case-swiper-show .gallery-thumbs, .case-swiper-show .gallery-thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .case-swiper-show {
        flex-wrap: wrap;
    }

    .case-swiper-show .gallery-thumbs {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }

    .case-swiper-show .gallery-top {
        width: 100%;
        margin: 0;
    }

    .ui-table {
        font-size: 12px;
    }

    .pro-show-b blockquote {
        display: none;
    }

    #contact-1 .x-flex {
        flex-direction: column-reverse;
    }

    #contact-1 .content {
        width: 100%;
    }

    #contact-1 .gmap {
        width: 100%;
        height: 40vh;
    }

    .x-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .show-path {
        width: 100%;
        padding: 10px 3%;
    }

    .next-prev {
        padding: 20px 0;
    }

    .ui-footbar {
        position: fixed;
        width: 100%;
        padding: 0 3%;
        left: 0;
        bottom: 0;
    }

    .pro-title {
        margin: 20px 0 0;
    }

    #about2 li:last-child {
        padding-left: 0;
    }

    .ui-footbar-left a {
        color: #666 !important;
    }

    .ui-footbar-right a {
        background: var(--web-color) !important;
        padding: 10px 0;
    }

    .footer__copyright {
        background: #000;
    }

    .product-content {
        padding-bottom: 60px;
    }

    .product-content .banner_inner {
        display: none;
    }

    .pro-other .ui-tabs-nav li a {
        padding: 10px 0;
    }
    .ui-tabs-nav li a{
        font-size: 16px;
    }
    #pro-show {
        padding: 20px 0;
    }

    .x-content-left .show-title h1,
    .pro-title {
        font-size: 2.4rem;
        line-height: 1.6;
    }

    .x-content-left,
    .x-content-right,
    .pro-show-a,
    .pro-show-b {
        width: 100%;
    }

    #index-6 .partner-list {
        width: 80%;
        margin: 20px auto 0;
    }

    .x-path {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        flex-direction: column-reverse;
    }

    .x-path-b {
        width: 100%;
        position: relative;
    }

    .show-nav {
        width: 100%;
        padding: 10px;
    }

    .qy-info li {
        padding: 8px 0;
    }

    .show-nav:before, .show-nav:after {
        right: 10px;
    }

    .new-nav.active .left-nav2 {
        flex-wrap: nowrap;
        align-items: start;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .left-nav2 li {
        min-width: calc(100% / 3);

        margin: 0;
    }

    .left-nav2 li:last-child {
        border-right: 1px solid #ddd;
    }

    .left-nav2 li.active > a, .left-nav2 li:hover > a {
        background: #f5f5f5;
        color: var(--web-color);
    }

    .x-main-title h1 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .x-main-title p {
        margin-top: 10px;
    }

    .index-banner {
        height: auto;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-50 > li {
        width: 49% !important;
    }

    .mobile-100 > li {
        width: 100% !important;
    }

    .x-header {
        padding: 0 3%;
    }

    .head-logo {
        height: 60px;
        width: 60%;
    }

    .head-logo img {
        height: 50px;
    }

    .logo-text .t1 {
        padding: 0 0 5px;
        margin: 0;
        font-size: 16px;
    }

    .logo-text .t2 {
        font-size: 13px;
        letter-spacing: 0;

    }

    .banner_inner {
        height: 150px;
    }

    .banner_inner .x-mask .content h1 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 300;
    }

    .banner_inner .x-mask .content h3 {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
    }

    .x-path2 {
        padding: 6px 0;
        font-size: 14px;
    }

    .footer__copyright {
        padding: 10px 3%;
        height: auto;
    }

    .copyright-a, .copyright-b, .copyright-c {
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-weight: 100;
        color: rgba(255, 255, 255, .6);
    }

    .copyright-c {
        display: none;
    }

    .copyright-b img {
        width: 12px;
    }

    .footer__copyright a {
        color: rgba(255, 255, 255, .6);
    }

    .index1-a,
    .index1-b,
    #index-1 .content-text,
    .content-a,
    .content-b,
    .x-left,
    .x-right,
    .tab-a,
    .tab-b {
        width: 100%;
    }

    #index-1 .content-text {
        display: none;
    }

    .x-main-title.x-left {
        text-align: center;
        margin-top: 20px;
    }

    .index1-a .x-mask h1 {
        margin: 0;
        font-size: 20px;
    }

    .x-main-title.x-left h1::after {
        left: 50%;
        transform: translate(-50%);
    }

    .data-list2 {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0;
    }

    .data-list2 li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .c-btn3{
        display: block;
        width: 100%;
    }
    .c-btn3 .circle{
        width: 100%;
    }
    .c-btn3 .button-text{
        opacity: 1;
    }
    .c-btn3 .arrow{
        background: #fff;
        transform: translate(16px, 0);
    }
    .g_img {
        margin: 0 auto;
    }

    .content-a {
        margin-bottom: 20px;
    }

    .c-btn {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .c-btn .content {
        text-align: center;
    }

    .x-main-title {
        margin-bottom: 20px;
    }

    #index-4 .x-tab {
        width: 100%;
    }

    #index-4 .x-tab ul {
        width: 100%;
        justify-content: space-between;
    }

    #index-4 .x-tab ul li {
        margin-left: 0;
        flex: 1;
    }

    .tabContent {
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .tab-a .detail {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .tab-a .detail .imgDiv {
        width: 100%;
        position: relative;
    }

    #index-5 .partner-list li {
        margin-bottom: 1.6%;
        padding: 0;
        text-align: center;
    }

    #index-5 .partner-list li img {
        width: 80%;

    }

    #index-5 .partner-list1 {
        margin-bottom: 0;
    }

    #index-5 .partner-list1:after {
        display: none;
    }

    .ui-card {
        border: none;
    }

    .ui-card-header {
        background: #000;
        border-color: #333;
    }

    .ui-card-header a, .ui-card-header-title, .ui-collapse .ui-card-body a {
        color: #fff;
    }

    .ui-collapse .ui-card-body {
        background: #222;

    }

    .ui-card-body li {
        line-height: 36px;
        font-size: 16px;
        padding: 0 20px;
        border-bottom: 1px solid #333;
    }

    .ui-card-header .ui-card-header-title {
        border-color: var(--web-color);
    }

    .ui-card-body li:hover {
        color: var(--web-color);
    }

    .ui-card .ui-backtop {
        background: #000;
        color: #fff;
    }

    .container-left {
        display: none;
    }

    .container-right {
        width: 100%;
    }
}

.link-button .label {
    color: #fff;
}

.link-button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 500;
    width: 224px;
    height: 68px;
    border: 1px solid rgba(118, 138, 160, .5)
}

@media screen and (max-width: 767px) {
    .link-button a {
        font-size: 3.5vw;
        font-weight: 300;
        width: 50vw;
        height: 16vw
    }
}

.link-button a:hover {
    -webkit-animation: flashGlow-data-v-26722ae3 .7s linear .16s;
    animation: flashGlow-data-v-26722ae3 .7s linear .16s
}

.link-button a:hover span:not(.label).topLeft:before {
    width: 100%
}

.link-button a:hover span:not(.label).bottomLeft:after, .link-button a:hover span:not(.label).topRight:after {
    height: 100%
}

.link-button a:hover span:not(.label).bottomRight:before {
    width: 100%
}

.link-button a span:not(.label):after, .link-button a span:not(.label):before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 1px;
    transition: .4s cubic-bezier(.25, .46, .45, .94)
}

.link-button a span:not(.label).topLeft:before {
    top: -1px;
    left: -1px;
    width: 7px
}

.link-button a span:not(.label).topLeft:after {
    top: -1px;
    left: -1px;
    height: 7px
}

.link-button a span:not(.label).topRight:before {
    top: -1px;
    right: -1px;
    width: 7px
}

.link-button a span:not(.label).topRight:after {
    top: -1px;
    right: -1px;
    height: 7px
}

.link-button a span:not(.label).bottomLeft:before {
    bottom: -1px;
    left: -1px;
    width: 7px
}

.link-button a span:not(.label).bottomLeft:after {
    bottom: -1px;
    left: -1px;
    height: 7px
}

.link-button a span:not(.label).bottomRight:before {
    bottom: -1px;
    right: -1px;
    width: 7px
}

.link-button a span:not(.label).bottomRight:after {
    bottom: -1px;
    right: -1px;
    height: 7px
}
