.blog-card:hover .content h3 a {
    color: #0071dc !important;
}

.blog-card {
    background: #eee;
    box-shadow: unset;
    border-radius: 0px;
    border: 0px;
}

.blog-card .blog-img {
    background: #eee;
}

.blog-card .blog-img img {
    border-radius: 0px;
    background: #eee;
}

.blog-card .content {
    background: #eee;
    border-radius: 25px;
}

.blog-card .content h3 {
    font-size: 18px !important;
}

.blog-card .content p {
    font-size: 1rem;
    font-family: 'robotolight', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}

.blog-card .content {
    padding: 0 20px 20px;
}

.blog-card .content .read-btn {
    font-weight: 400;
}

.card {
    background-color: #eee;
    border: 0px;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
    border-radius: 9px;
/*            padding-bottom: 15px;*/
}
/*
.card:hover {
    transform: translateY(-10px);
}
*/
.card-body {
    background-color: #eee;
    text-align: left;

}

#NEWS .card-body {
    padding: 1rem 1rem 0.5rem;
    border-radius: 0 0 9px 9px;
}

.card-body h5 {
    font-size: 1rem;
    font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}
 .card-body p {
    margin-bottom: 0.5rem;
    font-size: 12px;
    color: #0066cc;
}

.card-footer i {
    font-size: 14px;
    color: #0066cc;
    margin-left: 8px;
    font-weight: 600;
    margin-left: 5px;
}

.text-body-secondary {
    font-size: 1rem;
    color: #0066cc;
    font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}

.card-footer {
    background-color: #eee;

    border-top: 0px;
    text-align: right;
    padding-bottom: 0px;
}
.card-img, .card-img-top {
/*
    border-top-left-radius: calc(.25rem + 20px);
    border-top-right-radius: calc(.25rem + 20px);
*/
    border-radius: 9px 9px 0px 0px;

}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem + 20px) calc(.25rem + 20px);
}

/*
.card-footer a:hover .text-body-secondary {
    letter-spacing: 0.25px;
}
*/

.arrow-icon {
    display: inline;
    position: static;
}

.arrow-icon:after {
    display: inline-block;
    content: "";
    padding-inline-start: 1em;
    background-image: url("../image/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em; /* 确保图标大小合适 */
    height: 1em;
    vertical-align: middle; /* 垂直居中对齐 */
    margin-left: 5px;
    position: relative;
    z-index: 1;
}

.work-process-card .product-tile-image img {
    transition: transform 0.6s cubic-bezier(0,0,0.5,1);
    opacity: 0.9;
}

.work-process-card .pn {
    transition: 1s;
}


.work-process-card:hover .product-tile-image img {
   transform: scale(1.0361);
}

.work-process-card:hover .pn {
   opacity: 1;
}

.work-process-card::before {
    opacity: 0;
    background-color: unset;
}

.work-process-card::after {
    opacity: 0;
}

.work-process-card h3 {
    font-size: 32px;
    font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}

.work-process-card p {
    font-size: 24px;
    font-family: 'robotorelight', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}

.work-process-card span {
    padding: 7px 15px;
    background-color: transparent;
    font-size: 14px;
    color: #0066cc;
    border: 1px solid #0066cc;
    font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
    border-radius: 9999px;
}

.work-process-card .pn {
    height: 1rem;
    width: 100%;
    margin-top: 20px;
}

.work-process-card i {
    font-size: 14px;
    color: #0066cc;
    margin-left: 8px;
    font-weight: 600;
}

.work-process-card span:hover {
    background-color: #0066cc;
    color: #fff;
}

.work-process-card span:hover .arrow-icon:after {
    color: #fff;
}


.work-process-card span:hover i {
    color: #fff;
}

.work-process-card .lmbtn {
    margin: 40px auto 58px;
}

.work-process-card {
    padding: 30px 20px 30px;
    background: #fff;
    border-radius: 8px;
/*            border: 1px solid #eee;*/
}

.fa-angle-right:before {
    vertical-align: middle;
}

/*
.blog-card .content h3 {
    height: 48px;
}
*/


.clients-area .owl-nav .owl-prev {
    left: 5%;
}

.clients-area .owl-nav .owl-next {
    right: 5%;
}

#banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
}

.clients-content {
    margin-bottom: 0px;
}

.nn_w_bottom {
    position: relative;
    padding-top: 0px;
}

.nn_w_bottom span {
    position: relative;
}

.nn_w_bottom span {
    padding: 10px 50px;
    border: 1px solid #0071dc;
    border-radius: 99999px;
    background: #0071dc;
    color: #fff;
}


.btn-effect {
    overflow: hidden;
}

.btn-effect:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 40px;
}

.btn-effect:hover:after {
    width: 100%;
}

.clients-area {
    background-color: #fff;
}

.blog-area {
    background-color: #fff;
}

/*
@media screen and (min-width: 1921px) {
    .owl-carousel .owl-item {
        height: 100vh !important;
        width: 100vw !important;
    }

    .owl-carousel .owl-item a {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
    }

    .owl-carousel .owl-item img {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }
}
*/


.CONTACT ul li a {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background-color: #fff;
}

.work-process-card {
    box-shadow: unset;
}

.carousel-indicators .active {
    background-color: #0071dc;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    /*            background-color: rgba(0, 0, 0, 0.5);*/
    /*            border: 1px solid #000;*/
}

/*
.carousel-indicators {
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

.blog-card .blog-img img {
    width: 100%;
    border-radius: 25px 25px 0 0;
}

#NEWS .blog-card,
#NEWS .blog-card .blog-img,
#NEWS .blog-card .blog-img a {
    width: 100%;
    border-radius: 25px;
}


/*        联系我们 start */
.contact-form {
    max-width: 1200px;
}

.form-group {
    float: none;
}

.contact-form .form-group label {
    color: #333;
    font-size: 1.2rem;
}

.contact-form .form-group label span {
    color: #333;
    font-size: 1.2rem;
}

.contact-form .default-btn {
    margin-top: 20px;
    font-size: 1.5rem;
}

.default-btn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.default-btn:hover:after {
    width: 100%;
}

#question .section-title h2 {
    padding-bottom: 30px;
    font-size: 40px;
}

.contact-form .form-group .form-control {
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgb(215 218 223);
    background: #eee;
}

.contact-form .form-group .form-control:focus {
    border-color: #0071dc;
}

.section-title h2 {
    font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
}

/*        联系我们 end */

#pbbanner .carousel-inner div a {
    width: 100%;
}

#prjbanner .carousel-inner div a {
    width: 100%;
}

.animate__animated.animate__fadeInUp {
  --animate-duration: 2s;
}

@media (min-width: 768px) {
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 25%;
    }
}

.play-area {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row>* {
    padding-right:calc(var(--bs-gutter-x)/ 4);
    padding-left:calc(var(--bs-gutter-x)/ 4);
}

.video-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.video-title p {
   font-size: 1rem;
}

.build-play-img {
    margin-bottom: 0px;
}

.play-area .play-on {
    width: 60px;
    height: 60px;
/*
    color: #0071dc;
    background-color: #fff;
*/

    background: url(../image/icon-play.svg) no-repeat;
    text-align: center;
    font-size: 50px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
}

.play-area .play-on:hover {
    background-color:transparent;
    visibility: visible;
     opacity: 1;
     -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
     transform: scale(1.2);
}


.play-area .play-on i {
 left: 0;
 top: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 position: absolute;
 background: url(../image/icon-play.svg) no-repeat;
 background-size: auto 30%;
 background-position: center;
 visibility: visible;
 opacity: 0.8;
-webkit-transition: opacity 150ms ease-in-out;
-moz-transition: opacity 150ms ease-in-out;
-ms-transition: opacity 150ms ease-in-out;
-o-transition: opacity 150ms ease-in-out;
transition: opacity 150ms ease-in-out;
-webkit-transition: -webkit-transform 150ms ease-in-out;
-moz-transition: -moz-transform 150ms ease-in-out;
-o-transition: -o-transform 150ms ease-in-out;
transition: transform 150ms ease-in-out;
 color: red;
}

.video-post-thumbnail {
 flex: 0 0 auto;
 max-width: none;
 max-height: 100%;
 position: relative;
 width: 100%;
 height: 201px;
}

.video-post:hover .play-btn-trigger,  .play-btn-trigger.show  {
 visibility: visible;
 opacity: 1;
 -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
 transform: scale(1.2);
}

.video-post {
    transition: 0.3s;
    position: relative;
}


.build-play-img,.build-play-img img {
    border-radius: 9px 9px 0 0;
    width: 100%;
}

.work-process-card img.pn[src="../image/super.svg"] {
    height: 1.5rem; /* 设置你需要的高度值 */
    /* 可选：如果需要按比例缩放宽度 */
    width: 100%; 
}

.work-process-card:has(> img.pn[src="../image/super.svg"]){
padding-bottom: 22px;
}
.video-time {
    padding-left: 8px;
    padding-top: 5px;
}
            
.video-card .preview-video {
/*    display: none;*/
    width: 100%;
    height: auto;
    opacity: -0.15; 
/*    transition: opacity 0.5s ease;*/
}

.video-card .preview-img {
/*    display: block;*/
    opacity: 1;
    width: 100%;
    height: auto;
/*    transition: all 0.5s ease-in;*/
}

/*
.video-card:hover .preview-video {
    display: block;
    opacity: 1; 
}
*/

/*
.video-card:hover .preview-img {
    display: none; 
    transition: all 0.5s ease-out;
}
*/
        
        /* 确保父容器设置尺寸限制 */
.build-play-img {
    position: relative;
    width: 100%; /* 父容器占满宽度 */
    height: 0;
    padding-top: 52.4%; /* 高度与宽度比保持16:9（或根据需要调整） */
    overflow: hidden; /* 超出部分隐藏 */
    background-color: #000; /* 设置背景色避免空白区域 */
}

/* 确保封面图片和视频适应父容器 */
.build-play-img img,
.build-play-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 填满父容器宽度 */
    height: 100%; /* 填满父容器高度 */
    object-fit: cover; /* 确保内容裁剪，不变形 */
    z-index: 1; /* 确保图片和视频层级一致 */
}

/* 鼠标移入时的视频 */
/*
.video-card:hover .preview-video {
    z-index: 2; 
}
*/

/* 鼠标移入时隐藏图片 */
/*
.video-card:hover .preview-img {
    display: none;
}
*/


.product_new{
      position: absolute;
      z-index: 19;
      left: 0px;
      top: 0px;
  }
.product_coming{
      position: absolute;
      z-index: 19;
      top: 25%; 
}

