@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Allura");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900");

@font-face {
    font-family: "alifont";
    font-weight: 800;
    src: url("//at.alicdn.com/wf/webfont/6eq6GxxcIZbE/6WC3UauLDe13.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/6eq6GxxcIZbE/irw1XHqqXwZ9.woff") format("woff");
    font-display: swap;
}

html {
    min-height: 100%;

    font-feature-settings: "palt" 1;
}
.logo a span.iconfont{
    font-size: 80px;
    color: #fff;
}
@media (min-width: 993px) {
    html {
        font-size: 0.0694444444vw;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 0.1008064516vw;
    }
}

@media (max-width: 750px) {
    html {
        font-size: 0.2564102564vw;
    }
}


@media only screen and (min-width: 980px) {
    .is-sp {
        display: none !important
    }
}

@media only screen and (max-width: 979px) {
    .is-pc {
        display: none !important
    }
}

* {
    outline: none;
    font-family: Noto Sans SC, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

:root {
    --margin-1: 40rem;
    --margin-2: 10vw;
    --margin-3: 6vw;
    --margin-4: 218rem;
    --width: 1440;
    --max-width: 10000;
}

.listLinks .no-data, .listLinks .no-link, .listLinks a, .listLinks.a-line-group a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #d0d0d0;
}

@media (max-width: 992px) {
    :root {
        --margin-1: 14rem;
        --margin-2: 22rem;
        --margin-3: 38rem;
        --margin-4: 38rem;
    }
}

@media only screen and (max-width: 979px) {
    :root {
        --width: 414
    }
}

body {
    overflow-x: hidden;
    position: relative;
}

.mobile-show {
    display: none;
}

.banner-one {
    overflow: hidden;
}

.pro-detail-content {
    overflow-x: scroll;
}

ul.list-4 > li {
    width: 23.5%;
    margin-bottom: 1.5%;
}

ul.list-2 > li {
    width: 48.5%;
    margin-bottom: 3%;
}

.page-breadcrumb {
    display: flex;
    margin-top: 100px;
}

.page-breadcrumb > li {
    color: #fff;
    position: relative;
}

.page-breadcrumb > li a {
    color: inherit;
}

.page-breadcrumb > li:nth-child(2):before,
.page-breadcrumb > li:nth-child(3):before {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    background-color: #fff;
}

.page-breadcrumb > li:nth-child(2), .page-breadcrumb > li:nth-child(3) {
    margin-left: 140px;
}


@media only screen and (min-width: 768px) {
    .page-breadcrumb > li:nth-child(2):before, .page-breadcrumb > li:nth-child(3):before {
        left: -6.1875vw;
        width: 4.375vw;
    }
}

@media only screen and (min-width: 1921px) {
    .page-breadcrumb > li:nth-child(2):before,
    .page-breadcrumb > li:nth-child(3):before {
        left: -115px;
        width: 88px;
    }
}

@media only screen and (max-width: 767px) {
    .page-breadcrumb > li:nth-child(2):before,
    .page-breadcrumb > li:nth-child(3):before {
        left: -35rem;
        width: 25rem;
    }

    .page-breadcrumb > li:nth-child(2),
    .page-breadcrumb > li:nth-child(3) {
        margin-left: 47rem;
    }

}


.img-cut a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
}

.img-cut a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.img-3-2 a {
    padding-top: 56.25%;
}

.img-4-3 a {
    padding-top: 75%;
}

.img-1-1 a {
    padding-top: 100%;
}

.tech-video {
    width: 65%;
}

span, div {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.section-technology {
    padding: 40rem var(--margin-2) 100rem;
    position: relative;
    z-index: 2;
}

.section-technology .photo-list {
    margin-top: 60rem;
    position: relative;
    z-index: 5;
}

.page-top {
    padding-top: 90px;
}

.secService {
    background: url("../images/img_blue_bg.jpg") top center no-repeat;
}

.section-service {
    padding-top: 100rem;
    padding-bottom: 100rem;
    background: #e2ebef;
}

.section-service .btn {
    margin-top: 80rem;
}

.section-service-list {
    padding-top: 60rem;
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 979px) {
    .section-service-list {
        display: block

    }

}

.section-service .advantage {
    width: calc(240 / var(--width) * 100vw);
    margin: 0 calc(30 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .section-service .advantage {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 20px;
        padding: 0;

    }

    .section-service .advantage:last-child {
        margin-bottom: 0
    }
}

.section-service .advantage_top {
    position: relative;
    width: calc(100% + calc(80 / var(--width) * 100vw));
    margin-left: calc(-40 / var(--width) * 100vw);
    margin-bottom: calc(36 / var(--width) * 100vw);
    text-align: center
}

@media only screen and (max-width: 979px) {
    .section-service .advantage_top {
        margin-left: 0;
        margin-bottom: 0;
        width: calc(170 / var(--width) * 100vw)
    }
}

.section-service .advantage_top::before {
    content: "";
    display: block;
    padding-top: 100%
}

.section-service .advantage_bottom {
    margin-bottom: calc(-2 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .section-service .advantage_bottom {
        width: calc(186 / var(--width) * 100vw);
        margin-bottom: 0
    }
}

@media only screen and (max-width: 979px) {
    .section-service .advantage_bottom .elmLeadTxt {
        line-height: 1.65;
        font-size: calc(16 / var(--width) * 100vw);
        margin-top: 0;
        margin-left: calc(26 / var(--width) * 100vw)
    }
}

.section-service .advantage_title {
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1
}

.section-service .title_en {
    line-height: .86;

    font-size: calc(30 / var(--width) * 100vw);
    letter-spacing: -.04em;
    margin-top: calc(10 / var(--width) * 100vw);
    margin-bottom: calc(19 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .section-service .title_en {
        font-size: calc(18 / var(--width) * 100vw);
        margin-top: calc(5 / var(--width) * 100vw);
        margin-bottom: calc(15 / var(--width) * 100vw)
    }
}

.section-service .title_ja {
    color: var(--red);
    text-transform: uppercase;
    font-size: calc(14 / var(--width) * 100vw)
}

.elmLeadTxt {
    text-align: justify;
    line-height: 1.8;
    font-size: calc(15 / var(--width) * 100vw);

}

@media only screen and (max-width: 979px) {
    .section-service .title_ja {
        font-size: calc(10 / var(--width) * 100vw)
    }
}

.section-service .advCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.section-service .advCircle svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transform: rotate(-180deg)
}

.section-service .advCircle circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    fill: none;
    stroke: #888;
    stroke-width: 1px;
    stroke-dasharray: 1005
}

.section-service-list .advantage_title {
    transition: opacity 1.4s cubic-bezier(.76, 0, .24, 1);
    opacity: 0
}

.section-service-list.is-show .advantage_title {
    opacity: 1
}

.section-service-list li:nth-of-type(2) .advantage_title {
    transition-delay: 0.4s
}

.section-service-list li:nth-of-type(3) .advantage_title {
    transition-delay: 0.8s
}

.section-service-list .advCircle circle {
    stroke-dashoffset: 1005;
    transition: 1.4s cubic-bezier(.76, 0, .24, 1)
}

.section-service-list.is-show .advCircle circle {
    stroke-dashoffset: 0;
}

.section-service-list li:nth-of-type(2) .advCircle circle {
    transition-delay: 0.4s
}

.section-service-list li:nth-of-type(3) .advCircle circle {
    transition-delay: 0.8s
}

.section-news .btn {
    margin-top: 60px;
}

.photo-list li {
    width: 32%;
}

.photo-list li h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.x-img-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.625%;
    overflow: hidden;
}

.x-img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 0.5s ease;
}

.ui-tabs .ui-tabs-nav li {
    margin-left: 20px;
}

.ui-tabs-nav li a {
    color: #999;
    padding: 5px 0;
    font-size: 20px;
}

.ui-tabs-nav li a:hover {
    color: #000;
}

.ui-tabs-nav li.active a {
    color: #000;
}

.ui-tabs-nav li.active {
    border-color:var(--thm-base);
}

.photo-list li:hover .x-img-box img {
    transform: scale(1.1);
}

.section-technology .ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: flex-end;
}

.section-technology .ui-tabs .ui-tabs-nav {

}

@media (min-width: 750px) {
    .section-news,
    .section-about {
        padding: 100rem 10%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }
}

.section-news-list {
    width: 75%;
}

.section-news-list li {
    width: 100%;
    display: flex;
    font-size: calc(15 / var(--width) * 100vw);
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    transition: all .5s ease;
}

.section-news-list li:hover {
    background-color: #EBF7FF;
}

.section-news-list li * {
    color: inherit;
}

.section-news-list li span {
    padding: 0 13px;
    width: calc((100% / 3) * 1);
}

.section-news-list li a {
    padding: 0 13px;
    width: calc((100% / 3) * 2);
}

.section-about .about__message .btn {
    margin-top: 40px;
}

.parts-section-title {
    position: relative;
}

.parts-section-title h2 {
    display: inline-block;
    font-size: calc(40 / var(--width) * 100vw);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-align: inherit;
}
.banner_bg_title h2{
    font-size: calc(90 / var(--width) * 100vw);
    color: #fff;
}
.parts-section-title p {
    font-size: calc(18 / var(--width) * 100vw);
    font-weight: 500;
    line-height: 2;
    text-align: inherit;

}

.section-about .about__message__description {
    font-size: 15rem;
    font-weight: 500;
    line-height: 2.4;
    margin-top: 40rem;
}

.section-about .about__message {
    margin-top: auto;
    margin-bottom: auto;
}

.section-about .about__visual {
    width: 60%;
    position: relative;
}

.section-about .about__visual__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
}


@media (max-width: 979px) {
    .section-service .btn{
        margin-top: 20px;
    }
    .parts-section-title h2{
        font-size: calc(30 / var(--width) * 100vw);
        line-height: 1.5;
    }
    .section-about {
        padding-top: 48rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .section-about .about__visual {
        width: 100%;
        margin-bottom: 60px;
    }

    .section-about .about__message__description {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 30rem;
    }
    .section-about .about__message .btn{
        margin-top: 20px;
    }
    .section-about .about__message{
        padding-bottom: 60px;
    }
    .section-about .about__message__description p{
        margin-bottom: 15px;
        font-weight: normal;
    }
    .section-about .about__message, .section-news, .secService, .section-technology {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

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

.secService {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 100rem 0;
    z-index: 2;
}

@media only screen and (max-width: 979px) {
    .section-news-list {
        width: 100%;
    }
.side-menu__content{
    display: none;
}
    .section-technology {
        padding-bottom: 0;
    }

    .section-news .parts-section-title,
    .section-technology .parts-section-title {
        text-align: center;
    }

    .parts-section-title p {
        font-size: 26px;
        line-height: 1.5;
    }

    .section-news {
        padding-top: 40rem;
        padding-bottom: 40rem;
    }

    .section-technology .photo-list,
    .section-news .section-news-list {
        margin-top: 20px;
    }

    .section-news .section-news-list {
        text-align: center;
    }

    .section-news .section-news-list li {
        text-align: left;
    }

    .section-news .section-news-list .btn.btn--primary {
        margin-top: 20px;
    }

    .section-technology .ui-tabs .ui-tabs-nav {
        justify-content: center;
        margin-top: 30px;
    }

    .photo-list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .secService {
        display: block;
        padding: 40rem 6vw;

    }
}

.secService .elmSubTitle {
    margin-bottom: calc(32 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .secService .elmSubTitle {
        margin-bottom: calc(24 / var(--width) * 100vw)
    }
}

.secService_ph {
    position: relative
}

.secService_ph.ph1 {
    width: calc(520 / var(--width) * 100vw);
    height: calc(730 / var(--width) * 100vw)
}

.secService_ph.ph2 {
    width: calc(200 / var(--width) * 100vw);
    height: calc(440 / var(--width) * 100vw);
    margin-top: auto
}

.secService_ph li {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(10%);
    opacity: 0;
    top: 0;
    left: 0
}

.secService_ph li.is-show {
    transition: .5s ease;
    transform: none;
    opacity: 1;
    z-index: 2
}

.secService_ph li.is-out {
    transition: .5s ease;
    transform: translateY(-10%);
    opacity: 0;
    z-index: 1
}

.secService_list {
    flex: 1 0;
    padding: 0 calc(110 / var(--width) * 100vw)
}


.a-line-group a:not(.a-line-none)::after, .txtLinks a::after, a.a-line::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(to right, #000 0, #000 100%) left bottom/100% 1px no-repeat;
    top: -1px;
    bottom: -1px;
    left: 0;
    transform-origin: right top;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transform: scaleX(0);
    z-index: 0;
}

.secService_list .listLinks a::before {
    top: calc(30 / var(--width) * 100vw);
}

@media only screen and (max-width: 979px) {
    .secService_list {
        padding: 0
    }
}

.secService_list .listLinks {
    margin-top: 40px;
}


@media only screen and (max-width: 979px) {
    .secService_list .listLinks {
        margin-top: calc(50 / var(--width) * 100vw)
    }

    .secService_list .listLinks a::before {
        top: auto;
        bottom: calc(24 / var(--width) * 100vw);
        right: auto;
        left: calc(50 / var(--width) * 100vw);
    }
}

.secService_list .listLinks a {
    min-height: calc(80 / var(--width) * 100vw);

}

.secService_list .listLinks a:hover {
    color: inherit;
}

@media only screen and (min-width: 980px) {
    .a-line-group.a-line_top a::after, a.a-line_top::after {
        background-position: left top;
    }

    .a-line-group a:not(.a-line-none):hover::after, .txtLinks a:hover::after, a.a-line:hover::after {
        transform-origin: left top;
        transform: scaleX(1);
    }

    .secService_list .listLinks a {
        transition: opacity .3s ease
    }

    .secService_list .listLinks.is-hover a:not(:hover) {
        opacity: .2
    }
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks a {
        min-height: calc(175 / var(--width) * 100vw);
        padding-top: calc(26 / var(--width) * 100vw);
        padding-bottom: calc(26 / var(--width) * 100vw);
    }
}

.secService_list .listLinks a::before {
    top: calc(30 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks a::before {
        top: auto;
        bottom: calc(24 / var(--width) * 100vw);
        right: auto;
        left: calc(50 / var(--width) * 100vw)
    }
}

.secService_list .listLinks .no{
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    margin-right: 20px;
    background: #990505;
    color: #fff;
    z-index: 2;
}

.secService_list .listLinks .title {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks .title {
        display: block
    }

    .listLinks a, .listLinks.a-line-group a {
        align-items: flex-start;
    }
}

.secService_list .listLinks .title-cn {
    width: calc(257 / var(--width) * 100vw);
    font-size: calc(32 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks .title-cn {
        width: auto;
        line-height: 1;
        font-size: calc(26 / var(--width) * 100vw)
    }
}

.secService_list .listLinks .title-en {
    line-height: 1.3;
    text-transform: capitalize;
    font-size: calc(10 / var(--width) * 100vw);
    margin-top: calc(1 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks .title-en {
        margin-top: calc(23 / var(--width) * 100vw)
    }
}

.secService_list .listLinks .img {
    width: calc(90 / var(--width) * 100vw);
    height: calc(126 / var(--width) * 100vw);
    margin-top: calc(-2 / var(--width) * 100vw)
}

@media only screen and (max-width: 979px) {
    .secService_list .listLinks .img {
        position: relative;
        width: 90px;
        height: 0;
        padding-top: 126px;
    }

    .secService_list .listLinks .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
    }
}

.deco-line, .deco-line__group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.deco-line__line {
    display: flex;
    justify-content: space-around;
    opacity: .2;
}

.deco-line__line-item {
    width: 1px;
    height: 100%;
    background: #bbb;
}

@media (min-width: 1024px) {

    ::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    ::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        background-color: #999;
    }
}

li {
    list-style: none;
}

#atlas-filter a {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
}

#atlas-filter a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

#atlas-filter .mix {
    margin-bottom: 30px;
}

.ui-table-border, .ui-table-border th, .ui-table-border td {
    border-color: #ddd;

}

.ui-table-border {
    border-width: 1px 0 0 1px;
}

.ui-table-border td {
    border-width: 0 1px 1px 0;
}

.ui-page-red ul li.active a {
    background: var(--thm-base);
}

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

.ui-page-red ul li.active:hover {
    border-color: var(--web-color);
}

.ui-page-red ul li.active {
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: var(--web-color);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 100%;
    background: var(--thm-base);
    z-index: 0;
    transform: skewX(-45deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 40px;
    z-index: 1;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.btn-style-one:hover {
    color: #fff;
}

.nav-gallery .ui-tabs-nav {
    align-self: flex-start;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    border: none;
    width: 115px;
    border-radius: 0;
}

.about-content .row {
    align-items: center;
}

.about-content p {
    font-size: 16px;
    text-align: justify;
}

.honor {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.honor li {
    width: 50%;
    font-size: 16px;
    line-height: 45px;
    position: relative;
    z-index: 2;
}

.honor li i {
    font-size: 24px;
    margin-right: 10px;
    color: #f00;
}

.gmap {
    position: relative;
    width: 100%;
    height: 600px;
}

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

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

.primary-nav .ui-tabs-nav {
    width: 200px;
}

.primary-nav .ui-tabs-content {
    width: calc(100% - 240px);
}

.primary-nav .ui-tabs-content {
    padding-left: 60px;
}

.primary-nav .nav-gallery .ui-tabs-nav li {
    width: 100%;
    float: none;
    margin-bottom: 0;
    font-size: 14px;
    border: none;
    padding: 0;
}

.primary-nav .nav-gallery .ui-tabs-nav li a {
    color: var(--web-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
}

.primary-nav .nav-gallery .ui-tabs-nav li a span {
    font-size: 12px;
}

.primary-nav .nav-gallery .ui-tabs-nav li.active a {
    background: #f2f2f2;
}

.pro-title {
    padding-bottom: 20px;
}

.pro-title span {
    font-weight: 300;
    color: inherit;
    font-size: 16px;
}


.pro-li a p {
    line-height: normal;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.pro-li {
    transition: all .3s;
    margin-bottom: 30px;
    background: var(--web-color);
}

.pro-li .pro-pic a {
    display: block;
    overflow: hidden;
    position: relative;
}

.pro-li .pro-pic a:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.pro-li:hover .pro-pic a:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

li.empty, .empty-div {
    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, .empty-div:before, .empty-div:after {
    display: none !important;
}

li.empty:hover, .empty-div:hover {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.pro-detail {
    border-top: 1px dashed #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 10px;
    font-size: 16px;
    color: #fff;
}

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

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

.pro-list .pro-li a {
    display: block;
    height: auto;
    line-height: unset;
    margin: 0;
    padding: 0;
    border: none;
    color: var(--web-color);
}

.pro-list .pro-li {
    width: 24%;
}

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

.cate-list li {
    width: 13%;
    list-style: none;
    margin-bottom: 1%;
    position: relative;
    background-color: #fff;
    transition: all 0.3s;
}

.cate-list li:not(:first-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    background: #1a41cb;
    transition: all .3s;
    z-index: 1;
    background: linear-gradient(0deg, rgba(26, 65, 103, 0.8) 11%, rgba(255, 255, 255, 0) 100%);
}

.cate-list li:not(:first-child):hover {
    box-shadow: 0 0 20px #ccc;
}

.cate-list li:not(:first-child):hover p {
    color: #fff;
}

.cate-list li:not(:first-child):hover:after {
    height: 35%;
}

.cate-list li p {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #0c4b95;
    position: relative;
    z-index: 2;
}

.cate-list li.cate-title {
    border: 5px solid #0ea6b4;
}

.cate-list li.cate-title:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
    z-index: 3;
    clip-path: polygon(0% 100%, 100% 0, 100% 100%, 0% 100%, 0px 0);
}

.cate-list li.cate-title:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
    z-index: 3;

    clip-path: polygon(100% 0, 0 100%, 0 0, 100% 0, 0 0);
}

.cate-list li.cate-title .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--web-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.cate-list li.cate-title .content span {
    font-size: 40px;
    line-height: 1;
    width: 100%;
    display: block;
    color: #35c0d9;
    font-weight: normal;
}

.cate-list li.cate-title .content h3 {
    color: #35c0d9;
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    font-family: 'alifont', sans-serif;
    border-top: 1px solid #35c0d9;
    border-bottom: 1px solid #35c0d9;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: 5px;
}

.cate-list li.cate-title .content p {
    padding: 0;
    font-size: 14px;
    color: #35c0d9;
    margin: 20px 0 10px;
    font-weight: 300;
    line-height: 1;
}

.cate-list li.cate-title .content h4 {
    margin-top: 0;
    font-size: 30px;
    color: #35c0d9;
    line-height: 1;
}

a.fenlei {
    position: relative;
    display: block;
    padding: 30px;
    font-size: 18px;

}

a.fenlei:after {
    position: absolute;
    top: 5px;
    right: 5px;
    border-width: 0;
    border-style: solid;
    border-color: var(--thm-base) var(--thm-base) transparent transparent;
    content: '';
    transition: all 0.3s;
}

.cate-list li:hover a.fenlei:after {
    border-width: 7px;
}

#ys-nav {
    display: flex;
    flex-wrap: wrap;
    margin-right: 30px;
}

#ys-nav li {
    position: relative;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: right;
    margin: 0;
    border: none;
}

#ys-nav li:after {
    position: absolute;
    top: 5px;
    right: 5px;
    border-width: 7px;
    border-style: solid;
    border-left-color: var(--thm-base);
}

#ys-nav li a {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
}

#ys-nav li .ys-number {
    position: absolute;
    top: 15px;
    left: 25px;
    font-weight: 700;
    color: #ccc;
    font-family: 'alifont', sans-serif;
}

#ys-nav li i {
    font-size: 50px;
    color: #253241;
}

#ys-nav li .ys-info {
    display: block;
    color: #253241;
}

#ys-nav li.active a {
    background-color: var(--thm-base);
}

#ys-nav li.active .ys-number {
    font-size: 36px;
    opacity: .35;
    color: #fff;
}

#ys-nav li.active i {
    color: #fff;
}

#ys-nav li.active .ys-info {
    font-weight: 700;
    color: #fff;
}

#ys-nav li.active:after {
    border-color: #fff #fff transparent transparent;
    content: '';
}

#ys-dispaly .row {
    position: relative;

}

#ys-dispaly .ui-tabs-nav {
    align-self: flex-start;
}

#ys-content .ui-tabs-pane h3 {
    margin-bottom: 15px;

}

#ys-content .ui-tabs-pane .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
}

#ys-content .ui-tabs-pane .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: cover;
}

#ys-content .ui-tabs-pane .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #666;
}

#ys-content .ui-tabs-pane p {
    font-size: 16px;
}

.sidebar-recent-post ul li {
    border-bottom: 1px solid #f7f9fb;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;

}

.sidebar-recent-post ul li + li {
    border-top: 1px dashed #ddd;
}

.sidebar-recent-post .recent-post-thumb {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 90px;
}

.sidebar-recent-post .recent-post-content {

}

.sidebar-recent-post .recent-post-content h4 {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    text-indent: 0;
    transition: all 0.2s ease 0s;
}

.widget-date {
    font-weight: 100;
    font-size: 14px;
    color: #999;
}

blockquote {
    position: relative;
    background-color: #f7f9fb;
    padding: 20px;
    margin-bottom: 30px;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--web-color);
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

.news-list li {
    width: 32%;
    margin-bottom: 30px;
}

.news-pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.news-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.9s ease;
}

.news-list li:hover .news-pic img {
    transform: scale(1.1);
}

.news-list li:hover a {
    color: var(--thm-base);
}

.news-list li .post-tags {
    padding: 10px 0;
}

.news-list li .post-tags i {
    font-size: 16px;
}

.news-list li .post-tags span {
    margin-right: 15px;
}

.news-list li h3 {
    font-size: 18px;
    font-weight: bold;
}

.news-a {
    position: relative;
}

.news-a .imgDiv {
    width: 100%;
    overflow: hidden;
}

.news-a .x-mask {
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    transition: all .3s;
}

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

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

.news-a .imgDiv:hover .x-mask {
    opacity: 1;
}

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

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

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

.news-a-right {
    padding-left: 40px;
}

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

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

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

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

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

.x-news-list li:first-child {
    padding-top: 0;
}

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

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

.contact-form-wrapper {
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 20rem;
}

.info-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
}

.info-box .icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    margin-right: 20px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    border-radius: 50%;
}

.info-box .content {
    width: calc(100% - 75px);
}

.form-title {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    opacity: 0.07;
    margin-top: 10px;
    font-family: "alifont", sans-serif;
}

.form-control {
    height: auto;
    padding: 15px 20px;
    font-size: 16px;
}

.sub-title {
    font-size: 22px;
    text-transform: none;
    line-height: 32px;
    margin-top: -48px;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.x-sub-menu {
    position: fixed;
    top: -100vh;
    width: 100vw;
    padding: 40px 0;
    left: 0;
    background: #fff;
}

.mask-dark {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: -100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

.mask-dark.active {
    top: 0;
}

.x-sub-menu .service-block {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.main-menu .navigation > li:hover .x-sub-menu {
    top: 90px;
}
.main-menu .navigation > li:hover .x-sub-menu .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.video-layer {
    position: relative;
    width: 100vw;
    height: 100vh;
}

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

.video-layer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.about-a {
    display: block;
    position: relative;
}

.about-a:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed #ffffff;
}

#ys-dispaly .ui-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ys-dispaly .row {
    position: relative;
}

#ys-dispaly .section-title-wrapper {
    position: absolute;
    left: 43%;
    top: 0;
}

#ys-dispaly #ys-content {
    padding-top: 100px;
}

.img-shape1,
.img-shape2 {
    top: 0;
    right: 0;
    width: 200px;
    height: 150px;
}

.img-shape1:before, .img-shape1:after,
.img-shape2:before,
.img-shape2:after {
    top: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    background-color: #f1f3f7;
}

.img-shape1:after,
.img-shape2:after {
    bottom: 0;
    top: auto;
}

.img-shape1 i,
.img-shape2 i {
    left: 0;
    top: 50px;
    height: 50px;
    width: 100px;
    position: absolute;
    background-color: #f1f3f7;
}

.img-shape2 {
    left: 0;
    bottom: 0;
    top: auto;
}

.img-shape2:before, .img-shape2:after {
    left: 0;
    right: auto;
}

.img-shape2 i {
    right: 0;
    left: auto;
}


.about-text-wrapper .about-bg {
    right: 0;
    top: 0;
}

.about-text-wrapper .year-experience {
    padding: 40px 0;
}

.about-text-wrapper .year-experience h3 {
    font-size: 40px;
    font-weight: 700;
    padding: 30px 45px;
    margin-right: 35px;
    color: var(--thm-base);
    margin-bottom: 0;
    position: relative;
    font-family: 'alifont', sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1);
    box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1);
}

.about-text-wrapper .year-experience h3:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    border-width: 7px;
    border-style: solid;
    border-color: var(--thm-base) var(--thm-base) transparent transparent;
}

.about-text-wrapper .year-experience h3 span {
    font-size: 120px;
}

.about-text-wrapper .year-experience p {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0;
}

.about-img-wrapper {
    z-index: 1;
}

.about-img-wrapper .shape1 {
    z-index: -1;
    right: -40px;
    bottom: -40px;
}


.icon-list .text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.icon-list .text p {
    font-size: 16px;
    text-align: justify;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}


.b-bnr .btn {
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #a21313;
    border-color: #971111;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ae1414;
    border-color: #a21313;
}

.case-carousel {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-item {
    margin-bottom: 30px;
}

.case-pic a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.case-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.9s ease;
}

.case-carousel .item-carousel:hover .case-pic img,
.case-item:hover .case-pic img {
    transform: scale(1.1);
}

.case-title {
    font-size: 18px;
    padding: 10px 0;
}

.case-carousel .item-carousel:hover .case-title a {
    color: var(--thm-base);
}

.case-carousel .owl-carousel {
    padding-bottom: 60px;
}

.video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    margin-right: 20px;
    background-color: var(--thm-base);
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.video-btn .btn-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background-color: var(--thm-base);
    color: #ffffff;
    transition: all ease-in-out 0.4s;
}

.ripple {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
    animation-name: ripple;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 50%;
    transition: background 1.5s ease;
}

.ripple.ripple-1 {
    animation-delay: 1s;
}

.ripple.ripple-2 {
    animation-delay: 2s;
}

.inner-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.30;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.foot-item .foot-logo {
    height: 45px;
}

.foot-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.foot-flex .foot-item:nth-child(1) {
    max-width: 30%;
}

.foot-flex .foot-item:nth-child(2),
.foot-flex .foot-item:nth-child(3) {
    max-width: 10%;
}

.foot-flex .foot-item:nth-child(4) {
    max-width: 30%;
}

.foot-flex .foot-item {

    margin-right: 30px;
}

.foot-flex .foot-item:last-child {
    margin-right: 0;

}

.foot-flex .foot-item:last-child .widget {
    padding-right: 0 !important;
}

.site-footer.dark .footer-area .widget, .foot-text p {
    color: #c8cfda;
    padding-right: 30px;
}

.foot-text p {
    text-align: justify;
}

.quick-links img {
    width: 120px;
}

.copyright {
    color: #c8cfda;
}

.copyright a {
    color: inherit;
}

.mixitup-gallery .upper-row {
    margin-bottom: 40px;
    align-items: center;
}

.mixitup-gallery .sorting-menu ul li {
    margin-bottom: 0;
}

.sorting-menu {
    margin: 50px 0;
}

.sorting-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sorting-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    color: #000000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #ddd;
    border-radius: 4px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.sorting-menu ul li.mixitup-control-active, .sorting-menu ul li:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

.banner_inner {
    height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
}

.banner_inner li *, .ui-bread ul li i, .ui-bread ul li + li:before {
    color: #fff;
}

.banner_inner .section-title-wrapper {
    margin: 0;
    padding-left: 15px;
}

.banner_inner .ui-bread {
    margin-top: 20px;
}

.ui-bread ul li {
    line-height: 1;
}

.ui-bread ul li i {
    font-size: 14px;
    transform: none;
}

.ui-bread ul li + li:before {
    content: ">";
    font-family: 'alifont', sans-serif;
}

.section-title-wrapper .section-title {
    font-family: 'alifont', sans-serif;
}

.grid-category {
    position: relative;
    margin-top: -80px;
    z-index: 9;
}

.grid-category .owl-carousel .title {
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.grid-category .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 0;
}

.img-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.img-box .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.grid-category .item-carousel:hover .img-box .inner {
    border-color: var(--thm-base);
}

.grid-category .item-carousel:hover .title a {
    color: var(--thm-base);
}

.img-box .inner img {
    max-width: 80%;
}

.attribute li {
    line-height: 45px;
    border-bottom: 1px solid #dedede;
}

.big_pic img {
    width: 100%;
}

.pro-detail-title {
    border-bottom: 7px double #ddd;
}

.pro-info {
    padding-left: 30px;
    position: relative;
    height: 100%;
}

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

}

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

.gallery-thumbs {
    margin: 10px 0 40px;
}

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

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

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

.ui-modal {
    border: none;
    overflow: hidden;
}

.ui-modal:before {
    content: '';
    width: 80%;
    height: 5px;
    background: var(--thm-base);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
}

.ui-modal-header {
    align-items: center;
}

.ui-modal-header .ui-modal-title {
    font-size: 22px;
    font-weight: normal;
}

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

.ui-modal-header .ui-icon-close {
    font-size: 22px;
    font-weight: normal;
}

.ui-btn-red {
    background: var(--thm-base);
    border-color: var(--thm-base);
}

.ui-modal-header .ui-modal-close {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
}

.next-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}

.next-prev .x-item {
    width: 100%;
    line-height: 2;
}

.more-link {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    min-width: 160px;
    background: var(--web-color);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

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

.more-link:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

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

.ui-line-left span {
    color: var(--web-color);
}

.x-news-list p {
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    transition: all .3s ease;
    margin: 0;
}

.side-title {
    line-height: 60px;
    padding: 0 10px;

}

.side-title .ui-line {
    margin: 0;
}

.side-title .ui-line span {
    margin-left: 20px;
}

.side-title .ui-line:before {
    border-color: #999;
}

a.ui-text-hide {
    display: block;
}

.x-news-list {
    padding: 0;

}

.x-news-list p:hover {
    background: #f5f5f5;
}

.x-news-list p:hover a {
    color: var(--thm-base);
}

.artshow {
    padding: 0;

}

.artshow h2 {
    margin-bottom: 20px;
}

.artshow .content p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: justify;
}

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

.artshow .content p img {
    margin-left: -2em;

}

.about-text {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 200px;
    background: var(--thm-base);
    box-shadow: 0 13px 60px 0 rgba(208, 24, 24, 0.4);
    border-radius: 50%;
    height: 200px;
    z-index: -1;
}

.second-about {
    right: 0;
    bottom: inherit;
    text-align: center;
    top: 0;
}

.about-text .line2 {
    border: 1px dashed #fff;
    margin: 10px;
    padding: 0;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-text span {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: 'alifont', sans-serif;
    margin: 0;
}

.about-text span sub {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-left: -10px;
    bottom: 5px;
}

.second-about p {
    margin-bottom: 0;
    font-weight: normal;
    color: #fff;
    font-family: 'alifont', sans-serif;
}

.section-space {
    width: 100%;
    height: 80px;
    position: relative;
}

.widget-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
}

.widget-title::before {
    background: var(--thm-base);
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}

h2.widget-title {
    font-size: 28px;
}

#index-advantage {
    position: relative;
}

.adv-swiper.swiper {
    padding-bottom: 20px !important;;
}

.adv-swiper .swiper-pagination {
    top: auto !important;
    bottom: 0;
}

.adv-swiper .swiper-pagination {
    top: auto;
    bottom: 0;
}

.adv-swiper .swiper-slide .content .mask {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.adv-swiper .swiper-slide .x-flex {
    align-items: center;
}

.adv-swiper .swiper-slide .mask .mask-a {
    width: 120px;
    height: 120px;
    background-color: var(--web-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.adv-swiper .swiper-slide .mask .mask-b {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    padding: 0 40px;
    color: #fff;
    box-sizing: border-box;
}

.adv-swiper .swiper-slide .mask .mask-b h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}

.adv-swiper .swiper-wrapper {
    height: auto !important;
}

.adv-swiper .swiper-slide .mask .mask-b p {
    margin: 0;
}

.adv-swiper .mask-content span {
    font-size: 60px;
    line-height: 1;
    color: #fff;
}

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

.honor-list {
    margin-top: 40px;
}

.honor-list .honor-item .x-content {
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    background-color: #f5f5f5;
}

.honor-list .honor-item .x-content span {
    display: inherit;
}

.honor-list .honor-item {
    margin-bottom: 4%;
    transition: all .3s;
}


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

.honor-list .honor-item .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 .honor-item .honor-bg > a img {
    height: 60%;
    width: auto;
    filter: blur(1px);
    transition: all .3s;
}

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

.img-shape1,
.img-shape2 {
    top: 0;
    right: 0;
    width: 200px;
    height: 150px;
}

.img-shape1:before, .img-shape1:after,
.img-shape2:before,
.img-shape2:after {
    top: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    background-color: #fff;
}

.img-shape1:after,
.img-shape2:after {
    bottom: 0;
    top: auto;
}

.img-shape1 i,
.img-shape2 i {
    left: 0;
    top: 50px;
    height: 50px;
    width: 100px;
    position: absolute;
    background-color: #fff;
}

.img-shape2 {
    left: 0;
    bottom: 0;
    top: auto;
}

.img-shape2:before, .img-shape2:after {
    left: 0;
    right: auto;
}

.img-shape2 i {
    right: 0;
    left: auto;
}

.title-block {
    margin-bottom: 30px;
}

.pro-bg-title {
    background: var(--web-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 7px;
}

.services-section .pro-bg-title .sec-title {
    margin-bottom: 0;
}

.services-section .pro-bg-title .sec-title h2 {
    color: #fff;
}

.banner-carousel .active .slide-item .image-layer .container {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

span.button, button.button, input[type="button"], input[type="submit"], a.button {
    background-color: var(--web-color);
}

/* Sections
-------------------------------------------------------------- */
.site-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.site-wrapper.header-top-with {
    padding-top: 130px;
}

.site-wrapper.transparent-header {
    padding-top: 0;
}

.section-block {
    position: relative;
    z-index: 2;
    padding-left: var(--margin-2);
    padding-right: var(--margin-2);
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    opacity: .1;
}

.banner-section .section-bg {
    opacity: 1
}

.section-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'alifont', sans-serif;
}

.section-title-wrapper.text-center p {
    margin: 10px auto 15px auto;
    max-width: 700px;
}

.section-padding {
    padding: 20px 50px;
}

.gray-section {
    background: #e8ebf1;
}

.white-section {
    background: #fff;
}

.light-section {
    background: #f1f3f7;
}

.banner-section {
    padding: 200px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--web-color);
    opacity: 0.5;
}

.banner-section .container {
    position: relative;
    z-index: 2;
}

.page-banner-content h1 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'alifont', sans-serif;
}

.page-banner-content span {
    font-size: 20px;
    line-height: 1.7;
    color: #aeb2ba;
    margin-bottom: 3px;
    margin-top: 3px;
    display: block;
}

.page-banner-content .page-breadcrumb {
    position: absolute;
    right: 15px;
    top: 50%;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 4px 16px;
    color: #aeb2ba;
    background-color: rgba(240, 240, 240, 0.14901960784313725);
    white-space: nowrap;
    font-size: 16px;
    border-radius: 4px;
    transform: translateY(-51%);
}

.page-banner-content .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.page-banner-content .page-breadcrumb li::after {
    position: absolute;
    right: -18px;
    top: 8px;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}

.page-banner-content .page-breadcrumb li:last-child {
    margin-right: 0;
}

.page-banner-content .page-breadcrumb li:last-child::after {
    display: none;
}

.page-banner-content .page-breadcrumb li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.button-sliding-icon {
    text-align: center;
}

.button-sliding-icon i {
    opacity: 0;
    max-width: 0;
    transition: 0.25s;
    display: inline-block;
    transform: translateX(-20px);
}

.button-sliding-icon:hover i {
    max-width: 20px;
    opacity: 1;
    transform: translateX(0);
}

.button-sliding-icon {
    background-color: var(--web-color);
    top: 0;
    padding: 17px 40px;
    line-height: 14px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

.button.button-sliding-icon {
    padding-left: 20px;
    padding-right: 10px;
}

.button.button-sliding-icon:hover {
    padding-right: 20px;
    color: #fff;
}

.button.button-sliding-icon i {
    padding-right: 5px;
}

.button.button-sliding-icon:hover i {
    max-width: 20px;
    opacity: 1;
    transform: translateX(5px);
}

/* OWL Arrows
--------------------------------------------- */
.owl-theme .owl-nav {
    display: block;
}

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    text-align: center;
    background-color: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.owl-theme .owl-nav [class*="owl-"]:after {

    font-size: 18px;
    line-height: 40px;
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav .owl-next:after {

}

.owl-theme .owl-nav [class*="owl-"].disabled {
    background-color: rgba(190, 196, 205, 0.55);
    color: #fff;
    cursor: default;
}

.owl-theme .owl-nav [class*='owl-'] {
    top: 35%;
    margin-top: -20px;
}

.owl-theme .owl-nav [class*='owl-'] {
    left: -70px;
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -70px;
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover, .owl-theme .owl-nav [class*="owl-"]:not(.disabled):focus {
    background-color: var(--web-color);
}

/*btn_style1*/
.btn.btn--primary {
    position: relative;
    min-width: 180px;
    padding: 15px 50px 15px 20px;
    overflow: hidden;
    border: none;
    border-radius: 100vh;
    background-color: #e2e2e1;
    color: #000;
    font-size: 14rem;
    font-weight: 700;
    text-align: left;
    transition: all .4s cubic-bezier(.37, 0, .63, 1);
    transition-timing-function: cubic-bezier(.37, 0, .63, 1);
}

.btn.btn-border {
    border: 1px solid #333;
    background: transparent;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn--primary .btn--primary__str {
    display: block;
    font-family: FZZHAOMFXSJF--GBK1-0,sans-serif;
    font-size: 30px;
    z-index: 3;
    font-weight: 300;
    position: relative;
    width: 100%;
}

.btn.btn--primary .btn--primary__circle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.btn.btn--primary .btn--primary__circle:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    transform-origin: center center;
    border-radius: 100%;
    background-color: #bdbdbd;
    content: "";
    transition: all .4s cubic-bezier(.37, 0, .63, 1);
    transition-timing-function: cubic-bezier(.37, 0, .63, 1);
}

.btn.btn--primary .btn--primary__circle:after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-right: -3px;
    transform-origin: center center;
    border-radius: 100%;
    background-color: #e2e2e1;
    content: "";
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.btn.btn--primary .btn--primary__circle svg {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    margin-top: -5.5px;
    margin-left: -5px;
    transform: translateX(-4px);
    opacity: 0;
    transition: all .2s cubic-bezier(.37, 0, .63, 1);
    transition-timing-function: cubic-bezier(.37, 0, .63, 1);
}

svg {
    overflow: hidden;
}

.btn.btn--primary:hover {
    color: #fff;
    text-decoration: none;
}

.btn.btn--primary:hover .btn--primary__circle:before {
    transform: scale(16);
    background-color: var(--web-color);
}

.btn.btn--primary:hover .btn--primary__circle svg {
    transform: translateX(0);
    opacity: 1;
}

.btn.btn--primary:hover .btn--primary__circle:after {
    transform: scale(5);
}

@media only screen and (max-width: 979px) {

}

/*btn style1 end*/
@media (max-width: 1700px) {
    a.fenlei {
        padding: 10px;
    }

    .cate-list li p {
        font-size: 16px;
    }
}

@media (min-width: 1921px) {

    .main-menu .navigation > li > a {
        font-size: calc(13 / var(--width) * 100vw);
    }

    .parts-section-title h2 {
        font-size: calc(30 / var(--width) * 100vw);
    }

    #ys-nav li a {
        padding: 25px;
    }

    #ys-nav li i {
        font-size: 70px;
    }
}

@media (max-width: 1400px) {

    .about-section {
        padding: 90px 0;
    }

    .about-section .text-column .inner {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 88%;
    }
}

@media (min-width: 1800px) {
    #ys-nav li a {
        padding: 15px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 88%;
    }

}

@media (max-width: 1280px) {
    .artshow .content p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .main-footer .column {
        max-width: unset;
        width: 100%;
    }

    .photo-list li h3 {
        margin-top: 15px;
        font-size: 16px;
    }

    .main-footer .widgets-section {
        padding-top: 60px;
    }

    .code-input {
        flex: unset;
        width: 100%;
        max-width: 100% !important;
    }

    .main-header.fixed-header .other-links .search-btn {
        border-color: #f5f5f5;
    }

    .banner-section .about__message__title.parts-section-title {
        margin-top: 60rem;
    }

    .page-breadcrumb {
        margin-top: 20px;
    }

    .main-header .header-upper .logo-box .logo a {
        font-size: 60px;
        color: #1b4285;
    }

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

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

    .technology .item-show:nth-child(odd) {
        margin: 10px 0;
    }

    .grid-category .owl-carousel .title {
        position: static;
    }

    .services-section .row .service-block .inner-box:before {
        font-size: 30px;
    }

    #atlas-filter .mix {
        margin-bottom: 10px;
    }

    .ys-item {
        margin: 0;
    }

    .widget-date {
        font-weight: normal;
    }

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

    .next-prev .x-item {
        font-size: 14px;
    }

    .title-block {
        margin-bottom: 10px;
    }

    .services-section .row .service-block:nth-child(odd) {
        width: 50% !important;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .services-section .row .service-block:nth-child(even) {
        width: 50% !important;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .form-title {
        font-size: 60px;
    }

    .search-popup__form {
        width: 90%;
    }

    .search-popup__form button[type=submit] {
        right: 15px;
    }

    .main-header .other-links .search-btn {
        height: 60px;
        line-height: 60px;
    }

    .side-menu__block-inner {
        max-width: 100% !important;
    }

    .x-sub-menu {
        display: none;
    }

    .facts-section, .facts-section.alternate {
        padding: 40px 0 !important;
    }

    .ys-item .swiper-slide {
        width: 100%;
    }

    .fact-counter .column {
        margin-bottom: 10px;
        width: 25% !important;
    }

    .sec-title {
        margin-bottom: 30px;
    }

    .advantage {
        padding: 40px 0;
    }

    .advantage .sec-title {
        position: relative;
        margin-bottom: 20px;
        color: #333;
    }

    .advantage .sec-title h2 {
        color: #333;
    }

    .ys-bg:before {
        display: none;
    }

    .ys-item .swiper-slide {
        border-radius: 0;
    }

    .ys-item .swiper-slide .icon span {
        display: none;
    }

    .text h3 {
        font-size: 20px;
    }

    .text p {
        font-size: 14px;
        text-align: justify;
    }

    .fact-counter, .fact-counter .column .inner .counter-title {
        position: relative;
        color: #333;
    }

    .fact-counter .column .inner .count-outer {
        font-size: 36px !important;
    }

    .fact-counter .column .inner .counter-title {
        font-size: 12px;
    }

    .icon-list .icon span {
        font-size: 40px;
    }

    .icon-list .text h3 {
        font-size: 18px;
    }

    .icon-list .text p {
        font-size: 14px;
    }

    .advantage-show {
        padding: 0 15px;
    }

    .banner-section {
        padding: 60px 0;
    }

    .banner-carousel .content-box .sub-title {
        font-size: 16px;
        font-weight: 100;
        font-family: sans-serif;
    }

    .pro-bg-title {
        padding: 15px;
    }

    .service-block .inner-box {
        padding: 10px;
    }

    .service-block .inner-box h6 {
        padding: 0;
        line-height: 1;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    .service-block .inner-box h6 a span {
        font-size: 12px;
        display: none;
    }

    .main-header .header-upper .logo-box {
        padding: 0;
    }



    .about-2 {
        margin-top: 45px;
    }

    .header-top .top-right p i {
        margin-right: 0;
    }

    .position-relative {
        margin-top: 0;
    }

    .about-img-wrapper .shape1 {
        bottom: -20px;
    }

    .artshow {
        padding-right: 0;
    }

    .x-news-list {
        padding: 0;
    }

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

    .gmap {
        height: 280px;
    }

    .img-shape1, .img-shape2 {
        width: 60px;
        height: 40px;
    }

    .img-shape1:before, .img-shape1:after,
    .img-shape2:before, .img-shape2:after,
    .img-shape1 i, .img-shape2 i {
        width: 30px;
        height: 20px;
    }

    .img-shape1 i, .img-shape2 i {
        top: 20px;
    }

    .img-shape1:after, .img-shape2:after {
        bottom: auto;
    }

    .about-text-wrapper {
        padding-right: 0;
    }

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

    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .adv-swiper .swiper-slide .content .mask {
        position: static;
        background-color: var(--web-color);
    }

    #back-to-top {
        width: 40px;
        height: 40px;
        font-size: 14px;
        right: 0;
    }

    .adv-swiper .swiper-slide .mask .mask-a {
        width: 60px;
    }

    .adv-swiper .mask-content span {
        font-size: 30px;
    }

    .adv-swiper .swiper-slide .mask .mask-b {
        width: calc(100% - 60px);
        padding: 10px;
    }

    .adv-swiper .swiper-slide .mask .mask-b h2 {
        font-size: 18px;
    }

    .adv-swiper .swiper-slide .mask .mask-b p {
        font-size: 12px;
    }

    .b-progress-list {
        margin-top: -30px;
    }

    #back-to-top i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .btn-style-one .btn-title {
        font-size: 14px;
        padding: 5px 30px;
    }

    .pro-detail {
        font-size: 14px;
    }

    .section-space {
        height: 40px;
    }

    .b-progress-list__percent {
        font-size: 45px;
    }

    .about-section, .team-section, .contact-section {
        padding: 40px 0 !important;
    }

    .about-section .image-column, .sec-title h2 {
        margin-bottom: 0 !important;
    }

    #index-case .section-title-wrapper, #index-case .b-bnr__second {
        text-align: center;
    }

    .team-block .lower-box h5 {
        font-size: 16px;
    }

    .team-block {
        margin-bottom: 0;
    }

    .news-a-right {
        padding-left: 15px;
    }

    .call-to-section .inner {
        padding: 20px;
    }

    .call-to-section h4 {
        font-size: 22px;
        width: 100%;
    }

    .b-progress-list__wrap {
        padding: 30px 0;
    }

    .b-bnr {
        padding: 60px 0;
    }

    #index-case .section-title-wrapper {
        margin-bottom: 20px;
    }

    .scroll-to-top {
        right: 0;
    }

    .main-footer, .main-footer .logo-widget .text {
        margin-bottom: 0;
    }

    .main-footer .logo-widget .text {
        padding: 0;
    }

    .main-footer h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-bottom {
        text-align: center;
        font-size: 12px;
    }

    .footer-bottom .column {
        margin-bottom: 0;
    }

    .footer-bottom .ui-text-right {
        text-align: center !important;
    }
    .main-footer .links-widget ul{
        display: flex;
        flex-wrap: wrap;

    }
    .main-footer .links-widget ul li {
        width: 20%;
    }

    .main-footer .logo-widget .text p {
        font-size: 14px;
    }

    .main-footer .info-widget ul li {
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .btn-style-two .btn-title {
        padding: 10px 30px;
        font-size: 16px;
    }

    .section-title {
        font-size: 32px;
    }

    .case-carousel .owl-carousel {
        padding-bottom: 20px;
    }

    .b-progress-list__item {
        width: 50%;
        margin-bottom: 20px;
    }

    #ys-dispaly #ys-content {
        padding-top: 20px;
    }

    .container {
        max-width: 100%;
    }

    .about-text-wrapper {
        max-width: 100%;
    }

    .pro-info {
        background: transparent;
        padding: 20px 0;
        box-shadow: none;
    }

    .more-link {
        line-height: 40px;
        height: 40px;
        min-width: unset;
    }

    .more-link span {
        font-size: 12px;
    }

    .pro-detail-title {
        font-size: 24px;
    }

    span.button, button.button, input[type="button"], input[type="submit"], a.button {
        font-size: 14px;
    }

    .foot-item {
        width: 100% !important;
        display: none;
    }

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

    .copyright .ui-text-right {
        text-align: center !important;
    }

    .site-footer .copyright {
        padding: 0 10px;
    }

    .site-footer .footer-area .quick-links ul li {
        width: 30%;
    }

    .foot-flex {
        flex-wrap: wrap;
    }

    .foot-flex .foot-item:nth-child(1),
    .foot-flex .foot-item:nth-child(4),
    .foot-flex .foot-item:nth-child(5) {
        display: block;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .widget-title::before {
        width: 100%;
    }

    .quick-links p {
        margin-bottom: 5px;
    }

    .foot-flex .foot-item {
        margin-right: 0;
    }

    .site-footer.dark .footer-area .widget, .foot-text p {
        padding-right: 0;
    }

    .primary-nav .ui-tabs-nav {
        width: 100%;
    }

    .search {
        top: 60px;
    }

    .search input, .search input[type="search"]:focus {
        padding-left: 10px;
    }

    .search button {
        height: 50px;
        width: 70px;
        line-height: 50px;
        padding: 0;
    }

    .pro-li {
        margin-bottom: 20px;
    }

    #pro-filter .mix {
        margin-bottom: 0;
    }

    .live-section .main-image-box .x-mask {
        background: rgba(0, 0, 0, .3);
    }

    .live-section .main-image-box .x-mask .section-title {
        width: 100%;
    }

    .live-section .section-title-wrapper {
        width: 60%;
    }

    .live-section .main-image-box .x-mask {
        left: 0;
        text-align: center;
        right: auto;
    }

    .live-section .main-image-box .round-inner {
        background: transparent;

    }

    .live-section .main-image-box .vid-link .ripple {
        display: none;
    }

    .live-section .main-image-box .vid-link {
        margin: 0 !important;
    }

    .page-banner-content h1 {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .page-banner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-banner-content .page-breadcrumb {
        position: static;
        margin-top: 30px;
    }

    .grid-category {
        margin-top: 20px;
    }

    .sorting-menu {
        margin-top: 20px !important;
    }

    .gallery-section .sorting-menu ul li {
        font-size: 14px;
        padding: 5px;
        margin: 2px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

    .header-top .top-right {
        padding: 6px;
    }

    .site-wrapper.header-top-with {
        padding-top: 100px;
    }

    .main-logo, .header-buttons {
        height: 60px;
    }

    .banner_inner {
        height: 240px;
    }

    .banner_inner .row {
        justify-content: center;
    }

    .banner_inner .row .section-title-wrapper {
        text-align: center;
        padding: 0;
    }

    .banner_inner .ui-bread {
        margin-top: 10px;
    }

    .b-bnr-contacts {
        margin-left: 0;
        text-align: center;
    }

    .sorting-menu ul li {
        padding: 5px 10px;
        margin: 2px;
        font-size: 16px;
    }

    .about-section .text-column .text p {
        font-size: 16px !important;
    }

    .tech-video {
        width: 100%;
    }

    .technology .sec-title h2 {
        font-size: 24px;
    }

    .case-title {
        font-size: 14px;
        text-align: center;
    }

    .slider-content h2 span {
        letter-spacing: 0.2em;
    }

    .section-title-wrapper {
        margin: 0;
    }

    .cate-list li.cate-title {
        width: 66%;
    }

    .honor li {
        width: 100%;
        line-height: 35px;
    }

    .honor:after {
        font-size: 170px;
        right: -60px;
    }

    a.fenlei {
        padding: 5px;
    }

    .cate-list li p {
        font-size: 14px;
        padding: 0;
    }

    #ys-dispaly .section-title-wrapper {
        position: static;
        padding-left: 0;
    }

    #ys-nav {
        margin-right: 0;
    }

    #ys-nav li i {
        display: none;
    }

    #ys-nav li .ys-number {
        top: 5px;
        left: 10px;
    }

    #ys-nav li.active .ys-number {
        font-size: 16px;
    }

    #ys-content .ui-tabs-pane .pic {
        margin-bottom: 10px;
    }

    #ys-content .ui-tabs-pane h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #ys-content .ui-tabs-pane p {
        font-size: 14px;
        margin-bottom: 0;
    }

    #ys-nav li .ys-info {
        font-size: 16px;
    }

    #ys-dispaly .ui-tabs {
        margin-top: 20px;
    }

    #ys-nav li a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #ys-nav li .ys-number {
        position: static;
    }

    #ys-nav li.active .ys-number {
        opacity: 1;
    }

    .news-list li .post-title {
        margin-top: 10px;
    }

    .news-list li {
        width: 100%;
        margin-bottom: 0;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

    .news-list li .news-pic {
        width: 100%;

    }

    .news-list li .post-content {
        width: 100%;

    }

    .news-list li .post-tags {
        padding: 0;
    }

    .news-list li .post-tags span {
        font-size: 12px;
        margin-right: 5px;
    }

    .news-list li h3 {
        font-size: 16px;
    }

    .tabs-nav {
        display: none;
    }

    #ys-nav li {
        width: 50%;
    }

    .tabs-header ul {
        flex-direction: column;
        width: 100%;
    }

    .tab-hover {
        display: none;
    }

    .tabs-header a {
        box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
    }

    .tabs-header ul li.active a {
        background-color: rgba(255, 255, 255, 0.07);
    }

    .cate-list li {
        width: 32.5%;
    }
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
    .btn.btn--primary{
        padding: 0;
    }
    .btn.btn--primary .btn--primary__str{
        letter-spacing: -5px;
    }
    .grid-category .owl-carousel .title {
        font-size: 14px;
    }
}


@media (max-width: 640px) {
    .cate-list li.cate-title .content h3,
    .cate-list li.cate-title .content h4 {
        font-size: 20px;
    }

    .section-space {
        height: 15px;
        padding: 0;
        margin: 0;
    }

    #ys-nav li a {
        padding: 5px 20px;
    }

    #ys-nav li:after {
        border-width: 5px;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: var(--thm-base) !important;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 1920px) {
    .primary-nav .ui-tabs {
        justify-content: center;
    }

    .primary-nav .ui-tabs-content {
        max-width: 1620px;
    }
}
