:root {
    --bg-gray: #f2f4f6;
    --bg-black: #353535;
    --color-blue: #00408b;
    --color-blue-opacity: rgba(0, 64, 139, .85);
}

a { color: #333; }
a:hover { color: var(--color-blue); }

/* HEADER */

.container-gray.header-speech {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.container-gray {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background-color: var(--color-blue, #00408b);
}

.container-gray.gray {
    background-color: var(--color-gray, #f2f4f6);
}

.logo-font {
    font-size: 0.94rem;
    color: var(--color-blue, #00408b);
}

.contact-phone {
    font-size: 1.5rem;
    color: var(--color-blue, #00408b);
}

.header-nav-box {
    background-color: var(--bg-gray, #f2f4f6);
}

.header-nav ul {
    list-style: none;
    padding: 0;
}

.header-nav ul.menu {
    margin: 0;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.header-nav ul a {
    text-decoration: none;
    color: #333;
    font-size: 17px;
}

.header-nav ul a:hover {
    color: var(--color-blue, #00408b);
}

.header-nav ul li {
    padding: 0 1rem;
    position: relative;
    height: 50px;
    line-height: 50px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.header-nav li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.header-nav .sub-menu {
    display: none;
    border-radius: 3px;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
}

.header-nav .sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.header-nav .sub-menu li {
    width: 100%;
    min-width: 40px;
    padding: 0 1.5rem;
    text-align: center;
}

.header-nav .sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #f2f2f2;
}

.header-nav .sub-menu li a {
    font-size: 14px;
    white-space: nowrap;
}

/* INDEX */

.carousel-control-next, .carousel-control-prev {
    width: unset;
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#carouselExampleControls .carousel-item {
    overflow: hidden;
}

#carouselExampleControls .carousel-item img {
    height: 100%;
    /*object-fit: cover;*/
}

.left-font h3 {
    margin-bottom: 0;
}

.left-font .left-title {
    color: var(--color-blue, #00408b);
    font-size: 1.5rem;
}

.left-font a,
.left-font .left-content {
    font-size: 0.94rem;
}

.left-font .left-content {
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
    line-break: anywhere;
    -webkit-line-clamp: 9;
}

.left-font a {
    background-color: var(--color-blue-opacity, rgba(0, 64, 139, .85));
}

.left-font a:hover {
    background-color: var(--color-blue, #00408b);
}

.news .news-title h3 {
    font-size: 1.5rem;
    color: var(--color-blue, #00408b);
}

.news-item ,
.news .news-title a {
    font-size: 0.94rem;
}

.news-item {
    min-height: 2rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
    line-break: anywhere;
    -webkit-line-clamp: 2;
}

.news-item a { color: #333; }

.news-item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: var(--color-blue, #00408b);
}

.product-display {
    background-color: var(--bg-gray, #f2f4f6);
}

.article-list .article-list-img,
.information-list .information-img,
.successful-cases .product-img,
.product-center .product-img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.product-center-wrap .product-img {
    padding-top: 80%;
}

.article-list .article-list-img img,
.successful-cases .card-img-top,
.product-center .card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.successful-cases .swiper-button-next,
.successful-cases .swiper-button-prev,
.product-center .swiper-button-next, 
.product-center .swiper-button-prev {
    z-index: 10;
    background-color: #ccc;
    height: 100px;
    width: 34px;
    margin-top: -50px;
    transition: .2s;
}

.product-list-wrapper .card:hover,
.successful-cases .swiper-button-next:hover,
.successful-cases .swiper-button-prev:hover,
.product-center .swiper-button-next:hover, 
.product-center .swiper-button-prev:hover {
    background-color: var(--color-blue);
}

.successful-cases .swiper-button-next::after,
.successful-cases .swiper-button-prev::after,
.product-center .swiper-button-next::after, 
.product-center .swiper-button-prev::after {
    color: #fff;
    font-size: 1.5rem;
}

.successful-cases .swiper-button-prev,
.product-center .swiper-button-prev {
    left: -50px;
}

.successful-cases .swiper-button-next,
.product-center .swiper-button-next {
    right: -50px;
}

.product-display .card {
    background-color: #ccc;
    transition: .2s;
    padding-bottom: 0;
}

.product-display .card .card-body {
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.product-display .card:hover {
    background-color: var(--color-blue);
}

.information-left .card > a,
.article-list-wrapper .cart > a,
.product-list-wrapper .card > a {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.information-left .card > a,
.product-list-wrapper .card > a {
    padding-top: 80%;
    transition: .2s;
}

.information-left .card > a {
    padding-top: 70%;
}

.information-left .card > a img,
.article-list-wrapper .cart > a img,
.product-list-wrapper .card > a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.product-list-wrapper .card {
    transition: .2s;
}

.product-list-wrapper .card:hover a {
    color: #fff;
}

.information-left .card > a img {
    object-fit: contain;
}

.information-left .card-title {
    margin-bottom: 0.625rem;
}

.information-right .desc,
.information-left .card-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
    line-break: anywhere;
    -webkit-line-clamp: 2;
}

.information-left .card-text {
    -webkit-line-clamp: 2;
    font-size: 0.94rem;
}

.information-left .release-time {
    top: 10px;
    left: 0;
    width: 108px;
    height: 100px;
    opacity: 0.8;
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
}

.information-left .release-time .day {
    font-size: 48px;
}

.information-right .release-time :not(.day),
.information-left .release-time :not(.day) {
    font-size: 0.875rem;
    font-weight: normal;
}

.information-right .release-time {
    width: 15%;
    flex-shrink: 0;
}

.information-right .release-time .day {
    font-size: 38px;
}

.information-right .desc {
    font-size: 0.875rem;
}

.business-users p { font-size: 0.94rem; }

.business-users .carousel-control-prev {
    left: -5%;
}

.business-users .carousel-control-next {
    right: -5%;
}

.business-slide > a:nth-child(n + 6) {
    margin-top: 1.5rem;
}

.friendly-link a:not(:first-of-type) {
    margin-left: 0.5rem;
}

/* FOOTER */

.footer {
    background-color: var(--bg-gray, #f2f4f6);
    font-size: 0.94rem;
}

.footer-info .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info .menu li {
    margin-bottom: 0.25rem;
}

.footer-info .menu li a {
    text-decoration: none;
}

.footer-bottom,
.footer-links { height: 80px; }

.side-information {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.side-information > * {
    display: block;
    width: 72px;
    height: 73px;
    cursor: pointer;
    background-size: cover;
}

.side-information .phone a,
.side-information .wx img {
    display: none;
}

.side-information .wx img {
    width: 126px;
    transform: translateX(-100%);
}

.side-information .wx:hover img {
    display: block;
}

.side-information .phone a {
    align-items: center;
    width: min-content;
    height: 100%;
    transform: translateX(-100%);
    padding: 1rem;
    color: #fff;
    white-space: nowrap;
    background-color: #666666;
}

.side-information .phone:hover a {
    display: flex;
}

/* 成功案例 */

.sidebar-svg-icon {
    right: 3rem;
}

/* 侧边栏 */

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wp-block-group__inner-container h1,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container h4,
.wp-block-group__inner-container h5,
.wp-block-group__inner-container h6,
.widget_recent_entries .widget-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 2rem;
    margin-bottom: 0;
    background-size: cover;
    background-image: url(https://www.fileet.com/wp-content/uploads/2022/08/case.jpg);
}

.wp-block-group__inner-container h3::after,
.widget_recent_entries .widget-title::after {
    /*content: "Product show";*/
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 1.5rem;
    margin-left: 0.25rem;
}

.wp-block-latest-posts__list,
.widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.wp-block-latest-posts__list li a,
.widget_recent_entries ul li a {
    display: block;
    color: var(--color-blue, #00408b);
    padding-left: 2rem;
    padding-right: 3.25rem;
    height: 50px;
    line-height: 50px;
    font-size: 0.94rem;
    text-decoration: none;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wp-block-latest-posts__list li a::before,
.widget_recent_entries ul li a::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border: 1px solid #999;
}

.widget_media_image .wp-block-image {
    margin: 1rem 1rem 0;
}

.widget_media_image .wp-block-image img {
    width: 100%;
}

.widget_media_image + .widget_media_image .wp-block-image {
    margin: 0 1rem 1rem;
}

.widget_text {
    padding: 0 1rem;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

.widget_text p { 
    margin-bottom: 0; 
}

.widget_tag_cloud {
    padding: 0 1rem;
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
    font-size: 0.875rem !important;
    text-decoration: none;
    padding: 3px 10px;
    background-color: var(--bg-gray, #f2f4f6);
    margin-bottom: 8px;
}

.wp-block-tag-cloud {
    margin-top: 1rem;
    padding: 0 1rem;
}

.successful-content-recommend a,
.successful-content-other,
.successful-content-other a,
.successful-content-meta,
.successful-position,
.successful-position a,
.single-position,
.single-position a,
.contact-position,
.contact-position a,
.about-position,
.about-position a {
    font-size: 0.94rem;
}

.about-position a,
.contact-position a,
.single-position a,
.successful-position a { 
    display: block;
}

.about-position a::after,
.contact-position a::after,
.single-position a::after,
.successful-position a::after { 
    content: ">";
    display: inline-block;
    margin-left: 0.5rem;
}

.single-tag a,
.single-tag span {
    font-size: 0.94rem;
}

.successful-content h1 {
    color: #525353;
}

.successful-content-recommend h5 {
    font-size: 1.25rem;
    color: #414141;
}

.successful-content-recommend a {
    max-width: calc(100% - 158px);
    vertical-align: middle;
}

.successful-content-recommend .row > div::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(315deg);
}

.article-list .card-img {
    background-color: var(--bg-gray, #f2f4f6);
}

.article-list .article-list-img {
    height: 132px;
    overflow: hidden;
}

.article-list .article-list-img img {
    max-width: 100%;
}

.information-list .card-text,
.article-list .card-text {
    font-size: 0.875rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-word!important;
    word-break: break-all;
    line-break: anywhere;
    -webkit-line-clamp: 3;
}

.article-meta a,
.article-meta span { 
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.25rem;
}

.information-list .card-text {
    font-size: 0.94rem;
}

.information-list .card-title {
    max-width: calc(100% - 3rem);
}

.information-list .information-date {
    position: absolute;
    top: .1rem;
    right: .875rem;
}

/* about */

.about-content-main p {
    font-size: 0.875rem;
    text-indent: 2rem;
    margin-bottom: 0;
}

/* contact */

.contact-content-main {
    font-size: 0.875rem;
}

.paginations {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginations a,
.paginations span {
    text-decoration: none;
    margin-right: 0.625rem;
    font-size: 0.875rem;
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: var(--bg-gray);
}

.paginations span {
    color: #fff;
    background-color: var(--color-blue);
}

.two-line {
    min-height: 48px;
}

@media (min-width:375px){ 
    body {
        overflow-x: hidden;
    }
    .contact-phone {
        font-size: 0.625rem;
    }
    .header-box {
        height: 80px !important;
    }
    .business-slide a {
        width: 33.3333333% !important;
    }
    .information-right h5 {
        font-size: 1rem !important;
    }
    .side-information > * {
        height: 50px;
        width: 51px;
        background-size: 50px 51px !important;
    }
}

@media (min-width:576px){ 
    .header-box {
        height: 80px !important;
    }
    .business-slide a {
        width: 33.3333333% !important;
    }
    
}

@media (min-width: 992px) {
    .information-left .card-text {
        -webkit-line-clamp: 2;
    }
    .information-right .release-time .day {
        font-size: 32px;
    }
    .business-slide a {
        width: 20% !important;
    }
    .side-information > * {
        height: 73px;
        width: 72px;
        background-size: 72px 73px !important;
    }
    .contact-phone {
        font-size: 1.5rem;
    }
    .header-box {
        height: 100px !important;
    }
}

@media (min-width: 1200px) {
    .information-right .release-time .day {
        font-size: 38px;
    }
}











