@charset "UTF-8";

/* overall situation a*/


/* Carousel start */
@keyframes gradient {
    0% {
        background-position-y: 0%;
        opacity: 0;
    }

    50% {
        background-position-y: 20%;
    }

    100% {
        background-position-y: 50%;
        opacity: 1;
    }
}

#myCarousel {
    background: url("/assets/images/svg/banner01.svg"), linear-gradient(to right, #4568DC, #B06AB3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: gradient 2s ease;
}

#myCarousel .bd-placeholder-img {
    height: 480px;
}

.carousel-caption {
    height: 430px;
    max-height: 430px;
    display: flex;
}

.banner_img {
    max-height: 400px;
    min-width: 300px;
    width: 100%;
    margin-left: 20px;
}

/* Carousel end */
/* notoce style start */
.notice {
    background-color: #F5F5F5;
    min-height: 50px;
    height: auto;
    line-height: 50px;
}

.notice .noticeText {
    height: 50px;
    overflow: hidden;
    padding-left: 0;
}

.notice .noticeText .noticeText-ul {
    padding-left: 0;
}

.notice .noticeText .noticeText-ul .link-url {
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #747474;
    transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
}

.notice .noticeText .noticeText-ul .link-url:hover {
    color: blue;
    text-decoration: underline !important;
}

.notice .label {
    width: auto;
    text-align: right;
    word-break: keep-all;
}

/* search PC Mobile style */
.search {
    align-self: center;
    flex-basis: 1px;
    display: -webkit-box !important;
    -webkit-box-align: end;
    display: -ms-flexbox !important;
    -webkit-box-orient: vertical;
}

.search .input-group {
    width: 300px;
    float: right;
}

/* notice style end */
/* feature style start */
.feature {
    text-align: center;
    position: relative;
    animation: slideIn 2s ease-in-out forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* feature style end */
/* news style start */
.new-list-content {
    position: relative;
    border: 1px #E5E7EB solid;
    border-radius: 8px;
    padding: 30px 20px 10px;
    cursor: pointer;
    transition: box-shadow 0.5s ease-in-out;
}

.new-list-content .stretched-link {
    color: #333;
    text-decoration: none;
}

.new-list-content .new-line {
    width: 4px;
    height: 1rem;
    background-color: #326EF4;
    border-radius: 10px;
}

.new-list-content:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.special-section-active {
    animation: slideIn0 .3s ease-in-out forwards;
}

.special-section-active1 {
    animation: slideIn1 .3s ease-in-out forwards;
}

@keyframes slideIn0 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideIn1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* news style end */
/* Customer Case style start */
.cardPc .cardxx {
    position: relative;
    width: 100%;
    height: auto;
    min-height:206px;
    transform-style: preserve-3d;
    cursor: pointer;
    color: #000000;
}

.cardPc .cardPcStyle .face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
    backface-visibility: hidden;
    transform: perspective(500px) rotateY(0deg);
}

.cardPc .cardxx .face .front-img {
    display: flex;
    align-items: center;
    height: 206px;
}

.cardPc .cardxx .back {
    transform: perspective(500px) rotateY(180deg);
}

.cardPc .cardxx .back .card-text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cardPc .cardxx:hover .face.front {
    transform: perspective(500px) rotateY(180deg);
}

.cardPc .cardxx:hover .face.back {
    transform: perspective(500px) rotateY(360deg);
}

/* Customer Case Style End */
/* PC Mobile Responsive Layout Style */
/* Mobile Layout Style*/
@media (max-width: 576px) {

    /* Overall Situation Mobile*/
    body {
        background-color: #F8F9FA;
        font-size: 80%;
    }
    .nav-link{
        font-size:16px;
    }
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .4);
        padding-left: calc(var(--bs-gutter-x) * .4);
    }

    * :hover {
        box-shadow: none !important;
        transition: none !important;
    }

    .border-bottom {
        border-bottom: none !important;
    }

    /* carousel style Start*/
    #myCarousel {
        background-position: -95px;
    }

    .carousel .carousel-inner .carousel-caption {
        height: inherit !important;
    }

    .carousel .carousel-inner .carousel-caption .carouselSiginBtn {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
    }

    .carousel .carousel-inner .bd-placeholder-img {
        height: 280px !important;
    }

    /* carousel style End*/
    /* Notice Search Style Start */
    /* notice background */
    .notice {
        background-color: #ffffff;
    }

    /* search */
    .pcSearch {
        display: none !important;
    }

    .mobileSearch {
        display: block;
        -webkit-box-align: center;
        margin: 10px 0;
    }

    .mobileSearch .input-group {
        width: 100%;
    }

    .mobileSearch .input-group .searchValue {
        border: none;
    }

    /* Notice Search Style Start */
    /* Featured Style */
    .feature-content .col:nth-child(1) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature1_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
    }

    .feature-content .col:nth-child(2) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature2_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
    }

    .feature-content .col:nth-child(3) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature3_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
    }

    .feature-content .col:nth-child(4) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature4_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
    }

    #featured-pc {
        display: none !important;
    }

    /* News Style Start*/
    .newscontent .newspc {
        display: none !important;
    }

    .newspb-1 {
        padding-bottom: 10px !important;
        overflow: hidden;
    }

    .newscontent {
        background-color: #ffffff;
        padding: 20px 20px 0;
        border-radius: 8px;
        margin: 0 16px 40px;
        width: 91%;
    }

    .newscontent .mb-5 {
        font-size: 15px;
        margin-bottom: 10px !important;
        width: 100%;
    }

    .newscontent .title {
        display: inline-block;
        width: 80%;
    }

    .newscontent .newsmobile {
        display: inline-block !important;
        float: right;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
    }

    .newscontent .newspc {
        display: none;
    }

    .new-list-content {
        margin: 0 0 20px;
        padding: 0 18px;
        border: none;
        border-bottom: 1px #E5E7EB solid;
    }

    .new-list-content .stretched-link {
        display: inline-block;
        width: 85%;
        vertical-align: top;
    }

    .new-list-content .new-list-more {
        display: inline-block !important;
        float: right;
        font-size: 12px;
        text-decoration: none;
        color: #828282;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        width: 30px;
    }

    .new-list-content:last-child {
        border-bottom: none;
    }

    /* News Style End*/
    /* Customer Case Style Start*/
    .cardMobileHeight {
        flex-flow: column wrap;
        display:flex;
        height: 2000px;
        overflow:hidden;
    }
    .cardMobileStyle{
        /* height:260px !important; */
    }
    .cardMobile .row {
        align-items: center;
    }

    .cardMobile .new-list-more {
        text-align: center;
    }

    .cardPc {
        /* display: none !important; */
    }
    .cardPcStyle{
        display: none !important;
    }
    
    .CustomerMobileContent {
        width: 100vw;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -1.5rem;
    }

    .CustomerMobileContent .CustomerMobile {
        animation: slide 18s linear infinite;
    }

    .CustomerMobileContent .CustomerMobile .card {
        font-size: 14px;
        width: 166px;
        margin: 10px;
        border: none;
        display: -webkit-inline-box;
    }

    .CustomerMobileContent .CustomerMobile .card .col {
        -webkit-box-flex: 1;
        display: -webkit-box !important;
        -webkit-box-align: center;
        -webkit-box-pack: center;
    }

    .CustomerMobileContent .CustomerMobile .card .col img {
        width: 50px;
    }

    .CustomerMobileContent::-webkit-scrollbar {
        display: none;
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-700px);
        }
    }

    /* Customer Case Style End*/
    .footer {
        margin-top: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .input-group {
        min-width: 300px;
        width: 100% !important;
        margin: auto;
        float: none !important;
        margin-bottom: 20px;
    }
}

/* PC Layout Style */
@media (min-width: 576px) {
    body {
        background-color: #ffffff;
    }

    /* Carousel */
    #carouselExampleIndicators {
        display: none !important;
    }

    /* Search */
    .notice {
        margin-bottom: 40px;
    }

    .mobileSearch {
        display: none !important;
    }

    .pcSearch {
        display: block !important;
    }

    /* Featured */
    #featured-mobile {
        display: none !important;
    }

    #featured-pc {
        display: block !important;
    }

    .feature-content {
        margin: 20px 0 50px;
    }

    .feature-content .col:nth-child(1) .feature-icon {
        width: 140px;
        height: 140px;
        background: url("/assets/images/svg/icon_feature1.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(1) .feature-icon:hover {
        background: url("/assets/images/svg/icon_feature1_active.svg") no-repeat center center;
    }

    .feature-content .col:nth-child(2) .feature-icon {
        width: 140px;
        height: 140px;
        background: url("/assets/images/svg/icon_feature2.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(2) .feature-icon:hover {
        background: url("/assets/images/svg/icon_feature2_active.svg") no-repeat center center;
    }

    .feature-content .col:nth-child(3) .feature-icon {
        width: 140px;
        height: 140px;
        background: url("/assets/images/svg/icon_feature3.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(3) .feature-icon:hover {
        background: url("/assets/images/svg/icon_feature3_active.svg") no-repeat center center;
    }

    .feature-content .col:nth-child(4) .feature-icon {
        width: 140px;
        height: 140px;
        background: url("/assets/images/svg/icon_feature4.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(4) .feature-icon:hover {
        background: url("/assets/images/svg/icon_feature4_active.svg") no-repeat center center;
    }

    /* News */
    .newspb-1 {
        margin-top: 30px;
    }

    .newscontent .newsmobile {
        display: none !important;
    }

    .newscontent .newspc {
        display: block !important;
    }

    /* Customer */
    .cardMobile {
        display: none !important;
    }
    .cardMobileStyle{
        display:none !important;
     }
    .cardPc {
        display: block !important;
    }
}

@media (max-width: 780px) {
    .feature-content .col:nth-child(1) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature1_active.svg") no-repeat center center;
        background-size: cover;
        /* transition: background 0.5s ease; */
    }

    .feature-content .col:nth-child(2) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature2_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(3) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature3_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }

    .feature-content .col:nth-child(4) .feature-icon {
        width: 3rem;
        height: 3rem;
        background: url("/assets/images/svg/icon_feature4_active.svg") no-repeat center center;
        background-size: cover;
        transition: background 0.5s ease;
        /* 添加过渡效果 */
    }
}