*{
    box-sizing:border-box !important;
    padding: 0;
    margin: 0; 
    outline:none;
}
:root {
    /* 主色 */
    --wd-primary: #0B1F3B;
    --wd-blue: #3450A3;
    --wd-global-text: #474749;
    --wd-orange: #CBA96A;
    --wd-orange-bg: #fff7e6;
    /* 中性色 */
    --wd-gray: #A7B0BA;
    --wd-gray-bg: #F5F7FA;
}
html{
    overflow-x: hidden;
    margin: 0 !important;
    scroll-behavior: smooth;
}
body{
    font-family: "Inter",sans-serif;
    padding: 0 !important;
    margin:0 auto; 
    font-size: 15px;
    background: #fff;
    color: var(--wd-primary);
    position: relative;
    overflow-x: initial;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    position: relative;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: unset;
}
input:not[type="checkbox"],select,textarea{
    outline:none;
    -webkit-appearance: none;
    appearance:none;
    -moz-appearance:none;
    font-family: "Inter",sans-serif;
}
select::-ms-expand { display: none !important; }
select{
    position: relative;
    appearance:none; 
}
select{
    padding-right: 15px !important;
    background-image: url(../images/select-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: auto !important;
}
select option{
    line-height: 30px;
}
input:-webkit-autofill {
    box-shadow:0 0 0 1000px none inset !important;
}
input:-internal-autofill-previewed,input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.text-center{
    text-align: center;
}
.container {
    width: 1488px;
    padding:0 24px;
    position: relative;
    margin: 0 auto;
}
.post-container {
    width: 980px;
    padding:0 24px;
    position: relative;
    margin: 0 auto;
}
.maximg img{
    display: block;
    width: 100%;
    height: auto;
}
.clearfix{
    clear: both;
}
.phone-show{
    display: none;
}
.amplify-img{
    overflow: hidden;
    display: block;
}
.amplify-img img {
    display: block;
    transition: all ease .4s;
}
.amplify-img img:hover{
    transform: scale(1.1);
}
/*头部样式*/
.header-top{
    background: var(--wd-primary);
    color: #fff;
}
.admin-bar .header-top{
    margin-top: 32px;
}
.admin-bar .wd-header{
    top:32px;
}
.header-top-inner{
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.top-right{
    display: flex;
    align-items: center;
}
.top-right-item{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.top-right-item:hover{
    color: var(--wd-orange);
}
.top-right-item i{
    font-size: 20px;
    padding-right: 5px;
}
.wd-header{
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 6px 16px rgb(0 0 0 / .12);
}
.wd-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}
.wd-logo-wrap, .wd-gtranslate-wrap{
    width: 15%;
}
.wd-gtranslate-wrap{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.wd-gtranslate-wrap .gt_float_switcher .gt-selected .gt-current-lang{
    padding: 0;
    color: var(--wd-primary);
    font-size: 16px;
}
.wd-gtranslate-wrap .gt_float_switcher .gt_options{
    position: absolute;
    top: 63px;
    right: 0;
    background: #fff;
    width: max-content;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 12px 0;
    overflow-y: unset;
    max-height: unset;
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 10px 24px -12px rgb(0 0 0 / .18);
}
.wd-gtranslate-wrap .gtranslate_wrapper {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.wd-gtranslate-wrap .gtranslate_wrapper #gt_float_wrapper {
    background: none;
    border-radius: 0px;
    padding: 0
}
.wd-gtranslate-wrap .gt_float_switcher img {
    height: 16px!important;
    border-radius: 0!important;
    width: auto
}
.wd-gtranslate-wrap .gt_float_switcher .gt_options a {
    font-size: 15px;
}
.wd-gtranslate-wrap .gt_float_switcher .gt_options a:hover{
    color: var(--wd-primary);
    background:#f6f7fa ;
}
.wd-gtranslate-wrap .gt_float_switcher{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border-radius: 0px;
    color: var(--wd-primary);
    box-shadow: none;
    background: none;
    font-weight: 500;
}
.wd-gtranslate-wrap .gt_float_switcher .gt_options a{
    color: var(--wd-primary);
}
.wd-gtranslate-wrap .gt_float_switcher .gt-selected .gt-current-lang{
    font-weight: 500;
}
.wd-logo img{
    display: block;
    height: 42px;
    width: auto;
}
.primary-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary-nav>li>a{
    padding: 39px 18px;
    font-size: 16px;
    font-weight: 500;
}
.primary-nav .current-menu-item>a{
    font-weight: 600;
    color: var(--wd-orange);
}
.primary-nav li{
    position: relative;
}
.primary-nav .sub-menu{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 10px 24px -12px rgb(0 0 0 / .18);
    border-top: 1px solid #e5e5e5;
    top: 59px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%, 0);
    width: max-content;
    min-width: 140px;
}
.primary-nav li:hover>.sub-menu{
    display: block;
}
.primary-nav .sub-menu>li>a{
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    transition: color .4s linear;
}
.primary-nav .sub-menu>li:hover>a{
    color: var(--wd-primary);
    background: #f6f7fa;
}
.primary-nav>li.menu-item-has-children>a:after {
    font-family: "iconfont" !important;
    font-display: auto;
    content: "\e632";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    color: var(--wd-primary);
}
.primary-nav>li.menu-item-has-children>a:hover:after {
    transform: scaleY(-1);
}
/*banner区块儿*/
.web-banner .swiper-slide{
    height: 680px;
    overflow: hidden;
}
.web-banner-video, .web-banner-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-mask{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(270deg, #00000000 0%, #00000099 70.86%);
}
.swiper-slide-inner{
    position: absolute;
    width: 100%;
    top:50%;
    left:0;
    z-index: 3;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    color: #fff;
}
.web-banner .slide-con-l{
    width: 60%;
}
.web-banner .banner-subtitle{
    font-weight: 600;
    margin-bottom: 15px;
}
.web-banner .banner-title{
    font-weight: 900;
    font-size: 72px;
}
.web-banner .banner-title span{
    color: var(--wd-orange);
}
.web-banner .banner-description{
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    font-weight: 300;
}
.web-banner-buttons{
    display: flex;
    margin-top: 30px;
}
.wd-button-default{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--wd-blue);
    transition: all ease .4s;
}
.wd-button-default:hover{
    background: var(--wd-primary);
}
.web-banner-buttons .wd-button-default{
    margin-right: 20px;
}
.web-banner-buttons .wd-button-default:last-child{
    background: #fff;
    color: var(--wd-blue);
}
.web-banner-buttons .wd-button-default:last-child:hover{
    background: var(--wd-blue);
    color: #fff;
}
.swiper{
    --swiper-theme-color: var(--wd-orange);
    --swiper-navigation-size: 16px;/* 设置按钮大小 */
}
.web-banner .swiper-button-prev, .web-banner .swiper-rtl .swiper-button-next{
    left:5%;
}
.web-banner .swiper-button-next, .web-banner .swiper-rtl .swiper-button-prev{
    right: 5%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 24px !important;
}
body .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
body .swiper-button-next, body .swiper-button-prev{
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--wd-orange);
    color: #fff;
    margin-top: -21px;
}
/*优势板块*/
.default-block.no-block-hd{
    padding: 30px 0;
}
.advantages-lists{
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.advantages-lists .advantage-item{
    flex:1;
}
.advantage-item-inner{
    display: flex;
    gap: 0 15px;
    justify-content: space-between;
    align-items: flex-start;
}
.vertical-lists .advantage-item-inner{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.advantage-item-inner svg{
    display: block;
    flex:none;
    width: 50px;
    height: auto;
}
.advantage-item-inner svg path{
    fill:var(--wd-blue) !important;
}
.dark-block .advantage-item-inner svg path{
    fill:#fff !important;
}
.vertical-lists svg{
    margin-bottom: 10px;
}
.advantage-text{
    flex:1;
}
.advantage-text .advatage-title{
    color: var(--wd-primary);
}
.dark-block .advantage-text .advatage-title{
    color: #fff;
}
.advantage-text p{
    color: var(--wd-global-text);
}
.dark-block .advantage-text p{
    color: #fff;
    opacity: .8;
}
.advatage-title{
    font-size: 17px;
    font-weight: 600;
}
.advantage-text p{
    line-height: 1.2;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
.vertical-lists .advantage-text p{
    line-height: 1.6;
}
/*区块儿通用*/
.default-block{
    padding: 100px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.default-block .block-bgcolor{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.default-block-hd{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px;
}
.block-hd-left{
    width: 60%;
    flex:none;
}
.block-hd-right{
    flex:none;
}
.block-title{
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
}
.block-title span{
    color: var(--wd-orange);
}
.block-description{
    font-size: 16px;
    line-height: 1.4;
    color: var(--wd-global-text);
    margin-top: 15px;
    font-weight: 300;
}
.product-lists{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}
.product-lists>li{
    flex: 0 0 calc((100% - 90px) / 4);
}
.product-item h3{
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.product-item h3:hover{
    text-decoration: underline;
}
/*解决方案卡片*/
.solution-lists{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}
.solution-lists>li{
    flex: 0 0 calc((100% - 90px) / 4);
}
.solution-lists>li>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 46px 24px;
    align-items: flex-start;
    height: 100%;
    transition: all .4s ease;
}
.white-bg .solution-lists>li>a{
    background: #f6f7fa;
}
.dark-block .solution-lists>li>a{
    background: rgb(255 255 255 / .05);
}
.solution-lists>li>a:hover{
    box-shadow: 0 0 16px 8px rgb(129 129 129 / .1);
}
.solution-lists>li>a>svg{
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
}
.solution-lists>li>a>svg path{
    fill: var(--wd-blue);
}
.dark-block .solution-lists>li>a>svg path{
    fill:#fff !important;
}
.solution-lists>li>a .solution-text{
    text-align: center;
    width: 100%;
}
.solution-lists>li>a .solution-text h3{
    font-size: 18px;
    margin: 15px 0 10px 0;
}
.solution-lists>li>a:hover .solution-text h3{
    text-decoration: underline;
}
.solution-lists>li>a .solution-text p{
    line-height: 1.6;
    color: var(--wd-global-text);
}
.dark-block .solution-lists>li>a .solution-text p{
    color: #fff;
    opacity: .8;
}
/*案例列表*/
.cases-lists{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}
.cases-lists>li{
    flex: none;
    width: calc(25% - 22.5px);
}
.case-item-top{
    position: relative;
}
.case-item-cat{
    position: absolute;
    left:0;
    bottom:0;
    z-index: 2;
    background: var(--wd-blue);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 13px;
}
.case-item-cat i{
    padding-right:5px;
}
.case-item-bottom{
    padding: 15px 20px;
}
.case-item{
    background: #fff;
    transition: all ease .4s;
    height: 100%;
}
.archive .case-item{
    background: #f6f7fa;
}
.archive .case-item:hover{
    box-shadow: none;
}
.case-item:hover{
    box-shadow: 0 0 16px 8px rgb(129 129 129 / .1);
}
.case-item-bottom h3 a{
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-item-bottom h3 a:hover{
    text-decoration: underline;
}
.case-item-bottom p{
    color: #474749;
    margin-top: 5px;
    line-height: 1.2;
}
/*客户评价*/
.dark-block{
    color: #fff;
}
.block-white-hd{
    color: #fff;
}
.dark-block .block-description, .block-white-hd .block-description{
    color: #fff;
    opacity: .8;
}
.block-white-hd .wd-button-default{
    background: var(--wd-orange) !important;
}
.reviews-swiper{
    padding-bottom: 40px;
    position: relative;
}
.reviews-swiper .swiper-slide{
    height: auto;
}
.review-slide{
    padding: 45px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border:1px solid #e5e5e5;
}
.dark-block .review-slide{
    background: rgb(255 255 255 / .05);
    border:none;
}
.review-avatar img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.review-text h3{
    font-size: 18px;
    margin: 15px 0 10px 0;
}
.review-text p{
    line-height: 1.4;
    color: var(--wd-global-text);
}
.dark-block .review-text p{
    color: #fff;
    opacity: .8;
}
.reviews-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.reviews-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.reviews-swiper .swiper-pagination-custom, 
.reviews-swiper .swiper-pagination-fraction{
    bottom: 0 !important;
}
.reviews-swiper .swiper-pagination-bullet-active{
    background: var(--wd-orange);
}
/*关于我们区块儿*/
.about-block-wrap{
    display: flex;
    background: #fff;
}
.white-bg .about-block-wrap{
    background: #f6f7fa;
}
.about-block-l{
    width: 50%;
    padding: 70px 70px 70px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-block-r{
    width: 50%;
    padding: 40px;
}
.about-block-r.one-image{
    padding: 0;
}
.about-block-l .default-block-hd{
    margin-bottom: 15px;
}
.about-block-l .block-hd-left{
    width: 100%;
}
.about-more-link{
    display: flex;
    margin-top: 36px;
}
.about-block-con{
    line-height: 1.8;
    font-size: 16px;
    color: var(--wd-global-text);
}
.about-block-con p{
    margin-bottom: 10px;
}
.about-block-con p:last-child{
    margin-bottom: 0;
}
.about-images{
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: -16px;
}
.about-images .about-img-item{
    width: 33.33%;
    padding-right: 16px;
    margin-bottom: 16px;
}
.about-images .about-img-item .post-thumbnail{
    overflow: hidden;
    position: relative;
}
.about-images .about-img-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-images .about-img-item:first-child{
    width: 100%;
}
/*流程*/
.process-steps{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.process-steps .step{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex:1;
}
.process-steps .step::before{
    content: '';
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top:40px;
    left:50%;
    z-index: 1;
}
.process-steps .step::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid var(--wd-blue);
    z-index: 2;
}
.process-steps .step:last-child:before, .process-steps .step:last-child:after{
    display: none;
}
.step-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--wd-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.step-icon img{
    display: flex;
    max-width: 32px;
    max-height: 32px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.step-icon:hover img{
    transform: rotate(180deg);
}
.step-num{
    padding-top: 45px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}
.step-num::before{
    content: '';
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -0.5px;
}
.step h3{
    font-size: 18px;
    margin: 10px 0;
}
.step p{
    color: var(--wd-global-text);
    line-height: 1.4;
}
/*常见问题及表单*/
.form-qa-wrap{
    display: flex;
}
.form-qa-l{
    width: 45%;
    padding-right: 30px;
    flex:none;
}
.form-qa-r{
    flex:1;
}
.qa-lists{
    margin-bottom: -20px;
}
.qa-item{
    margin-bottom: 20px;
    background: #fff;
    border:1px solid #e5e5e5;
    padding: 0 24px;
}
.dark-block .qa-item{
    background: rgb(255 255 255 / .05);
    border:none;
}
.dark-block div.wpforms-container-full .wpforms-field-label{
    color: #fff;
}
.dark-block div.wpforms-container-full input[type=date], 
.dark-block div.wpforms-container-full input[type=datetime], 
.dark-block div.wpforms-container-full input[type=datetime-local], 
.dark-block div.wpforms-container-full input[type=email], 
.dark-block div.wpforms-container-full input[type=month], 
.dark-block div.wpforms-container-full input[type=number], 
.dark-block div.wpforms-container-full input[type=password], 
.dark-block div.wpforms-container-full input[type=range], 
.dark-block div.wpforms-container-full input[type=search], 
.dark-block div.wpforms-container-full input[type=tel], 
.dark-block div.wpforms-container-full input[type=text], 
.dark-block div.wpforms-container-full input[type=time], 
.dark-block div.wpforms-container-full input[type=url], 
.dark-block div.wpforms-container-full input[type=week], 
.dark-block div.wpforms-container-full select, 
.dark-block div.wpforms-container-full textarea{
    background-color: rgb(255 255 255 / .05) !important;
    color: rgb(255 255 255 / .8) !important;
    border:none !important;
}
.qa-item .qa-item-bd{
    display: none;
    padding: 16px 0px;
    border-top:1px solid #e5e5e5;
}
.qa-item .qa-item-bd.active{
    display: block;
}
.qa-item-hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    cursor: pointer;
}
.expand-icon{
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 24px;
    flex:none;
}
.expand-icon::before{
    content: '';
    height: 2px;
    width: 100%;
    background: var(--wd-blue);
    position: absolute;
    left:0;
    top:50%;
    margin-top: -1px;
}
.expand-icon::after{
    content: '';
    width: 2px;
    height: 100%;
    background: var(--wd-blue);
    position: absolute;
    left:50%;
    top:0;
    margin-left: -1px;
}
.qa-item-hd h3{
    flex:1;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}
/*表单通用*/
div.wpforms-container-full{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wpforms-container .wpforms-field{
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
div.wpforms-container-full .wpforms-field-label{
    font-family: "Inter",sans-serif !important;
    font-weight: 500 !important;
    color: var(--wd-primary);
    margin-bottom: 10px !important;
}
.wpforms-container .wpforms-required-label{
    color: red !important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea{
    padding-left: 15px !important;
    padding-right: 15px !important;
    border:1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    height: 50px !important;
}
div.wpforms-container-full .wpforms-form textarea{
    height: 150px !important;
}
.wpforms-field.wpforms-field-layout{
    padding-bottom: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button{
    border-radius: 0 !important;
    height: 50px !important;
    width: 100%;
    background: var(--wd-orange) !important;
    box-shadow: none !important;
}
div.wpforms-container-full input[type=date]:focus,div.wpforms-container-full input[type=datetime]:focus,div.wpforms-container-full input[type=datetime-local]:focus,div.wpforms-container-full input[type=email]:focus,div.wpforms-container-full input[type=month]:focus,div.wpforms-container-full input[type=number]:focus,div.wpforms-container-full input[type=password]:focus,div.wpforms-container-full input[type=range]:focus,div.wpforms-container-full input[type=search]:focus,div.wpforms-container-full input[type=tel]:focus,div.wpforms-container-full input[type=text]:focus,div.wpforms-container-full input[type=time]:focus,div.wpforms-container-full input[type=url]:focus,div.wpforms-container-full input[type=week]:focus,div.wpforms-container-full select:focus,div.wpforms-container-full textarea:focus {
    box-shadow: 0 0 0 1px var(--wd-blue),0px 1px 2px rgba(0,0,0,0.15) !important;
    outline: none
}
div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after{
    display: none !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{
    color: red !important;
}
/*画廊区块儿样式*/
.gallery-lists{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.gallery-lists li{
    width: calc(25% - 22.5px);
}
/*痛点及解决方案*/
.chanlenge-solution-list li{
    margin-bottom: 10px;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.chanlenge-solution-list li:last-child{
    margin-bottom: 0;
}
.chanlenge-solution-list li .comparison-icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 2;
    flex:none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chanlenge-solution-list li .comparison-icon svg{
    height: 20px;
    width: auto;
}
.chanlenge-solution-list li .comparison-icon svg path{
    fill:var(--wd-blue)
}
.chanlenge-solution-item{
    background: #f6f7fa;
    width: calc(50% - 10px);
    flex:none;
    display: flex;
    align-items: center;
}
.chanlenge-solution-item .chanlenge-solution-icon{
    padding: 24px;
    display: flex;
    align-items: center;
    flex:none;
}
.chanlenge-solution-item .chanlenge-solution-icon svg{
    width: 42px;
    height: auto;
}
.chanlenge-solution-item .chanlenge-solution-icon svg path{
    fill:var(--wd-blue);
}
.chanlenge-solution-item .chanlenge-solution-text{
    padding: 24px;
    position: relative;
    flex:1;
}
.chanlenge-solution-item .chanlenge-solution-text::before{
    content: '';
    width: 1px;
    background: var(--wd-blue);
    position: absolute;
    left:0;
    top:20px;
    bottom:20px;
    opacity: .1;
}
.chanlenge-solution-item .chanlenge-solution-text h3{
    font-size: 20px;
}
.chanlenge-solution-item .chanlenge-solution-text p{
    margin-top: 6px;
    color: var(--wd-global-text);
    line-height: 1.6;
}
.chanlenge-solution-item .chanlenge-solution-img{
    width: 35%;
    overflow: hidden;
    flex:none;
    position: relative;
    height: 100%;
}
.chanlenge-solution-item .chanlenge-solution-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
/*文章详情页*/
/* =========================================
   WordPress Post Detail Page (Final Version)
   ========================================= */
/* ========== Title ========== */
h1.entry-title{
    font-size:36px;
    line-height:1.3;
    margin-bottom:10px;
}
/* ========== Meta ========== */
.entry-meta{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
}
.entry-meta .entry-meta-item{
    margin-right:20px;
    display:flex;
    align-items:center;
    color:var(--wd-global-text);
}
.entry-meta .entry-meta-item svg{
    height:18px;
    width:auto;
    margin-right:6px;
}
.entry-meta .entry-meta-item svg path{
    fill:var(--wd-orange);
}
.entry-meta .entry-meta-item:last-child{
    margin-right:0;
}
/* ========== Breadcrumbs ========== */
.post-breadcrumbs{
    padding:20px 0;
}
.post-breadcrumbs a:hover{
    color:var(--wd-orange);
}
/* ========== TOC (EZ-TOC) ========== */
.ez-toc-wrap #ez-toc-container{
    margin-right:24px;
    margin-bottom:24px;
    background:#f6f7fa;
    border:1px solid #e5e5e5;
    padding:20px 24px;
    border-radius:0;
}
div#ez-toc-container p.ez-toc-title,
#ez-toc-container .ez_toc_custom_title_icon,
#ez-toc-container .ez_toc_custom_toc_icon{
    font-weight:600;
}
div#ez-toc-container ul li a{
    line-height:30px !important;
}
body .ez-toc-title-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}
#ez-toc-container .ez-toc-js-icon-con{
    border:1px solid #e5e5e5 !important;
}
#ez-toc-container .ez-toc-title-toggle a:hover{
    text-decoration:none;
}
body .ez-toc-icon-toggle-span{
    width:36px;
    height:32px;
    padding-right:4px;
}
body .ez-toc-icon-toggle-span svg{
    height:25px;
    width:auto;
}
.ez-toc-icon-toggle-span svg:last-child{
    display:none !important;
}
/* ========== Content Wrapper ========== */
.entry-content{
    padding:30px 0;
}
.pagecon{
    color:var(--wd-global-text);
    font-size:16px;
    line-height:1.9;
}
.pagecon > :first-child{
    margin-top: 0 !important;
}
/* ========== Headings (Scoped ONLY content) ========== */
.pagecon h1{
    font-size:32px;
    margin:28px 0 18px;
    color:var(--wd-primary);
}
.pagecon h2{
    font-size:28px;
    margin:28px 0 18px;
    color:var(--wd-primary);
}
.pagecon h3{
    font-size:22px;
    margin:24px 0 16px;
    color:var(--wd-primary);
}
.pagecon h4{
    font-size:20px;
    margin:20px 0 14px;
    color:var(--wd-primary);
}
.pagecon h5{
    font-size:18px;
    margin:18px 0 12px;
    color:var(--wd-primary);
}
.pagecon strong{
    color:var(--wd-primary);
}
/* ========== Paragraph ========== */
.pagecon p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:16px;
}
.pagecon p a{
    color:var(--wd-orange);
}
.pagecon p a:hover{
    text-decoration:underline;
}
/* ========== Lists (FIXED SCOPE - IMPORTANT) ========== */
.pagecon ul,
.pagecon ol{
    margin:0 0 18px 0;
    padding-left:22px;
}
.pagecon ol li{
    line-height:30px;
    list-style-type:decimal;
    list-style-position:inside;
}
.pagecon ul li{
    line-height:30px;
    position:relative;
    padding-left:18px;
}
/* custom bullet only for normal content UL */
.pagecon ul li::before{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--wd-orange);
    position:absolute;
    left:0;
    top:14px;
}
/* ========== Tables (Gutenberg safe) ========== */
.pagecon table,
.pagecon .wp-block-table table{
    border:1px solid #e5e5e5;
    border-collapse:collapse;
    width:100%;
    margin:18px 0;
}
.pagecon table tr:nth-child(odd){
    background:#fafafa;
}
.pagecon table tr{
    height:40px;
}
.pagecon table td{
    border:1px solid #e5e5e5;
    padding:10px 15px;
}
/* ========== Images / Media ========== */
.pagecon img{
    max-width:100%;
    height:auto;
    display:block;
    margin:18px 0;
}
.pagecon figure{
    margin:24px 0;
}
.pagecon figcaption{
    font-size:14px;
    color:#888;
    text-align:center;
    margin-top:8px;
}
/* Gutenberg image */
.pagecon .wp-block-image{
    margin:24px 0;
}
.pagecon .wp-block-image img{
    border-radius:4px;
}
/* ========== Embeds (YouTube etc.) ========== */
.pagecon iframe{
    width:100%;
    max-width:100%;
    border:0;
}
.pagecon .wp-block-embed{
    margin:0;
}
.pagecon blockquote.wp-block-quote{
    margin:32px 0;
    padding:24px 28px;
    border-left:4px solid var(--wd-blue);
    background:#f8fafc;
    font-size:1.125rem;
    line-height:1.8;
    color:#334155;
    border-radius:8px;
}
.pagecon blockquote.wp-block-quote p:last-child{
    margin-bottom:0;
}
.pagecon blockquote.wp-block-quote cite{
    display:block;
    margin-top:12px;
    font-size:14px;
    color:#888;
    font-style:normal;
}
.pagecon .wp-block-embed iframe{
    aspect-ratio:16/9;
}
/* ========== Code ========== */
.pagecon code{
    background:#f6f7fa;
    padding:2px 6px;
    border-radius:3px;
    font-size:14px;
    color:#d63384;
}
.pagecon pre{
    background:#1f2937;
    color:#fff;
    padding:20px;
    overflow-x:auto;
    border-radius:8px;
    margin:24px 0;
}
.pagecon pre code{
    background:transparent;
    padding:0;
    color:inherit;
}
/* ========== Buttons (Gutenberg) ========== */
.pagecon .wp-block-buttons{
    margin:24px 0;
}
.pagecon .wp-block-button__link{
    background:var(--wd-orange);
    color:#fff !important;
    padding:12px 24px;
    border-radius:4px;
    text-decoration:none;
    transition:.3s;
}
.pagecon .wp-block-button__link:hover{
    opacity:.9;
}
/* ========== Pullquote ========== */
.pagecon .wp-block-pullquote{
    margin:40px 0;
    padding:30px;
    border-top:3px solid var(--wd-orange);
    border-bottom:3px solid var(--wd-orange);
    text-align:center;
}
.pagecon .wp-block-pullquote blockquote{
    border:0;
    padding:0;
    margin:0;
    background:none;
}
/* ========== Separator ========== */
.pagecon .wp-block-separator{
    margin:40px auto;
    border:0;
    border-top:1px solid #e5e5e5;
    max-width:120px;
}
/* ========== Cover ========== */
.pagecon .wp-block-cover{
    margin:30px 0;
    border-radius:8px;
    overflow:hidden;
}
/* ========== Columns / Group ========== */
.pagecon .wp-block-columns,
.pagecon .wp-block-group,
.pagecon .wp-block-media-text{
    margin:24px 0;
}
/* ========== Lists blocks ========== */
.pagecon .wp-block-latest-posts li,
.pagecon .wp-block-latest-comments__comment{
    margin-bottom:12px;
}
/* ========== Alignment FIX ========== */
.pagecon .aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.pagecon .alignleft{
    float:left;
    margin:0 24px 24px 0;
}
.pagecon .alignright{
    float:right;
    margin:0 0 24px 24px;
}
.entry-footer{
    margin-bottom: 100px;
}
/* Related Posts */
.related-posts{
    margin-top:60px;
}

.related-title{
    font-size:24px;
    margin-bottom:15px;
    color:var(--wd-primary);
}
/* CTA */
.post-cta{
    margin-top:40px;
}

.cta-box{
    background:#f6f7fa;
    padding:24px;
    border-radius:8px;
    text-align:center;
}

.cta-box h3{
    margin-bottom:10px;
}

.cta-button{
    display:inline-block;
    margin-top:12px;
    padding:10px 20px;
    background:var(--wd-orange);
    color:#fff;
    text-decoration:none;
    border-radius:4px;
}
.entry-tags{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.entry-tags svg{
    margin-right: -5px;
}
.entry-tags a{
    display: block;
    margin-left: 15px;
    color: var(--wd-primary);
}
.entry-tags a:hover{
    color: var(--wd-blue);
}
.post-navigation{
    padding-top: 15px;
    border-top:1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}
.post-navigation>div{
    max-width: calc(50% - 15px);
}
.post-navigation>div>a{
    display: flex;
    align-items: center;
}
.post-navigation>div>a:hover{
    color: var(--wd-blue);
}
.post-navigation>div>a>span{
    color: var(--wd-orange);
    font-size: 18px;
    display: block;
}
.post-navigation .post-nav-prev a>span{
    padding-right: 10px;
}
.post-navigation .post-nav-next a>span{
    padding-left: 10px;
}
.related-posts .post-lists>li{
    width: calc(33.33% - 20px);
}
.post-shares{
    margin-right: 0;
    margin-left: auto;
}
/*底部样式*/
.site-footer{
    background: var(--wd-primary);
    color: rgb(255 255 255 / .7);
}
.footer-top{
    padding: 65px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-bottom{
    padding: 24px  0;
}
.footer-bottom-inner{
    font-size: 14px;
}
.footer-bottom-inner a:hover{
    text-decoration: underline;
    color: var(--wd-orange);
}
.footer-top-inner{
    display: flex;
    justify-content: space-between;
}
.footer-menu{
    flex:1;
}
.footer-contacts{
    width: 21%;
    flex:none;
}
.footernav{
    display: flex;
}
.footernav>li{
    flex:1;
}
.footernav>li>a, .footer-contacts h3{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-weight: 600;
}
.footernav>li>ul{
    margin-top: 15px;
}
.footernav>li>ul>li>a{
    display: block;
    font-size: 14px;
    line-height: 32px;
} 
.footernav>li>ul>li>a:hover{
    text-decoration: underline;
    color: var(--wd-orange);
}
.footer-contact-lists{
    margin-top: 18px;
}
.footer-contact-lists li{
    display: flex;
    margin-top: 8px;
}
.footer-contact-lists li svg{
    height: 20px;
    width: auto;
    margin-right: 15px;
    margin-top: 1px;
    flex:none;
}
.contact-text{
    font-size: 14px;
    line-height: 24px;
}
.contact-text a:hover{
    text-decoration: underline;
    color: var(--wd-orange);
}
.footer-socials{
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 35px;
}
.footer-social-item{
    display: flex;
    align-items: center;
    margin-right: 20px;
    transition: all ease .4s;
}
.footer-socials .footer-social-item:last-child{
    margin-right: 0;
}
.footer-social-item:hover{
    opacity: .7;
}
.footer-social-item svg{
    height: 32px;
    width: auto;
}
/*内页banner*/
.page-banner-wrap{
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-banner-wrap::before{
    content: '';
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    background: #000;
    opacity: .4;
}
.page-banner-inner{
    padding: 0 20%;
    color: #fff;
}
.page-banner-inner h1{
    font-weight: 900;
    font-size: 60px;
}
.page-banner-inner h1 span{
    color: var(--wd-orange);
}
.page-banner-inner .page-banner-des, .banner-breadcrumbs{
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    font-weight: 300;
}
.page-banner-inner .page-banner-des p{
    margin-bottom: 10px;
}
.page-banner-inner .page-banner-des p:last-child{
    margin-bottom: 0;
}
.page-banner-bt{
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
/*企业文化*/
.cultures-block-bgimg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    bottom: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cultures-block-bgimg::before{
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #00000000 0%, #00000099 100%);
    position: absolute;
}
.culture-tab-hd{
    display: flex;
}
.culture-tab-hd li{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 24px 30px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.culture-tab-hd li.on{
    background: var(--wd-primary);
    color: #fff;
}
.culture-tab-hd li.on svg path{
    fill:#fff !important;
}
.culture-tab-hd li svg{
    height: 24px;
    width: auto;
    margin-right: 10px;
}
.culture-tab-hd li h3{
    font-size: 20px;
}
.culture-tab-hd-item{
    display: none;
    padding: 40px;
    background: #fff;
}
.culture-tab-hd-item.active{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.cultures-wrap{
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.culture-text, .culture-img{
    width: calc(50% - 15px);
}
.culture-text{
    font-size: 16px;
    color: var(--wd-global-text);
}
.culture-img{
    overflow: hidden;
    position: relative;
}
.culture-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.culture-text ul li{
    color: var(--wd-primary);
    padding: 10px 0 0 20px;
}
.culture-text ul li::before{
    top: 22px !important;
    background: var(--wd-primary) !important;
}
/*联系我们*/
.contact-block-wrap{
    display: flex;
    gap: 40px;
}
.contacts-lists, .contact-block-wrap .wd-form{
    width: calc(50% - 20px);
}
.contacts-lists .contact-list-item{
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    padding: 30px;
    align-items: flex-start;
    background: #f6f7fa;
}
.contacts-lists .contact-list-item:last-child{
    margin-bottom: 0;
}
.contacts-lists .contact-list-item svg{
    width: 42px;
    height: auto;
    margin-right: 15px;
    flex: none;
}
.contacts-lists .contact-list-item .contact-text{
    flex:1;
}
.contacts-lists .contact-list-item .contact-text .contact-title{
    font-size: 20px;
    font-weight: 600;
}
.contacts-lists .contact-list-item .contact-text .contact-con{
    color: var(--wd-global-text);
    margin-top: 5px;
    line-height: 1.4;
}
.contacts-lists .contact-list-item .contact-text .contact-con a:hover{
    color: var(--wd-primary);
    text-decoration: underline;
}
.contact-block-wrap div.wpforms-container-full .wpforms-form textarea{
    height: 128px !important;
}
.google-map-block, .acf-map{
    height: 680px;
}
/*产品类型*/
.product-types{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-types>li{
    flex:none;
    width: calc(25% - 22.5px);
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0 24px 24px 24px;
}
.white-bg .product-types>li{
    background: #f6f7fa;
}
.product-types>li .post-thumbnail{
    margin: 0 -24px 0px -24px;
}
.product-types>li .show-form-pop-bt{
    margin-bottom: 0;
    margin-top: auto;
}
.product-types>li h3{
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.product-types>li .product-type-des{
    color: #474749;
    margin-top: 5px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*表单弹窗*/
.form-pop-up-wrap{
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: rgb(0 0 0 / .45);
}
.form-pop-up-wrap.active{
    display: flex;
}
.form-pop-main{
    background: #fff;
    padding: 45px;
    position: relative;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}
.form-pop-main h2{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}
.form-pop-close-bt{
    cursor: pointer;
    position: absolute;
    top:24px;
    right:24px;
}
/*博客列表*/
.list-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.list-menu li{
    margin: 0 5px;
}
.list-menu li a{
    display: block;
    height: 45px;
    line-height: 46px;
    padding: 0 20px;
    min-width: 120px;
    background: #f6f7fa;
    font-size: 16px;
    text-align: center;
}
.list-menu li a:hover, .list-menu li.current-item a{
    background: var(--wd-blue);
    color: #fff;
}
.archive .page-banner-wrap{
    height: 420px;
}
.post-lists{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.post-lists>li{
    flex:none;
    width: calc(25% - 22.5px);
}
.post-list-item{
    background: #f6f7fa;
    height: 100%;
}
.no-white-bg .post-list-item{
    background: #fff;
}
.post-item-text{
    padding: 20px 24px 24px 24px;
}
.post-item-metas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -2px;
}
.post-item-metas .post-item-meta{
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 13px;
    color: #999;
}
.post-item-metas .post-item-meta svg{
    display: block;
    margin-right: 3px;
    height: 20px;
    width: auto;
}
.post-item-metas .post-item-meta svg path{
    fill:#CBA96A;
}
.post-item-metas .post-item-meta:last-child{
    margin-right: 10px;
}
.post-item-text h3 a{
    font-size: 18px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}
.post-item-text h3 a:hover{
    text-decoration: underline;
}
.post-item-text p{
    line-height: 1.6;
    margin-top: 10px;
    color: var(--wd-global-text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}
.post-item-more{
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: var(--wd-primary);
    font-weight: 600;
}
.post-item-more svg{
    display: block;
    margin-left: 8px;
    height: 17px;
    width: auto;
    transition: margin-left ease .4s;
}
.post-item-more:hover svg{
    margin-left: 20px;
}
.post-item-more svg path{
    fill:var(--wd-primary);
}
/*分页样式*/
.page_navi{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.page_navi a{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    width: 40px;
    border-radius: 3px;
    margin: 2px 4px;
    background: #f6f7fa;
}
.page_navi a svg{
    height: 20px;
    width: auto;
}
.page_navi a svg path{
    fill:var(--wd-primary);
}
.page_navi a:hover, .page_navi a.current{
    background: var(--wd-primary);
    color: #fff;
}
.page_navi a:hover svg path, .page_navi a.current:hover svg path{
    fill:#fff;
}
.page_navi a.connot-click svg path{
    fill:var(--wd-primary) !important;
    opacity: .5;
}
.page_navi a.connot-click:hover{
    background: #f6f7fa;
}
.page_navi a.navi-pre svg{
    transform: rotate(180deg);
}
.no-results{
    font-size: 18px;
    margin-top: 45px;
    text-align: center;
}