* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ff-bs {
    font-family: bootstrap-icons !important;
}

body iframe {
    max-width: 100%;
    width: 100%;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.4rem;
    }
}
:root {
    --c1: #ED6E00;
    --c2: #2B2926;
}

* {
    font-family: "Barlow", sans-serif;
}

.container {
    width: 100%;
    max-width: 1540px;
}

.s-title {
    font-size: 48px;
    font-weight: 700;
    color: #2B2926;
}

.s-sub-title {
    font-size: 18px;
    color: #2B2926;
    font-weight: 700;
}

.s-fankuai {
    position: relative;
}

.s-fankuai::before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--c1);
    display: block;
    z-index: -1;
}

.s-fankuai-top::before {
    top: 0;
    transform: translateY(0);
}

.s-content {
    font-size: 18px;
    color: #2B2926;
}

.s-bg-title {
    position: relative;
}

.s-bg-title::before {
    position: absolute;
    content: attr(data-bgtitle);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 2px #f2f2f2;
    font-weight: 900;
    text-stroke: 2px #f2f2f2;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.before-top-left.s-bg-title::before {
    left: 0;
    top: 0;
    transform: translate(0%, -50%);
    width: auto;
}

.s-bth1 {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 13px 60px;
    background-color: var(--c2);
    border: 1px solid var(--c2);
    position: relative;
    text-decoration: none;
}

.s-bth1 span {
    display: none;
}

.s-bth1::before {
    content: " ";
    width: 12px;
    height: 12px;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: var(--c1);
    display: block;
}

.s-bth1.on:hover {
    color: #fff;
    background-color: var(--c2)
}

.s-bth1:hover,
.s-bth1.on {
    color: var(--c1);
    background-color: #fff;
}

.s-bth2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: var(--c2);
    position: relative;
    text-decoration: none;
    background-color: unset;
    padding-left: 14px;
    z-index: 1;
}

.s-bth2 span {
    display: none;
}

.s-bth2::before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dbdbdb;
    display: block;
    z-index: -1;
}

.s-bth2:hover::before {
    background-color: var(--c1);
}



.s-title {
    font-weight: 700;
    font-size: 42px;
    color: var(--c2);
    line-height: 55px;
}

.s-content {
    font-weight: 400;
    font-size: 16px;
    color: var(--c2);
    line-height: 22px;
}

.s-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.s-section-t {
    padding-top: 8rem;
}

.s-section-b {
    padding-bottom: 8rem;
}

.s-section-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.s-section-t-m {
    margin-top: 8rem;
}

.s-section-b-m {
    margin-bottom: 8rem;
}

.c-c1 {
    color: var(--c1);
}

.bg-fb {
    background-color: #fbfbfb;
}



.module-05-wrap {
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 50px 0;
}

.module-06-wrap {
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 50px 0;
}

.contrain-1440 {
    max-width: 1640px;
    margin: auto;
}

.agent-page {
    background: #f4f6f9;
}

.contrain-1220 {
    max-width: 1220px;
    margin: auto;
}

.text-right {
    text-align: right;
}

.service-wrapper {
    padding: 140px 0 80px;
}

.thank-you-wrap {
    text-align: center;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1640px;
    margin: auto;
}

.service-wrapper .box {
    border: 1px solid #e8e8e8;
    background: #f8f9fb;
    padding: 30px 40px;
    margin-bottom: 35px;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.service-wrapper h2 {
    font-size: 32px;
}

.service-wrapper p {
    font-size: 18px;
    line-height: 36px;
}

.service-wrapper h2:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #f7ae05;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}

body .row {
    margin: 0;
}

.banner {
    position: relative;
    z-index: 0;

}

.blog-first .content a {
    color: #fff;
    text-decoration: none;
}

.blog-first .content a:hover,
.host-blog .right .host-blog-item a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.host-blog .right .host-blog-item a {
    color: #000;
    text-decoration: none;
}

.home-banner-text-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.home-banner-text-wrap-title::after {
    content: " ";
    width: 54px;
    height: 54px;
    position: absolute;
    left: -23px;
    top: -14px;
    background-color: var(--c1);
    display: block;
    z-index: -1;
}

.home-banner-text-wrap-title {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-weight: 700;
    color: var(--c2);
}

.home-banner-text-wrap-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--c2);
}

.home-banner-text-wrap h1 {
    font-size: 60px;
    width: 100%;
    line-height: 1;
}

.home-banner-text-wrap h1.title-1 {
    margin-bottom: 14px;
}

.home-banner-text-wrap h1.title-2 {
    line-height: 0.8;
    margin: 0;
}

.home-banner-text-wrap p {
    max-width: 740px;
    margin: auto;
    margin-top: 17px;
    line-height: 26px;
    font-size: 20px;
}

.banner-button {
    text-align: center;
    margin-top: 55px;
}

.banner-button a {
    display: inline-block;
    padding: 20px 68px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #ED6E00, #000);
    font-size: 18px;
}

.banner-button a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.home-module-01 {
    /* background: url('/wp-content/uploads/2023/07/home-module-01-bg.jpg') no-repeat; */
    /* background-size: 100% 100%; */

}

.home-module-01 .modole-01-box {
    position: relative;
}

.home-module-01 .modole-01-box .modole-01-item-01 {
    width: 100%;
    height: 528px;
    position: absolute;
    left: 0;
    top: -95px;
    box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.6), 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}

.home-module-01 .modole-01-box .modole-01-item-01 .row {
    height: 100%;
}

.home-module-01 .modole-01-box .modole-01-item-01 .row .col-md-3 {
    padding: 0;
    margin: 0;
    height: 100%;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding: 35px 35px 13px 35px;
    width: calc(72.5% / 3);
}

.home-module-01 .modole-01-box .modole-01-item-01 .right-md .img img {
    max-width: 100%;

}

.home-module-01 .modole-01-box .modole-01-item-01 .row .first-item {
    background: url('/wp-content/uploads/2023/07/home-module-01-item01-bg.jpg') no-repeat;
    color: #fff;
}

.home-module-01 .modole-01-box .modole-01-item-01 .row .nth-item h3 {
    padding: 28px 15px 30px 0;

}

.home-module-01 .modole-01-box .modole-01-item-01 .row .nth-item>p {
    min-height: 210px;
    margin-bottom: 0;
}

.home-module-01 .modole-01-box .modole-01-item-01 .row .right-md {
    width: 27.5%;
}

.home-module-01 .modole-01-box .modole-01-item-01 .item-button {
    display: block;
    text-decoration: none;
    color: #000;
}

.home-module-01 .modole-01-box .modole-01-item-01 .first-item .item-button {
    color: #fff;
}

.home-module-01 .modole-01-box .modole-01-item-01 .item-button span {
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: right;
}

.home-module-01 .modole-01-box .modole-01-item-01 .nth-item span {
    color: #fff;
    background: #ED6E00;
}

.home-module-01 .modole-01-box .modole-01-item-01 .first-item span {
    color: #ED6E00;
    background: #fff;
}

.modole-01-item-01 .right-md {
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.modole-01-item-01 .right-md .content {
    flex-grow: 1;
    padding: 75px 46px 0 56px;
    background: url('/wp-content/uploads/2023/07/bg01.jpg') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.modole-01-item-01 .right-md .content a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: right;
    border-radius: 50%;
    border: 1px solid #fff;

}

.modole-01-item-01 .right-md .content a:hover {
    background: #ED6E00;
    transition: all 0.6s;
}

.modole-01-item-01 .right-md .content h3 {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
    padding-right: 76px;

}

.modole-01-item-01 .right-md .content .search {
    padding-bottom: 45px;
}

.modole-01-item-01 .right-md .content .search .search-input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.modole-01-item-01 .right-md .content .search input::input-placeholder {
    color: #fff;
}

.modole-01-item-01 .right-md .content .search input::-webkit-input-placeholder {
    color: #fff;
}

.our-product .col-md-3 {
    padding: 10px 16px;
    position: relative;
}

.our-product-item {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    /* background-image: linear-gradient(to right, #cecece, #fff, #fff); */
}

.our-product-item .img img {
    width: 100%;
    object-fit: cover;
}

.our-product .our-product-item.first {
    background: none;
    overflow: auto;
    border-radius: 0;
}

.our-product .our-product-item.first h1 {
    padding: 20px 0;
}

.our-product-item.first a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(to right, #ED6E00, #000);
    position: absolute;
    padding: 10px;
    width: 90%;
    left: 10px;
    bottom: 30px;
    font-size: 18px;
}

.our-product-item.first a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.our-product-item .content {
    padding: 10px;
    text-align: center;
}

.our-product-item .content h4 {
    font-size: 20px;
    min-height: 48px;
}

.our-product-item .content a {
    color: #000;
    text-decoration: none;
}

.our-product-item .content a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.our-product-item .content a:hover span {
    background: #ED6E00;
    transition: all 0.6s;
}

.our-product-item .content a span {
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #959595;
    color: #fff;
    margin-left: 10px;
}

.products-page h2 {
    margin-bottom: 25px;
}


.home-module-02 {
    /* padding: 100px 0 50px; */
    /* background: #fff; */
}

.home-module-02 .right-module {
    /* padding-top: 30px;
    padding-left: 47px; */
}

.home-module-02 .right-module h2 {
    padding-right: 37%;
    font-size: 40px;

}

.home-module-02 .right-module p {
    padding-right: 47px;
}

.home-module-02 .left-module {
    position: relative;
}

.home-module-02 .left-module .video-play {
    position: absolute;
    top: 30%;
    left: 45%;
    cursor: pointer;
}

.home-module-02 .left-module .video-play img:hover {
    scale: 1.2;
    transition: all 0.6s;
}

.home-module-02 ul {
    padding-left: 0;
    list-style: none;
}

.home-module-02 ul li {
    padding: 5px 80px 5px 30px;
    position: relative;
    /* background: url('/wp-content/uploads/2023/07/duihao.png') no-repeat; */
    /* background-position: left 3px; */
}

.home-module-02 ul li::after {
    display: block;
    position: absolute;
    content: "\F633";
    font-family: 'bootstrap-icons';
    top: 50%;
    left: 0;
    background-color: var(--c1);
    border-radius: 100px;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    transform: translateY(-50%);
}

.home-module-02 .right-module .icon {
    margin-top: 30px;
}

.home-module-02 .right-module .icon img {
    max-width: 100%;
}

.home-module-02 .right-module .button {
    margin-top: 40px;
}

.module-05-button .s-bth1 {
    width: 200px;
    padding: 15px 20px;
}

.module-05-button .s-bth1 span {
    float: right;
}


.home-module-03 {
    position: relative;
}

.home-module-03>img {
    /* max-width: 100%; */
}

.home-module-03-wrap {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; */
    padding: 60px 0 40px;

}

.enterprise-strength-wrap {
    padding-top: 80px;
}

.enterprise-strength-item {

    text-align: center;
    color: #fff;
    position: relative;
}

.enterprise-strength-item>img {
    max-width: 100%;
}

.enterprise-strength-item-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px 0;
}

.enterprise-strength-item-content p {
    padding: 0 30px;
}

.enterprise-strength-item-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
}

.enterprise-strength-box .text-content {
    text-align: center;
    color: #fff;
}

.enterprise-strength-box .text-content h1 {
    font-size: 40px;
}

.enterprise-strength-box .text-content h4 {
    font-size: 18px;
}

.home-module-04 {
    padding: 310px 0 50px;
    background: #fff;
    text-align: center;
}

.home-module-04 .contrain-1440>h2 {
    margin-bottom: 18px;
}

.home-module-04>div>p {
    max-width: 900px;
    margin: auto;
    font-size: 18px;
}

.home-module-04 .home-module-04-content {
    margin-top: 50px;
}

.home-module-04 .home-module-04-content-item {
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    background: url('/wp-content/uploads/2023/07/item-bg.jpg') no-repeat;
    text-align: left;
    margin-top: 15px;
}

.home-module-04-content-item img {
    max-width: 100%;
}

.home-module-04 .home-module-04-content-item.first {
    color: #fff;
    background: url('/wp-content/uploads/2023/07/04.png') no-repeat;
}

.home-module-04 .home-module-04-content-item p {
    min-height: 143px;
    padding: 15px 0;
}

.home-module-04 .home-module-04-content-item .col-md-10 {
    display: flex;
    align-items: center;
}

.home-module-05 {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}

.list-wrap .col-md-6 {
    padding: 18px 0;
}

.list-wrap .col-md-6 img {
    padding-right: 10px;
}

.home-module-05-item-02>.row>.col-md-6 p {
    padding: 10px 0;
}

.home-module-05-item-01>.row>.col-md-6 p {
    padding: 10px 50px 10px 0;
}

.swiper-contrainer-01,
.swiper-contrainer-02 {
    overflow: hidden;
}

.swiper-contrainer-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    padding-top: 12%;
    background: url(/wp-content/uploads/2023/07/panzi.png) no-repeat;
    background-size: 68%;
    background-position: center 89%;
}

.swiper-contrainer-01 .swiper-slide {
    transform: scale(0.6);

}

.swiper-contrainer-01 .swiper-slide .img {
    text-align: center;
    opacity: 0.6;
}

.swiper-contrainer-01 .swiper-wrapper {}

.swiper-contrainer-01 .swiper-slide-active .img {
    opacity: 1;
    margin-top: 30px;
}

.swiper-contrainer-01 .swiper-slide-active {
    transform: scale(1.3);
}

.swiper-contrainer-01 .swiper-slide .text-left {
    display: none;

}

.swiper-contrainer-01 .swiper-slide-active .text-left {
    display: block;
    position: absolute;
    bottom: 70px;
    left: -60%;
}

.swiper-contrainer-01 .swiper-slide img {
    max-width: 100%;
}

.item-right>img {
    max-width: 100%;
    position: relative;
    z-index: 9;
}

.home-module-05-item-01 .item-right,
.home-module-05-item-02 .item-left {
    position: relative;
    padding-bottom: 60px;
}

.home-module-05-item-02 {
    margin-top: 130px;
    position: relative;
}

.home-module-05-item-02 .float-swiper-button {
    padding-left: 0;
}

.home-module-05-item-01 {
    position: relative;
}

.text-left {
    color: #000;
}

.float-button {
    position: absolute;
    bottom: -0;
    left: 0;
}

.home-module-05-item-02 .float-button {
    right: 0;
    left: auto;
}

.float-swiper-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 60px;
    padding: 0 15px;
    z-index: 959595;
}

.float-swiper-button span {
    color: rgba(0, 0, 0, .2);
}

.float-swiper-button i {
    margin: 0 10px;
    cursor: pointer;
}

.text-left {
    float: left;
}

.text-right {
    float: right;
}

.float-swiper-button>div {
    display: inline-block;
}

.module-05-button {
    position: absolute;
    bottom: 0;
}

.module-05-button .s-bth1 span {
    margin-left: 30px;
}

.home-module-06 {
    padding: 50px 0;
    position: relative;
}

.home-module-06 .contrain-1440 {
    position: relative;
}

.blog-item img {
    width: 100%;
}

.blog-item {
    /* box-shadow: 5px 6px 9px #aaa; */
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.blog-item h4 {
    min-height: 58px;
    padding-right: 20px;
}

.blog-item h4 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.blog-item h4 a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.blog-wrap {
    overflow: hidden;
    margin-top: 38px;
    padding-left: 2px;
}

.blog-wrap .content {
    padding: 20px 40px;
    background: #fff;
    position: relative;
}

.blog-wrap p {
    padding: 20px 0 20px;
}

.blog-wrap .button-show {
    /* background-image: linear-gradient(to right, #cfcfcf, #fff, #cfcfcf); */
    background:#cfcfcf;
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
}

.blog-wrap .button-show a {
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.blog-wrap .button-show a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.blog-wrap .button-show .left {
    float: left;
}

.blog-wrap .button-show .right {
    float: right;
}

.blog-wrap .button-show .right i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #959595;
    color: #fff;
}

.home-module-06 h1 {
    font-size: 40px;
}

.home-module-06 p {
    max-width: 800px;
}

.d-180 {
    transform: rotate(180deg);
    display: inline-block;
}

.blog-wrap-swiper-controller {
    position: absolute;
    right: 0;
    top: 30px;
}

.about-module .blog-wrap-swiper-controller {
    right: 0;
    top: 73px;
}

.blog-wrap-swiper-controller span {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #999;
    margin: 0 10px;
    cursor: pointer;

}

.blog-wrap-swiper-controller span:hover {
    background: #999;
    color: #fff;
    transition: all 0.6s;
}

.banner {
    position: relative;
    overflow: hidden;

}

.blog-wrap .content .time-box {
    color: #808080;
}

.banner .banner-bn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.banner .banner-bn h1 {
    text-transform: uppercase;
    font-size: 60px;
}

.banner .banner-bn .bn {
    text-transform: uppercase;
    margin-top: 10px;
}

.banner .banner-bn .bn a {
    color: #fff;
    text-decoration: none;

}

.banner .banner-bn .bg {
    display: inline-block;
    width: 50px;
    height: 10px;
    background:#ED6E00;
    /* background-image: linear-gradient(to right, #ED6E00, #000); */
}

.banner .banner-bn .bn i {
    margin-right: 8px;
}

.banner img {
    width: 100%;
}

.pro-module-01 {
    padding: 50px 0;

}

.pro-module-01 .contrain-1440 {
    position: relative;
}

.pro-module-01 .right {
    width: 950px;
    max-width: 100%;
    float: right;
    height: auto;
}

.pro-module-01 .left {
    width: 700px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px;border: 1px solid #eee;
    /* box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.6), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.pro-module-01 .left h1 {
    position: relative;
    padding-left: 20px;
    font-size: 40px;
    line-height: 40px;
    padding-right: 25px;
}

.pro-module-01 .left p {
    padding: 20px 40px 20px 20px;
}

.pro-module-01 .left h1 span {
    display: inline-block;
    width: 10px;
    height: 70px;
    background-image: linear-gradient(to bottom, #000, #ED6E00);
    position: absolute;
    top: 5px;
    left: 0;
}

.pro-module-01 .left .button {
    margin-top: 10px;
    padding-left: 20px;
}

.pro-module-02 {
    padding: 50px 0 150px;
}

.pro-module-02 h2 {
    text-align: center;
    font-size: 40px;
}

.pro-module-02 p {
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.pro-item {
    background-image: linear-gradient(to right, #f2f2f2, #fff, #fff);
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
    margin: 10px 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.pro-item .img img {
    width: 100%;
    height: 100%;

}

.pro-item .content {
    padding: 30px 10px;
}

.pro-item .content ul li {
    list-style: none;
    padding: 4px 0;
}

.pro-item .content ul {
/* overflow: hidden; */
    padding-left: 0;
    /* height: 187px; */
}

.pro-item .content ul li a {
    text-decoration: none;
    color: #666;
}

.pro-item .col-md-6 {
    padding-left: 0;
}

.pro-item .content h4 {
    margin-top: 10px;
}

.pro-item .content>span {
    display: inline-block;
    height: 3px;
    width: 50px;
    background-image: linear-gradient(to right, #ED6E00, #000);
}

.pro-item .col-md-6:first-of-type {
    display: flex;
    align-items: center;
}

.pro-wrap {
    margin-top: 50px;
}

.pro-module-03 {
    padding: 30px 0 50px;
    background-color: #f1f1f1;
    /* background-image: linear-gradient(to bottom right, #a7a6a8, #fff, #a7a6a8, #fff); */
}

.pro-module-03 h2 {
    font-size: 40px;
}

.pro-module-03 .top span {
    display: inline-block;
    height: 5px;
    width: 100px;
    background-color: #ED6E00;
    /* background-image: linear-gradient(to right, #ED6E00, #000); */
}

.pro-module-03 .top {
    text-align: center;
}

.contrain-1500 {
    max-width: 1500px;
    margin: auto;
}

.pro-s-item .img {}

.rela-box {
    margin-top: 50px;
    position: relative;
}

.pro-s-item .img img {
    width: 100%;
}

.pro-swiper-wrap {
    overflow: hidden;
}

.swiper-button-04 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #74767b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.swiper-button-04 span:hover {
    background: #9a9da4;
    transition: all 0.6s;
}

.swiper-button-04 span i {
    color: #fff;
    font-size: 20px;
}

.swiper-button-04 .button-prev {
    transform: rotate(180deg);
    left: -20px;
}

.swiper-button-04 .button-next {
    right: -20px;
}

.pro-item-module-01 {
    padding: 50px 0 50px;
}

.pro-item-module-02 {
    padding: 50px 0 80px;
}

.pro-item-module-01-wrap {
    padding: 30px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.pro-item-module-01-wrap .row,
.pro-item-module-01-wrap .row .col-lg-8,
.pro-item-module-01-wrap .row .col-lg-4 {
    margin: 0;
    padding: 0;
}

.pro-item-module-01-wrap .left {
    padding: 0 50px;
    position: relative;
}

/*.pro-item-module-01-wrap .left p {*/
/*    padding-top: 25px;*/
/*height: 250px;*/
/*    height: 50px;*/
/*    overflow: hidden;*/
/*}*/
.pro-item-module-01-wrap .left .content-text {
    padding-top: 25px;
    /* height: 255px; */
    /*height: 50px;*/
    /* overflow: hidden; */
}
.pro-item-module-01-wrap .left .content-text.close {
    overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 6;
}

.pro-item-module-01-wrap .left .content-text p {
    margin-bottom: 0;
}

.pro-item-module-01-wrap .left h2 span {
    display: inline-block;
    background-image: linear-gradient(to bottom, #ED6E00, #000);
    width: 5px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 30px;
}

.pro-item-menu-wrap {
    background: #efefef;
}

.pro-item-menu-wrap ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.pro-item-menu-wrap ul li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}

.pro-item-menu-wrap ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 20px 0;font-weight: 700;
}

.pro-item-menu-wrap ul li a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.clearBox {
    clear: both;
}

.pro-item-menu-wrap ul .active {
    background-color: #ED6E00;
    /* background-image:linear-gradient(to right, #ED6E00 70%, #000 100%); */
}

.pro-item-menu-wrap ul .active a {
    color: #fff;
}

.pro-item-content-wrap .col-lg-3 {
    padding-top: 10px;
    padding-bottom: 10px;

}

.pro-item-content-wrap {
    padding: 30px 0;
}

.pro-item-content-wrap .col-lg-3 .our-product-item {

    background-color: #f1f1f1;
    border: 1px solid #eee;
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.page {
    text-align: center;
}

.pro-card-container {
    padding: 50px 0;
}

.pro-card-images .show-img {
    flex: auto;
    display: flex
;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pro-card-images .show-img img {
    max-width: 100%;
}

.pro-card-container .pro-card {
    padding: 0 30px;
}

.pro-card-container .pro-card>.row {
    padding: 30px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.pro-card-images {
    padding: 0 10px;height: 100%;
    display: flex
    ;
        flex-direction: column;
        justify-content: space-between;
}

.swiper-page-img {
    padding: 0 20px;
    padding-top: 10px;
    position: relative;
}

.swiper-page-img-content {
    overflow: hidden;
}

.swiper-page-img-content img {
    width: 100%;
}

.prev-bt i,
.next-bt i {
    font-size: 20px;
    font-weight: 600;
    color: #777781;
}

.prev-bt,
.next-bt {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    cursor: pointer;
}

.prev-bt {
    left: -5px;
}

.next-bt {
    right: -5px;
}

.pro-card-images .swiper-slide-active {
    /* border: 1px solid #ED6E00; */
}
.pro-card-images .swiper-slide .swiper-slide-active {
    border: 1px solid #ED6E00;
}

.pro-card-content .s-bth1 {
    padding: 15px 41px;
}

.pro-card-content>span {
    display: inline-block;
    height: 10px;
    width: 70px;
    background-color: #ED6E00;
    /* background-image: linear-gradient(to right, #ED6E00, #000); */
}

.pro-card-content h2 {
    min-height: 77px;
}
.pro-card-content>h2 {
    min-height: 77px;font-weight: 900;
}

.pro-card-content .right-content {
    min-height: 170px;
    word-wrap: break-word;      /* 老浏览器兼容 */
  overflow-wrap: break-word;  /* 标准写法 */
  word-break: break-all;
}

.socialize {
    margin-top: 30px;
}

.socialize a i {
    color: #fff;
}

.socialize a {
    display: inline-block;
    color: #fff;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #4d4d4d;
    text-decoration: none;
}

.socialize a:first-of-type {
    background: #ED6E00;
}

.change-menu span {
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    background: #868686;
    color: #fff;
    cursor: pointer;
}

.sin-pro-content-wrap {
    padding: 80px 80px;
}

.sin-pro-content-wrap .contrain-1440 {
    padding: 0 30px;
}

.change-menu span.active {
    background: #ED6E00;
}

.change-content img{width: auto;height: auto;display: block;margin: 10px auto;;}
.change-content {
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
    padding: 30px;
}

.change-content-item {
    display: none;
}

.change-content-item.active {
    display: block;
}

.prev-next-box {
    padding: 50px 0;
}

.prev-next-box .contrain-1440 {
    padding: 0 30px;
}

.prev-next-box .contrain-1440 .col-lg-6 {
    padding: 0;
}

.prev-next-item {
    background: #efefef;
    padding: 10px;
    text-align: center;
    position: relative;
    line-height: 54px;
}

.prev-next-box .contrain-1440 .col-lg-6.previous {
    padding-right: 10px;
}

.prev-next-box .contrain-1440 .col-lg-6.next {
    padding-left: 10px;
}

.prev-next-item-previous,
.prev-next-item-next {
    display: inline-block;
    width: 165px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-image: linear-gradient(to right, #ED6E00, #000);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.prev-next-item-previous {
    float: left;
}

.prev-next-item-next {
    float: right;
}

.prev-next-item-previous a,
.prev-next-item-next a {
    color: #fff;
    text-decoration: none;
}

.prev-next-item-previous b,
.prev-next-item-next b {
    display: inline-block;
    width: 120px;
    height: 54px;
    background: #efefef;
    position: absolute;
    z-index: 99;
}

.prev-next-item-previous b {
    right: -75px;
    top: 0;
    transform: rotate(60deg);
}

.prev-next-item-next b {
    left: -75px;
    top: 0;
    transform: rotate(-60deg);
}

.module-02 {
    padding: 50px 0 120px;
    background: url('/wp-content/uploads/2023/07/about-05.jpg') no-repeat;
}

.module-02 h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 0 26%;
}

.module-02 .module-content {
    margin-top: 90px;
}

.module-02 .module-content-item {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.module-02 .module-content-item h4 {
    padding: 10px 0 15px;
}

.module-02 .module-content-item p {
    min-height: 250px;
}

.module-03 {
    padding: 50px 0 85px;
    background: url('/wp-content/uploads/2023/07/bg08.jpg') no-repeat;
    background-size: 100% 100%;
}

.module-03 h2 {
    font-size: 40px;
    text-align: center;
}

.module-03 p {
    max-width: 1050px;
    text-align: center;
    margin: auto;
    padding: 30px 10px;
}

.time-list {
    position: relative;
    margin-top: 50px;
}

.time-list .time-list-item {
    text-align: center;
}

.time-list-item .img {
    height: 197px;
    width: 191px;
    background: url('/wp-content/uploads/2023/07/time-list-item-bg.png') no-repeat;
    margin: auto;
    position: relative;
}

.time-list-item .img .img-box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 24px;
}

.time-list-item .img .img-box img {
    width: 100%;
}

.time-list-item p {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.time-list-swiper {
    background: url('/wp-content/uploads/2023/07/jdt.png') no-repeat;
    background-size: 100%;
    background-position: left 23%;
    overflow: hidden;
}

.go-prev-04,
.go-next-04 {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #999;
    margin: 0 10px;
    cursor: pointer;
    position: absolute;
    top: 18%;
    background: rgba(0, 0, 0, .2);
    z-index: 9999;
}

.go-prev-04 i,
.go-next-04 i {
    color: #fff;
}

.go-prev-04:hover,
.go-next-04:hover {
    background: #999;
    color: #fff;
    transition: all 0.6s;
}

.go-prev-04 {
    left: 0;
    transform: rotate(180deg);
    display: none;
}

.go-next-04 {
    right: 0;
}


.module-04 {
    padding: 50px 0;
}

.h-m-3-key {
    border-bottom: 1px solid #383838;
    font-size: 30px;
    font-weight: 500;
    color: #2B2926;
}

.module-04 h2 {
    font-size: 40px;
    padding: 20px 0;
}

.about-us-wrap .img-box img {
    max-width: 100%;
    margin: auto;
}

.about-us-wrap .img-box {
    text-align: center;
}

.about-us-wrap .content-box p {
    padding: 10px 0;
}

.module-04.bg-01 {
    background: #eeeeee;
}

.solution-wrap {
    background: url("/wp-content/uploads/2023/07/solution-bg-01.png") no-repeat;
    background-position: right bottom;
}

.module-05 {
    padding: 0 0 50px 0;
}

.module-05 h2 {
    font-size: 40px;
}

.module-05 p {
    max-width: 1100px;
    margin: auto;
    padding-top: 10px;
}

.module-05 h2,
.module-05 p {
    text-align: center;
}

.item-wrap {
    margin-top: 30px;
}

.item-wrap .content {
    padding: 20px;
}

.item-wrap .content h4 {
    font-size: 20px;
    text-align: center;
}

.item-wrap .content p {
    text-align: center;
    padding: 10px;
}

.item-content .img img {
    width: 100%;
}

.item-content {
    margin: 10px 0;
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.module-07 {
    padding: 50px 0 80px;
}

.module-07 {
    text-align: center;
}

.module-07 p {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

body .rob-re {
    font-size: 40px;
}

.resoures-item-box {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 330px;
    margin: auto;
    padding: 20px;
    /* box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset; */
}

.resoures-item-box .title h4 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    /* background: url('/wp-content/uploads/2023/07/logo-small.png') no-repeat; */
    background-position-x: 5px;
    line-height: 25px;
}

.resoures-item-box .img {}

.resoures-item-box .img img {
    max-width: 100%;
    margin: auto;
}

.small-text {
    padding-top: 10px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.resoures-item .button {
    margin-top: 15px;
}

.resoures-item .button a {
    border-radius: 5px;
}

.resoures-item {

    margin: 20px 0;
}

.module-08-wrap {
    margin-top: 30px;
}

.module-08-box .img {
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background: #cccccc;
    width: 175px;
    height: 175px;
    line-height: 175px;
}

.module-08-box .img img {
    max-width: 100%;
}

.module-08-box {
    padding: 20px;
}

.module-08-box .content {
    max-width: 400px;
    margin: auto;
    padding-top: 15px;
}

.module-08-box .content p {
    max-width: 300px;
    margin: auto;
}

.module-08-box .content h4 {
    font-size: 20px;
}

.module-08-box .content p {
    padding: 0px;
}

*>.bg-001,
.module-08-box .img.bg-001 {
    background:#ED6E00;
    /* background-image: linear-gradient(to right, #ED6E00, #000); */
}

.text-color-white {
    color: #fff;
}

.module-09 {
    margin-top: 30px;
    padding-bottom: 70px;
    background: url('/wp-content/uploads/2023/07/panzi.png') no-repeat;
    background-position: center 98%;
}

.swiper-certificate {
    overflow-x: hidden;
    background: url('/wp-content/uploads/2023/07/points.png') no-repeat;
    background-position: center 78.5%;
}

.swiper-certificate .swiper-slide {
    transform: scale(0.6);
}

.swiper-certificate .swiper-slide-active,
.swiper-certificate .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-certificate .swiper-slide .title {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.swiper-certificate .swiper-slide-active .title,
.swiper-certificate .swiper-slide-duplicate-active .title {
    background-image: linear-gradient(to right, #ED6E00, #000);
}

.module-07.pz {
    padding-bottom: 0;
}

.point-item span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #b6b6b6;
}

.swiper-certificate .swiper-slide-active .point-item,
.swiper-certificate .swiper-slide-duplicate-active .point-item {
    display: none;
}

.search-wrap {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.search-wrap input {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, .2);
}

.search-wrap .search-button {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to right, #ED6E00, #000);
    border-radius: 50%;
    cursor: pointer;
    transform: scale(1);

}

.search-wrap .search-button:active {
    transform: scale(1.1);
    transition: all 0.3s;
}

.search-wrap .search-button i {

    color: #fff;
    font-size: 26px;
}

.pro-item-module-01-wrap .right img {
    max-width: 100%;
}

.faq-content {
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

.faq-content .faq-item {
    padding-left: 30px;
    position: relative;
    margin-top: 50px;

}

.faq-content .faq-item h3 {
    font-size: 24px;
    padding-left: 70px;
    text-align: left;
}

.faq-content .faq-item p {
    padding: 20px 20px 20px 70px;
    background: #f2f2f2;
    text-align: left;
    max-width: none;
    border-radius: 5px;
    position: relative;
}

.faq-content img {
    position: absolute;
    top: -52px;
    left: 18px;
}

.a-text {
    list-style: none;
}

.a-text a {
    color: #000;
    text-decoration: none;
}

.box-shadow {
    box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.1) inset;
}

.padding-20 {
    padding: 20px;
}

.content-form-wrap .left {
    text-align: left;
    padding-right: 55px;
}

.content-form-wrap p {
    padding-left: 0;
}

.content-form-wrap .col-md-6 {
    padding: 0;
}

.menu-post {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.menu-post li {
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.menu-post li a {
    text-decoration: none;
    color: #000;
}

.page-menu,
.host-blog {
    background: #efefef;
}

.host-blog {
    padding: 40px 30px;
}

.blog-first {
    position: relative;
}

.blog-first .content {
    position: absolute;
    width: 100%;
    padding: 20px 30px;
    background: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
}

.blog-first .content h4 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.blog-first .content p {
    padding: 10px 0;
}

.blog-first .img img {
    max-width: 100%;
}

.host-blog .right {
    height: 100%;
}

.host-blog .right .host-blog-item {
    height: 50%;
    border-bottom: 1px dashed;
    text-align: left;
}

.host-blog .right .host-blog-item h4 {
    font-size: 20px;
}

.host-blog .right .host-blog-item p {
    padding: 10px 0;
    min-height: 100px;
}

.host-blog .right .host-blog-item:nth-of-type(2) {
    padding-top: 30px;
}

.host-blog .right .host-blog-item:nth-of-type(1) p {
    min-height: 130px;
}

.module-11 {
    padding: 50px 0;
}

.module-10 {
    padding: 0 0 50px 0;
}

.module-10 .page {
    padding: 30px 0;
}

.module-10 .blog-item {
    margin: 20px 0;
}

.menu-post-item.active {
    background-image: linear-gradient(to right, #ED6E00, #000);

}

.menu-post-item.active a {
    color: #fff;
}

#youtobe-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    display: none;
}

#youtobe-wrap .youtobe-box {
    width: 100%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-item .img {
    position: relative;
}

.blog-item .img:hover .bg-black-search {
    display: block;
    transition: all 0.6s;
}

.bg-black-search {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
    transition: all 0.6s;
}

.bg-black-search span i {
    color: #fff;
    font-size: 30px;
}

.bg-black-search span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right, #ED6E00, #000);
    cursor: pointer;

}

.bg-black-search span:hover i {
    font-size: 35px;
    transition: all 0.6s;
}

.swiper-contrainer-02 .swiper-slide-active:hover .bg-black-search {
    display: block;
    transition: all 0.6s;
}

.title-input,
.title-input-2 {
    display: none;
}

.newsnr-container {
    padding: 45px 0 80px;
    background: #fff;
}

.container-xl {
    max-width: 1430px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.newsnr-container .col-md-9 {
    padding-right: 15px;
}

.newsnr-left {
    position: relative;
}

.newsnr-left .text {
    padding: 50px;
}

.newsnr-left>.text>.table {
    overflow-x: hidden;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.newsnr-container .title {
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 45px;
    text-align: left;
    font-weight: bold;
}

.newsnr-container .summary {
    border-bottom: 1px dashed #6c6d70;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #6c6d70;
    font-size: 16px;
}

.newsnr-container .content {
    margin-bottom: 20px;
    font-size: 14px;
    color: #6c6d70;
    line-height: 24px;
    border-bottom: 1px dashed #6c6d70;
    padding-bottom: 20px;
}

.newsnr-container .nextnews {
    margin-top: 20px;
}

.newsnr-container .nextnews p {
    line-height: 28px;
}

.newsnr-container .nextnews a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
}

.news-hot-box {
    background: #f6f6f6;
    padding: 40px 20px;
}

.newsnr-container .news-essay {
    font-size: 18px;
    color: #5a5b5d;
    font-weight: bold;
}

.newsnr-container .essay-items {
    display: flex;
    flex-wrap: wrap;
}

.newsnr-container .essay-items .item {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 20px;
    width: 100%;
}

.newsnr-container .essay-items .item a {
    display: flex;
    justify-content: space-between;
    transition: all 0.6s;
    color: #000;
}

.card-thumb {
    display: block;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
}

.card-thumb img {
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
}

.newsnr-container .essay-items .text {
    margin: 0;
    padding: 0 15px 0 0;
}

.newsnr-container .essay-items .text .t1 {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsnr-container .essay-items .text .t2 {
    margin-top: 14px;
    font-size: 14px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro-item .img {
    padding: 0 10px;
}

.pro-item .content a {
    color: #000;
    text-decoration: none;
}

.pro-item .content a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.pro-item .content .button a {
    color: #fff;
}

.pro-item-module-01-wrap.solution-wrap p {
    padding: 20px 0;
    min-height: 0;
}

.pro-item .content h4 {
    font-size: 24px;
    height: 58px;
}

.home-module-02>.contrain-1440>ul>li {
    margin: 20px 0;
}

.home-module-06.about-module p {
    max-width: 1100px;
    padding: 30px 0;
}

/* 表格 */
tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px;
}

.change-content .wpb_wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.change-content .wpb_wrapper .table {
    min-width: 600px;
}

/* 表格 */
/*上下页*/
.prev-next-item a {
    color: #000;
    text-decoration: none;
}

.prev-next-item a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.a-text a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.error404-content {
    max-width: 1440px;
    margin: auto;
    text-align: center;
}

#site-content {
    padding: 50px 0;
}

/* 搜索结果页 */
.contrain-1440>.archive-header-inner {
    text-align: center;
}

.contrain-1440 .post-meta-wrapper {
    display: none;
}

.contrain-1440 .entry-header a {
    color: #000;
    text-decoration: none;

}

.contrain-1440 .entry-header a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.float-button-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #ED6E00;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 999;
}

.float-button-icon a {
    text-decoration: none;
}

.float-button-icon a i {
    font-size: 40px;
    color: #fff;
}

.fixed_button {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
}

.fixed_button a {
    cursor: pointer;
    display: block;
    padding: 13px 30px;
    color: #fff;
    background: #666;
    font-weight: bold;
}

.fixed_button a img {
    position: absolute;
    left: -45px;
    top: -12px;
}

.fixed_button a span {
    color: #fff;
}

/* 搜索结果页 */
/*上下页*/
/*---------------------------------------------------------《分页*/
.page .wp-pagenavi {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .3);
}

.page .wp-pagenavi a,
.page .wp-pagenavi span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    color: #000;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
}

.previouspostslink {
    border-left: none !important;
}

.page .wp-pagenavi .current {
    background: #000;
    color: #fff;
}

.page .wp-pagenavi a:hover {
    background: #ED6E00;
    color: #fff;
}

/*----------------------------------------------------------》分页*/

/*search*/
.profl-pro.search-wrap {
    padding: 50px 0 50px;
    max-width: 100%;
}

.search-wrap .container-xl.long {
    max-width: 1600px;
}

.profl-pro h2 {
    font-size: 55px;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pro-col {
    background: #fff;
    margin-bottom: 30px;
}

.pro-col .img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.pro-col a {
    color: #222c47;
}

.card-thumb img {
    transition: all 0.5s ease;
}

.card-thumb img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    transition: all .2s ease;
}

.pro-col .text {
    text-align: center;
}

.pro-col .text h4 {
    font-size: 18px;
    line-height: 26px;
}

/*search*/
.agent-page .contrain-1220 {
    position: relative;
}

.news-hot-box.fadeInDown,
.vc_custom_1690138337621.fadeInDown {
    position: fixed;
    max-width: 328px;
    top: 200px;
    width: 100%;
}

.no-gutters .col-md-3 {
    position: relative;
}

.agent-page .vc_col-sm-3 {
    position: static;
}

.news-hot-box.fadeInDown.floatDown,
.vc_custom_1690138337621.fadeInDown.floatDown {
    position: absolute;
    top: auto;
    bottom: 50px;
}

/* update 20240111 */
.banner .banner-bn-02 {
    bottom: 10px;
    left: 14%;
    top: auto;
    transform: none;
}

.banner-bn-new-wrap {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-bn-new-wrap h1 {
    color: #fff;
    font-size: 60px;
}

.banner-bn-new-wrap ul,
.banner-text-wrap ul {
    padding-left: 0;
}

.banner-text-wrap ul {
    margin-bottom: 0;
}

.banner-bn-new-wrap ul li,
.banner-text-wrap ul li {
    list-style: none;
    margin-bottom: 5px;
    color: #fff;
}

.banner-bn-new-wrap ul li:last-of-type,
.banner-text-wrap ul li:last-of-type {
    margin-bottom: 0;
}

.banner-bn-new-wrap ul li .index,
.banner-text-wrap ul li .index {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
}

body .md-show {
    display: none;
}

body .pc-show {
    display: block;
}

.banner-text-wrap {
    background: url(/wp-content/uploads/2023/07/footer-bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
}

.module-01-wrap {
    background: #f2f2f2;
}

@media (max-width:729px) {

    .module-05-wrap,
    .module-06-wrap {
        padding: 0;
    }

    body .md-show {
        display: block;
    }

    body .pc-show {
        display: none;
    }

    .newsnr-container .title {
        margin-bottom: 20px;
        line-height: 28px;
    }

    .newsnr-container {
        padding: 10px 0 20px;
    }

    .newsnr-container .col-md-9 {
        padding: 0;
    }

    .newsnr-left .text {
        padding: 10px;
    }

    .banner {

        overflow: hidden;
        margin-top: 50px;
    }

    .banner img {
        height: 300px;
        width: auto;
    }

    /*.home-banner-text-wrap {*/
    /*    display: none;*/
    /*}*/
    .home-module-01 .modole-01-box {
        padding: 0 0;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 {
        position: relative;
        height: auto;
        top: auto;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .row .first-item,
    .home-module-01 .modole-01-box .modole-01-item-01 .row .nth-item {
        text-align: center;
        background-size: 100%;
        padding: 10px;

    }

    .home-module-01 .modole-01-box .modole-01-item-01 .row .nth-item h3 {
        padding: 10px 0;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .row .nth-item>p {
        min-height: 0;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .item-button span {
        float: none;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .item-button {
        padding: 10px 0;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .row .right-md {
        width: 100%;
    }

    .modole-01-item-01 .right-md .content {
        padding: 20px;
    }

    .foot-bottom-text {
        line-height: normal;
    }

    .home-module-02 {
        padding: 0;
    }

    .home-module-02 .right-module h2,
    .home-module-06 h1 {
        padding-right: 0;
        font-size: 20px;
        text-align: center;
    }

    .home-module-02 ul li {
        padding: 10px 10px 10px 30px;
        background-position: left 11px;
    }

    .home-module-02 .right-module {
        padding: 10px;
    }

    .home-module-02 .right-module p {
        padding: 0;
    }

    .home-module-02 .right-module .button {
        margin-top: 10px;
        text-align: center;
    }

    .right-module .s-bth2 {
        margin-top: 10px;
        margin-left: 0;
    }

    .enterprise-strength-wrap {
        margin-top: 10px;
        padding: 10px;
    }

    .home-module-03>img {
        display: none;
    }

    .home-module-03 .text-content {
        color: #000;
    }

    .home-module-03-wrap {
        position: relative;
    }

    .home-module-04 {
        padding: 5px;
    }

    .home-module-04 .home-module-04-content-item.first,
    .home-module-04 .home-module-04-content-item {
        background-size: 100% 100%;
    }

    .home-module-04-content-item .col-xs-4 {
        text-align: center;
    }

    .swiper-slide>img {
        max-width: 100%;
        height: auto;
    }

    .float-button {
        display: none;
    }

    .module-05-button {
        position: relative;
        text-align: center;
    }

    .home-module-05-item-01 .item-right,
    .home-module-05-item-02 .item-left {
        margin-top: 10px;
    }

    .home-module-05-item-02 {
        margin-top: 10px;
    }

    .home-module-05-item-02 .item-right {
        margin-top: 10px;
    }

    .list-wrap .col-md-6 {
        padding: 2px 0;
    }

    .home-module-05-item-01>.row>.col-md-6 p,
    .home-module-05-item-02>.row>.col-md-6 p {
        margin-bottom: 0;
        padding: 10px 0;
    }

    .home-module-06,
    .home-module-05 {
        padding: 10px 0;
    }

    .home-module-06 p {
        padding: 5px;
    }

    .blog-wrap-swiper-controller {
        position: relative;
        top: auto;
        text-align: center;
    }

    .blog-item h4 a,
    .home-module-04-content-item h2 {
        font-size: 18px;
    }

    .home-module-04-content-item h2 {
        text-align: center;
        padding: 5px 0;
    }

    .home-module-04 .home-module-04-content-item p {
        padding: 0;
    }

    .contrain-300-float {
        padding: 0 10px;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .row .col-md-3 {
        width: 100%;
    }

    .blog-first .content {
        position: relative;
        padding: 20px;
    }

    .host-blog {
        padding: 10px;
    }

    .host-blog .right {
        padding: 20px 0;
    }

    .module-11 {
        padding: 0;
    }

    .pro-module-01 .left {
        padding: 10px;
        position: relative;
        top: auto;
        transform: none;
    }

    .pro-module-01 .left h1 {
        padding-right: 0;
    }

    .pro-module-01 .left h1,
    .pro-module-02 h2,
    .pro-module-03 h2,
    .pro-item-module-01-wrap h2,
    .module-02 h2,
    .module-03 h2,
    .module-05 h2,
    body .rob-re,
    .newsnr-container .title,
    .banner .banner-bn h1,
    .home-module-05-item-02 .item-right h2,
    .our-product .our-product-item.first h1,
    .enterprise-strength-box .text-content h1,
    .home-module-04 .contrain-1440>h2,
    .home-module-05-item-01 .item-left h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .home-module-05-item-02 .item-right h2,
    .home-module-05-item-01 .item-left h2 {
        text-align: center;
    }

    .pro-item .content h4 {
        font-size: 16px;
    }

    .pro-item .content ul {
        min-height: 0;
    }

    .pro-item .content {
        text-align: center;
    }

    .pro-module-01 .left p {
        padding: 10px;
    }

    .pro-module-01 {
        padding: 10px 0;
    }

    .our-product-item .content a span {
        margin-left: 0;
    }

    .swiper-button-04 span {
        position: relative;
        top: auto;
    }

    .swiper-button-04 .button-prev,
    .swiper-button-04 .button-next {
        left: auto;
        right: auto;
        margin-top: 5px;

    }

    .swiper-contrainer-01 .swiper-slide-active {
        transform: scale(1);
    }

    .swiper-contrainer-01 .swiper-slide-active .text-left {
        bottom: 20px;
    }

    .swiper-button-04 .button-prev {
        float: left;
        margin-left: 10px;
    }

    .swiper-button-04 .button-next {
        transform: none;
        float: right;
        margin-right: 10px;
    }

    .pro-item-menu-wrap ul li {
        width: calc(100% / 3);
    }

    .pro-item-module-01-wrap .left h2 span {
        height: 30px;
        top: 8px;
        left: 0px;
    }

    .pro-item-module-01-wrap {
        padding: 10px;
    }

    .pro-item-module-01-wrap .left {
        padding: 20px;
    }

    .pro-item-module-01-wrap .left p {
        min-height: 0;
        padding-top: 10px;
    }

    .pro-item-module-01,
    .pro-item-module-02 {
        padding: 0;padding-top: 80px;
    }

    .pro-item-content-wrap {
        padding: 10px;
    }

    .module-02 {
        background-size: 100% 100%;
    }

    .module-02 .module-content-item p {
        min-height: 0;
    }

    .module-02 .module-content-item h4,
    .our-product-item .content h4 {
        font-size: 16px;
    }

    .module-02 .module-content-item {
        padding: 20px;
        margin: 5px 0;
    }

    .solution-wrap {
        background: none;
    }

    .module-05 {
        padding: 20px;
    }

    .search-wrap {
        padding: 0 5px;

    }

    .search-wrap .search-button {
        right: 10px;
    }

    .faq-content {
        padding: 10px;
    }

    .module-07 .left img {
        max-width: 100%;
    }

    .content-form-wrap .left {
        padding: 10px;
    }

    .module-07 {
        padding: 10px 0;
    }

    .pro-card-container {
        padding: 0;
    }

    .pro-card-container .pro-card {
        padding: 0;
    }

    .pro-card-images {
        padding: 10px;
    }

    .sin-pro-content-wrap {
        padding: 10px;
    }

    .change-menu span {
        width: 100%;
    }

    .sin-pro-content-wrap .contrain-1440 {
        padding: 10px 0;
    }

    .prev-next-box .contrain-1440 .col-lg-6.previous,
    .prev-next-box .contrain-1440 .col-lg-6.next {
        padding: 0;
    }

    .prev-next-box .contrain-1440 {
        padding: 10px;
    }

    .prev-next-box {
        padding: 0;
    }

    .socialize {
        text-align: center;
    }

    .pro-card-content .button a {
        width: 100%;
        margin: 5px 0;
    }

    .item-right>img {
        max-width: none;
        height: 100%;
    }

    .swiper-contrainer-01 .swiper-slide-active .text-left {
        left: 30px;
    }

    .our-product-item.first a {
        position: static;
    }

    .our-product-item .img img {
        width: 100%;
    }

    .products-page {
        padding-bottom: 20px;
    }

    .swiper-button-04 {
        margin-top: 20px;
    }

    .pro-swiper-wrap {
        padding: 0 20px;
    }

    .pro-item .col-md-6 {
        padding: 0;
    }

    .home-module-02 ul,
    .module-02 h2 {
        padding: 0 10px;
    }

    .time-list {
        margin-top: 10px;
    }

    .about-us-wrap .img-box img {
        height: auto;
    }

    .send-emial-box h1 {
        font-size: 30px;
    }

    .send-emial-box p {
        font-size: 18px;
    }

    .agent-page .vc_row {
        margin-left: 0;
        margin-right: 0;
    }

    .vc_column_container>.vc_column-inner {
        padding: 0;
    }

    body .vc_custom_1690136426153 {
        padding: 0 !important;
    }

    .vc_col-sm-3.vc_column_container>.vc_column-inner {
        padding: 0 !important;
    }

    body .vc_custom_1690136432055,
    body .vc_custom_1690136437431 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .send-em input {
        height: 50px;
        line-height: 50px;
    }

    .send-em img {
        right: 20px;
        top: 11px;
    }

    .home-module-01 .modole-01-box .modole-01-item-01 .right-md .img img {
        width: 100%;
    }

    .home-banner-text-wrap {
        width: 190%;
        position: absolute;
        top: 25%;
        left: -7%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        scale: 0.4;
    }

    .pro-item .col-md-6,
    .pro-item .col-md-6:first-of-type {
        display: block;
    }

    .fixed_button,
    .float-button-icon {
        display: none;
    }
}

@media (max-width: 768px) {

    .s-title {
        font-size: 38px;
        line-height: 50px;
    }

    .s-bg-title::before {
        font-size: 50px;
    }

    .s-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .s-section-t {
        padding-top: 4rem;
    }

    .s-section-b {
        padding-bottom: 4rem;
    }

    .s-section-m {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .s-section-t-m {
        margin-top: 4rem;
    }

    .s-section-b-m {
        margin-bottom: 4rem;
    }


    .home-module-02 .s-title {
        font-size: 26px;
        line-height: 39px;
    }

}

/* Position Responsive Utilities for Bootstrap 5 */
@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

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

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

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

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

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

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

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

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

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

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

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

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1400px) {
    .position-xxl-static {
        position: static !important;
    }

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

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

    .position-xxl-fixed {
        position: fixed !important;
    }

    .position-xxl-sticky {
        position: sticky !important;
    }
}

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

.page.facet .facetwp-pager .active {
    background: #000;
    color: #fff;
}

.page.facet .facetwp-pager a:hover {
    background: #ED6E00;
    color: #fff;
}

.page.facet .facetwp-pager a,
.page.facet .facetwp-pager span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    text-align: center;
    line-height: 38px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    color: #000;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
}

.page.facet .facetwp-pager .facetwp-pager {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .3);
}

.s-facet {
    display: flex;
    font-size: 16px;
}

.s-facet .facet-label {
    font-size: 16px;
    display: none;
}

.s-facet .facet-wrap {
    display: flex;
    margin-right: 25px;
}

.s-facet .facetwp-facet {
    margin: 15px;
}

.s-facet .facetwp-facet .facetwp-dropdown {
    border: 0;
}


.facetwp-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding: 0 30px 0 10px;
    appearance: none;
    /* 隐藏原生箭头 */
    background: transparent;
    /* 去除默认背景 */
}

.facetwp-type-dropdown{
    position: relative;margin: 0 !important;padding: 15px;
}
.facetwp-type-dropdown::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 0;display: block;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--c1);
    /* 箭头颜色 */
    pointer-events: none;
    /* 防止点击穿透 */
}

@media (max-width: 768px) {
    .searchbox {
        right: 5%;
        width: 90%;
    }
}