@charset "utf-8";
* {
    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;
    outline: none;
}

:root {
    --dark-color: #222;
    --web-color: #ed6c00;
    --web-color2: #00525a;
    --other-color2: #6fd7e2;
    --gray-color: #999;
    --dark-border-color: #041501;
    --head-height: 90px;
    --m-head-height: 60px;
}
.qrcode-li{
    text-align: right;
}
.qrcode-li .qrcode-item{
    display: inline-block;
    margin-left: 5px;
}
.video-text h2{
     
    line-height: 1;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 5%;
    transition: 1s ease-in-out;
    text-align: center;

    text-shadow: 0 0 10px #ccc;
}
.video-text .t1{
     animation: move 7s infinite alternate;
}
.video-text .t2{
      animation: move 7s  infinite alternate-reverse;
}
@keyframes move {
        0% {

            opacity: 1;
        }

        100% {

            opacity: 0;
        }
    }
.cate-title{
    margin-bottom: 20px;
}
.ai-video {
    width: 100%;
    height: 0;
    padding-top: 33.3333%;
    position: relative;
}

.ai-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ai-video .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
}

.ai-video .x-mask h1 {
    font-weight: 100;
    font-family: ysbt, sans-serif;
}

.x-more {
    position: relative;
    display: block;
    padding: 20px;
    width: 200px;
    border: none;
    background-image: linear-gradient(
            90deg, #00bacf 10%, var(--web-color2) 60%, var(--other-color2));
    background-position: left center;
    background-size: 200% 70%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.625;
    transition: all .3s;
    margin: 0 auto;
}

.x-more:hover {
    background-position: right center;
    color: #fff;
}

.x-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);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

#index-znsc .x-more {
    width: 35%;
    float: right;
}

#index-znsc .x-more:after {
    content: '';
    clear: both;
}

.x-more:hover .x-line {
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.x-more:hover .x-line:before {
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#index-znsc .znsc-a {
    width: 45%;

}

#index-znsc .znsc-b {
    width: 50%;
    text-align: right;
}

#index-znsc li {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zn-left {
    width: 65%;
}

.zn-right {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.zn-right > div {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    transition: all .3s;
}

#index-znsc li:hover .zn-right > div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#index-znsc ul {
    width: 100%;
    margin-top: 40px;
}

#index-znsc li {
    margin-bottom: 30px;
}

#index-znsc li .x-bg-mask:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 82, 90, .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;
    transition: all .3s;
    z-index: 2;
}

#index-znsc li:hover .x-bg-mask:before {
    opacity: 0;
}

#index-znsc li .x-bg-mask {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45%;
}

#index-znsc li .x-bg-mask img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

#index-znsc li p {
    line-height: 40px;
    text-align: center;
}

#index-znsc li:nth-child(2n) .zn-left {
    order: 2;
}

#index-znsc li .num {
    font-size: 60px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    color: var(--web-color2);
    font-family: DINCond-Light, sans-serif;
}

#index-znsc li .num:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto 20px;
    background-color: var(--web-color);
}

.H34 {
    font-size: 34px;
    color: #333;
    line-height: 2;
    font-weight: bold;
    position: relative;
}

.H34:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

.ui-input-group .ui-form-ip {
    border-radius: 0 4px 4px 0;
}

.ui-input-group #code {
    border-radius: 0;
}

.artshow .content p {
    font-size: 18px;
    margin: 34px 0;
    line-height: 2.4;
}

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

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

.banner .mobile-slide {
    display: none;
}

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

.pro-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #000;
}

.pro-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

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

.ui-footnav {
    display: none;
}

.x-color-white {
    color: #fff;
}

.contact-map2 {
    clear: both;
    width: 100%;
    margin-top: 40px;
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_3s8632ray32.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_3s8632ray32.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_3s8632ray32.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_3s8632ray32.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_3s8632ray32.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_3s8632ray32.svg#after') format('svg'); /* iOS 4.1- */
}

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

@font-face {
    font-family: 'ysbt';
    src: url('../fonts/ysbt.ttf') format('truetype'),
    url('../fonts/ysbt.eot') format('eot'),
    url('../fonts/ysbt.woff') format('woff'),
    url('../fonts/ysbt.woff2') format('woff2');
}

.ysbt {
    font-family: ysbt, sans-serif;
    font-weight: normal;
}

.ui-box-title h3 {
    font-size: 28px;
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0;
    font-weight: normal;
}

.ui-box-title h3 img {
    width: 28px;
    margin-right: 10px;
}

.ui-btn:hover {
    color: var(--web-color);
    border-color: var(--web-color);
    background: #e85600;
    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';
}

.x-flex li img {
    width: 100%;
}

@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-end {
    justify-content: flex-end !important;
}

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

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

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

.x-flex-list-2 > li {
    width: 48%;
}

.x-flex-list-3 > li {
    width: 31%;
}

.x-flex-list-4 > li {
    width: 23.5%;
}

.x-flex-list-5 > li {
    width: 18.5%;
}

.x-flex-list-6 > li {
    width: 15%;
}

.x-flex-list-7 > li {
    width: 13%;
}

.x-flex-list-8 > li {
    width: 11%;
}

.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: 280px;
}

.container-right {
    width: calc(100% - 280px);
    padding-left: 100px;
}


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

.ui-collapse-menu-body.shows {
    display: block;
}

.container-right .content h3 {
    margin: 40px 0 20px;
}

.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 {
    background: var(--web-color);
    color: #fff;
}

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

.ui-nav ul li a {
    padding: 0 30px;
}

.ui-nav ul li ul {
    min-width: 100%;
    width: max-content;
    border: none;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
    transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
}

.ui-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}

.ui-nav ul li ul li a:hover {
    background-color: var(--web-color);
}

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


.textarea-content .ui-form-icon {
    top: 28px;
}

.pro-cate {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.pro-cate-list li {
    position: relative;
    width: 49%;
    background-color: #fff;
}


.pro-cate-list .content {
    padding: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.pro-cate-list .content div {
    width: 49%;
}

.pro-cate-list .content div img {
    text-align: right;
    max-width: 90%;
}

.pro-cate-list .content h3 {
    margin-bottom: 40px;
    position: relative;
}

.pro-cate-list .content h3:after {
    content: '';
    width: 48px;
    height: 2px;
    background-color: var(--web-color);
    margin-top: 10px;
    display: block;
}

.pro-cate-list li p a {
    display: inline;
    height: 36px;
    line-height: 36px;
    background: url(../images/pro-dd.png) no-repeat left;
    padding-left: 27px;
}

@media only screen and (min-width: 1921px) {
    .x-width {
        max-width: 1600px;
    }
}

.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: 50%;
    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: var(--web-color2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-box-nav .title1 {
    line-height: 45px;
    border-bottom: 1px solid #eee;
}

.ui-box-nav .title1:last-child {
    border: none;
}

.ui-box-nav .title1 a {
    display: block;
    width: 100%;
    padding: 0 20px;
    transition: all .3s;
}

.ui-box-nav .title1:hover a {
    background: var(--web-color);
    color: #fff;
}

.ui-table td {
    padding: 10px;
}

.ui-collapse-menu-title {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.banner .swiper-slide a {
    position: relative;
    color: #fff;
    text-shadow: 0 0 10px #ccc;

}

.banner .swiper-slide a:hover {
    color: #fff;
}

.banner .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.banner .mask h2 {
    font-size: 4vw;
}

.banner .mask h3 {
    font-size: 2.5vw;
}

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

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

.banner_inner {
    position: relative;
    height: 480px;
}

.banner_inner .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_inner #banner-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

.ui-bread ul li {
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
}

.ui-bread ul li i {
    font-size: 16px;
    padding: 0;
}

.ui-bread ul li + li:before {
    padding: 0 8px 0 5px;
    content: '/';
}

#x-loading {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.loader {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-family: sans-serif;
    color: #ffffff;
    font-size: 16px;
    display: block;
    position: relative;
}

.loader span {
    z-index: 3;
}

.loader-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent repeat-x 0 100px/150px 300px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsCAYAAACG+vy+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABLdJREFUeNrs299nXGkcx/FPMhVKSZUQSinLUEooJSxlWEIJvS1lydXeLqX/Qf+H3i5bpVQverVEo9XYUkqJhhJql2UJIeSq2ovzDacju82PTjKTeb04TjMTjTyZ9zznPOfMxPmHK4Ejmkpy9X+e30myNoq/2Bl/W/ZwKckPtc3V/kLr+Zn6nsN6U/t/k3xMsp5kK8nb1mMC4USdTXKl3vkvVwTdCqIz4J99bR/f045mvfbvKiCBMJAgekluJLlVQQyzbu2v9z3+d8XythXNukA47Dv1QkXRO4aZ4ThcrO1m67GtJC9rW07yWiD814unl2SxopgZk997uoLZjWa7FcxK7QUypmaS3KltznAkSc7VzLnQmmH+SPK49pv7/Y8mLPOOpE69Wy7VvmNIDmS5QnmUZEMgp2u2+LXCmDEc38WbCuX3WgAQyAjqVhg/p7kox2C8TPJbxbItkOE3n+RummVZjs92zSoPJpPcS7P6wfBYTPIiyStxnNhJ/lKSPyeT3E/yV5LnSX5JMmt8TsRU/VHeJ3ma5EdDcvImzj9c+bzH46tJntWx2IZhGviJ91KdYzjxHpFA2j4keZLmgstymjszOfpssVgn3QuxTDvSgbR9aoWyXDMN+3c9zQW92/n67liG1EGvpHfS3MrQq683K5LVNPe/rNYKAI3dGwQX01zQsxhyygPpdyFf3wOTNHdXrrSi+TBmY9pN8lMdOvUqEsbkEOswtiqatTRXLddq2zwF4zeV5lrFfJpVp3mHTmaQg5quF0//suU/Fcq71n4nzT3+wzozXOnb5ryEBDIos7X19nhuO82HYHY/fvmx/r3eOsdZy9FX1Dp9L/LdT9nN1vlCtwIXgkCGyrns72OZ/Ta+ceh2MS6EcgoCOazLtcF3MWkIQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYEAAgGBgEBAICAQEAgIBAQCAgGBAAIBgYBAQCAgEBAICAQEAgIBBAICAYGAQEAgIBAQCAgEBAICAQQCAgGBgEBAICAQEAgIBAQCAjEEIBAQCAgEBAICAYGAQEAgIBBAICAQEAgIBAQCAgGBgEBAICAQQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYEAAgGBgEBAICAQEAgIBAQCAgGBAAIBgYBAQCAgEBAICAQEAgIBgRgCEAgIBAQCAgGBgEBAICAQEAggEBAICAQEAgIBgYBAQCAgEBAIIBAQCAgEBAICAYGAQEAgIBBAICAQEAgIBAQCAgGBgEBAICAQQCAgEBAICAQEAgIBgYBAQCCAQEAgIBAQCAgEBAICAYGAQEAggEBAICAQEAgIBAQCAgGBgEAAgYBAQCAgEBAICAQEAgIBgYBAAIGAQEAgIBAQCAgEBAICAYGAQAwBCAQEAgIBgYBAQCAgEBAICAQQCAgEBAICAYGAQEAgIBAQCIy3LwMAZISJmhIzD54AAAAASUVORK5CYII=');
    z-index: 2;
    animation: wave 1s ease-out forwards;
}

.drops {
    -webkit-filter: url('#liquid');
    filter: url('#liquid');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    animation: fade-in .1s linear .4s forwards;
}

.drop1, .drop2 {
    width: 21px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--web-color)
}

.drop1 {
    width: 90px;
    height: 16px;
    bottom: 2px;
    border-radius: 0;
}

.drop2 {
    animation: drop 1.3s cubic-bezier(1, .19, .66, .12) .5s infinite;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes drop {
    0% {
        bottom: 0px;
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        bottom: -200px;
    }
}

@keyframes wave {
    0% {
        background-position: 0 160px;
        background-size: 170px 300px;
    }

    100% {
        background-position: 500px -18px;
        background-size: 250px 150px;
    }
}

span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #d4312a;
    vertical-align: middle;
    margin-right: 5px;
}

#sun-mode {
    display: none;
}

.x-path {
    border-top: 1px solid #eee;
}

.x-path .ui-bread-1 {
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;

}

.x-path .f-tel span {
    font-size: 24px;
}

.banner_inner {
    position: relative;
    overflow: hidden;
}

.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: rgba(0, 0, 0, .3);
}

.banner_inner .x-mask .content {
    width: max-content;
    height: max-content;
    padding: 30px;
    min-width: 300px;
    border-radius: 30px 0;
    color: #fff;
    background-color: var(--web-color);
}

.banner_inner .x-mask h1 {
    margin: 0;
    color: #fff;
}

.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: 3vw;
}

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

.visible-xs {
    display: none !important;
}

.x-contrast {
    position: absolute;
    background-color: var(--web-color);
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    left: 50%;
    top: 50%;
    transition: all .3s;
    z-index: 2;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.x-pro-list {
    align-items: stretch;
}

.x-pro-list li {
    background-color: #fff;
}

.x-pro-list li:hover .x-contrast {
    opacity: 1;

}

.x-pro-list li {
    box-shadow: 0 12px 32px 0 rgba(190, 196, 204, .2);
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5%;

}

.x-pro-list li .content {
    min-height: 50px;
    padding: 10px;
    text-align: center;
}

.x-pro-list li:hover {
    box-shadow: 0 4px 20px 4px rgba(115, 119, 124, .2);
}

.x-pro-list2 > li {
    padding: 60px 0;
}

.x-pro-list2 > li:nth-child(1), .x-pro-list2 > li:nth-child(5), .x-pro-list2 > li:nth-child(9) {
    background: #fff url('/theme/2022/images/cpbg1.jpg') 0 0 /cover no-repeat;
    color: #fff;
}

.x-pro-list2 > li:nth-child(3), .x-pro-list2 > li:nth-child(7), .x-pro-list2 > li:nth-child(11) {
    background: #fff url('/theme/2022/images/cpbg2.jpg') 0 0/cover no-repeat;
    color: #fff;
}

.x-pro-list2 > li:nth-child(2n) {
    background: #fff url('/theme/2022/images/cpbg3.jpg') 0 0/cover no-repeat;

}

.x-pro-list2 > li:nth-child(even) li:nth-child(1) {
    order: 2;
}

.x-pro-list2 > li:nth-child(even) li:nth-child(2) {
    order: 1;
}

.x-pro-list2 > li .more-link {
    margin: 20px 0;
    border-color: #fff;
    color: #fff;
}

.x-pro-list2 > li img {
    max-width: 600px;
}

.x-pro-list2 > li .more-link:hover {
    border-color: var(--web-color2);
}

.x-pro-list2 > li .more-link:hover:before {
    box-shadow: none;
}

.x-pro-list2 > li:nth-child(2n) .more-link {
    color: var(--web-color2);
    border-color: var(--web-color2);
}

.x-pro-list2 > li:nth-child(2n) .more-link:hover {
    color: #fff;
}

.x-pro-list2 li h3 {
    font-size: 30px;
}

.x-pro-list2 li .content p {
    line-height: 2;
}

a:hover {
    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-color2);
    color: var(--web-color2);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 20px 0;
    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: #fff;
    border-radius: 20px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 150ms ease-out;
}

.more-link:hover {
    color: #fff;
}

.more-link:hover:before {
    background: var(--web-color2);

    box-shadow: 0 10px 30px #ccc;

}

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

.custom-shape-divider-bottom-1631255110 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1631255110 svg {
    position: relative;
    display: block;
    width: calc(100% + 2px);
    height: 84px;
}

.custom-shape-divider-bottom-1631255110 .shape-fill {
    fill: #FFFFFF;
}

footer {
    background-color: #222;
    color: #999;
    padding: 3% 0;
    position: relative;
}

footer .foot-logo span {
    color: #fff;
}

.copyright {
    background-color: #000;
    font-size: 14px;
    border-color: #333;
    color: #999;
}

.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: 60px;
    margin-bottom: 20px;
}

.foot-logo span {
    font-size: 60px;
    color: var(--web-color);
}

footer .foot-1 {
    border-top: 1px solid #666;
}

footer .foot-1 li h3 {
    font-size: 22px;
    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 {
    display: inline-block;
    margin-right: 20px;
}

footer .link a {
    background-color: transparent;
    color: #ccc;
    border-color: #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

footer .link a:hover {
    color: #fff;
    border-color: #fff;
}

footer .foot-1 .contactInfo P {
    margin-bottom: 10px;
}

footer .foot-text {
    padding: 20px 0 0;
}

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

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

.x-width {
    width: 90%;
    margin: 0 auto;

}

.head-logo {
    height: 65px;
}


.x-header {
    width: 100%;
    padding-left: 30px;
    margin: 0 auto;
}

.x-main-title {
    position: relative;
    z-index: 2;
}

.x-main-title h2 {
    line-height: 1;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: var(--web-color2);
}

.x-main-title h1 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: 3px;
    color: var(--web-color);
    font-size: 48px;
    font-family: ysbt, sans-serif;
}

.x-main-title strong {
    width: 120px;
    line-height: 1;
    display: inline-block;
    height: 1px;
    background-color: #333;
}

.x-main-title h3 {
    line-height: 2;
    font-size: 28px;
    font-weight: bold;
    color: var(--web-color2);
    font-family: ysbt, sans-serif;
}

.x-main-title .title-a {
    font-size: 34px;
    font-weight: bold;
    text-align: left;

}

.x-main-title .title-a span {
    font-size: 34px;
    font-weight: normal;

}

.x-main-title h2 span {
    display: inline-block;
    font-size: 46px;
    padding: 0 30px;
    font-family: ysbt, sans-serif;
    position: relative;
    font-weight: normal;
}

.x-main-title h2 span:before {
    width: 15px;
    height: 20px;
    background: url(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.x-main-title h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
}

.x-pr {
    position: relative;
}

.x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.x-cover {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    display: block;
}

.x-cover .x-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.x-pro-list li:hover .x-cover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}

.x-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
}

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

/*头部*/
body {
    padding-top: var(--head-height);
}

header {
    width: 100%;
    top: 0;
    left: 0;
    height: var(--head-height);
    position: fixed;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}

._fixed header {
    box-shadow: 0 0 10px #ddd;
    background-color: rgba(255, 255, 255, .9);
    webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);

}

.head-logo {
    display: flex;
    align-items: center;
    height: var(--head-height);
}

.head-logo a span {
    font-size: 40px;
    color: var(--web-color);
}

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

.logo-text {

    margin-left: 15px;
}


.logo-text .t1 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: var(--web-color);
    font-family: ysbt, sans-serif;
}

.logo-text .t2 {
    font-size: 13px;
    font-family: SimSun, sans-serif;
    color: var(--web-color);
}

.nav {
    min-width: unset;
}

.nav .ui-nav > ul {
    display: flex;
    align-items: center;
}

.nav .ui-nav {
    height: var(--head-height);
    align-items: center;
}

.nav ul li {
    border: none;
}

.ui-nav > ul > li > a {
    font-size: 18px;
    line-height: var(--head-height);
}

.ui-nav ul.normal li a {
    line-height: 45px;
}

.nav ul li.hotline {
    line-height: normal;
    padding: 0 10px;

}

.nav ul li.hotline .t1 {
    font-size: 12px;
    line-height: 1;
}

.nav ul li.hotline .t2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--web-color2);
    font-family: 'DINCond-Bold', sans-serif;
}

.nav ul li.hotline span {
    font-size: 36px;
    margin-right: 10px;
    font-weight: bold;
    color: var(--web-color);
}

.nav ul li ul.normal {
    border-top: 2px solid var(--web-color);
}
.nav ul li ul.pro-son{
    width: max-content;
}
.nav ul li ul.pro-son li{
    width: 100%;
    padding: 20px 20px 0;
    text-align: center;
}
.nav ul li ul.pro-son li:last-child{
    padding-bottom: 20px;
}
.nav ul li ul.pro-son li h3{

    border-bottom: 1px solid var(--web-color);
}
.nav ul li ul.pro-son li h3 a{
    padding: 0;
    font-size: 18px;
}
.nav ul li ul.pro-son li a:hover{
    color: var(--web-color);
    background-color: #fff;
}
.nav ul li ul.pro-son li p a{
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}
.nav ul li#top-2 {
    position: static;
}

.nav ul li#top-2 ul {
    width: max-content;
    display: flex;
    justify-content: space-between;
}

.nav ul li#top-2 ul li {
    flex: 1;
}

.nav ul li ul li a {
    font-size: 16px;
}

header li.top-search a span {
    font-size: 24px;

}

header li.top-search #searchForm {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    width: 340px;
    right: 0;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.1);
}

header li.top-search #searchForm .ui-form-group {
    margin: 0;
    padding: 0;
}

header li.top-search #searchForm .ui-input-group {
    width: 100%;
}

header li.top-search #searchForm.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

header li.top-search #searchForm input {
    font-size: 14px;
}

.ui-nav ul li#top-pro .ui-tabs-pane img {
    width: auto;
}

.ui-nav ul li#top-pro .ui-tabs-vertical > .ui-tabs-nav li a {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.ui-nav ul li#top-pro .ui-tabs-vertical > .ui-tabs-nav li:hover, .ui-nav ul li#top-pro .ui-tabs-vertical > .ui-tabs-nav li.active {
    border: none;
}

.ui-nav ul li#top-pro {
    position: static;
}

.ui-nav ul li#top-pro:hover .nav-content {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 5px 10px #ddd;
}

.ui-nav ul li#top-pro .nav-content {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 40px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    transform: scale(1, 0);
    transition: all .5s;
}

.ui-nav ul li#top-pro .nav-content ul {
    position: relative;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs-pane img {
    width: auto;
}

.ui-nav ul li#top-pro #pro-li.nav-content {

    background: #f5f5f5 url('../images/nav-bg.jpg') right 0 no-repeat;
}

.ui-nav ul li#top-pro #pro-li.nav-content:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-nav {
    width: 25%;
    padding: 20px 0;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content {
    width: 70%;
    text-align: left;
    padding: 0;
    flex: unset;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content li a {
    padding: 0;
    font-size: 16px;
    line-height: 50px;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content li:hover a {
    color: #e60012;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .pro-contact {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 10%;
    text-align: left;
    display: none;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .pro-contact .ax-btn {
    width: 220px;
    display: flex;
    height: 45px;
    line-height: 45px;
    border: 2px solid #bfbfbf;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 0.3rem;
    font-size: 16px;
}


.ui-nav ul li#top-pro .nav-content .ui-tabs .pro-contact .ax-btn:after {
    border: none !important;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .pro-contact .ax-btn.ax-line:hover {
    border-color: var(--web-color);
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content .ui-tabs-pane {
    padding: 20px 0;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content .ui-tabs-pane ul {
    width: 30%;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content .ui-tabs-pane ul li a {
    text-align: left;
    padding: 0;
}

.ui-nav ul li#top-pro .nav-content .ui-tabs .ui-tabs-content .ui-tabs-pane .pro-bg {
    width: 70%;
    height: 350px;
}

/*banner*/

.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 8px 14px;
}

.banner .swiper-slide {
    height: 100vh;
    overflow: hidden;
}

.banner .banner-control {
    height: 70px;
    display: flex;
    align-items: center;
}

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

.banner-nav .btn-down span {
    font-size: 20px;
    font-weight: bold;
}

.banner-nav .swiper-pagination-custom {
    position: static;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    font-weight: 700;
    font-family: 'azonixregular', sans-serif;
}

.swiper-pagination-custom .line {
    display: inline-block;
    position: relative;
    height: 1px;
    width: 60px;
    background-color: #a1a1a1;
    vertical-align: middle;
    margin: 0 10px;
}

.banner-nav {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.banner-nav .x-width {
    background-color: #fff;
    padding: 0 30px;
    height: 70px;
    position: relative;
}

.banner-nav .ui-list li {
    border: none;
}

.banner-nav .x-width > .x-flex {
    height: 100%;
}

.banner-news-info {
    text-align: right;
}

.banner-news-info span {
    argin-left: 10px;
    margin-right: 5px;
}

.banner-nav .swiper-button-prev.square-style {
    left: 50px;
}

.banner-nav .swiper-button-next.square-style {
    right: auto;
    left: 110px;
}

.banner-nav .swiper-button-next.square-style:focus {
    outline: none;
}

.banner .btn-down {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 24px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;

}

.square-style {
    height: 40px;
    width: 40px;
    background-color: var(--web-color);
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    position: static;
}

.banner .swiper-button-prev {
    background-image: url(../images/prev-2.png);
}

.banner .swiper-button-next {
    background-image: url(../images/next-2.png);
}

.banner-nav .banner-tel {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 24px;
    line-height: 70px;
    display: flex;
    align-items: center;
    color: var(--web-color);
}

.banner-nav .banner-tel span {
    font-size: 24px;
    margin-right: 10px;
}

.banner .banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.banner .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;

}

.banner .x-mask .content {
    width: 50%;
    text-align: left;
}

.banner .x-mask .content .t1, .banner .x-mask .content .t2 {
    font-size: 48px;
}

.banner .x-mask .content .t3 {
    margin-top: 30px;
}

.banner .x-mask .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.banner .x-mask .content ul li {
    width: 30%;
    line-height: 30px;
    margin-bottom: 10px;
}

.banner .x-mask .content ul li p {
    font-size: 18px;
}

.banner .x-mask h1 {
    font-size: 4vw;
}

.banner .x-mask p {
    font-size: 1.3vw;
}

.banner .index-video {
    position: relative;
    width: 100%;
    height: 100%;
}

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

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

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

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

.solution-list li {
    margin: 20px 0;
}

span.dot {
    width: 4px;
    height: 4px;
    background-color: var(--web-color);
}

/*index*/
.more-idx {
    display: block;
    width: 180px;
    height: 45px;
    border: 1px solid #333;
    line-height: 43px;
    font-size: 16px;
    color: #222;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.more-idx:hover {
    background: var(--web-color);
    color: #fff;
    border-color: var(--web-color);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.max1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.inews-a {
    font-size: 34px;
    line-height: 42px;
    height: 84px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inews-b {
    width: 35px;
    height: 2px;
    background: var(--web-color);
    margin: 15px 0 35px;
}

.ipro-bj {
    background: url('../images/indexPro_bg.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 800px;
    position: relative;
    overflow: hidden;
}

.ipro {

    position: relative;
}

.iproTop {
    padding-top: 75px;
    overflow: hidden;
}

.iproTop-lt {
    font-size: 28px;
    float: left;
    color: #222;
}

.iproTop-lt:after {
    background: #222;
}

.iproTop-rt {

    float: right;
    position: relative;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iproTop-rt span {
    font-size: 30px;
}

.iproCot {

}

.iproCot li {
    display: none;

}

.iproCot-rt {
    width: 50%;
    text-align: right;
}

.iproCot-rt img {
    width: 580px;
    display: inline-block;

}

.iproCot-lt {
    width: 50%;
    position: relative;
    padding-top: 60px;
    z-index: 3;
}

.iproCot-lt .inews-a, .iproCot-lt .inews-c {
    height: auto;
    -webkit-line-clamp: 100;
}

.iproCot-lt .inews-b {
    background: var(--web-color);
}

.iproCot-e {
    margin-top: 60px;
}

.iproBtm {
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    display: flex;
}

.iproBtm li {
    width: 50%;
    border-left: 1px solid #ccc;
    padding: 0 25px;
    font-size: 0;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iproBtm li:nth-child(1) {
    background: #becddd;
    background: linear-gradient(to top, #becddd, #f9f9f9);
}

.iproBtm li:nth-child(2) {
    background: #beddc3;
    background: linear-gradient(to top, #beddc3, #f9f9f9);
}

.iproBtm li:nth-child(3) {
    background: #ddc7be;
    background: linear-gradient(to top, #dddcbe, #f9f9f9);
}

.iproBtm li:nth-child(4) {
    background: #dddcbe;
    background: linear-gradient(to top, #ddc7be, #f9f9f9);
}

.iproBtm-a {
    display: inline-block;
    width: 100%;
    /*max-width: 280px;*/
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    color: #222;
    height: 84px;
    text-align: left;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iproBtm-a > div {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    padding-right: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.iproBtm-a > span {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Montserrat-ExtraLight !important;
    font-weight: bold;
    line-height: 84px;
}

.iproBtm li:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iproBtm li:nth-child(1):after {
    background: #015295;
}

.iproBtm li:nth-child(2):after {
    background: #01953c;
}

.iproBtm li:nth-child(3):after {
    background: #d9bf00;
}

.iproBtm li:nth-child(4):after {
    background: #c7001c;
}

@media (min-width: 1200px) {
    .iproBtm li:hover .iproBtm-a {

        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .iproBtm li:hover:after {
        width: 100%;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
}

.iproBtm li:nth-child(1).on .iproBtm-a {
    color: #015295;
}

.iproBtm li:nth-child(2).on .iproBtm-a {
    color: #01953c;
}

.iproBtm li:nth-child(3).on .iproBtm-a {
    color: #d9bf00;
}

.iproBtm li:nth-child(4).on .iproBtm-a {
    color: #c7001c;
}

.iproBtm li.on:after {
    width: 100%;
}

#index-pro {
    background-color: #f5f6f8;
}

#index-pro .ui-box {
    overflow: hidden;
}

#index-pro .x-main-title {
    margin-bottom: 60px;
    text-align: center;
}

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

.pro-swiper .swiper-slide p {
    line-height: 40px;
    text-align: center;
    background-color: #eee;
}

.pro-top {
    height: 775px;
    background: url(../images/product.jpg) center top /cover no-repeat;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: hidden; /*margin-bottom: 30px;*/
}

.pro-top h2 {
    text-align: center;
    margin-bottom: 64px;
}

.pro-top h2 span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
    color: #FFF;
    padding: 0 21px;
    position: relative;
    font-weight: normal;
}

.pro-top h2 span:before {
    width: 15px;
    height: 20px;
    background: url(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
}

.pro-top h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px;
}

.pro-top h2 em {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #e0e0e0;
    font-weight: normal;
}

.pro-top .pro-con {
    width: 100%;
    height: 513px;
    margin: 0 auto;
    position: relative;
    padding-top: 31px;
    box-sizing: border-box;
}

.pro-top .pro-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.pro-top .pro-con ul li {
    width: 49%;
    margin-bottom: 60px;
}

.pro-top .pro-con ul li i {
    display: block;
    width: 74px;
    height: 84px;
    overflow: hidden;
}

.pro-top .pro-con ul li i img {
    width: 100%;
    transition: .5s;
}

.pro-top .pro-con ul li h4 {
    padding-top: 3px;
}

.pro-top .pro-con ul li h4 span {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.pro-top .pro-con ul li h4 p {
    height: 33PX;
    line-height: 33px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.66);
    font-weight: normal;
}

.pro-top .pro-con ul li.odd i {
    float: left;
    margin-right: 21px;
}

.pro-top .pro-con ul li.even i {
    float: right;
    margin-left: 21px;
}

.pro-top .pro-con ul li.odd h4 {
    float: left;
}

.pro-top .pro-con ul li.even h4 {
    float: right;
    text-align: right;
}

.pro-top .pro-con ul li:hover i img {
    margin-top: -84px;
}

.pro-top .pro-con .pro-cen {
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: -100px;
}

.pro-top .pro-con .pro-cen i {
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.pro-top .pro-con .pro-cen i img {
    width: 100%;
}

.pro-top .pro-con .pro-cen p em {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding-left: 28px;
    background: url(../images/pro-dd.png) no-repeat left;
    margin-left: 38px;
}

.pro-top .pro-con .pro-cen p em:first-child {
    margin-left: 0;
}

.pro-bot {
    background: url(../images/probj.jpg) no-repeat center top;
    padding: 30px 12px 112px
}

.pro-bot ul li {
    float: left;
    width: 49%;
    padding: 22px 0;
    background: #FFF;
}

.pro-bot ul li dl dt {
    width: 71.3%;
    line-height: 0;
    overflow: hidden;
    float: right;
}

.pro-bot ul li dl dt img {
    width: 100%;
}

.pro-bot ul li dl dd {
    width: 28.7%;
    float: left;
    padding: 47px 0 0 5%;
    box-sizing: border-box;
}

.pro-bot ul li dl dd h4 {
    height: 89px;
    line-height: 89px;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-bot ul li dl dd h4 a {
    font-size: 28px;
    color: #1e1e1e;
    font-weight: bold;
    padding-left: 13px;
    background: url(../images/pro-xt.png) no-repeat left;
    font-weight: bold;
}

.pro-bot ul li dl dd p {
    margin-bottom: 53px;
}

.pro-bot ul li dl dd p em {
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(../images/pro-dd.png) no-repeat left;
    padding-left: 27px;
}

.pro-bot ul li dl dd strong a {
    display: block;
    width: 159px;
    height: 44px;
    text-align: center;
}


.pro-bot ul li:last-child {
    float: right;
}

@media screen and  (min-width: 760px) and (max-width: 1680px) {
    .pro-top .pro-con {
        width: 100%;
    }

    .pro-bot ul li dl dd h4 a {
        font-size: 20px;
    }

    .pro-bot ul li dl dd p em a {
        font-size: 16px;
    }
}

#index-pro .more-link {
    margin-bottom: 30px;
}

#index-pro .cate-list {
    /*background-color: #b2c1d5;*/
    /*background-color: #e3eff6;*/
    position: relative;
    padding: 20px;
    background: url(/theme/2022/images/cate-list.jpg) center top /cover no-repeat;
}

#index-pro .cate-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-color: rgba(227, 239, 246, .95);
}

#index-pro .cate-list .content {
    position: relative;
    z-index: 2;
    text-align: left;
}

#index-pro .cate-list h2 {
    font-size: 36px;
    display: flex;
    align-items: center;
}

#index-pro .cate-list h2 .logosvg {
    width: 36px;
    margin-right: 10px;
}

#index-pro .cate-list a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #86a0a0;
}

#index-pro .cate-list li:hover a {
    height: 60px;
    line-height: 60px;
    background-color: var(--web-color);
    color: #fff;
}

#index-pro .cate-list li.head-title, #index-pro .cate-list li.foot-title {
    background-color: #000;
    color: #ffff;
    padding: 35px 25px;
    display: block;
    height: auto;
}

#index-pro .cate-list li.head-title h2 {
    line-height: 1;
}

#index-pro .cate-list li.head-title p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
}

#index-pro .cate-list li.head-title span {
    font-size: 30px;
}

#index-pro .container-right {
    text-align: center;
}

#index-pro .more-link {
    margin-top: 40px;
}

#index-pro .cate-list li span {
    font-size: 24px;
}

#index-pro .x-pro-list {
    align-items: stretch;
}

#index-pro .x-pro-list li {
    margin-bottom: 2%;

}

#index-advantage {
    background: #fff url("/theme/2022/images/advantage-bg.jpg") top center no-repeat;

}

#index-advantage h1 {
    font-weight: 300;
    margin-bottom: 11px;
}

#index-advantage .t1 {
    font-weight: 300;
    font-size: 18px;
}

#index-advantage h1 b {
    font-weight: bold;
}

#index-advantage .swiper-container {
    margin-top: 70px;
    width: 75%;

}

#index-advantage .swiper-slide {
    height: 220px;
    padding: 40px;
    margin: 0;
    text-align: center;
    background: #f5f5f5;
}

#index-advantage .swiper-slide .num {
    color: var(--web-color);
    font-size: 50px;
    line-height: 1;
    position: relative;
    font-family: DINCond-Light, sans-serif;
    transition: all .3s;
}

#index-advantage .swiper-slide:hover .num {
    transform: rotateY(360deg);
}

#index-advantage .swiper-slide .num:after {
    content: '';
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #f5f5f5;
}

#index-advantage .swiper-slide:hover .num:after {
    height: 0;
    opacity: 0;
}

#index-advantage .swiper-slide h3 {
    color: var(--web-color2);
}

#index-advantage .swiper-slide:nth-child(odd) {
    background: #eee;
}

#index-advantage .swiper-slide:nth-child(odd) .num:after {
    background-color: #eee;
}

#index-advantage .x-flex {
    align-items: flex-end;
    position: relative;
}

#index-advantage .end-item {
    width: 25%;
    height: 220px;
    padding: 40px;
    margin: 0;
    text-align: center;
    background: var(--web-color2);
    color: #fff;
}

#index-advantage .pro-img {
    position: absolute;
    width: 25%;
    text-align: center;
    bottom: 50%;
    right: 0;
    text-align: center;
}

#index-advantage .pro-img img {
    width: 70%;
}

#index-advantage .end-item span {
    font-size: 50px;
}

#index-advantage .swiper-slide .box-img {
    padding: 40px;
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

#index-advantage .swiper-slide .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--web-color);
    color: #fff;
    padding: 40px 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
}

#index-advantage .swiper-slide .box-content .t1 {
    font-size: 24px;
    margin-bottom: 20px;
}

#index-advantage .swiper-slide .box-content .t2 {
    text-align: left;
}

#index-advantage .swiper-slide:hover .box-img {
    transform: rotateY(-90deg);
}

#index-advantage .swiper-slide:hover .box-content {
    transform: rotateY(0);
}

#index-advantage2 {
    text-align: center;
    padding-top: 0;
}

#index-advantage2 .swiper-container {
    margin-top: 60px;
}

#index-advantage2 .swiper-slide {
    padding: 40px 20px 0;
    height: 320px;
    text-align: center;
    background-color: #eee;
    position: relative;

}

#index-advantage2 .contact-info {
    display: inline-block;
    margin-top: 40px;
    padding: 0 40px;
    width: auto;

    border-radius: 10px;
    transition: all .3s;
}

#index-advantage2 .contact-info .x-flex {
    justify-content: center;
}

#index-advantage2 .contact-info .x-flex span {
    font-size: 60px;
    margin-right: 10px;
    color: var(--web-color);
}

#index-advantage2 .contact-info .x-flex div {
    text-align: left;
}

#index-advantage2 .contact-info .x-flex div p {
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

#index-advantage2 .contact-info .x-flex h3 {
    font-size: 32px;
    color: var(--web-color);
    line-height: 1;
    font-weight: normal;
}

#index-advantage2 .swiper-slide:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--web-color);
    transition: all .3s;
}

#index-advantage2 .swiper-slide:hover:after {
    width: 100%;
}

#index-advantage2 .swiper-slide span {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    color: #666;
    transition: all .3s;
}

#index-advantage2 .swiper-slide:hover span {
    background-color: var(--web-color);
    color: #fff;
}

#index-advantage2 .swiper-slide h3 {
    position: relative;
}

#index-advantage2 .swiper-slide h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--web-color);
    margin: 15px auto;

}

#index-advantage2 .swiper-slide:nth-child(2n) {
    background-color: #f5f5f5;
}

#index-about {


    display: flex;
    align-items: center;
    justify-content: center;
}

#index-about .about-list {

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;

}

#index-about .about-list li {
    width: 50%;
    position: relative;
    z-index: 2;
}

#index-about .about-list li .content {
    padding-left: 40px;
}

#index-about .about-list li img {

}

#index-about .more-link {
    margin-top: 20px;

}

.about-video {
    position: relative;
}

.about-video span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all .3s;
}

.about-video:hover span {
    color: var(--web-color);
    background-color: #fff;
    webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

#index-about .right-txt p {
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}

#index-about .about-right {
    text-align: center;
}

#index-about .about-txt p {
    text-align: justify;
    margin-bottom: 25px;
    line-height: 2;
    font-size: 16px;
}

#index-about .about-txt {
    display: block;
}

.second-about {
    text-align: center;
    border-radius: 10px;
    background: var(--web-color);
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    margin: 0 auto 60px;
    background-image: -moz-linear-gradient(0deg, rgb(212 49 42) 0%, rgb(212 121 42) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(212 49 42) 0%, rgb(212 121 42) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(212 49 42) 0%, rgb(212 121 42) 100%);
}

.about-text span {
    font-size: 60px;
    line-height: 1;
    position: relative;
    display: block;
    font-weight: 600;
    /*font-family: 'azonixregular',sans-serif;*/
}

.about-text span sub {
    font-size: 24px;
    color: var(--web-color);
    font-weight: 400;
}

#index-about li img {
    max-width: 100%;
}

#index-about .x-main-title {
    margin-bottom: 30px;
}

#index-data {

    color: #fff;
    padding: 3% 0;
}

#service li img {
    margin-bottom: 10px;
}
.service-contact{
    position: relative;
    background: #fff url('../images/service-bg.jpg') 0 0 /cover no-repeat fixed;
}
.service-contact:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,.9);

}
.service-contact ul{
    margin-top: 40px;
    background-color: #fff;
    position: relative;
    padding: 40px 0;
    box-shadow: 0 15px 20px #ddd;
}
.service-contact ul li{
    width: 50%;
    padding: 0 40px;

}
.service-contact ul li p{
    line-height: 3;
    font-size: 18px;
}
.service-contact ul li:last-child{
    border-left: 1px solid #eee;
    background: #fff url('../images/service1.jpg') top right 40px no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.service-contact form{

}
.service-contact form .ui-input-group{
    margin-bottom: 5px;
}
.data-list li {
    text-align: center;
}

.data-list li > span {
    font-size: 60px;
}

.data-list .data-num {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.data-list .data-num span {
    font-size: 60px;
    color: var(--web-color);
    font-family: DINCond-Bold, sans-serif;
    line-height: 1;
}

.data-list .data-num b {
    font-size: 14px;
    padding-left: 5px;
}

.data-list li {
    margin: 1% 0;
    padding: 20px;
}

.data-list li h3 {
    font-size: 24px;
}

#service .data-list {
    margin: 0 0 40px;
}

#service .service-list li {
    position: relative;
    width: 49%;
}

.service-content {
    padding: 20px 0;

}

.service-content p {
    font-size: 18px;
    line-height: 2;
}

#service img {
    border-radius: 20px;
}

#index-gy {
    background: #fff url('../images/case-bg.jpg') 0 0 /cover no-repeat fixed;
    text-align: center;
}

#index-gy .x-main-title {
    text-align: center;
}

#index-gy ul {
    margin: 40px 0;
}

#index-gy li .x-picture {
    position: relative;
}

#index-gy li .x-picture a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 11;
}

#index-gy li .x-picture a::before,
#index-gy li .x-picture a::after {
    position: absolute;
    top: 10%;
    left: 10%;
    content: '';
    opacity: 0;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: -1;
}

#index-gy li .x-picture a::before, #index-gy li .x-picture a::after {
    position: absolute;
    top: 10%;
    left: 10%;
    content: '';
    opacity: 0;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: -1;
}

#index-gy li .x-picture a::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#index-gy li .x-picture a::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

#index-gy li:hover .x-picture a::before, #index-gy li:hover .x-picture a::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 10;
}

#index-gy li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 24px;
}

#index-gy li .mask a {
    position: relative;

    z-index: 20;
    font-size: 32px;

    color: #fff;
}

#index-gy li .mask a span {
    display: block;
    font-size: 40px;
    font-weight: normal;
}

#index-gy li p {
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}

#index-process {
    background: url("../images/ads.jpg") 0 0 /cover no-repeat;
    text-align: center;
    color: #fff;
}

#index-process .x-width {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
}

#index-process h1 {
    font-size: 36px;
    font-weight: 500;
}

.process-list li {
    padding: 20px;
}

.process-list li .t1 span {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 15px;
}

#index-process .more-link {
    margin: 20px 0 0;
    color: #fff;
    border-color: #fff;
}

#index-process .more-link span b {
    font-size: 24px;
    padding-left: 10px;
    font-family: DINCond-Bold, sans-serif;
}

#index-process .more-link:hover:before {
    box-shadow: 0 0 10px var(--web-color2);
}

.process-list li h3 {
    font-size: 18px;
}

#index-ad {
    background: url('/theme/2022/images/ad-bg.jpg') 0 0 /cover no-repeat;
    height: 157px;
    padding: 0;

}

#index-ad .x-width {
    height: 100%;
    position: relative;
}

#index-ad .x-flex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.ad-left h1 {
    display: flex;
    align-items: center;
}

.ad-left h1 img {
    margin-right: 10px;
}

#index-ad h1, #index-ad h2 {
    font-family: ysbt, sans-serif;
    font-weight: normal;
    margin: 0;
}

#index-ad h2 {
    line-height: 1;
}

#index-media {
    background-color: #f5f5f5;
}

#index-media li {
    margin-bottom: 2%;
}

#index-media li p {
    line-height: 40px;
    background-color: #fff;
    text-align: center;
}

#index-media .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

#index-media .media-swiper {
    padding-bottom: 60px;
}

#index-media .swiper-slide p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    text-align: center;
}

#index-ads {
    background: url('../images/ads.jpg') 0 0 /cover no-repeat;
    color: #fff;
}

#index-news {

    text-align: center;
    overflow: hidden;
    position: relative;

}

#index-news .news-a, #index-news .news-b {
    width: 48%;
}

#index-news:before {
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--web-color);
}

.news-bg {
    position: absolute;
    bottom: 0;
    left: 5%;
}

#index-news .news-b {
    position: relative;
}

#index-news .news-a {
    position: relative;

}

#index-news .news-a:after {
    /*content: '';*/
    width: 100000px;
    background-color: var(--web-color2);
    height: 100%;
    position: absolute;
    left: -65px;
    top: 0;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

#index-news .news-a .content {
    position: relative;
    z-index: 2;
}

#index-news .ui-tabs-white > .ui-tabs-nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index-news .ui-tabs-white > .ui-tabs-nav li {
    flex: 1;
    text-align: center;
    margin: 0;
}

#index-news .ui-tabs-white > .ui-tabs-nav li a {
    padding: 15px 0;
    font-size: 18px;
}

#index-news .ui-tabs-white > .ui-tabs-nav li.active a {
    color: var(--web-color);
}

#index-news .ui-tabs {
    border: 1px solid #e0eaff;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
}

#index-news .ui-tabs-nav {
    text-align: left;
}

#index-news .ui-list li {
    text-align: left;
    line-height: 43px;
    padding: 0 0 0 27px;
    background: url(../images/in-xwlbg2.jpg) bottom left no-repeat;
}

#index-news .ui-list li:first-child {
    background: url(../images/in-xwlbg1.jpg) bottom left no-repeat;
}

#index-news .ui-list li:last-child {
    border-top: 0;
    background: url(../images/in-xwlbg3.jpg) top left no-repeat;
}

#index-news .ui-list li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#index-news .ui-list li a .title {
    width: calc(100% - 100px);
}

#index-news .ui-list li a .date {
    width: 100px;
    text-align: right;
    color: #999;
}

#index-news .x-main-title {

    margin-bottom: 40px;
}

#index-news .ui-tabs-na li {
    border: 1px solid #000;
}

#index-news .x-flex {
    align-items: start;
}

button.more-link {
    margin: 10px 0 0;
    background-color: #f6f7ff;
    border-color: #e3e3e3;
    color: #333;
    border-radius: 6px;
}

button.more-link:before {
    border-radius: 6px;
}

#index-news .ui-input-group {
    margin-bottom: 10px;
}

.news-list li {
    background-color: #f5f6f8;
    margin-bottom: 30px;
    transition: all .3s;
}

.news-list li .top-title {
    background-color: #fff;
}

.news-list li .top-title h4 {
    margin: 0;
}

#index-news .news-list li {
    border: 1px solid #eee;
}

.news-list li a {
    display: block;
}

.news-list li a.read-more {
    color: #999;
}

.news-list li a.read-more b {
    font-weight: normal;
    display: none;
}

.news-list li:hover a.read-more b {
    display: inline-block;
}

.news-list li .img-box {
    height: 0;
    padding-top: 56.25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

.news-list li .bg-pic {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    position: relative;
}

.news-list li .bg-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

}

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

.news-list li .x-content {
    background-color: #f5f6f8;
    padding: 10px;
    text-align: center;
}

.news-list li h4 {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
}

.news-list li h4 a {
    display: inline;
}

.news-list li h4:after {
    /*content: '';*/
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--web-color);
    margin: 5px auto;
}

.news-list li p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.news-list li p span {
    font-size: 14px;
}

.news-list li:hover {
    box-shadow: 0 0 20px #ccc;
}

.center_nav {
    text-align: center;
    margin-bottom: 40px;
}

.center_nav li {
    display: inline-block;
    margin: 0 5px;
}

.center_nav li a {
    padding: 0 25px;
    display: inline-block;
    line-height: 45px;
    border: 1px solid #ccc;
    transition: all .3s;
}

.center_nav li.active a, .center_nav li:hover a {
    border-color: var(--web-color);
    background-color: var(--web-color);
    color: #fff;
}


@media (max-width: 767px) {
    #index-map .flexbox {
        flex-direction: column;
        align-items: flex-start;
    }
}

#index-map .flexbox .leftbox {
    flex: 0 0 555px;
    min-width: 555px;
}


#index-map .flexbox .leftbox h2 {
    font-size: 72px;
    color: #062863;
    font-family: "BEBAS", sans-serif;
    margin: 0 0 20px;
    line-height: 1;
}

@media (max-width: 1600px) {
    .banner_inner {
        height: 280px;
    }

    #index-map .flexbox .leftbox h2 {
        font-size: 50px;
    }

    .nav ul li a {
        padding: 0px 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) {
    .banner_inner {
        height: 240px;
    }

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


.team-list {
    margin-top: 100px;
}

.team-list li {
    width: 48%;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
    transition: all .3s;
}

.team-list li:hover {
    box-shadow: 0 0 20px #ccc;
}

.team-list li .x-flex {
    position: relative;
    z-index: 10;
}

.team-list li:after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, var(--web-color) 40%, var(--other-color) 100%);

}

.team-list li:first-child {
    width: 100%;
}

.team-list li .x-info h3 {
    font-size: 32px;
}

.team-list li:first-child .x-info h3 {
    font-size: 48px;
}

.team-list li .x-img {
    width: 30%;
}

.team-list li:first-child .x-img {

}

.team-list li .x-info {
    width: 70%;
    padding: 0 40px;
}

.team-list li .x-info h3 span {
    font-size: 16px;

}

.team-list li .x-info p {
    margin-bottom: 0;
    line-height: 2;
}

#culture .x-main-title {
    margin-bottom: 40px;
}

#video-page .container-right {
    padding-left: 0;
    padding-right: 40px;
}

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

.about-page header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}


.banner_about {
    position: relative;
    height: 700px;
}

#about0 {
    background: #fff url('../images/about1-bg.jpg') 0 0 /cover no-repeat;
    position: relative;
    padding: 0;
}

#about0 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#about0 .mask h1 {
    line-height: 2;
}

#about0 .mask img {
    width: 100px;
}

.data-list1 {
    margin-top: 40px;
}

.data-list1 li .data {
    font-size: 60px;
    color: var(--web-color);
}

#about1 {
    padding: 90px 0;
}

#about1 .about-video {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

#about1 .about-video .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

#about1 li {
    margin-bottom: 30px;
}

#about1 .jbxx li {
    border-bottom: solid 1px #ddd;
    line-height: 50px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

#about1 .jbxx li .jbxx-a {
    width: 32%;
    color: #000;
    font-weight: 700;
}

#about1 .jbxx li .jbxx-b {
    width: 67%;
}

#about1 .content p img {
    width: 100%;
}

#about2 {
    color: #fff;
    background: #222 url('/theme/2022/images/honor-bg2.jpg') 0 0 /cover no-repeat fixed;
}

#about2 .x-main-title h2 {
    color: #fff;
}

#about2 ul {
    margin-top: 60px;
}

#about2 .honor-list li .x-content {
    color: #fff;
    background-color: transparent;
}

#about2 .honor-list li:hover {
    box-shadow: none;
}

#about2 .more-link {
    color: #fff;
    border-color: #fff;
}

#about2 .more-link:hover:before {
    box-shadow: none;
}

#about2 .more-link:hover {
    border-color: var(--web-color2);
}

#about3 ul {
    margin-top: 60px;
}

#about3 li {
    margin-bottom: 2%;
    transition: all .3s;
    background-color: #fff;
    border: 1px solid #ddd;
}

#about3 li .x-content {
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #ddd;
}

#about3 li:hover {
    box-shadow: 0 0 10px #ccc;
}

#niancha .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

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

/*合作伙伴*/

#partner li {
    margin-bottom: 4%;
    transition: all .3s;
    background-color: #fff;
    border: 1px solid #ddd;
}

#partner li .x-content {
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

#partner li:hover {
    box-shadow: 0 0 10px #ccc;
}

/*荣誉资质*/

.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.honor-1 .x-content span{
    color:var(--web-color);
}
.honor-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.honor-bg {
    position: relative;
    height: 0;
    padding-top: 62.5%;
}

.honor-bg > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-bg > a img {
    height: 60%;
    width: auto;
    transition: all .3s;
}

.honor-list li:hover .honor-bg > a img {
    transform: scale(1.1);
}

.container-right .content .history-content p {
    line-height: 3;
    margin-bottom: 0;
}

/*history*/
.ui-timeline-item:before {
    background: #ccc;
}

#history {
    background: #fff url('../images/history-bg.jpg') center bottom no-repeat;
    min-height: 1000px;
}

.history-content {
    margin-top: 10vh;
}

/*job*/
.job-item {
    padding: 40px 0;
}

.job-item .ui-menu {
    margin-bottom: 40px;
}

#job .x-main-title {

    margin-bottom: 30px;
}

.job-a {
    margin-bottom: 60px;
}

.job-a p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;

}

.job-a .more-link {
    margin-top: 30px;
}

.job-c p {
    line-height: 2.4;
    font-size: 18px;
}

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


.lmjs {
    text-align: center;
}

.lmjs h1 {
    margin-bottom: 20px;
}

.lmjs p {
    font-size: 16px;
}

.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 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.am-margin-sm {
    line-height: 2;
    margin-bottom: 5px;
}


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

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

.culture-content {
    position: relative;
}

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

.culture-content .x-mask {
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.culture-content .x-mask h3 {
    font-family: azonixregular, sans-serif;
    color: var(--web-color);
    font-size: 60px;
}


/*产品详情*/
.content3 .more-link {
    margin-top: 30px;
}

.ui-collapse-menu-body ul li.active a {
    color: var(--web-color);
}

.ui-modal-header .ui-modal-title {
    font-size: 24px;
}

.product-content .ui-tabs {
    padding: 30px 0;
}

.gallery-top {
    padding-right: 5px;
}

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

.gallery-top .swiper-slide {
    border: 1px solid #eee;
}

.gallery-thumbs {
    margin-top: 20px;
}

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

.col-right h1.pro-title {
    font-size: 36px;
    margin-bottom: 30px;
}

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

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

.proshow .contact-info .x-flex {
    justify-content: start;
}

.proshow .contact-info {
    width: 100%;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

.proshow .contact-info span {
    font-size: 50px;
    line-height: 1;
    margin-right: 10px;
    color: var(--web-color2);
}

.proshow .contact-info p {
    margin: 0;
}

.proshow .contact-info .hotline {
    padding-right: 40px;
}

.proshow .contact-info p.t1 {
    font-size: 14px;
    line-height: 1;
}

.proshow .contact-info p.t2 {
    font-size: 32px;
    color: var(--web-color2);
    line-height: 1;
}

.proshow .contact-info .m-code {
    padding-left: 40px;
    text-align: center;
    border-left: 1px solid #eee;
}

.proshow .contact-info .m-code p {
    font-size: 12px;
}

#qrcode {
    text-align: center;
}

#qrcode canvas {
    padding: 5px;
    border: 1px solid rgba(13, 141, 82, .3);
}

.case-list .ui-piclist-item {
    margin: 0;
    padding: 0;
}

.pro-other {
    margin-top: 40px;
}

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

.tab-content td, .tab-content th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*contact*/
#contact-1 .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

#contact-1 .x-main-title p {
    line-height: 3;
    font-size: 16px;
}

#contact-1 li.item {
    text-align: center;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#contact-1 li.item span {
    font-size: 30px;
}

.contact-form {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form .form-a {
    width: 48%;

}

.imgM {

    padding: 10px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

#allmap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.contact-form .form-b {
    width: 48%;
}

.contact-form .form-a .wxcode {
    width: 120px;
    margin-top: 20px;
    border: 1px solid #000;
}

.contact-form .form-a p {
    line-height: 2;

}

.contact-form .form-b .ui-input-group {
    margin-bottom: 15px;
}

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

    .nav ul li ul li a {
        font-size: 14px;
        line-height: 36px;
    }

    #story li.item h2, #culture li:nth-child(5) .mask h1 {
        font-size: 24px;
    }

    .contact-info h1, .col-right h1.pro-title {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

}

@media (max-width: 1280px) {
    .x-1200, .x-1400 {
        width: 90%;
    }

    .logo-text .t1 {
        font-size: 26px;
    }

    .logo-text .t2 {
        font-size: 12px;
    }

    .container-left {
        width: 240px;
    }

    .container-right {
        width: calc(100% - 240px);
        padding-left: 60px;
    }

    body {
        font-size: 14px;
    }

    .proshow .col-right .intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .col-right h1.pro-title {
        margin-bottom: 15px;
    }

    .banner-nav .ui-list li {
        font-size: 12px;
    }

    h1 {
        font-size: 32px;
    }

    .x-main-title h3 {
        font-size: 24px;
    }

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

    .about-text span {
        font-size: 40px;
    }

    #index-about .about-right p {
        font-size: 16px;
        line-height: 2;
    }

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

}

@media (min-width: 1921px) {
    .page-section {
        padding: 90px 0;

    }

    #index-advantage .section-title {
        padding-left: 50px;
    }

    .banner_inner img {
        max-height: 600px;
        overflow: hidden;
    }

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

.custom-shape-divider-top-1631584922 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1631584922 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1631584922 .shape-fill {
    fill: #FFFFFF;
}

.other {
    margin-top: 40px;
}

.container-right .other ul li {
    border: none;
    line-height: 40px;
    margin-bottom: 0;
}


.ui-col-form-label {
    padding: 0;
}

.ui-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}
.info-list li span {
   
    color: #999;
}

.contact-map {
    margin-top: 40px;
    background-color: #fff;
}

/*download*/
.down-ys {
    overflow: hidden;
    padding-top: 60px;

}

.down-ys .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

.our-ys-content {
    display: table-cell;
    vertical-align: middle
}

.fw-item:hover .t3 {
    color: #fff;
    margin-bottom: 30px;
}

.fw-item:hover .t2 {
    display: none;
}

.fw-item:hover .t4 {
    display: block;
}

.fw-ys-1 {
    margin-right: 5px
}

.fw-ys-2 {
    margin-right: 5px
}

.fw-ys-3 {
}

.fw-ys-4 {
    left: 198px;
    top: -190px
}

.fwln {
    margin-bottom: 60px;
    overflow: hidden;
}

.fwln li {
    text-align: center;
    border: 1px solid #ddd;

    padding: 30px;
}

.fwln li:hover {
    border-color: var(--web-color);
}

.fwln li span {
    font-size: 60px;
    display: block;
    margin-bottom: 30px;
    line-height: normal;
    color: var(--web-color);
}

.fwln li:hover {
    background-color: var(--web-color);
    color: #fff;
}

.fwln li:hover span {
    color: #fff;
}

.download-list li a {
    display: flex;
    justify-content: space-between;
}

#download {
    padding: 90px 0;
}

#download .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1710px) {
    #index-map .flexbox .leftbox {
        flex: 0 0 470px;
        min-width: 470px;
    }
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .page-section {
        padding: 6vh 0;
    }

    #index-about .about-txt p {
        font-size: 16px;
        line-height: 2;
    }

    #index-about .more-link {
        margin-top: 20px;
    }

    .banner_inner .x-mask .content {
        padding: 20px;
    }

    header, .head-logo, .nav .ui-nav {
        height: 80px;
    }

    .nav ul li a {
        line-height: 80px;
    }

    body {
        padding-top: 80px;
    }

    .x-width, .max1400 {
        width: 90%;
    }

    .pro-tel {
        font-size: 24px;
    }

    .head-logo a span, .foot-logo span {
        font-size: 50px;
    }

    .nav ul li a {
        padding: 0 15px;
        font-size: 16px;
    }

    #index-pro .cate-list li {
        height: 70px;
    }

    #index-pro .cate-list li a {
        line-height: 70px;
    }

    #index-pro .cate-list li:hover a {
        height: 50px;
        line-height: 50px;
    }

    #index-pro .cate-list li.head-title, #index-pro .cate-list li.foot-title {
        padding: 20px 25px;
    }

}

@media (max-width: 1280px) {
    h2 {
        font-size: 28px;
    }

    #index-pro .cate-list li {
        height: 60px;

    }

    #index-pro .x-main-title {
        margin-bottom: 30px;
    }

    #index-pro .cate-list li a {
        line-height: 60px;
        font-size: 14px;
        padding: 0 20px;
    }

    #index-pro .cate-list li a span {
        font-size: 14px;
    }

    #index-pro .cate-list li:hover a {
        height: 40px;
        line-height: 40px;
    }

    #index-pro .cate-list li.head-title, #index-pro .cate-list li.foot-title {
        padding: 18px 20px;
    }

    .head-logo a span, .foot-logo span {
        font-size: 30px;
    }

    .nav ul li a {
        padding: 0 12px;
        font-size: 16px;
    }

}

@media (max-width: 1199px) {
    .nav ul li a {
        font-size: 14px;
    }

    .nav ul li.hotline .t2 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 992px) {
    .job-item .ui-menu{
        margin-bottom: 10px;
    }
    .job-list li{
        line-height: 30px;
        border-bottom: 1px solid #ddd;
    }
    .job-item{
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .job-a .more-link{
        margin-top: 10px;
    }
    .job-a{
        margin-bottom: 0;
    }
    .job-a .x-main-title{
        margin-top:15px;
    }
    .service-contact ul{
        padding: 20px 0;
        box-shadow: none;
    }
    .service-contact ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .service-contact ul li p{
        font-size: 16px;
        line-height: 2;
    }
    .service-contact ul li:last-child{
        background: #fff;
    }
    .data-list li{
        padding: 10px 0;
    }
    .pro-cate-list .content h3 {
        margin-bottom: 15px;
    }

    .pro-cate-list p {
        line-height: 1.5;
    }

    .iproCot-rt img {
        width: 100%;
    }

    #index-news li .bg-pic, #index-news li .ui-p.ui-bg-white {
        display: none;
    }

    #index-news .news-list li {
        margin-bottom: 5px;
    }

    #index-news .more-link {
        display: none;
    }

    .service-content {
        padding: 0;
    }

    .service-content p {
        font-size: 16px;
    }

    .data-list li h3 {
        font-size: 20px;
    }

    .data-list li > span {
        line-height: 1;
        font-size: 45px;
    }

    .ui-footnav .action {
        position: relative;
        padding-top: 25px;
    }

    .ui-footnav .action:after {
        position: absolute;
        content: "";
        display: block;
        width: 56px;
        height: 56px;
        background: #fff;
        top: -28px;
        left: 50%;
        margin-left: -28px;
        border-radius: 50%;
        z-index: 1;
        box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.08);
    }

    .ui-footnav .action i {
        position: absolute;
        width: 44px;
        line-height: 44px;
        font-size: 24px;
        top: -22px;
        left: 50%;
        margin-left: -22px;
        background: var(--web-color);
        border-radius: 50%;
        z-index: 2;
        color: #fff;
    }

    .ui-footnav .action.active i {
        color: #fff;
    }

    #index-znsc ul {
        margin-top: 20px;
    }

    #index-znsc .znsc-a, #index-znsc .znsc-b {
        text-align: center;
        width: 100%;
    }

    #index-znsc .znsc-a {
        margin-bottom: 10px;
    }

    #index-znsc li {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .zn-left, .zn-right {
        width: 100%;
    }

    .zn-right > div {
        position: relative;
        width: 90%;
        left: 0;
        margin-top: -30px;
        padding: 10px 20px;
        box-shadow: 0 0 5px #999;
        z-index: 2;
    }

    .zn-right > div > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #index-znsc li .num {
        font-size: 30px;
    }

    #index-znsc li .num:after {
        margin-bottom: 0;
        width: 22px;
    }

    #index-znsc li:nth-child(2n) .zn-left {
        order: unset;
    }

    #index-znsc .x-more {
        width: 100%;
        float: none;
    }

    .banner .mask h2 {
        font-size: 24px;
    }

    .banner .mask h3 {
        font-size: 16px;
    }

    .banner .video-slide {
        display: none;
    }

    #index-about .x-main-title {
        margin: 25px auto 15px;
    }

    .x-main-title h2 span {
        font-size: 36px;
    }

    .x-main-title h2 span:before, .x-main-title h2 span:after {
        top: 8px;
    }

    .pro-cate {
        padding: 10px 0;
    }

    .pro-cate .x-width {
        width: 100%;
        padding: 0;
    }

    .pro-cate-list .content {
        padding: 20px;
        align-items: flex-end;
    }
    .pro-cate-list .content > div:first-child{
        width: 60%;
    }
    .pro-cate-list .content > div:last-child{
        width: 40%;
    }
    .pro-cate-list li + li {
        margin-top: 10px;
    }

    .process-list li .t1 span {
        font-size: 24px;
    }

    .pro-top {
        padding-top: 6%;
        height: auto;
    }

    .pro-top h2 {
        margin-bottom: 15px;
    }

    .pro-top h2 span {
        font-size: 20px;
    }

    .pro-top h2 em {
        height: auto;
        font-size: 16px;
        line-height: 1;
    }

    .pro-top .pro-con {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    .pro-top .pro-con ul {
        width: 100%;
    }

    .pro-top .pro-con ul li h4 {
        float: none !important;
        text-align: center !important;
        line-height: normal;
        margin: 0;
    }

    .pro-top .pro-con ul li h4 span {
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
    }

    .pro-top .pro-con ul li h4 p {
        display: none;
    }

    .pro-top .pro-con ul li {
        flex: 1;
        width: auto;
        height: auto;
        text-align: center;
        margin-bottom: 0;
    }

    .pro-top .pro-con ul li i {
        width: 60px !important;
        height: 68px !important;
        margin: 0 !important;
        display: inline-block;
    }

    .pro-top .pro-con ul li.even i {
        float: none;
    }

    .pro-top .pro-con ul li.odd i {
        float: none;
        margin-right: 0;
    }

    .pro-top .pro-con .pro-cen {
        width: 100%;
        position: static;
        margin: 0 auto;
    }

    .pro-top .pro-con .pro-cen p {
        display: flex;
        justify-content: center;
    }

    .pro-top .pro-con .pro-cen p em {
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
    }

    .H34:after {
        width: 23px;
    }

    .max1400 {
        padding: 0 3%;
    }

    .iproTop {
        padding-top: 35px;
    }

    .iproCot-rt {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .inews-a {
        line-height: 25px;
    }

    .inews-b {
        margin: 10px 0;
    }

    .ipro-bj {
        min-height: initial;
    }

    .iproCot {
        overflow: hidden;
    }

    .iproCot-lt {
        width: 50%;
        min-height: auto;

    }

    .iproBtm li {
        padding: 0 15px;
    }

    .iproBtm {
        height: auto;
        display: block;
        border: 0;
        position: relative;
        overflow: hidden;
    }

    .iproBtm-a {
        height: 50px;
        font-size: 12px;
        line-height: 25px;
    }

    .iproBtm-a > span {
        line-height: 50px;
    }

    .iproBtm li {
        width: 33.333%;
        float: left;
        border: 1px solid #ccc;
    }

    .iproCot-lt, .iproCot-rt {
        width: 100%;
    }

    .iproCot-lt {
        padding-bottom: 0;
    }

    .more-idx {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .iproCot-rt {
        height: 250px;
        line-height: 250px;
        float: left;
        margin-bottom: 10px;
        padding: 0;
    }

    .iproTop-lt {
        font-size: 16px;
    }

    .inews-a {
        font-size: 18px;
    }

    .iproCot-lt .inews-c {
        font-size: 12px;

    }

    .iproBtm li {
        width: 50%;
        padding: 0 8px;
    }

    .iproBtm li:nth-child(2n) {
        border-left: none;
    }

    .iproBtm li:nth-child(3), .iproBtm li:nth-child(4) {
        border-top: none;
    }

    .iproBtm-a {
        height: 45px;
        font-size: 12px;
        line-height: 18px;
    }

    .iproBtm-a > div {
        font-size: 12px;
        line-height: 15px;
    }

    .iproBtm-a > span {
        line-height: 45px;
    }

    .iproCot {
        margin-top: 30px;
    }

    .iproCot-e {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #history {
        min-height: unset;
        -webkit-background-size: 100%;
        background-size: 100%;
        padding-bottom: 120px;
    }

    .history-content {
        margin-top: 3vh;
    }

    .center_nav {
        display: none;
    }

    #about0 {
        background-position: center right;
    }


    .job-c p {
        font-size: 15px;
    }

    .ui-menu .ui-menu-name {
        font-size: 18px;
    }

    .proshow .contact-info span {
        font-size: 36px;
    }

    .proshow .contact-info p.t1 {
        font-size: 12px;
    }

    .proshow .contact-info p.t2 {
        font-size: 24px;
    }

    #about1 .center_nav {
        margin-bottom: 10px;
    }

    .center_nav li {
        margin: 0 0 10px;
    }

    #about1 li, #about1 .about-video {
        margin-bottom: 10px;
    }

    .artshow .content p {
        font-size: 16px;
        margin: 10px 0;
        line-height: 2.4;
    }

    .ui-collapse-menu-title:hover a {
        padding-left: 0;
    }

    .x-main-title h1 {
        font-size: 24px;
    }

    .x-main-title h3 {
        font-size: 18px;
    }

    .custom-shape-divider-top-1631584922 {
        display: none;
    }

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

    #video-page .container-right {
        padding: 0;
    }

    .down-ys, #download {
        padding: 40px 0;
    }

    .fwln {
        margin-bottom: 20px;
    }

    .fwln li {
        margin-bottom: 10px;
    }

    .down-ys .x-main-title, #download .x-main-title {
        margin-bottom: 30px;
    }

    down-ys {
        padding: 0 0 20px;
    }

    .fw-item {
        width: 100%;
        height: auto;
        background: #fff;
        border: 1px solid #288653;
        margin-bottom: 10px;
        padding: 20px;
        position: static;
    }

    .fw-item .t2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .fw-item .t3 {
        padding: 0;
    }

    .fw-item .t4 {
        display: block;
        color: #000;
        padding: 0;
    }

    .contact-map {
        margin-top: 20px;
    }

    .contact-form .form-a, .contact-form .form-b {
        width: 100%;
    }

    .contact-form {
        margin-top: 20px;
    }

    .contact-form .form-a {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

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

    #contact-1 li.item {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
    }

    #contact-1 li.item .content {
        display: flex;
        align-items: center;
        text-align: left;

    }

    #contact-1 li.item .content span {
        margin-right: 20px;
    }

    #contact-1 li.item .content h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
        line-height: 1;
    }

    #contact-1 li.item .content p {
        font-size: 18px;
    }

    .yewu li {
        text-align: center;
    }

    .yewu li .content {
        padding: 10px;
    }

    .yewu li .more-link {
        margin-top: 10px;
    }

    .yewu li h3 {
        line-height: normal;
    }

    .tab-content td, .tab-content th {
        word-break: keep-all;
        white-space: nowrap;
    }

    .tab-content .table-box {
        overflow-x: scroll;
    }

    #niancha .x-main-title {
        margin-bottom: 30px;
    }

    .artshow h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    .banner_inner .x-main-title h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .ui-offside .ui-input-group {
        width: 100%;
    }

    .banner_inner .x-main-title {
        width: 100%;
        text-align: center;
    }

    #partner li .x-content {
        line-height: 32px;
    }

    .honor-list {
        margin-top: 0;
    }

    .x-1200 {
        width: 100%;
        padding: 0 3%;
    }

    .honor-list li {
        width: 50%;
    }

    #index-gy ul {
        margin: 0;
    }

    #index-news .x-main-title {
        padding-top: 0;
    }

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

    #index-media li p {
        line-height: 30px;
    }

    #index-gy li .mask a {
        font-size: 20px;
    }

    #index-gy li {
        margin-top: 10px;
    }

    .pro-swiper {
        margin-bottom: 20px;
    }

    #index-about .about-list li img {
        margin-top: 0;
    }

    #index-about {
        padding: 40px 0;
        height: auto;
        display: block;
    }

    #index-about .about-list li {
        padding: 0;
        margin-top: 0;
    }

    #index-about .about-list li .content {
        padding: 15px;
    }

    #index-about .about-list li img {
        width: 100%;
    }

    #index-about .about-list:before {
        display: none;
    }

    #index-about .about-list li .content h1 {
        font-size: 24px;
    }

    #index-ad .x-flex {
        position: relative;
        justify-content: center;
        top: 0;
        left: 0;
        text-align: center;
    }

    #index-advantage2 .swiper-slide span {
        background-color: var(--web-color);
        color: #fff;
    }

    .ad-left, .ad-right {
        width: 100%;
        text-align: center;
    }

    .ad-left h1 {
        justify-content: center;
        font-size: 24px;
    }

    .ad-left p {
        margin-bottom: 10px;
        font-size: 12px;
        text-align: center;
    }

    .ad-left h1 img {
        width: 24px;
    }

    #index-ad {
        height: auto;
        background-position: center;
        padding: 20px 0;
    }

    .x-main-title .title-a {
        font-size: 20px;
    }

    .about-content p {
        line-height: 1.8;
        margin-bottom: 10px;

    }

    #index-news .x-main-title {
        margin-bottom: 15px;
    }

    #index-news .news-a, #index-news .news-b {
        width: 100%;
    }

    #index-news .news-a {
        margin-top: 30px;
    }

    #index-news .ui-tabs-white > .ui-tabs-nav li {
        flex: unset;
        width: 50%;
    }

    #index-news .ui-tabs-white > .ui-tabs-nav li a {
        font-size: 14px;
    }

    .x-main-title .title-a span {
        font-size: 20px;
    }

    #index-news .news-a, #index-news .news-b {
        width: 100%;
    }

    #index-news .tabs-container .accordion-handle i {
        font-size: 12px;
    }

    #about1 {
        padding: 20px 0;
    }

    #about1 .jbxx li {
        padding: 15px 0 0;
    }

    #about1 .jbxx li .jbxx-a, #about1 .jbxx li .jbxx-b {
        width: 100%;
        line-height: 1.5;
    }

    .ui-footnav {
        display: flex;
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    .container-left {
        display: none;
    }

    #index-pro .more-link {
        margin: 0 auto;
    }

    #index-advantage .section-title {
        text-align: center;
    }

    #index-advantage .t1 {
        font-size: 14px;
    }

    #index-advantage .swiper-container {
        width: 100%;
        margin-top: 10px;
    }

    #index-advantage .end-item {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    #index-advantage .end-item p {
        font-size: 18px;
    }

    #index-advantage .end-item span {
        display: none;
    }

    #index-advantage .end-item h2 {
        font-size: 28px;
        line-height: 1;
        margin: 0;
    }

    #index-advantage2 .contact-info {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
    }

    #index-advantage2 {
        padding-top: 20px;
    }

    #index-advantage2 .swiper-container {
        margin-top: 20px;
    }

    #index-process h1, .process-list li .t1 {
        font-size: 20px;
    }

    .process-list li h3 {
        font-size: 13px;
        font-weight: normal;
    }

    #index-process {
        background-position: right top;
        padding: 30px 0;
        height: auto;
    }

    .process-list {
        padding: 15px 0;
    }

    .process-list li:nth-child(odd) {
        padding: 15px 0;
        width: 28%;
        padding: 0;
    }

    .process-list li:nth-child(even) {
        width: 6%;
        padding: 0;
    }

    .more-link {
        height: 40px;
        line-height: 40px;
        min-width: 100px;
        margin-top: 20px;

    }

    .news-list li img {
        height: auto;
    }

    .more-link span {
        font-size: 14px;
        font-weight: normal;
    }

    .banner_inner .x-mask h1 {
        font-size: 30px;
        text-align: center;
        width: 100%;

    }

    #index-pro .x-pro-list li {
        width: 49%;
        flex: unset;
        border: none;
        width: 49%;
        margin: 1% 0;
    }

    #index-pro .cate-list h2 {
        justify-content: center;
        font-size: 24px;
    }

    #index-pro .cate-list h2 .logosvg {
        width: 24px;
    }

    #index-pro .cate-list a {
        display: inline-block;
        width: 49%;
    }

    #index-pro .x-pro-list li.cate-list {
        width: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }

    #index-pro .cate-list li a {
        padding: 0 0 0 10px;
        background-color: #fff;
    }

    #index-pro .cate-list li.head-title, #index-pro .cate-list li.foot-title {
        display: none;
    }

    #index-pro .ui-tabs-pane li:nth-child(5) {
        display: none;
    }

    #index-pro .cate-list li:last-child {
        width: 100%;
    }

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

    h2 {
        font-size: 24px;
    }

    .ui-box-radius .ui-box-title span {
        font-size: 40px;
    }


    .a-title2 {
        margin-bottom: 0;
    }

    .a-title2 h1 {
        font-size: 24px;
    }

    .a-title2 h1:after {
        top: 20px;
    }

    #index-pro .cate-list li span {
        font-size: 16px;
    }

    #index-pro .cate-list li + li {
        border-left: none;
    }

    #index-pro .cate-list li + li span {
        padding-left: 0;
    }


    body {
        padding: 60px 0 64px;
    }

    .download {
        margin-top: 20px;
    }

    .download p {
        width: 100%;
    }

    .download p:after {
        display: none;
    }

    footer {
        display: none;
    }

    .page-content p {
        line-height: 2;
    }

    .banner-nav {
        bottom: 40%;
        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;
    }

    #index-pro ul {
        margin-top: 0 !important;
    }

    .ui-scroll li .banner-news-info {
        font-size: 14px;
        text-align: left;
    }

    .ui-scroll .date {
        display: none;
    }

    .x-path {
        display: none;
    }

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

    .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: #111 url('/theme/2022/images/data-bg2.jpg') 0 0 /cover no-repeat;
    }

    .container-right .am-u-md-6 {
        width: 100%;
    }

    .container-right ul.list-4 li, .container-right ul.list-3 li {
        width: 48%;
    }

    .container-right .content p {
        line-height: 2;
        font-size: 14px;
    }

    .container-right .content li p {
        margin: 0;
    }

    .container-right .content .am-u-md-6 p, .container-right .content .am-u-md-6 h3 {
        padding-left: 0;
    }

    .ui-card {
        border: none;
        background: none;

    }

    .ui-card-header {
        border-bottom: 1px solid #222;
    }

    .x-foot-nav .ui-card .ui-card-header {
        background: none;
    }

    .x-foot-nav .ui-card-body {
        background: none;
    }

    .x-foot-nav .ui-card-body li {
        line-height: 40px;
        font-size: 16px;
        padding: 0 20px;
    }

    .x-foot-nav .ui-card:last-child {
        border-bottom: none;
    }

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

    .x-foot-nav .ui-card-body li a, .x-foot-nav .ui-card-header-title a {
        color: #fff;
    }

    .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 {
        background: #eee;
    }

    .banner_inner .x-mask {
        position: relative;
    }

    .banner_inner .x-width {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

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

    .compare-c img {
        width: 100%;
    }

    .compare-ul, .compare-div {
        width: 100%;
        text-align: center;
    }

    .compare {
        flex-wrap: wrap;
    }

    .compare-a, .compare-b {
        width: 48%;
        display: inline-block;
    }

    #culture .x-main-title {
        text-align: center;
        margin: 40px 0;
    }

    .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: 24px;

    }

    .ui-offside-show i {
        font-size: 24px;
        color: var(--web-color);
    }

    .ui-offside .head-logo a span, ._fixed .head-logo a span, ._fixed .ui-offside-show i {
        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;
    }


    .ui-list li {
        padding: 8px 0;
    }

    .ui-box {
        box-shadow: none;
    }

    .show {
        display: block;
    }

    .ui-offside {
        width: 100%;
        /*background: #fff url('/theme/2021/images/nav-bg.jpg') 0 bottom no-repeat;*/
        -webkit-background-size: 100% !important;
        background-size: 100% !important;
    }

    .ui-offside .top-header {
        height: 60px;
        padding: 0 4%;
        border-bottom: 1px solid #eee;
    }

    .ui-offside .top-header .logo img {
        height: 36px;
    }

    .ui-offside form {
        padding: 10px 4% 0;
    }

    .pro-other {
        padding: 0;
    }

    .nav-contact {
        padding: 0 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: 32px;
        font-weight: normal;
        color: inherit;
        font-family: DINCond-Bold, sans-serif;
    }

    .banner-nav .x-width {
        background: transparent;
    }

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

    .x-width {
        width: 94%;
    }

    .ui-footbar {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
        align-items: stretch;
    }

    .ui-footbar-left a {
        font-size: 12px;
        color: var(--web-color) !important;
    }

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

    .proshow .col-left, .proshow .col-right {
        width: 100%;
    }

    .proshow .col-right {
        padding: 5% 0;
    }

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

    .container .x-width {
        flex-wrap: wrap;
    }

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

    .container-left {
        width: 100%;
    }


    .ui-footbar-left {
        flex: 1;
    }

    #masonry li {
        padding: 0;
        margin-bottom: 10px;
    }

    .ui-tabs-header-nav > .ui-tabs-nav {
        display: flex;
        align-items: center;

    }

    .ui-tabs-nav li {
        flex: 1;
        margin: 0;
        text-align: center;
    }

    .ui-tabs-nav li a {
        font-size: 15px;
        padding: 5px 0;
    }

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

    header {
        position: fixed;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

    ._fixed header {
        box-shadow: 0 0 10px #ccc;
    }

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

    header, .head-logo {
        height: 60px;

    }

    .logo-text {
        margin-left: 10px;
    }

    .logo-text .t1 {
        font-size: 20px;
    }

    .logo-text .t2, header .nav {
        display: none;
    }

    ._fixed .logo-text .t3 {
        color: #333;
    }

    .container-right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .x-container.open .container-right {
        width: 100%;
        padding: 3% 0;
    }

    .banner-nav .x-width {
        width: 100%;

        display: flex;
        justify-content: space-between;
    }

    .banner-nav .btn-down, .banner-nav .banner-tel {
        display: none;
    }

    .banner_inner {
        height: 130px;
    }

    .banner_inner .x-mask .content {
        padding: 0;
        text-align: center;
        width: 100%;
        background: transparent;
    }

    .banner_inner .x-mask .content h1 {
        font-size: 24px;
    }

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

    .ui-collapse-menu-title, .ui-collapse-menu-body {
        font-size: 16px;
    }

    .col-right h1.pro-title {
        font-size: 24px;
    }

    .x-pro-list li .content {
        min-height: unset;
    }

    #index-advantage .swiper-slide {
        width: 100%;
    }

    #index-advantage .swiper-slide .box-img {
        display: none;
    }

    #index-advantage .swiper-slide .box-content {
        position: static;
        transform: unset;
        padding: 20px;
    }

    #index-about .about-txt p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 15px;
    }

    #index-about .more-link {

        display: block;
        width: max-content;
        margin: 20px auto 0;
    }

    .news-list li {
        height: auto;
    }

    .page-section {
        padding: 30px 0;
        overflow: hidden;
    }

    #job {
        padding: 0;
    }

    .page-section .x-main-title {
        text-align: center;
    }

    .product-content {
        /*padding: 0;*/
    }


    .product-content .container {
        padding-top: 0;
    }

    .product-content .page-section {
        padding: 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;
    }


    .news-list li .x-content {
        padding: 5px;
        text-align: center;
    }

    .news-list li .x-content p {
        line-height: 2;
        font-size: 14px;
        padding: 0 5px;
        margin-bottom: 0;
    }


    .container-right ul li p.t1, .container-right ul li p.t2 {
        padding: 0;
        line-height: 1;
    }

    .container-right ul {
        margin-bottom: 20px;
    }

    .pro-other .ui-tabs-header-nav {
        border: none;
    }

    .pro-other .ui-tabs-nav li a {
        font-size: 20px;
        text-align: left;
        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;
    }

    #index-map, #index-news, #index-advantage {
        padding: 40px 0;
    }

    #index-advantage .x-bg li .x-mask {
        background-color: rgba(0, 0, 0, .2);
    }

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

    #index-map {
        text-align: center;
    }

    #index-pro div.x-flex, #index-advantage .index-div {
        justify-content: center;
    }

    .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 {
        font-size: 12px;

    }

    .copyright .x-flex > div {
        width: 100%;
    }

    .copyright .x-flex > div:last-child {
        padding-bottom: 10px;
    }

    .visible-xs {
        display: block !important;

    }

    .hidden-xs {
        display: none !important;
    }

    h1 {
        font-size: 24px;
    }

    #index-pro .x-flex .x-pro-list li {
        width: 49%;
    }

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

    .x-pro-list li {
        border: 1px solid #eee;
        box-shadow: none;
    }

    .x-pro-list {
        align-items: stretch;
    }

    #index-pro .x-main-title, #index-advantage .x-main-title {
        margin: 0;
    }

    #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-about .right-txt {
        margin-top: 40px;
    }

    #index-about .right-txt p {
        line-height: 1.6;
    }

    #index-about li {
        margin-top: 20px;
    }

    #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: 12px !important;
    }

    #index-news .ui-list li {
        margin-bottom: 0;
    }

    #partner .swiper-slide img {
        width: 100%;
    }

    #index-advantage ul {
        flex-wrap: wrap;
    }

    #index-advantage .swiper-slide.middle-item {
        order: 1;
        width: 100%;
    }

    #index-advantage .swiper-slide.middle-item img {
        width: 100%;
        margin-bottom: 15px;
    }

    #index-advantage .swiper-slide.left-item {
        order: 2;
        width: 100%;
    }

    #index-advantage .swiper-slide.right-item {
        order: 3;
        width: 100%;
    }

    #index-advantage .swiper-slide .content p {
        padding: 10px;
        margin: 0 0 5px 0;
    }

    #index-advantage .swiper-slide .content p:after {
        display: none;
    }

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

    #culture li {
        width: 100%;
    }

    #culture li:nth-child(3),
    #culture li:nth-child(4) {
        display: none;
    }

    #culture ul {
        padding: 0;
    }

    #culture ul:before {
        display: none;
    }

    #culture li .content2 .mask {
        height: 100%;
        font-size: 14px;
    }

    #story {
        padding-top: 60px;
    }

    #story .item {
        width: 100%;
        margin-bottom: 10px;
    }

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

    #life {
        padding: 20px 0;
    }

    #life .x-mask {
        position: static;
        display: block;
        text-align: center;
    }

    #life .x-mask h1 {
        font-size: 16px;
        line-height: 2;
    }

    .x-main-title .x-mask span {
        color: #ccc;
    }

    .news-list li p {
        margin-bottom: 0;
    }

    #about2 ul, #about3 ul {
        margin-top: 30px;
    }
}

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