@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");

* {
    outline: none;
    font-family: PingFang SC, -apple-system, Microsoft YaHei, sans-serif;
}

@media (min-width: 1024px) {

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

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

}

.banner-link a{
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    min-width: 160px;
    color: var(--main-color);
    line-height: 1;
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    transition: all .3s;
}
.banner-link a:hover{
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}
ul {
    padding: 0;
}

a:hover {
    color: var(--main-color);
}

.ui-radio {
    display: flex;
    align-items: center;
}

.index-product .inner-img {
    position: relative;
    width: 100%;
    height: 0;
}

.index-product .inner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.index-pro-right .flex-column {
    height: 100%;
}

.index-pro-left .inner-img,
.right-a .inner-img {
    padding-top: 100%;
}

.right-b .inner-img {
    padding-top: calc(50% - 0.75rem);
}

.index-product .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    transition: all .3s;
}

.index-product .x-mask a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.index-product .x-mask p {
    display: none;
}

.index-product .inner-img:hover .x-mask {
    background: rgba(0, 0, 0, .8);
}

.index-product .inner-img:hover .x-mask p {
    display: block;
}

.center-nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.center-nav li {
    width: 180px;
    list-style: none;
    border-left: 1px solid #ddd;
}

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

.center-nav li a {
    display: block;
    padding: 0 30px;
    line-height: 55px;
    text-align: center;
    transition: all 0.3s;
}

.center-nav li:hover a,
.center-nav li.active a {
    background: var(--main-color);
    color: #fff;
}

#arck-project {
    background: #fff;
}

.index-case-list {
    margin-top: 60px;
}
.index-case-list .col-lg-3{
    position: relative;
}
.index-case-list .col-lg-3:nth-child(even) {
    margin-top: 80px;
}

.index-case-list .col-lg-3 p {
    display: none;
    background: var(--main-color);
    color: #fff;
    margin: 0;
    padding: 20px;
}
.arck-project-section .arck-section-title{
    margin-bottom: 60px;
}
.arck-project-item{
    margin-bottom: 40px;
}
.arck-project-item .short_info {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    padding: 17px 40px;
}
.arck-project-item .short_info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 9px;
    line-height: 30px;
}
.widget-title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
}

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

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

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

.sidebar-recent-post .recent-post-thumb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sidebar-recent-post .recent-post-content {
    margin-left: 105px;
}

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

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

.photo-box .x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}

.photo-box .x-mask h3 {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.case-item:hover .photo-box .x-mask {
    opacity: 1;
}

.ui-page-red ul li.active a:hover,
.ui-page ul li:hover a {
    background: var(--main-color);
    color: #fff!important;
}

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

.ui-form-ip {
    margin-bottom: 10px;
}

#arck-slider-2{
    margin-top: 100px;
}
#arck-slider-2 .slick-slide {
    height: calc(100vh - 100px);
    overflow: hidden;
}

#arck-slider-2 .slick-initialized .slick-slide {
    padding: 0;
    display: flex;
    align-items: center;
}

.brand-logo a {
    position: relative;
    display: block;
}

.brand-logo a:before, .brand-logo a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-decoration: none;
}

.brand-logo a:before {
    background-image: url(/upfile/logo.svg);
}

.brand-logo a:after {
    background-image: url(/upfile/logo.svg);
    opacity: 0;
}

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

.sticky-on .brand-logo a:after {
    opacity: 1;
}

.sticky-on .brand-logo a:before {
    opacity: 0;
}

.x-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    min-width: 150px;
}

.x-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s;
}

.x-btn-3 span {
    color: rgb(255, 255, 255);
    background-color: var(--main-color);
}

.x-btn-3 {
    padding: 5px;
}

.x-btn.hover-border-1::before,
.x-btn.hover-border-1::after {
    position: absolute;
    content: "";
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.x-btn.hover-border-1::before {
    top: 0;
    left: 0;
    border-left: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
}

.x-btn.hover-border-1::after {
    bottom: 0;
    right: 0;
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.x-btn.hover-border-1:hover::before,
.x-btn.hover-border-1:hover::after {
    width: 99%;
    height: 98%;
}

.section-block {
    padding: 115px 0;
}

.product-intro {
    margin-top: 0;
}

.product-intro p {
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
}

.pro-icon-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.pro-icon-list li {
    width: 80px;
    margin-right: 30px;
    list-style: none;
    text-align: center;
}

.pro-icon-list li .icon-box {
    width: 80px;
    height: 80px;
    border: 1px solid #999;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;

}

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

.pro-type .ui-tabs-nav {
    margin: 60px 0;
}

.pro-type .ui-tabs-nav li a {
    color: #fff;
}

.pro-type .ui-tabs-nav li {
    background: #000;
}

.pro-type .ui-tabs-nav li.active {
    background: var(--main-color);
    border: none;
}

.x-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.x-flex2 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.pro-type {
    max-width: 1200px;
    margin: 0 auto;
}

.pro-img {
    width: 50%;
    text-align: center;
}

.pro-img img {
    height: 450px;
}

.pro-text {
    width: 50%;
}

.pro-text h3 {
    margin-bottom: 40px;
    position: relative;
}

.pro-text p {
    font-size: 18px;
}

.pro-text h3:before {
    content: '';
    position: absolute;
    width: 160px;
    left: -180px;
    top: 50%;
    height: 1px;
    background: #999;
}

.sych li {
    list-style: none;
    width: 31%;
    margin-bottom: 2%;
}

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

li.empty:before, li.empty:after {
    display: none !important;
}

#arck-footer {
    background: #111 url("../images/foot-bg.png") no-repeat center right;
    background-size: 30%;
}

.arck-footer-widget .blog-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.arck-footer-widget .blog-img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

#arck-about .pera-content p {

    margin-bottom: 20px;
    text-align: justify;
}

.arck-about-section .inner-img img {
    width: 100%;
}

blockquote {
    padding: 10px;
    background: #f5f5f5;

}

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

.ui-form-group > label {
    font-size: 16px;
}

.news-li {
    margin-bottom: 40px;
}

.news-li p {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 0;
    transition: all 0.3s;
}

.news-li p:hover {
    background-color: #f5f5f5;
}

.news-li p span {
    margin-right: 20px;
    width: 100px;
}

.news-li p a {
    width: 80%;
}

.news-li p i {
    width: 20px;
}



.x-cate-list {
    padding: 5% 0;
    color: #fff;
}

.x-pro-list {
    margin: 3% 0 1.5%;
}

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

.mores {
    display: inline-block;
    text-align: left;
}

.x-cate-list li {
    width: calc(33.3333% - 1px);
    margin-bottom: 1px;
    position: relative;
    transition: all .3s;
    color: #fff;
    list-style: none;
}

.x-cate-list li h4 {
    font-size: 18px;
    margin: 0;
}


.more-link2 {
    position: relative;
    display: block;
    padding: 8px 0;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .5);
    color: #000;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family: "DINCond-Light", sans-serif;
    line-height: 1.57143;
    transition: all .3s;
}

.more-link2:hover {
    background-color: #000;
    color: #fff;
}

.pro-a {
    width: 25%;
    position: relative;
}

.pro-left {
    padding-right: 40px;
}

.pro-right {
    padding-left: 40px;
}

.about-pro {
    background: url("../images/about-2.jpg") center / cover no-repeat;
    color: #fff;
    min-height: 800px;
}

.about-pro .pro-right {
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: center;
}

.about-pro h2 {
    color: inherit;
    margin-bottom: 30px;
}

.about-pro p {
    width: 75%;
    text-align: justify;
    font-size: 18px;
}

.about-pro .pro-right a {
    width: 120px;
    margin-top: 30px;
    color: inherit;
    font-size: 18px;
    padding-bottom: 5px;
    text-decoration: underline;
}

.contact-form-area {
    padding: 40px;
}

.ui-input-group .code {
    margin-bottom: 10px;
}

.jgtd {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.jgtd-item {
    width: 36%;
    padding: 0 30px;
}

.jgtd h3 {
    text-align: center;
    margin-bottom: 20px;
}

.jgtd p {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}

.jgtd img {
    padding: 10px;
    margin: 60px 0;
    border: 1px solid #999;
    border-radius: 20px;
}

.ai-bg {
    background: #000 url("../images/ai-bg.webp") no-repeat center /cover;
    color: #fff;
}

.ai-bg li {
    list-style: none;
}

.ai-bg .pera-content {
    margin-bottom: 30px;
}

.ai-bg .pera-content h2 {
    color: #fff;
}

.ai-bg .pro-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ai-bg .pro-left li {
    line-height: 2;
    font-size: 18px;
}

.ai-bg .pro-right {
    background: rgba(255, 255, 255, .6);
    color: #000;
    padding: 30px;
}

.ai-list li {
    padding: 20px 0;
}

.ai-list li + li {
    border-top: 1px dashed rgba(0, 0, 0, .3);
}

h3.sec-title {
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}

h3.sec-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #333;
    left: 0;
    bottom: 0;
}

.pro-b {
    width: 75%;
    position: relative;
}

.c-btn {
    position: relative;
    display: block;
    background: var(--main-color);
    color: #fff;
    padding: 5%;
    transition: all .3s;
}

.c-btn:hover {
    background-color: #222;
    color: #fff;
}

.c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);

}

.c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
}

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

.c-btn:hover .c-btn-line:before, .active .c-btn-line:before {
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.c-btn.mores {
    width: 25%;
    padding: 20px;
}

.ttm-stickable-header .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.link-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.link-list li {
    padding: 5px 20px;
    border: 1px solid #ddd;
    list-style: none;
    margin: 5px;
    background: #fff;
}

.link-list li:first-child {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
}

.ui-bread ul li + li:before {
    padding: 0 0 0 10px;
}

.pro-contact {
    margin: 3% 0;

}

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

.pro-contact ul li {
    display: flex;
    width: 33.333%;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
}

.pro-contact ul li h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.pro-contact ul li + li {
    border-left: 1px solid #ccc;
}

.pro-contact ul li p a {
    font-size: 24px;
}

.box-icon {
    width: 80px;
    height: 80px;
    background-color: #999;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: relative;

}

li:hover .box-icon {
    background: var(--main-color);
    transition: all .12s ease-in-out;
}

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

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

.pro-detail-content h3 {
    font-weight: bold;
    font-size: 22px;
}

.pro-detail-content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.detail-title {
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
    background: #f5f5f5;
}

.detail-title:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 28px;
    background: var(--main-color);
}

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

.ui-modal:before {
    content: '';
    width: 80%;
    height: 5px;
    background: var(--main-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%);
}

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

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

.next-prev {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

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

.more-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    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;
}

.news-list-type1 div {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

@media all and (min-width: 993px) {
    .pro-detail-a {
        padding-right: 20px;
    }

    .pro-detail-b {
        padding-left: 20px;
    }
}

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

.gallery-thumbs .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #ddd;
    top: 0;
    left: 0;
    z-index: 2;
}

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

.gallery-thumbs .swiper-slide img {
    opacity: .5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before {
    border-color: var(--main-color);
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

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

.section-contact {
    padding: 60px 0 90px;
}

.section-space {
    padding: 120px 0;
}

.ui-text-center.sec-title {
    margin-bottom: 60px;
}

.ui-text-center.sec-title:after {
    left: 50%;
    transform: translateX(-50%);
}

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

.honor-bg {
    position: relative;
    height: 0;
    padding-top: 62.5%;
    background: url('/theme/2023/images/honor-bg.jpg') no-repeat center / cover;
}

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

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

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

.honor-item p {
    line-height: 3;
}

.photo-item {
    margin-bottom: 15px;

}

.photo-box {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}


.photo-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}

.photo-item:hover .photo-box a img {
    transform: scale(1.1);
}

.section-equipment .contact-left a {
    margin-top: 60px;
}

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

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

@media screen and (min-width: 993px) {
    .proshow-body {
        overflow: visible;

    }

    .proshow-bg {
        top: auto;
        right: auto;

        height: 100%;
        width: 108.33333%;
    }
}

@media all and (min-width: 1921px) {
    .container {
        width: 100%;
        max-width: 1700px;
    }

}

@media all and (max-width: 1440px) {
    .container {
        width: 90%;
    }
}

@media all and (max-width: 992px) {
    .mobile_menu_button,
    .sticky-on .mobile_menu_button{
        color: var(--main-color);
    }
    .arck-footer-widget .contact-cta-widget li span,
    .arck-footer-widget .blog-img-content{
        max-width: unset;
    }
    .arck-footer-widget .blog-img-content .blog-text{
        width: auto;
    }
    .mobile_menu_content .mobile-main-navigation .navbar-nav li a{
        font-size: 18px;
    }
    .process-list li.item05:after{
        display: none;
    }
    .contact-form-area{
        padding: 10px;
    }
    .section-contact{
        padding: 30px 0;
    }
    .pro-contact ul{
        padding: 0;
    }
    .pro-contact ul li{
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }
    .box-icon{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .box-content{
        width: calc(100% - 70px);
    }
    .box-content p{
        margin: 0;
        line-height: 1.4;
    }
    .pro-contact ul li + li{
        border-left: none;
    }
    .pro-contact ul li p a{
        font-size: 18px;
    }
    #m-main-nav > li > a{
        font-size: 18px;
    }
    .arck-about-content h3{
        margin-bottom: 20px;
    }
    .arck-main-slider-item-2 .arck-slider-main-text{
        text-align: center;
    }
    .banner-link a{
        min-width: 120px;
        font-size: 14px;
    }
    .arck-header-section .dropdown > a,
    #main-nav > li > a,
    .arck-header-section .dropdown > a,
    .arck-header-section .mega-menu-item > a {
        color: #000 !important;
    }

    .widget-title {
        margin-bottom: 20px;
        padding-bottom: 10px !important;
        font-size: 20px;
    }

    .arck-footer-widget .newsleter-form input {
        margin-bottom: 10px;
    }

    .widget-title::before {
        width: 40px;
    }

    .center-nav li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .index-pro-left .inner-img, .right-a .inner-img {
        padding-top: 50%;
    }

    .index-pro-left {
        margin-bottom: 5px;
    }

    .right-a .col-lg-6 {
        margin-bottom: 5px;
    }

    .index-case-list {
        margin-top: 20px;
    }

    #arck-project {
        background-size: cover;
    }

    .ui-input-group {
        flex-wrap: wrap;
    }

    .arck-about-section {
        padding-top: 0 !important;
    }

    .arck-breadcrumb-section-2 .arck-breadcrumb-content h1,
    .arck-section-title h3 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .arck-team-content {
        padding-top: 20px;
    }

    .archx-blog-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .arck-work-process-section {
        padding-top: 60px;
    }

    .arck-work-process-content {
        padding-top: 30px;
    }

    .arck-blog-content {
        padding-top: 20px;
    }

    .case-img {
        display: none !important;
    }

    .arck-project-item {
        margin: 0 0 10px;
    }

    .jgtd-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .jgtd img {
        margin: 10px 0;
    }

    .jgtd p {
        width: 100%;
    }

    .arck-header-section .brand-logo img {
        height: 35px;
    }

    .pro-left, .pro-right {
        padding: 0 3%;
    }

    .mobile_menu_button {
        position: static;
    }

    .container {
        width: 100%;
        max-width: 94%;
    }

    .pro-icon-list {
        justify-content: space-between;
    }

    .product-intro {
        margin-top: 0;
    }

    .product-intro .arck-section-title {
        margin: 25px 0 0;
    }

    .product-intro p {
        font-size: 16px;
    }

    .pro-icon-list li {
        width: 70px;
        margin-right: 0;
    }

    .pro-icon-list li .icon-box {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

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

    .pro-icon-list li .icon-box span {
        font-size: 35px;
    }

    .pro-type .ui-tabs-nav {
        margin: 30px 0;
    }

    .pro-type .ui-tabs-nav li {
        margin-bottom: 10px;
    }

    .pro-type .ui-tabs-nav li a {
        font-size: 14px;
        padding: 2px 15px;
    }

    .pro-img {
        width: 30%;
    }

    .news-show .pro-right {
        padding: 0 15px;
        margin-top: 25px;
    }

    .pro-img img {
        height: auto;
    }

    .pro-text {
        width: 65%;
    }

    .pro-text h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .pro-text h3:before {
        display: none;
    }

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

    .arck-breadcrumb-section-2 .arck-breadcrumb-content {
        padding: 100px 0;
    }

    .arck-breadcrumb-content h1.title {
        font-size: 24px;
    }

    .artshow {
        padding: 0 15px;
    }

    .ai-bg .pro-right {
        background: #fff;
    }

    .about-pro p {
        width: 100%;
    }

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

    .arck-header-section.header-style-one {
        padding: 10px 15px;
    }

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

    .acrk-img-shape1, .acrk-img-shape2 {
        display: none;
    }

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