.solution-head-title{
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    box-shadow: 0px 4px 12px 0px #FFFFFF66;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.solution-part-title{
    font-weight: 400;
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.solution-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.solution-part:nth-child(2n+1){
    background-color: #F6F6F6;
}

.sample-items{
    position: relative;
}
.sample-item-titles{
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 2;
    max-width: 280px;
    padding: 40px 20px;
    box-shadow: 0px 4px 5px -5px #00000014;
    box-shadow: 0px 8px 12px 2px #0000000A;
    box-shadow: 0px 3px 15px 5px #0000000D;
    background-color: #ffffff;
}
.sample-item-title{
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333333;
    margin-top: 24px;
    padding-right: 32px;
    position: relative;
}
.sample-item-titles .sample-item-title:first-child{
    margin-top: 0px;
}
.sample-item-title::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(https://cms.jingdiao.com/uploads/arrow_left_gray_234c545aee.svg);
    background-size: 100%;
}
.sample-item-title.active::after{
    background-image: url(https://cms.jingdiao.com/uploads/arrow_left_blue_167dac19be.svg);
}
.sample-item-title.active{
    color: #004898;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.sample-item-img-m{
    display: none;
}
@media (max-width: 1700px) {
    .sample-item-title{
        font-size: 20px;
        line-height: 36px;
        margin-top: 18px;
    }
}
@media (max-width: 1400px) {
    .sample-item-titles{
        left: 60px;
    }
}
@media (max-width: 1300px) {
    .sample-item-titles{
        padding: 35px 16px;
    }
    .sample-item-title{
        font-size: 18px;
        line-height: 32px;
        margin-top: 10px;
    }
}
@media (max-width: 1200px) {
    .sample-item-titles{
        left: 40px;
    }
}
@media (max-width: 1024px){
    .solution-head-title{
        font-size: 32px;
        line-height: 48px;
    }
    .solution-part-title{
        font-size: 24px;
        line-height: 42px;
    }
    .solution-desc{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .sample-item-titles{
        left: 15px;
        top: 24px;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        padding: 14px 8px;
        max-width: 169px;
    }
    .sample-item-title{
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
        padding-right: 12px;
    }
    .sample-item-title::after{
        width: 12px;
        height: 12px;
    }
    .sample-item-img{
        display: none;
    }
    .sample-item-img-m{
        display: block;
    }
}

/* 客户故事 */
.customer-story-items-m{
    display: none;
}
.customer-story-item-video-m,
.customer-story-item-video{
    aspect-ratio: 16/9;
    position: relative;
}

.customer-story-item-video-m .under-img,
.customer-story-item-video .under-img {
	position: relative;
	width: 100%;
	cursor: pointer;
	aspect-ratio: 16/9;
}
.customer-story-item-video-m .under-img .top-img-wrapper img
.customer-story-item-video .under-img .top-img-wrapper img {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
}
.customer-story-item-video-m .under-img .play-btn ,
.customer-story-item-video .under-img .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 140px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-image: url('../video-js/play1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.customer-story-item-video-m .under-img:hover .play-btn,
.customer-story-item-video .under-img:hover .play-btn {
	background-image: url('../video-js/play2.png');
}
.customer-story-item-video-m .under-img .play-btn{
    width: 60px;
    height: 60px;
}
.customer-story-item-video-m .bottom-video,
.customer-story-item-video .bottom-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.video-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.customer-story-items-right{
    position: relative;
    height: 30.9vw;
    padding: 50px 0px 50px 16px;
}
.customer-story-item-swiper{
    height: 100%;
    overflow: auto;
     scrollbar-width: none; /* 隐藏滚动条（Firefox） */
    -ms-overflow-style: none; /* 隐藏滚动条（IE 10+） */
}
.customer-story-item-swiper::-webkit-scrollbar {
  display: none; /* 隐藏滚动条（Chrome, Safari, Opera） */
}
.customer-story-items{
    display: grid;
	grid-template-columns: 60% 40%;
    grid-template-rows: max-content;
	justify-items: center;
	align-items: center;
}
.customer-story-items .customer-story-item{
    display: grid;
	grid-template-columns: 48% 52%;
    grid-template-rows: max-content;
	justify-items: center;
	align-items: center;
    background-color: #F6F6F6;
    margin-top: 16px;
    cursor: pointer;
}
.customer-story-items .customer-story-item:first-child{
    margin-top: 0px;
}
.customer-story-item-img img{
    aspect-ratio: 354/199;
}
.customer-story-item-content{
    padding: 12px 24px;
}
.customer-story-item-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333333;
}
.customer-story-item-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333333;
}
.customer-story-item.active .customer-story-item-title,
.customer-story-item.active .customer-story-item-desc,
.customer-story-item-m.active .customer-story-item-title,
.customer-story-item-m.active .customer-story-item-desc{
    color: #004898;
}
.customer-story-item-prev,.customer-story-item-next{
    text-align: center;
    cursor: pointer;
}
.arrow-up,.arrow-down{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.arrow-up{
    background: url(https://cms.jingdiao.com/uploads/arrow_up_2a857cab60.svg);
    margin-bottom: 8px;
}
.arrow-down{
    background: url(https://cms.jingdiao.com/uploads/arrow_down_6f56ccabad.svg);
    margin-top: 8px;
}
.customer-story-item-prev{
    margin-top: -48px;
}
@media (max-width: 1700px) {
   
    .customer-story-item-title{
        font-size: 22px;
        line-height: 36px;
    }
    .customer-story-item-desc{
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 1500px) { 
    .customer-story-item-content{
        padding: 8px 16px;
    }
    .customer-story-item-title{
        font-size: 20px;
        line-height: 32px;
    }
    .customer-story-item-desc{
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1024px) { 
    .customer-story-items{
        display: none;
    }
    .customer-story-items-m{
        display: block;
    }
    .customer-story-item-content{
        padding: 12px 8px;
        border-bottom: 1px solid #E7E7E7;
        background-color: #f6f6f6;
        cursor: pointer;
    }
    .customer-story-item-title{
        font-size: 16px;
        line-height: 28px;
    }
    .customer-story-item-desc{
        font-size: 14px;
        line-height: 24px;
    }
    .customer-story-items-m .customer-story-item-m:last-child  .customer-story-item-content{
        border-bottom: none;
    }
    
}
/* 精雕设备 */
.solution-machines{
    display: grid;
	grid-template-columns: 16% 84%;
    grid-template-rows: max-content;
	justify-items: center;
	align-items: center;
}
.solution-machine-group-titles{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px -5px #00000014;
    box-shadow: 0px 8px 12px 2px #0000000A;
    box-shadow: 0px 3px 15px 5px #0000000D;
    padding: 40px 20px;
}
.solution-machine-group-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-right: 32px;
    margin-top: 42px;
    position: relative;
    color: #333333;
    cursor: pointer;
}
.solution-machine-group-titles .solution-machine-group-title:first-child{
    margin-top: 0px;
}
.solution-machine-group-title::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(https://cms.jingdiao.com/uploads/arrow_left_gray_234c545aee.svg);
    background-size: 100%;
}
.solution-machine-group-title.active::after{
    background-image: url(https://cms.jingdiao.com/uploads/arrow_left_blue_167dac19be.svg);
}
.solution-machine-group-title.active{
    color: #004898;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.solution-machine-groups{
    width: 100%;
    height: 100%;
}
.solution-machine-group{
    display: grid;
	grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: max-content;
	/* justify-items: center;
	align-items: center; */
    padding-left: 8px;
    margin: -8px -8px -8px 0px;
}
.solution-machine-outer{
    padding: 8px;
}
a.solution-machine{
    display: block;
    background: #ffffff;
    border-radius: 5px;
}
.solution-machine-title{
    padding: 14px;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

a.solution-machine .solution-machine-img{
    aspect-ratio: 354/220;
    overflow: hidden;
}
a.solution-machine .solution-machine-img img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
a.solution-machine.hasLink:hover .solution-machine-img img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
a.solution-machine.hasLink:hover .solution-machine-title{
    color: #004898;
}
@media (max-width: 1850px) { 
    .solution-machine-group-title{
        font-size: 22px;
        line-height: 42px;
        margin-top: 42px;
    }
    .solution-machine-title{
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 1720px) { 
    .solution-machine-group-title{
        font-size: 20px;
        line-height: 40px;
        margin-top: 42px;
    }
    .solution-machine-title{
        font-size: 24px;
        line-height: 34px;
    }
}
@media (max-width: 1640px) { 
    .solution-machine-group-title{
        font-size: 18px;
        line-height: 36px;
        margin-top: 38px;
    }
    .solution-machine-title{
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1500px) { 
    .solution-machine-group-title{
        font-size: 16px;
        line-height: 34px;
        margin-top: 36px;
    }
    .solution-machine-title{
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 1024px) { 
    .solution-machine-group-titles{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: max-content;
        /* justify-items: center;
        align-items: center; */
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        margin: 0px -4px;
    }
    .solution-machine-group-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        padding: 4px 4px 8px 4px;
        margin-top: 0px;
        text-align: center;
        height: 100%;
        position: relative;
        margin-left: 4px;
        margin-right: 4px;
        border-bottom: 1px solid #333333;
    }
    .solution-machine-group-title.active{
        border-bottom: 3px solid #004898;
    }
    .solution-machine-group-title::after{
       display: none;
    }

    .solution-machines{
        display: block;
    }
    .solution-machine-groups{
        margin-top: 10px;
    }
    .solution-machine-group{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: max-content;
        /* justify-items: center;
        align-items: center; */
        padding-left: 0px;
        margin: 0px;
    }
    .solution-machine-outer{
        padding: 4px;
    }
    .solution-machine-title{
        padding: 8px;
        font-size: 14px;
        line-height: 30px;
        font-family: "HarmonyOS_Sans_SC_Bold";
    }
}

/* 相关链接 */
.related-link-item-img-m{
    display: none;
}

.related-link-item{
    display: grid;
	grid-template-columns: 50% 50%;
    grid-template-rows: max-content;
	justify-items: center;
	align-items: center;
    background-color: #f6f6f6; 
}
.related-link-item-img,
.related-link-item-content,
.related-link-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-link-item-content{
    padding: 40px;
}
.related-link-item-title{
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: middle;
    color: #004898;
    margin-bottom: 24px;
}
.related-link-item-p{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
}
.related-link-item-link{
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #004898;
    cursor: pointer;
    margin-top: 24px;
}
@media (max-width: 1024px) { 
    .related-link-item-img-pc{
        display: none;
    }
    .related-link-item-img-m{
        display: block;
    }
    .related-link-item{
        display: block;
        margin-top: 24px;
    }
    .related-link-items .related-link-item:first-child{
        margin-top: 0px;
    }
    .related-link-item-content{
        padding: 24px 8px;
    }
    .related-link-item-title{
        font-family: "HarmonyOS_Sans_SC_Bold";
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .related-link-item-p{
        font-size: 14px;
        line-height: 24px;
    }
    .related-link-item-link{
        font-size: 16px;
        line-height: 16px;
        margin-top: 14px;
    }
}

/* 联系我们 */
.solution-contact-us{
    padding: 60px;
    position: relative;
}
.solution-wechat_kefu{
    display: none;
}
.solution-contact-us-title{
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}
.solution-contact-us-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
    background-color: #D9D9D9;
    margin: 16px auto 0px auto;
    width: 660px;
}
a.solution-contact-us-btn,
a.solution-contact-us-btn:hover,
a.solution-contact-us-btn:visited,
a.solution-contact-us-btn:active{
    display: block;
    width: 280px;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 0px 8px 0px #FFFFFF33;
    background: #004898;
    cursor: pointer;
    margin: 40px auto 0px auto;
}
a.solution-contact-us-btn:hover .solution-wechat_kefu{
    display: block;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.solution-contact-us-img-m{
    display: none;
}
.solution-contact-us-img-m,
.solution-contact-us-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.solution-contact-us-img-m img,
.solution-contact-us-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1024px) { 
    .solution-contact-us-img-m{
        display: block;
    }
    .solution-contact-us-img{
        display: none;
    }
    .solution-contact-us{
        padding: 80px 15px;
    }
    .solution-contact-us-title{
        font-family: "HarmonyOS_Sans_SC_Bold";
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
    }
    .solution-contact-us-desc{
        font-size: 14px;
        line-height: 24px;
        padding: 8px;
        margin: 24px auto 0px auto;
        width: 100%;
    }
    a.solution-contact-us-btn,
    a.solution-contact-us-btn:hover,
    a.solution-contact-us-btn:visited,
    a.solution-contact-us-btn:active{
        width: 169px;
        padding: 6px 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 24px auto 0px auto;
    }
}

/* 查看更多 */
.solution-more-title-blk{
    position: relative;
    text-align: center;
}
.solution-more-title-blk::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #C5C5C5;
    z-index: -1;
}
.solution-more-title{
    display: inline-block;
    padding: 0px 40px;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333333;
    background-color: #ffffff;
}
.solution-more-items{
    display: grid;
	grid-template-columns: 50% 50%;
    grid-template-rows: max-content;
	justify-items: center;
	align-items: center;
    margin-left: -8px;
    margin-right: -8px;
}
.solution-more-items.solution-more-items-3{
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.solution-more-items.solution-more-items-4{
    grid-template-columns: 25% 25% 25% 25%;
}
.solution-more-item a,
.solution-more-item a:hover,
.solution-more-item a:visited,
.solution-more-item a:active{
    display: block;
    color: #333333;
}
.solution-more-item{
    width: 100%;
    padding: 0px 8px;
}
.solution-more-item .solution-more-item-img img{
    width: 100%;
    aspect-ratio: 576/324;
}
.solution-more-item-title{
    padding: 8px 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}
.solution-more-items-swiper{
    display: none;
}
@media (max-width: 1024px) { 
   .solution-more-title{
        font-family: "HarmonyOS_Sans_SC_Bold";
        padding: 0px 24px;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
    } 
    .solution-more-items{
        display: none;
    }
    .solution-more-items-swiper{
        display: block;
        max-width: 750px;
        overflow: hidden;
    }
    .solution-more-item-title{
        padding: 6px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }
}