@charset "utf-8";
:root {
    --dark-color: #222;
    --web-color: #006dc6;
    --other-color: #2196f3;
    --gray-color: #999;
    --dark-border-color: #041501;
}
.cptel{ font:50px/1; margin-right: 10px;}
.ui-filter-left a{ border:1px solid #eaeaea; width: 160px; text-align: center; background-color: #efefef; line-height: 40px; height: 40px; padding:0px 15px;margin:10px 10px 0 0;display:inline-block;color:#999; font-size:18px; border-radius: 15px;}
.ui-filter-left a.on{border-color:#1890FF; background-color: #1890FF; color:#fff;}
.ui-filter-left a.on:hover{color:#fff;}
.ui-filter-left a:hover{ background-color: #fff;} 
.titbox{
    text-align: center;
    padding-bottom: 8px;
}
.titbox h2,.titbox h1{
    position: relative;
	color: #123985;
}

.titbox h2:before,.titbox h1:before{
    content: '';
    width: 120px;
    height: 1px;
    background: #123985;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -10px;
}
.titbox h2:after,.titbox h1:after{
    content: '';
    width: 120px;
    height: 1px;
    background: #123985;
    display: block;
    position: absolute;
    right:50%;
    margin-right: -30px;
    bottom: -15px;
}

.pic-list li .bg{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.pic-list li .bg a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pic-list li .bg a img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.honor-list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.honor-list li{
    margin-bottom: 4%;
    transition: all .3s;
}
.honor-list li .x-content {
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    background-color: #f5f5f5;
}

.honor-list li .x-content span {
   

}

.honor-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.honor-list li .honor-bg {
    position: relative;
    height: 0;
    padding-top: 62.5%;
}

.honor-list li .honor-bg > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-list li .honor-bg > a img {
    height: 60%;
    width: auto;
    transition: all .3s;
}

.honor-list li:hover .honor-bg > a img {
    transform: scale(1.1);
}
.col-left #video{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    position: relative;
}
.col-left #video video{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.index-banner .swiper-slide img{
    width: 100%;
    object-fit: fill;
}
.swiper-pagination-bullet-active{
    background: var(--web-color);
}
.ui-btn:hover {
    color: #fff;
    border-color: var(--web-color);
    box-shadow: 0 0 20px var(--web-color);
}

.ax-font-lighter {
    font-family: 'DINCond-Light';
}

@font-face {
    font-family: 'DINCond-Regular';
    src: url('../style/DINCond-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-light {
    font-family: 'DINCond-Regular';
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('../style/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('../style/DINCond-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bold {
    font-family: 'DINCond-Bold';
}

@font-face {
    font-family: 'DINCond-Black';
    src: url('../style/DINCond-Black.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bolder {
    font-family: 'DINCond-Black';
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.artshow h1 {
    font-size: 36px;
}

.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul, li {
    list-style: none;
}

.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-around {
    justify-content: space-around;
}

.x-flex-list-2 > li {
    width: 48%;
}

.x-flex-list-3 > li {
    width: 31%;
}

.x-flex-list-4 > li {
    width: 23%;
}

.x-flex-list-5 > li {
    width: 18%;
}

.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{}
.container .x-width{display: flex;justify-content: space-between}
.container-left{width:250px;}
.container-right{width: calc(100% - 330px);overflow:hidden;}


.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;
}

.container-right .content table tr > td:first-child,
.container-right .content table td.td-bg,
.container-right .content table tr:first-child {
    background-color: #f4f4f4;
}

.ui-filter {
    box-shadow: none;
}

.ui-modal {
    border: none;
    overflow: hidden;
}

.ui-collapse-menu-title.active {
    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%);
}

.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;
    background: #fff url('../style/cate-banner.jpg') center /cover no-repeat;
}

.bg-banner .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 992px) {
    .proshow .col-right .tags{
        margin: 15px 0;

    }
    .proshow .col-right .tags a{
        font-size: 12px;
        padding: 0 5px;
        margin: 0 5px 5px 0;
    }
    .ui-collapse-menu-title:hover a {
        padding-left: 0;
    }

    .x-main-title h1, .x-main-title h3 {
        font-size: 24px;
    }

    .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
    }
}

.textarea-content .ui-form-icon {
    top: 28px;
}

@media only screen and (min-width: 1921px) {
    .x-width {
        max-width: 1920px;
    }
}
.ui-modal-header .ui-modal-close {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
}

.ui-box-radius .ui-box-title span {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

.ui-box-radius .ui-box-title span i {
    font-size: 14px;
}

.x-container .container-left {
    transform: scale(0, 1);
    height: 0;
}

.x-container .container-right {
    width: 100%;
}

.x-container.open .container-left {
    transform: scale(1);
    height: auto;
}

#open-nav {
    position: fixed;
    top: 60%;
    width: 40px;
    left: -100px;
    z-index: 999;
    background: linear-gradient(90deg, var(--web-color) 40%, var(--other-color) 100%);
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    transition: all .3s;
}

#open-nav span {
    font-size: 14px;
}

#open-nav.open {
    left: 0;
}

.x-container.open .container-right {
    width: calc(100% - 280px);
}

.ui-box-radius .ui-box-title #nav-left.active i:before {

}

.container-left .ui-box-radius .ui-box-title h3 span {
    font-size: 24px;
}

.artlist-item:hover .artlist-item-body .title, .ui-tabs-nav li.active a {
    color: var(--web-color);
}

.ui-timeline-dot, .ui-tabs-nav li.active, .ui-box-h2:after {
    border-color: var(--web-color);
}

.ui-btn {
    background: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}

.ui-box-title {
    background: linear-gradient(90deg, var(--web-color) 40%, var(--other-color) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-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%;
}

.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;
    width: 100%;
    height: 0;
    padding-top: 15%;
}

.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,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');
    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-bottom: 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;
}

.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: url(../images/nbanner.jpg) center no-repeat;
	background-size:cover;
}

.banner_inner .x-mask .content {
    color: #fff;
    text-align: center;
}

.banner_inner .x-mask .content h1 {
    margin: 0;
}

.banner_inner .x-mask2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.banner_inner .x-mask2 h3 {
    font-size: 48px;
}

.banner_inner .x-mask h1 {
    font-size: 36px;
}

.banner_inner .x-mask .t2 {
    margin-bottom: 20px;
    max-width: 480px;
}

.banner_inner .title, .banner_inner .intro {
    color: var(--web-color);
}

.banner_inner img {
    width: 100%;
}


.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 .x-picture{
    position: relative;
    width:100%;
    height: 0;
    padding-top: 100%;
}
.x-pro-list li .x-picture img{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit:cover;
}
.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: 4%;

}

.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);
}

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;
       background:var(--web-color);
    border-color: var(--web-color);
    color:#fff;
}
 
.ui-sidebar ul li a:hover {
    background: var(--web-color);
    border-color: var(--web-color);
}

.more-link {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    min-width: 160px;
    background-image: linear-gradient(90deg, var(--web-color), var(--other-color));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 20px 0;
    border: none;
    cursor: pointer;
}

.more-link span {
    z-index: 2;
    position: relative;
    color: #fff;
    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 {
    box-shadow: 0 10px 30px #ccc;

}

.more-link:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.more-link:hover span {
    color: var(--web-color);
}

.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;
}


.foot-logo-div p {
    line-height: 2;
}



.x-sns a {
    margin-left: 15px;
}



.x-sns span {
    font-size: 30px;
}



.foot-logo span {
    font-size: 60px;
    color: var(--web-color);
}



.x-width {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;

}

.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 h1 {
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    color: var(--web-color);
    font-family: 'azonixregular', 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;

}

.x-main-title .x-mask {
    z-index: -1;
    top: 0;
    left: 0;
}

.x-main-title .x-mask span {
    font-size: 100px;
    color: #dedede;
}

.x-pr {
    position: relative;
}

.x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.x-cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.x-cover:before, .x-cover:after {
    content: '';
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
}

.x-pro-list li:hover .x-cover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}

.x-pro-list li:hover .x-cover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}

.x-picture img {
    width: 100%;
    position: unset;
}

.page-section {
    padding:  3vh 0 10vh 0;
}


.solution-list li .content {
    padding: 10px;
    text-align: center;
}

.solution-list li {
    margin: 20px 0;
}

.product-new-label {
    color: #fff;
    background: var(--web-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 15% 75%, 0 100%, 0% 25%);
    z-index: 1;
}

.product-hot-label {
    color: #fff;
    background: #cd1b29;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 15% 75%, 0 100%, 0% 25%);
    z-index: 1;
}

/*index*/
#index-pro {
    text-align: center;
    background-color: #f5f6f8;
}

#index-pro .cate-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

#index-pro .cate-list li {
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;
    background-color: #fff;
    margin: 0 10px;
    border: 1px solid #ccc;
    transition: all .3s;
    cursor: pointer;
}

#index-pro .cate-list li a {
    padding: 0;
    font-size: 16px;
}

#index-pro .cate-list li.active, #index-pro .cate-list li:hover {
    background-color: var(--web-color);
    border-color: var(--web-color);
}

#index-pro .cate-list li.active a, #index-pro .cate-list li:hover a {
    color: #fff;
}

#index-pro .cate-list li span {
    font-size: 24px;
}

#index-pro .cate-list li + li span {
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

#index-pro .x-pro-list {
    align-items: stretch;
}

#index-advantage {
    background: #fff;
    position: relative;
    padding: 0;
}
.adv-swiper{
    padding-left: 16%;
}
.adv-swiper .swiper-slide .content .mask{
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0 , 0 , 0 , 0.5);
}
.adv-swiper .swiper-slide .mask .mask-a{
    width: 220px;
    height: 220px;
    background-color: var(--web-color);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.adv-swiper .swiper-slide .mask .mask-b{
    width: calc(100% - 220px);
    display: flex;
    align-items: center;
    padding: 0 40px;

}

#index-advantage .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}
.swiper-slide .content{
    position: relative;
    overflow: hidden;
}
.adv-swiper .swiper-slide .content:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    z-index: 1;
}
.adv-swiper .swiper-slide .content > img{
    width: 100%;
}
#index-advantage .swiper-slide:hover .content:before {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.index-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

#index-about {
    background-color: #f5f5f5;
}

#index-about .more-link {
    margin-top: 40px;
}

#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 {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

#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 {
    background: url('../style/data-bg2.jpg') center bottom / cover no-repeat fixed;
    color: #fff;
    padding: 3% 0;
}

#index-data ul {

}

#index-data li {
    text-align: center;
}

#index-data li h2 {
    font-size: 50px;
    font-weight: bold;
}

#index-data li:nth-child(1) h2:after {
    content: '年';
    margin-left: 10px;
    font-size: 16px;
}

#index-data li:nth-child(2) h2:after {
    content: '+';
    margin-left: 10px;
    font-size: 16px;
}

#index-data li:nth-child(3) h2:after {
    content: '个';
    margin-left: 10px;
    font-size: 16px;
}

#index-data li span {
    font-size: 50px;
}

#index-news{
    background-color: #f5f5f5;
}
#index-news .item-left {
    width: 25%;
    padding: 20px;
    background-color: #fff;
}



#index-news .item-right {
    width: 73%;
    padding: 20px;
    background-color: #fff;
}

#index-news .item-right .ui-tabs-nav li {
    flex: 1;
}

#index-news .item-tabs {

}

.news-swiper {
    padding-bottom: 40px;
}

#index-news .ui-tabs-nav {
    text-align: left;
}

.news-swiper .swiper-slide h4 {
    font-size: 20px;
    line-height: normal;
    padding: 10px 0;
}

.news-swiper .swiper-slide .x-content span {
    font-size: 14px;
}

#index-news .ui-list li {
    text-align: left;
}

#index-news .x-main-title {
    text-align: center;
    margin-bottom: 5%;
}

#index-news .ui-tabs-na li {
    border: 1px solid #000;
}

#index-news .more-link {
    margin: 40px auto 0;

}

.news-list li {
    background-color: #f5f6f8;
    margin-bottom: 30px;
    transition: all .3s;
}

.news-list li a {
    display: block;
}

.news-list li .img-box {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

.news-list li .no-pic,.news-list li .has-pic {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #e5e5e5;
    position: relative;
}
.news-list li .has-pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-list li .no-pic span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--web-color);
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.news-list li .img-box img {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.news-list li .x-content {
    background-color: #f5f6f8;
    padding: 20px;
    text-align: left;
}

.news-list li h4 {
    position: relative;
    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: #123985;
}

.news-list li p span {
    font-size: 16px;
}

.news-list li:hover {
    box-shadow: 0 0 20px #ccc;
}

#zhineng {
    position: relative;
}

#zhineng li {
    background-color: #fff;
    padding: 0 !important;
    border: 5px solid #ddd !important;
}

#zhineng .content {
    position: relative;
    padding: 30px;
}

#zhineng li .xh {
    width: 160px;
    line-height: 60px;
    background-color: #d4312a;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    border-radius: 20px 0 20px 0;
    position: absolute;
    transition: all .5s;
    z-index: 2;

}

#zhineng li:nth-child(3), #zhineng li:nth-child(4) {
    margin-bottom: 0;
}

#zhineng li:nth-child(1) .xh {
    right: -15px;
    bottom: -15px;
    border-radius: 0 20px 0 20px;
}

#zhineng li:nth-child(2) .xh {
    left: -15px;
    bottom: -15px;
}

#zhineng li:nth-child(3) .xh {
    right: -15px;
    top: -15px;
    border-radius: 20px 0 20px 0;
}

#zhineng li:nth-child(4) .xh {
    left: -15px;
    top: -15px;
    border-radius: 0 20px 0 20px;
}

#zhineng li:nth-child(1):hover .xh {
    right: 0;
    bottom: 0;
    border-radius: 0;
}

#zhineng li:nth-child(2):hover .xh {
    left: 0;
    bottom: 0;
    border-radius: 0;
}

#zhineng li:nth-child(3):hover .xh {
    right: 0;
    top: 0;
    border-radius: 0;
}

#zhineng li:nth-child(4):hover .xh {
    left: 0;
    top: 0;
    border-radius: 0;
}

#zhineng li:hover {
    box-shadow: none !important;
}

#zhineng li .nr {
    padding: 30px;
    height: 180px;
    transition: all .5s;
}

#zhineng li:hover {
    border-color: #d4312a !important;
}

#zhineng li .nr p {
    font-size: 20px;
    font-weight: bold;
}

#zhineng li:hover span, #zhineng li:hover .nr p {
    color: #d4312a;
}

#zhineng h1 {
    margin: 0;
    line-height: normal;
}

#zhineng h1 span {
    font-size: 50px;
}

.am-text-danger {
    color: var(--web-color);
}

.container-right .ui-text-center p {
    font-size: 20px;
    text-align: center !important;
}

#support .container-right li {
    border: none;
    text-align: left;
}

#support .container-right .ui-tabs-nav li {
    border: 1px solid #eee;
}

#support .container-right .ui-tabs-nav li.active {
    border-color: var(--web-color);
}

#support .container-right .ui-tabs-nav li.active a {
    color: var(--web-color);
}

#support .container-right li p {
    text-align: left !important;
    margin-bottom: 25px;
}

#download li {
    width: 100%;
    border: none;
}

.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download p {
    width: 48%;
    border-bottom: 1px solid #ddd;
}

.download p:after {
    content: "\e809";
    display: inline-block;
    float: right;
    font-size: 20px;
    font-family: "iconfont" !important;
}

@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;
}
#solution ul{
    margin-bottom: 40px;
}
@media (min-width: 2400px) {
    .banner_inner{
        padding-top: 10%;
    }
}
@media (max-width: 1600px) {
    #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) {
    #index-map .flexbox .leftbox .tit {
        font-size: 25px;
    }
    .x-pro-list li{
        width: 24%;
    }
}
@media (max-width: 1366px) {
    .x-pro-list li{
        width: 31%;
    }
    .page-section{
        padding: 3vh 0;
    }
}

@media (max-width: 767px) {
    #index-map .flexbox .leftbox .tit {
        margin: 0 0 20px;
    }
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox .tit {
        font-size: 18px;
        /* text-align: center; */
        margin: 0 0 5px;
    }
}

#index-map .flexbox .leftbox .des {
    font-size: 18px;
    color: #666;
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox .des {
        font-size: 14px;
        /* text-align: center; */
    }
}

#index-map .flexbox .rightbox {
    flex: 1;
}

#index-map .flexbox .rightbox .bussiness-map {
    position: relative;
    width: 100%;
    max-width: 994px;
    margin: 0 0 0 auto;
}

#index-map .flexbox .rightbox .bussiness-map img {
    width: 100%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #062863;
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-map .flexbox .rightbox .bussiness-map .appoint .i {
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 189, 226);
    border: 1px solid #062863;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a1 {
    top: 20%;
    left: 15%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a2 {
    top: 40.1%;
    left: 13.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a3 {
    top: 33.5%;
    left: 16.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a4 {
    top: 30.2%;
    left: 20.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a5 {
    top: 42.1%;
    left: 24.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a6 {
    top: 37%;
    left: 27.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a7 {
    top: 58.7%;
    left: 27.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a8 {
    top: 65.5%;
    left: 32.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a9 {
    top: 52%;
    left: 46.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a10 {
    top: 28.5%;
    left: 50.9%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a11 {
    top: 48.5%;
    left: 50.1%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a12 {
    top: 68.7%;
    left: 50.9%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a13 {
    top: 25%;
    left: 58.5%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a14 {
    top: 47.2%;
    left: 61%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a15 {
    top: 26.7%;
    left: 69.3%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a16 {
    top: 53.7%;
    left: 69.4%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a17 {
    top: 31.7%;
    left: 71%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a18 {
    top: 25%;
    left: 72.8%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a19 {
    top: 29.9%;
    left: 73.6%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a20 {
    top: 45.1%;
    left: 73.7%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a21 {
    top: 53.7%;
    left: 76.1%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a22 {
    top: 43.6%;
    left: 79.5%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a23 {
    top: 63.7%;
    left: 79.4%;
}

#index-map .flexbox .rightbox .bussiness-map .appoint.a24 {
    top: 82.3%;
    left: 81.1%;
}

@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.x-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(218, 14, 43, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1
}

.x-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(218, 14, 43, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}


/*栏目*/
#law h1 {
    margin-bottom: 60px;
}

#team {
    background-color: #f5f5f5;
}

#team .page-content {
    max-width: 1400px;
    margin: 0 auto;

}

img.qrcode {
    width: 120px !important;
}

#intro .x-main-title {
    text-align: center;
    margin-bottom: 40px;
}

.cate-left {
    width: 70%;
    padding-right: 60px;
}

.cate-right {
    width: 30%;
    margin-bottom: 30px;
}

#service .service-list li {
    padding-bottom: 20px;
    border: 1px solid #ddd;
}

#service li h3 {
    padding: 20px 0;
    margin: 0;
}

.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-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;
}

.about1-left img {
    border-radius: 60px 0 0 0;
    position: relative;
    z-index: 2;
}

.about1-left {
    position: relative;
}

.banner_about {
    position: relative;
    height: 700px;
}

.about1-left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--web-color);
    display: none;
}

.about1-right p {
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
}


.about-body {
    background: url('../style/about-banner.jpg') 0 0 / cover no-repeat fixed;
}

.about-bg {
    height: 1000px;
    position: relative;

}

.about-body #index-data {
    background: rgba(127, 9, 9, .6);
}

.about-bg .x-mask2 {

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}

.about-bg li .content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

.about-content {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.about-content .content {
    text-align: left;
}

.about-content .content p {
    line-height: 3;
    margin-bottom: 25px;
    font-size: 16px;
}

.about-cate li a span {
    font-size: 60px;
}

.cate-nav {
    border-bottom: 1px solid #eee;
}

.about2 li {
    padding: 20px;
    margin-bottom: 0;
}

.about2 li h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
}

.about2 li span {
    font-size: 40px;
    font-weight: normal;
    margin-right: 20px;
}

.about2 li.active a {
    color: var(--web-color);
}


.ui-topbar{background:#f8f8f8;border-bottom:1px solid #eaeaea;padding:0;}
.ui-topbar i{color:#ccc;margin:0 5px;}
.ui-topbar .ui-row{align-items:center;}
.ui-topbar .ui-nav{border:0;line-height:1.5}
.ui-topbar .ui-nav ul li a{color:#333;border:1px solid #f8f8f8;border-bottom:0;border-top:0;padding:10px 15px;}
.ui-topbar .ui-nav ul li a span{font-size:12px;color:#999;margin-left:6px;transition:all .5s ease 0s;z-index:21;}
.ui-topbar .ui-nav ul li a:hover{border-width:1px;border-color:#d9d9d9;background:#fff;}
.ui-topbar .ui-nav ul li.active a{border:1px solid #d9d9d9;border-bottom:0;border-top:0;background:#fff;}
.ui-topbar .ui-nav ul li.active span{transform:rotate(180deg);}
.ui-topbar .ui-nav ul li ul{border-top:0;box-shadow:none;min-width:114px;z-index:20;right:0;}
.ui-topbar .ui-nav ul li.active ul li a{border:0;}
.ui-topbar .ui-nav ul li ul li a:hover{background:#1890FF;}

.header{padding:20px 0;align-items:center;}
.header .ui-col-4{display:flex;justify-content:flex-end;align-items:center;}
.header .ui-col-4 .icon{padding-right:10px;}
.header .ui-col-4 .icon i{font-size:44px;color:#1e50ae;}
.header .ui-col-4 .text .text-gray{font-size:14px;line-height:normal;}
.header .ui-col-4 .text .telphone{font-size:22px;color:#0E77EA;}

.nav{}
.nav .ui-nav{display:flex;}
.nav ul li{}
.nav ul li:first-child{border-left:0;}
.nav ul li:last-child{border-right:0;}
.nav ul li a{line-height:60px;padding:0 25px;font-size:16px;}
/*.nav ul li.active{background:#0E77EA;border-color:#0E77EA}*/
.nav ul li ul{border:0;}
.nav ul li ul li{border:0;}
.nav ul li ul li a{line-height:50px;border-bottom:1px solid #f3f3f3;}
.nav ul li ul li:last-child a{border-bottom:0;}
.nav ul li ul li a:hover{background:#0E77EA;}


.banner{min-width:100%;z-index:10;background:#fff;}
.banner .ui-carousel-item a{display:block;min-width:1200px;width:100%;}
.ui-carousel-prev,.ui-carousel-next{width:90px;}
.banner .ui-carousel-page{bottom:25px;}
.banner .ui-carousel-page li{height:12px;width:12px;border-radius:12px;transition:all 1s}
.banner .ui-carousel-page li.active{width:50px;}
.banner_inner{background:linear-gradient(to right, #0E77EA, #7F61FF);}
.banner_inner .width{height:400px;padding-left:120px;position:relative;}
.banner_inner .title{color:#fff;font-size:46px;font-weight:600;padding-top:100px;}
.banner_inner .title span{font-size:24px;margin-left:20px;border-left:1px solid #56b8ee;padding-left:20px;font-weight:300;text-transform:capitalize}
.banner_inner .intro{color:#fff;font-size:18px;margin-top:10px;font-weight:300;}
.banner_inner .position{position:absolute;bottom:-1px;left:0;right:0;padding:15px 20px;background:rgba(255,255,255,.9);border-radius:4px 4px 0 0;box-shadow:0px 0px 30px rgba(0,0,0,0.1);}



.home-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.home-title .home-title-name{font-size:22px;color:#333;padding-bottom:10px;}
.home-title .home-title-name:after{display:block;content:"";border-bottom:2px solid #0E77EA;width:45px;padding-top:15px;}
.home-title .home-title-name span{font-size:15px;color:#9e9e9e;margin-left:10px;}
.home-title .home-title-more{}
.home-title .home-title-more a{display:inline-block;border:1px solid #eee;padding:15px 20px;margin-left:10px;line-height:normal;border-radius:4px;color:#666;}
.home-title .home-title-more a:hover,.home-title .home-title-more a.active{background:#0E77EA;border-color:#0E77EA;color:#fff;}

.home_about{background:linear-gradient(150deg, #0E77EA 0%, #060D33 100%);padding:80px 0;}
.home_about .width{box-shadow:0px 10px 20px rgba(0,0,0,0.35);}
.home_about .ui-col-8{padding:40px;}
.home_about .ui-col-8 h4{font-size:24px;color:#060d33;font-weight:500;}
.home_about .ui-col-8 .intro{color:#666;margin-top:20px;}
.home_about .ui-col-8 .intro p{margin-bottom:20px;line-height:28px;}
.home_about .ui-col-8 .more{display:inline-block;padding:10px 40px;color:#666;border:1px solid #eee;border-radius:50px;box-shadow:0 5px 15px 0 #eee;}
.home_about .ui-col-8 .more:hover{background:#0E77EA;border-color:#0E77EA;color:#fff;}
.home_about .ui-col-4{background:#fff;font-size:0;padding:8px;}
.home_about .ui-col-4 video{background:#000;}

.home_news{margin-top:30px;display:flex;flex-wrap:wrap;}
.home_news .home_news_item{margin:0 2% 20px 0;width:49%; background-color: #fff;}
.home_news .home_news_item:nth-child(even){margin-right:0;}
.home_news_body{box-shadow:0px 0px 4px rgba(0, 0, 0, 0.1);backgroud-color:#fff;padding:20px;border-radius:5px;display:flex;align-items:center;}
.home_news_body .date{width:90px;text-align:center;padding-right:20px;margin-right:30px;border-right:1px solid #eee;}
.home_news_body .date h4{font-size:30px;font-family:Politica;color:#999;margin:0;}
.home_news_body .date p{color:#999;font-size:14px;font-family:Verdana;}
.home_news_body .body{flex:1;overflow:hidden;transition:all 0.5s ease;}
.home_news_body .body h4{font-size:18px;font-weight:400;color:#515050;}
.home_news_body .body p{color:#c2c2c2;}
.home_news_body .body h4 a:hover{color:#0E77EA;}
.home_news_body:hover{box-shadow:0px 0px 30px rgba(0, 0, 0, 0.15);}
.home_news_body:hover .body{transform:translateX(5px);}
.home_news_item:hover .body h4 a{color:#1890FF;}
.home_news_item:hover .body p{color:#666;}

.partners{margin-top:30px;display:flex;flex-wrap:wrap;list-style:none;}
.partners li{margin:0 30px 20px 0;width:232px;text-align:center;color:#999;}
.partners li:nth-child(5n){margin-right:0;}
.partners li img{width:100%;height:104px;border:1px solid #eee;margin-bottom:10px;border-radius:2px;}
.partners li img:hover{box-shadow:0 0 30px rgba(0, 0, 0, 0.15);}
.partners li p{padding:0 10px;}

.link{margin-top:20px;}
.link a{display:inline-block;margin-right:15px;border:1px solid #eaeaea;padding:10px 15px;color:#666;border-radius:5px;margin-bottom:10px;background:#fff;}
.link a:hover{border-color:#ccc;}




/* public begin */
.ui-piclist-title{padding:6px 10px;}
.ui-piclist-image img{transition:all 1s}
.ui-piclist-image:hover img{transform:scale(1.2);}

.ui-box{box-shadow:0px 0px 30px rgba(0,0,0,0.1);border:1px solid #f3f3f3;background:#fff;}
.ui-box-radius{border-radius:20px 0 0 0;}
.ui-box-radius .ui-box-title{border-radius:20px 0 0 0;}
.ui-box-title{background:linear-gradient(90deg, #0E77EA 0%, #1e50ae 100%);color:#fff;font-size:24px;font-weight:400;padding:30px;}
.ui-box-title span{display:block;font-size:14px;color:#eaeaea;font-weight:300;text-transform:uppercase;line-height:30px;}

.ui-collapse-menu{margin:15px 0;}
.ui-collapse-menu-title a{transition:all 0.5s ease;}
.ui-collapse-menu-title:hover a{padding-left:10px;}
.ui-collapse-menu-body li a{transition:all 0.5s ease;}
.ui-collapse-menu-body li a:hover{padding-left:10px;}
.ui-collapse-menu-body li i{color:#999;}
.ui-collapse-menu-body ul li.active i{color:#1890FF;}
.ui-collapse-menu-body ul li.active a{color:#1890FF;}

.ui-box-h2{font-size:24px;padding:20px 30px;border-bottom:1px solid #eaeaea;position:relative;}
.ui-box-h2:after{position:absolute;display:block;content:"";border-bottom:3px solid #0E77EA;bottom:0;left:30px;width:45px;}
.ui-box-body{padding:25px 30px;word-break:break-all;min-height:380px;}
.ui-box-body .col-10{max-width:760px;}

.ui-box-body img,.ui-box-body p img{max-width:100%;}
.ui-box-body p{margin-bottom:20px;line-height:24px;}
.ui-box-body .content a{color:#03C;}
.ui-box-body .content a:hover{color:#f30;}

.artlist{}
.artlist-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.06);min-height:160px;padding:30px 0;}
.artlist-item:first-child{padding-top:10px;}
.artlist-item-image{width:200px;margin-right:30px;}
.artlist-item-image img{width:100%;max-height:140px;border-radius:4px;}
.artlist-item-image svg{width:100%;text-anchor:middle;border-radius:4px;border:1px solid #eaeaea;}
.artlist-item-body{flex:1;overflow:hidden;padding-right:20px;
    border-right: 1px solid #f3f3f3;}
.artlist-item-body .title{font-size:20px;font-weight:bold;}
.artlist-item-body .desc{font-size:16px;color:#666;line-height:40px;margin-top:15px;}
.artlist-item-body .desc p{margin:0;}
.artlist-item-body .tags{color:#999;margin-top:15px;}
.artlist-item-body .tags a{margin:0 6px;font-size:15px;font-family:arial,microsoft yahei;color:#666;}
.artlist-item-body .tags a:hover{color:#f30;}
.artlist-item-date{width:120px;padding:0;
    text-align: center;font-size:24px;color:#999;font-weight:300;position:relative;}
.artlist-item-money{width:200px;font-size:18px;color:#F60;}
.artlist-item-money span{display:block;font-size:16px;color:#333;line-height:36px;font-weight:bold;}
.artlist-item-money:after{height:80%;}
.artlist-item:hover .artlist-item-date{color:#1890FF;}
.artlist-item:hover .artlist-item-body .title{color:#1890FF;}
.artlist-item:hover .artlist-item-body .desc{color:#333;}

.artshow{width:100%;}
.artshow h1{font-size:28px;font-weight:bold;margin:0; text-align: center}
.artshow .info{line-height:200%; padding-top: 10px; padding-bottom: 10px; font-size: 16px; border-bottom:1px solid #f3f3f3;margin-bottom:20px;color:#333;text-align: center}
.artshow .info span{color:#999;}
.artshow .info i{color:#ccc;margin-right:5px;}
.artshow .other{margin:15px 0;padding:0px;}
.artshow .other ul{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap;}
.artshow .other ul li{width:25%;line-height:40px;}
.artshow .other ul li span{color:#999;}
.artshow .content a{color:#03C;}
.artshow .content a:hover{color:#f30;}
.artshow .content p{margin-bottom:20px;line-height:200%; font-size: 18px;}
.artshow .content img{max-width:100%;}
.artshow .action{display:flex;justify-content:center;margin:30px 0 10px 0;}
.artshow .action a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.artshow .action a i{font-size:30px;color:#999;}
.artshow .action a em{display:block;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.artshow .action a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.artshow .action a:hover i{color:#1890FF;}
.artshow .tags{color:#999;margin:15px 0;}
.artshow .tags a{margin:0 10px 10px 0;}

.proshow{}
.proshow .col-left{width:45%;}
.proshow .col-left .big_pic{text-align:center;}
.proshow .col-left .big_pic img{max-width:100%;}
.proshow .col-left .thumb_pic{margin:30px 0 0 0;text-align:center;}
.proshow .col-left .thumb_pic ul{margin:0 auto;}
.proshow .col-left .thumb_pic ul li{display:inline-block;margin-right:5px;width:60px;height:60px;border:1px solid #eaeaea;padding:0px;cursor:pointer;position:relative;z-index:1;}
.proshow .col-left .thumb_pic ul li.active{border:1px solid #2DB7F5;background:#fff;}
.proshow .col-left .thumb_pic ul li.active:after{content:" ";position:absolute;right:24px;top:-5px;width:11px;height:11px;border:#2DB7F5 solid 1px;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}

.proshow .col-right{width:55%;padding:0 0 0 3%;}
.proshow .col-right h1{font-size:24px;font-weight:bold;}
.proshow .col-right .intro{color:#888;margin:10px 0;}
.proshow .col-right .attribute{list-style:none;margin:10px 0;}
.proshow .col-right .attribute li{line-height:30px;}
.proshow .col-right .attribute li em{display:inline-block;width:60px;font-style:normal;color:#999;}
.proshow .col-right .attribute li img{max-width:100%;}
.proshow .col-right .price{font-size:14px;line-height:30px;margin:20px 0;}
.proshow .col-right .price span{font-size:26px;color:#f60;}
.proshow .col-right .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
.proshow .col-right .tags{color:#999;margin:35px 0;}
.proshow .col-right .tags a{margin:0 10px 10px 0;}

.proshow_content{padding:20px 0;}
.proshow_content a{color:#03C;}
.proshow_content a:hover{color:#f30;}
.proshow_content p{margin-bottom:20px;font: 18px/2.8 "SourceHanSansSC";}
.proshow_content p img{max-width:100%;}

.proshow_content .extend{list-style:none;}
.proshow_content .extend li{font-size:15px;line-height:30px;}
.proshow_content .extend li em{display:inline-block;width:120px;font-style:normal;color:#999;font-size:15px;margin-right:15px;}


table{border-collapse:collapse;border-spacing:0;width:100%;}
td,th{border:1px solid #eaeaea;padding:10px;}
.ui-sidebar{position:fixed;right:0;top:0;display:flex;align-items:center;}
.ui-sidebar ul{border-radius:0;}
.ui-sidebar ul li:first-child,.ui-sidebar ul li:first-child a{border-radius:0;}
.ui-sidebar ul li:last-child,.ui-sidebar ul li:last-child a{border-radius:0;}
.ui-sidebar ul li a{width:50px;line-height:50px;}
.ui-sidebar ul li a i{font-size:22px;}
.ui-sidebar ul li div{line-height:40px;font-size:14px;min-width:120px;}
.ui-sidebar ul li:hover div{right:60px;}
.ui-sidebar ul li a{color:#246FDD;}
.ui-sidebar ul li a:hover{background:#246FDD;border-color:#246FDD;}
.ui-sidebar ul li.active a{background:#246FDD;border-color:#246FDD;}
.ui-card-book{border:1px solid #DFEDFF;border-radius:0 20px 0 0;}
.ui-card-book .ui-card-header{padding:10px 25px;line-height:30px;background:#F8FBFF;border-bottom:1px solid #DFEDFF;border-radius:0 20px 0 0;}
.ui-card-book .ui-card-header .ui-card-header-title{border:0;padding:0;}
.ui-card-book .ui-card-body{padding:20px 25px 15px 25px;word-break:break-all;}
.ui-card-book .ui-card-footer{border-top:0;padding:0 25px 20px 25px;}

.icp{ width: 100%;}
.icp ul li{ width: 25%; float: left; position:relative;overflow: hidden; border-bottom: #b1b1b1 1px solid;border-right: #b1b1b1 1px solid;}
.icp ul li:hover a img{transform:scale(1.2);}
.icp ul li:first-child{width: 50%; border: #b1b1b1 1px solid;}
.icp ul li a{ display: block}
.icp ul li a img{ width: 100%;transition:all 1s}
.icp ul li .icptxt { bottom:0px;position:absolute;transition:all 1s; height: 40px; width: 100%; text-align: center; display: block; font-size:20px; line-height: 40px;}
.icp ul li:hover .icptxt{ background-color: #0b6ec2; color: #fff;}

.dibunav{position:fixed;bottom:0;margin:0;width:100%;z-index:9999; display:none;}
.dibunav ul{background:#e5000c;margin:0 auto;width:100%;overflow:hidden;}
.dibunav li{float:left;width:25%;border-right:1px solid #204a9c; background-color: #123985; padding:0; padding-top:5px; padding-bottom:5px; list-style:none;}
.dibunav li a{display:block;width:100%;height:100%;text-align:center;color:#fff;font-size:14px;}
.dibunav li a span{display:block;font-size:24px;margin:2px 0 0 0;}
.dibunav li a:hover span{color:#ff0;}
.pro-tel{ display: none;}
@media all and (max-width: 780px) {
.icp ul li{ width: 100%;  position:relative;overflow: hidden; margin-bottom: 10px;}
.icp ul li:hover a img{transform:scale(1.2);}
.icp ul li:first-child{width: 100%; }
	.dibunav{ display:block;}
	.ui-sidebar{ display:none;}
	.copyright{ margin-bottom: 80px;}
	.pro-tel{ display: block;}
	.hotline{ display: none;}
}

@media all and (max-width: 700px) {

	.dibunav{ display:block;}

}

@media all and (max-width: 622px) {
	
	.dibunav{ display:block;}
}

@media all and (max-width: 510px) {
	
	.dibunav{ display:block;}
}
@media all and (max-width: 400px) {
	

	.dibunav{ display:block;}
}
#culture {
    background-color: #f5f5f5;
}

#culture .x-main-title {
    margin-bottom: 60px;
}

#culture ul {
    width: 100%;
    padding-right: 5%;
    position: relative;
    padding-top: 50px;

}

#culture ul:before {
    content: '';
    position: absolute;
    width: 36.66666%;
    height: 100%;
    right: 0;
    top: -5%;
    background-color: var(--web-color);
}

#culture li {
    width: 33.33333%;
    background-color: #fff;
    margin: 0;
}

#culture li .content2 {
    position: relative;
    height: 0;
    padding: 0 0 68.378% 0 !important;
}

#culture li .content2 .mask {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 0;
    transition: all .5s;
}

#culture li:hover .content2 .mask {
    height: 100%;
}

#culture li:first-child .mask, #culture li:nth-child(5) .mask {
    height: 100%;
    background-color: #fff;
    color: #d4312a;
}

#culture li:nth-child(5) .mask h1 {
    font-size: 30px;
    margin: 0;
}

#culture li:first-child .mask span {
    font-size: 50px;
}

#culture li:first-child .mask h1 {
    font-size: 30px;
}

#culture li .content2 .mask p {
    text-align: center;
}

#culture li:hover .picture .mask p {
    font-size: 16px;
}

#culture li:hover .mask p {
    font-size: 16px;
    text-align: left;
}

#culture li:first-child:hover .mask p, #culture li:first-child .mask p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}


#culture li .content2 .mask h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

#culture li:hover .content2 .mask h3 {
    margin-bottom: 15px;
}

#culture li:last-child .mask span {
    font-size: 40px;
}

/*企业故事*/
#story {

    overflow: hidden;
    background-color: #f9f9f9;
}

#story .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

#story .item {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .3s;
}

#story .item:hover {
    border-color: var(--web-color);
    box-shadow: 0 0 30px #ddd;

}

#story li.item p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
}

#story li.item h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

#story li.item img {
    margin-bottom: 30px;
}

#story li.item h4 {
    margin-top: 0;
}

#story .more-link {
    background-color: #d4312a;
    border-color: #d4312a;
    color: #fff;
    margin: 0 auto 40px;

}

#story .more-link:hover {
    background-color: #bb1128;
    border-color: #bb1128;
}

/*生活研究院*/
#life {

}

#life .content {
    position: relative;
}

#life .content img {
    width: 100%;
}

#life .x-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-1 li .item {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

#contact-1 li .item .content {
    display: flex;
    align-items: center;
}

#contact-1 li .item .content span {
    margin-right: 15px;
    font-size: 50px;
}

#contact-1 .ui-input-group {
    margin-bottom: 10px;
}

#contact-1 .page-content p {
    text-align: center;
}

#contact-1 .x-main-title h4 {
    margin-top: 20px;
    font-weight: 300;
}

#contact-1 .ui-form-ip {
    border-radius: 0 4px 4px 0;
}

#contact-2 .content-info li {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f5f5f5;
}

#contact-2 .content-info li p {
    line-height: 3;
}

#contact-2 .content-info ul {
    align-items: stretch;
}

#honor .x-main-title {
    text-align: center;
}

#honor ul {
    margin-top: 60px;
}

.container-right .content .history-content p {
    line-height: 3;
    margin-bottom: 0;
}

#job .job-left {
    width: 70%;
}

#job .job-right {
    width: 30%;
    padding-left: 60px;
}

.add_job {
    width: 100%;
    padding: 20px;
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    border-top: 1px solid #ccc;
    display: none;
}

.add_job.close {
    display: none !important;
}

.add_job .job-btn-close {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
}

#job .job-pic {
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px;
    border: 1px solid #ccc;
}

#job .gshd li {
    margin-bottom: 20px;
}

#job #job-top {

}

.lmjs {
    text-align: center;
}

.lmjs h1 {
    margin-bottom: 20px;
}

.lmjs p {
    font-size: 16px;
}

#job #job-top .swiper-button-next, #job #job-top .swiper-button-prev {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
    color: #333;
}

#job #job-top:hover .swiper-button-next, #job #job-top:hover .swiper-button-prev {
    opacity: 1;
    background-color: var(--web-color);
    color: #fff;
}

#job #job-thumbs {
    margin-top: 20px;
}

#job #job-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.3;
}

#job #job-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

#job .swiper-slide img {
    width: 100%;
}

.subject {
    font-size: 24px;
    margin: 40px 0 20px;
}

h3.am-text-danger {
    font-size: 22px;
    font-weight: bold;
    color: var(--web-color);
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.subject:before {
    content: '';
    border-left: 3px solid var(--web-color);
    margin-right: 10px;
}

.next-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}

.next-prev .wz-content {
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 0 10px;
}

.wz-content span {
    font-size: 16px;
}

.page-content h3 {
    margin: 30px 0 10px;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 2;
    text-align: justify;
}
.page-content p img{
    max-width: 100%;
}
.page-content p.am-margin-sm {
    line-height: 2;
    margin-bottom: 5px;
}


table.no-bg {
    border: none;
    font-size: 14px;
}

table.no-bg td {
    border: none;
}

.culture-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;
}

/*contact*/
.contact-map {
    width: 50%;
    position: relative;
}

.contact-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-info {
    width: 45%;
}

.contact-info .item, .contact-map .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.contact-info h1, .contact-map h1 {
    font-size: 32px;
}

.contact-map h4 {
    line-height: 2;
}

/*产品详情*/
.content3 .more-link {
    margin-top: 30px;
}

.ui-collapse-menu-body ul li.active a {
    color: var(--web-color);
}

.ui-modal-header .ui-modal-title {
    font-size: 24px;
}

.product-content .ui-tabs {
    margin-top: 40px;
}

.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-color);*/
}

.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-color);
    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 {

}

@media (max-width: 1440px) {
    #index-pro .x-pro-list li {
        width: 24%;
    }

    #index-pro .x-pro-list li.pro-item:nth-child(5n) {
        display: none;
    }

    .ui-tabs-nav li a {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    .nav ul li ul li a {
        font-size: 14px;
        line-height: 36px;
    }

    .about2 li h3 {
        font-size: 18px;
    }

    .about2 li span {
        margin-right: 10px;
        font-size: 30px;
    }

    #story li.item h2, #culture li:nth-child(5) .mask h1 {
        font-size: 24px;
    }

    .contact-info h1, .col-right h1.pro-title {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    body {
        font-size: 14px;
    }
    .nav ul li a{
        padding: 0 15px;
    }
    #index-pro .cate-list li a {
        font-size: 14px;
    }

    .proshow .col-right .intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .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;
    }

    .logo-text .t1 {
        font-size: 16px;
    }

    .logo-text .t2 {
        font-size: 14px;
    }
}

@media (min-width: 1921px) {
    .page-section {
        padding: 90px 0;
    }

    .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;
}

.job-cate {
    margin-top: 60px;
}

.job-cate li {
    width: 49%;
    margin-bottom: 20px;
}

.job-cate li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-cate li a img {
    transition: all .5s;
    transition-duration: 1.5s;
}

.job-cate li a .content {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    top: 0;
    left: 0;
}

.job-cate li:hover img {
    transform: scale(1.1);
}

.job-content {
    max-width: 800px;
    margin: 0 auto;
}

.job-content p {
    text-align: center !important;
}

.ui-col-form-label {
    padding: 0;
}

.ui-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1710px) {
    #index-map .flexbox .leftbox {
        flex: 0 0 470px;
        min-width: 470px;
    }
}

@media (max-width: 1440px) {

    .banner_inner .x-mask .content {
        padding: 20px;
    }
    .head-logo img{
        height: 40px;
    }
    header, .head-logo, .nav .ui-nav {
        height: 80px;
    }

    .nav ul li a {
        line-height: 80px;
    }



    .banner .swiper-slide {
        height: calc(100vh - 80px);
    }

    .x-width {
        width: 90%;
    }

    .pro-tel {
        font-size: 24px;
    }

    .head-logo a span, .foot-logo span {
        font-size: 50px;
    }

    .logo-text .t1, .logo-text .t2 {
        font-size: 16px;
    }

    .nav ul li a {
        padding: 0 15px;
        font-size: 16px;
    }

    #index-map .flexbox .leftbox {
        flex: 0 0 410px;
        min-width: 410px;
    }
}

@media (max-width: 1280px) {

    .head-logo a span, .foot-logo span {
        font-size: 30px;
    }

    .logo-text .t1 {
        font-size: 14px;
    }

    .logo-text .t2 {
        font-size: 13px;
    }

    .nav ul li a {
        padding: 0 12px;
        font-size: 16px;
    }

}

@media (max-width: 1199px) {
    #index-map .flexbox .leftbox {
        flex: 0 0 315px;
        min-width: 315px;
    }
}

@media (max-width: 1100px) {
    .nav li.hotline{
        display: none;
    }
}
@media (max-width: 1024px) {

    .mobile-100 li {
        width: 100% !important;
    }

}
@media (max-width: 992px) {
    #solution ul{
        margin-bottom: 20px;
    }
    .about-content .content p{
        line-height: 2;
    }
    .news-swiper .swiper-slide{
       
    }
    .news-swiper .swiper-slide .x-content{
        width: 100%
     
    }

    .news-swiper .swiper-slide h4{
        font-size: 16px;
        line-height: 1.5;
        white-space:unset;
        padding: 0;
    }
    #index-news .item-left .swiper-slide img{

    }
    #index-news .item-left{
        width: 100%;
    }
    .adv-swiper{
        padding-left: 0;
    }
    #index-news .item-right{
        width: 100%;
        background-color: #fff;
        padding: 0;
    }
    .adv-swiper .swiper-slide .content .mask{
        position: static;
        height: auto;
        background-color: #fff;
    }
    .adv-swiper .swiper-slide .mask .mask-a,.adv-swiper .swiper-slide .mask .mask-b{
        width: 100%;
        height: auto;
    }

    .adv-swiper .swiper-slide .mask .mask-a{
        padding: 10px 20px;
        justify-content: start;
    }
    .adv-swiper .swiper-slide .mask .mask-a .mask-content{
        display: flex;
        align-items: center;


    }
    .adv-swiper .swiper-slide .mask .mask-a .mask-content img{
        width: 50px;
        margin-right: 10px;
    }
    .adv-swiper .swiper-slide .mask .mask-a div{
        width: calc(100% - 60px);
        text-align: left;
    }
    .adv-swiper .swiper-slide .mask .mask-a div h3{
        line-height: 1;
        margin: 0;
    }
    .adv-swiper .swiper-slide .mask .mask-a div{
        font-size: 13px;
        font-weight: 300;
    }
    .adv-swiper .swiper-slide .mask .mask-b{
        display: block;
        padding: 20px;
        color: #333;
    }
    .adv-swiper .swiper-slide .mask .mask-b h2{
        font-size: 18px;
    }
    .adv-swiper .swiper-slide .mask .mask-b p{
        font-size: 12px;
    }
    .ui-scroll .ui-list {
        display: none;
    }

    .more-link {
        height: 40px;
        line-height: 40px;
        min-width: 100px;
        margin-top: 20px;

    }

    .more-link span {
        font-size: 14px;
        font-weight: normal;
    }

    #index-pro .cate-list {
        justify-content: space-between;
    }

    #index-pro .cate-list li {
        flex: unset;
        border: none;
        width: 49%;
        min-height: 50px;
        margin: 1% 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }

    #index-pro .cate-list li a {
        font-size: 13px;
    }

    #index-pro .ui-tabs-pane li:nth-child(5) {
        display: none;
    }


    .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;
    }

    #job .job-pic {
        padding: 0;
        border: none;
    }

    #job #job-top .swiper-button-next, #job #job-top .swiper-button-prev {
        display: none;
    }

    .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;
    }

    #contact-1 .page-content {
        padding: 40px 3% 0;
    }

    #contact-1 #main {
        height: 300px;
    }

    #contact-2 .content-info li {
        margin-bottom: 10px;
    }


    .download {
        margin-top: 20px;
    }

    .download p {
        width: 100%;
    }

    .download p:after {
        display: none;
    }


    .page-content p {
        line-height: 2;
    }

    .banner-nav {
        position: static;
        height: auto;
    }

    .banner-news-info span {
        margin-right: 5px;
    }

    .banner-nav .x-width {
        height: auto;
        padding: 0 3%;
    }

    .banner .banner-control {
        height: auto;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        padding: 10px 0 0;
    }

    .square-style {
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .swiper-pagination-custom .line {
        width: 40px;
    }

    .ui-scroll {
        height: 40px;
    }

    #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('../style/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);
    }

    #contact-1 li .item {
        padding: 20px 0;
    }

    .x-foot-nav .ui-card-body li a, .x-foot-nav .ui-card-header-title a {
        color: #fff;
    }

    #contact-1 li .item .content span {
        font-size: 40px;
    }

    #contact-1 .x-main-title h4 {
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px;
    }

    #contact-1 li:nth-child(2) {
        padding-top: 20px;
    }

    .ui-collapse .ui-card .ui-card-header .ui-icon-right {
        color: #fff;
    }

    .x-foot-nav .ui-card-header-title > a {
        display: block;
        width: 100%;
    }
.artshow .tags a{
    font-size:12px;
    line-height: 24px;
    margin: 3px;
}
    .banner_inner {
        background: #eee;
        padding-top: 120px;
    }
    .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;
    }

    .contact-info, .contact-map {
        width: 100%;
    }

    .contact-info h1, .contact-map h1 {
        font-size: 22px;
    }

    .contact-info h3, .contact-map h3 {
        font-size: 19px;
    }

    .contact-info {
        order: 1
    }

    .contact-map {
        order: 2;
        height: 400px;
    }

    .ui-list li {
        padding: 8px;
    }

    .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%;
    }

    .container-right {
        width: 100%;
        padding: 3% 1.5%;
        margin: 0 auto;
    }

    .ui-footbar-left {
        flex: 1;
    }

    #masonry li {
        padding: 0;
        margin-bottom: 10px;
    }

    .ui-tabs-header-nav > .ui-tabs-nav {
        display: flex;
        align-items: center;


    }
    .artshow h1{
        font-size: 20px;
    }
    #index-news .item-right .ui-tabs-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 1%;
    }
    #index-news .item-right .ui-tabs-nav li {
        flex: unset;
        width: 49%!important;
        margin: 1% 0;
        background-color: #f5f5f5;
        text-align: center;
    }
    #index-news .item-right .ui-tabs-content{
        padding: 1% 2%;
    }
    #index-news .item-right .ui-tabs-pane .ui-list li {
        display: block;
    }

    #index-news .item-right .ui-tabs-pane .ui-list li a{
        display: block;
    }
    #index-news .item-right .ui-tabs-pane .ui-list li span{
        text-align: right;
        font-size: 12px;
        color: #999;
    }
    #index-news .item-right .ui-tabs-nav li.active a{
        background-color: var(--web-color);
        color: #fff;
    }
    .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;
    }

    ._fixed header {
        box-shadow: 0 0 10px #ccc;
    }

    .head-logo img {
        height: 32px;
    }

    header, .head-logo {
        height: 60px;
        border-bottom: none;
    }

    .logo-text .t1, .logo-text .t2, header .nav {
        display: none;
    }

    .logo-text .t3 {
        color: #fff;
        display: inline-block;
    }

    ._fixed .logo-text .t3 {
        color: #333;
    }

    .x-container.open .container-right {
        width: 100%;
        padding: 3% 0;
    }

    .banner-nav .x-width {
        width: 100%;
    }

    .banner-nav .btn-down, .banner-nav .banner-tel {
        display: none;
    }

   .banner_inner .x-mask .content {
        padding: 0;
        text-align: center;
        width: 100%;
        background: transparent;
    }

    .banner_inner .x-mask .content h1 {
        font-size: 24px;
    }



    .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-about .about-txt p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 15px;
    }

    #index-about .more-link {

        display: block;
        width: max-content;
        margin: 20px auto;
    }

    .ui-mt-60 {
        margin-top: 20px !important;
    }

    .news-list li h4 {
        margin-bottom: 5px;
    }

    .news-list li p span {
        font-size: 14px;
    }

    #index-news .ui-list .list-a {
        width: 75%;
        padding-right: 5px;
    }

    #index-news .ui-list .list-b {
        width: 25%;
    }

    .page-section {
        padding: 30px 0;
        overflow: hidden;
    }

    .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;
    }

    .container-left {
        display: none;
    }

    .news-list li .x-content p {
        line-height: 2;
        font-size: 14px;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .news-list li .img-box {
        width: 25%;
        height: auto;
    }

    .news-list li .img-box img {
        position: relative;
        height: auto;
    }

    .container-right ul li p.t1, .container-right ul li p.t2 {
        padding: 0;
        line-height: 1;
    }

    .container-right ul {
        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-about, #index-news,#index-case{
        padding: 40px 0;
    }


    .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 .x-main-title,
    #index-about .x-main-title,
    #index-advantage .x-main-title,
    #index-news .x-main-title,
    #index-map .x-main-title,
    .about-bg .x-main-title {
        text-align: center;
        display: block;
    }

    #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;
    }

   



    .visible-xs {
        display: block !important;

    }

    .hidden-xs {
        display: none !important;
    }

    h1 {
        font-size: 28px;
    }

    #index-about .x-width {
        padding-top: 20px;
    }

    #index-pro .x-flex li {
        width: 48%;
    }

    .mobile-50 li {
        width: 48% !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: 20px 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: 14px !important;
    }


    #partner .swiper-slide img {
        width: 100%;
    }

    #index-map .x-main-title {
        margin-bottom: 10px;
    }


    .team-list {
        margin-top: 40px;
    }

    .team-list li {
        width: 100%;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .team-list li .x-img {
        width: 120px;
    }

    .team-list li:first-child .x-img {
        width: 100%;
        text-align: center;
    }

    .team-list li .x-img img {
        border-radius: 50%;
    }

    .team-list li:first-child .x-img img {
        width: 120px;
    }

    .team-list li .x-info {
        width: calc(100% - 120px);
        padding: 20px 10px;
        font-size: 14px;
    }

    .team-list li:first-child .x-info {
        width: 100%;
        text-align: center;
    }

    .team-list li:after {
        display: none;
    }

    .cate-right {
        display: none;
    }

    .about2 li {
        padding: 10px;
    }

    #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;
    }

    .page-section .x-main-title {
        text-align: center;
    }

    #honor .news-list {
        margin-top: 40px;
    }

    #honor .news-list li, #honor li .img-box {
        height: auto;
    }

    #honor .news-list li .img-box img {
        position: static;
        height: auto;
    }

    #honor .news-list li .img-box {
        display: block;
    }

    .news-list li p {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #index-map .flexbox .leftbox {
        flex: inherit;
        min-width: inherit;
        width: 100%;
        margin: 0 0 40px;
    }
}

@media (max-width: 575px) {
    #index-map .flexbox .leftbox {
        margin: 0 0 20px;
    }
}


