.head{
    background-image: url(https://www.dgylec.com/static/web/images/index_background.jpg) !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    padding-bottom: 227px !important;
}
.head {
    padding: 2.91rem 20px;
    position: relative;
}
.head .head-title{
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 2rem 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    font-size: 3rem;
}

.host-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 0;
    /*margin-top: 60px;*/
    background-color: #59595900;
    transition: background-color 0.3s ease;
}
.host-nav:hover{
    background-color: #ffffff!important;
}
.host-nav:hover .nav-title{
    color: #000000!important;
}
.host-nav:hover svg{
    fill: #000000;
}
.header_logo{
    width: 180px;
    height: 66px;
    background-image: url(https://www.dgylec.com/static/web/images/header_logo_t_fff.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.host-nav:hover .header_logo{
    background-image: url(https://www.dgylec.com/static/web/images/header_logo_t.png)!important;
}
.host-nav .stock{
    color: #fff;
    text-align: center;
    line-height: 3px;
}
.host-nav:hover .stock{
    color: #000000!important;
}
.host-nav:hover .shares{
    color: #000000!important;
}
.host-nav:hover .topbar__button-title{
    color: #000000!important;
}

.nav-contact {
    font-size: 17px;
}
/**/

@media (min-width: 768px) {
    .head {
        padding: 4.375rem 20px;
    }
}
@media (min-width: 992px) {
    .head {
        padding: 6.3rem 60px;
    }
}
@media (min-width: 1440px) {
    .head {
        padding: 6.3rem 60px;
    }
}

/*头部轮播图*/
#vjs_video_3 div,#vjs_video_3 button{
    display: none;
}
.carousel-indicators .active_d{
    width: 5px!important;
    height: 5px!important;
    border-radius: 50%!important;
    background-color: #003F93!important;
}
.carousel-indicators .active{
    width: 30px!important;
    border-radius: 11px!important;
}
.head-carousel-li{
    width:100%;
    height: 600px;
}
.head-carousel-li .carousel-video{
    width:100%;
    height: 100%;
    justify-content: center;
    background-color: #00000000;
}
.head-carousel-li img{
    width:100%;
    height: 100%;
}
.carousel-caption{
    top: 38%;
    right: 17%;
    left: 17%;
    text-align: left;
}
.carousel-caption h3{
    color: #00388F;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white;
}
@media (max-width: 700px) {
    .head-carousel-li{
        height: 400px;
    }
}
@media (max-width: 500px) {
    .head-carousel-li{
        height: 200px;
    }
    .carousel-caption h3{
        font-size: 23px;
    }
}


/*产品应用*/
.products{
    padding: 60px 0;
}
@media (max-width: 400px) {
    .products{
        padding: 0 0  30px 0;
    }
}
.products .products-introduction{
    font-size: 20px;
    color: #000f23;
    padding-bottom: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.products .products-introduction p{
    width: 79%;
}
.products .solutionArea{
    margin-bottom: 40px;
}
.products .products-title {
    color: #01368E;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    padding: 32px 0;
}
@media (max-width: 570px) {
    .products .products-introduction {
        font-size: 15px;
    }
    .products .products-title {
        font-size: 25px;
        padding: 20px 0;
    }
    .products .products-title {
        padding: 20px 0;
    }
}

/*轮播展示列表样式*/
.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.carousel-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease;
}
.carousel-list {
    position: absolute;
    width: 300px;
    height: 380px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}
/* 选中状态 - 居中放大 */
.carousel-list.active {
    width: 665px;
    height: 420px;
    z-index: 20;
    opacity: 1;
    transform: translateX(0) scale(1);
}
/* 左侧上一个项 - 隐藏一半 */
.carousel-list.prev {
    transform: translateX(-75px) scale(0.85);
    z-index: 10;
    opacity: 0.8;
    width: 300px;
    height: 380px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
}
/* 右侧下一个项 - 隐藏一半 */
.carousel-list.next {
    transform: translateX(75px) scale(0.85);
    z-index: 10;
    opacity: 0.8;
    width: 300px;
    height: 380px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
}
/* 隐藏其他项 */
.carousel-list.hidden {
    display: none;
}
.item-content {
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.carousel-list.active .item-content {
    transform: translateY(0);
}
.text-content {
    flex: 1;
    padding-right: 15px;
}
.item-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.item-desc {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.4;
    margin-bottom: 5px;
    min-height: 40px;
}
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 更多按钮样式 - 修改为a标签 */
.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: #003F93;
    color: white;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-width: 80px;
}
.more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    color: white;
}
.more-btn:active {
    transform: translateY(0);
}
.more-btn:hover::after {
    transform: translateX(4px);
}

/* 修改导航按钮 - 无圆边和底色，只有箭头，放在选中项旁边 */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: #003F93;
    font-size: 40px;
    cursor: pointer;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border: none;
    background: none;
    opacity: 0.8;
}
.nav-btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}
.nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}
.prev-btn {
    left: calc(50% - 400px);
}
.next-btn {
    right: calc(50% - 400px);
}
@media (max-width: 1024px) {
    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 20px;
    }
}
@media (max-width: 768px) {
    .carousel-container {
        height: 380px;
    }

    .carousel-list {
        width: 220px;
        height: 300px;
    }

    .carousel-list.active {
        width: 350px;
        height: 340px;
    }

    .carousel-list.prev {
        width: 175px;
        height: 270px;
        transform: translateX(-60px) scale(0.85);
    }

    .carousel-list.next {
        width: 175px;
        height: 270px;
        transform: translateX(60px) scale(0.85);
    }

    .item-content {
        flex-direction: column;
    }

    .text-content {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .item-title {
        font-size: 1.4rem;
    }

    .item-desc {
        font-size: 0.85rem;
        min-height: 35px;
    }

    .button-container {
        width: 100%;
        justify-content: flex-start;
    }

    .more-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
        min-width: 70px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 36px;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }
}
@media (max-width: 480px) {
    .carousel-container {
        height: 320px;
    }

    .carousel-list {
        width: 180px;
        height: 250px;
    }

    .carousel-list.active {
        width: 280px;
        height: 280px;
    }

    .carousel-list.prev {
        width: 140px;
        height: 220px;
        transform: translateX(-45px) scale(0.85);
    }

    .carousel-list.next {
        width: 140px;
        height: 220px;
        transform: translateX(45px) scale(0.85);
    }

    .item-title {
        font-size: 1.2rem;
    }

    .item-desc {
        font-size: 0.8rem;
        min-height: 30px;
    }

    .more-btn {
        padding: 7px 14px;
        font-size: 0.85rem;
        min-width: 65px;
    }
}
/*轮播展示列表*/

/*产品列表*/
.products .products-list {
    background-color: #ececec;
    display: flex;
    flex-wrap: wrap;
}
.products-list .products-list-title {
    width: 100%;
    font-size: 30px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    padding: 32px 0;
    color: #01368E;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 480px) {
    .products-list .products-list-title {
        padding: 20px 0;
    }
}
/* 轮播容器 */
.products-list .products-carousel-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* 实际滚动的内部容器 */
.products-list .scroll-list {
    display: flex;
    gap: 105px;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: max-content;
    padding: 20px 55px;
    overflow: auto;
    overflow-x: clip;
}
.scroll-list .scroll-li{
    position: relative;
    display: flex;
    background-color: #FEFEFE;
    width: 230px;
    height: 350px;
    flex-direction: column;
    justify-content: space-evenly;
    flex-shrink: 0;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}
.products-list .scroll-li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.products-list .scroll-li.active {
    transform: translateY(-8px);
}
.products-list .scroll-li.active .scroll-sublist {
    opacity: 1;
}
.scroll-list .scroll-li .products-li-img img{
    max-width: 150px!important;
    margin: auto;
}
.scroll-list .scroll-li .products-li-title{
    text-align: center;
    font-size: 1.5rem;
    color: #003790;
}
.scroll-list .scroll-li .scroll-sublist{
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, #2174B6 30%, transparent 100%);
    position: absolute;
    transition: opacity 0.5s 0.1s;
}
.scroll-li:hover .scroll-sublist{
    opacity: 1;
}
.scroll-list .scroll-li .scroll-sublist .li-title{
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
}
.scroll-list .scroll-li .scroll-sublist .scroll-lis{
    padding-top: 10px;
    color: #FFF;
    font-size: 12px;
}
.scroll-list .scroll-li .scroll-sublist .scroll-lis a:hover{
    color: #fff!important;
    border-bottom: 1px solid #f00;
}
.scroll-list .scroll-li .scroll-sublist .products-li-details{
    padding: 10px 0 20px;
}
.scroll-list .scroll-li .scroll-sublist .products-li-details a{
    color: #FFFFFF!important;
}
/* 小圆点指示器容器 */
.products-list .dots-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
}
/* 小圆点 */
.products-list .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d1d1;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.products-list .dot:hover {
    transform: scale(1.3);
    background-color: #9e9e9e;
}
.products-list .dot.active {
    background-color: #4d96ff;
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(77, 150, 255, 0.2);
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
/* 响应式设计 */
@media (max-width: 480px) {

    .products-list .dots-container {
        gap: 10px;
    }

    .products-list .dot {
        width: 7px;
        height: 7px;
    }
}
.products-list .product-series{
    width: 100%;
    padding: 40px;
}
.products-list .product-series .product-series-li{
    display: none;
    padding: 20px 50px;
}
@media (max-width: 570px) {
    .products-list .product-series {
        padding: 15px;
    }
    .products-list .product-series .product-series-li{
        padding: 0;
    }
}
.products-list .product-series .product-series-li .series-li{
    display: flex;
}
.product-series-li.active {
    display: block!important;
}
.products-list .product-series .product-series-li .product-series-content{
    width: 50%;
}
.products-list .product-series .product-series-li .product-series-content .product-series-title{
    font-size: 2rem;
    font-weight: 700;
}
.products-list .product-series .product-series-li .product-series-content .product-series-introduction{
    font-size: 1.1rem;
    min-height: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.products-list .product-series .product-series-li .product-series-content .product-series-button{
    color: #093887;
    font-size: 1rem;
}
.products-list .product-series .product-series-li .product-series-img{
    width: 50%;
}
.products-list .product-series .product-series-li .product-series-img img{
    margin:auto;
}
@media (max-width: 400px) {
    .products-list .product-series .product-series-li .series-li{
        flex-direction: column-reverse;
    }
    .products-list .product-series .product-series-li .product-series-content{
        width: 100%;
    }
    .products-list .product-series .product-series-li .product-series-img{
        width: 100%;
    }
}

/*服务*/
.service .service-title{
    font-size: 2rem;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    color: #01368E;
    text-align: center;
    font-weight: 600;
}
.service .service-introduction{
    font-size: 20px;
    color: #000f23;
    padding-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.service .service-introduction p{
    width: 79%;
}
.service .service-list{
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service .service-list .service-li{
    padding: 2rem;
}
@media (max-width: 570px) {
    .service .service-list .service-li{
        padding: 1rem;
    }
}
.service .service-list .service-li .service-li-img{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.service .service-list .service-li .service-li-img img{
    width: 62px;
}
.service .service-list .service-li .service-li-h1{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.service .service-list .service-li .service-li-h1 img{
    width: 62px;
}

.service .service-list .service-li .service-li-title{
    color: inherit;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: .75rem;
    margin-top: 0;
    word-break: break-word;
    text-align: center;
}
.service .service-list .service-li .service-li-h2{
    font-size: 28px;
    text-align: center;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    margin-bottom: .75rem;
    margin-top: 0;
    word-break: break-word;
}

.service .service-list .service-li .service-li-introduction {
    font-size: 17px;
    color: #000f23;
    text-align: center;
}


/*一览*/
.service{
    margin-bottom: 3rem;
}
.service .glance-list{
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 570px) {
    .service{
        margin-bottom: 1rem;
    }
    .service .glance-list{
        padding-top: 0;
    }
}

.service .glance-list .glance-li{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 770px) {
    .service .glance-list .li-segmentation3{
        border-left: 1px dashed transparent;
    }
}
@media (max-width: 570px) {
    .service .glance-list .li-segmentation{
        border-left: 1px dashed transparent;
        border-top: 1px dashed rgba(107, 114, 128, 1);
    }
}
.service .glance-list .glance-li .glance-li-img{
    margin-bottom: 15px;
}
.service .glance-list .glance-li .glance-li-img img{
    width: 62px;
}

.service .glance-list .glance-li .glance-li-title{
    color: #000000;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: .75rem;
    margin-top: 0;
    word-break: break-word;
    text-align: center;
}

.service .glance-list .glance-li .glance-li-introduction {
    font-size: 16px;
    color: #000f23;
    text-align: center;
}


/*最新消息*/
.newsList {
    padding: 35px 0 60px;
}
@media (max-width: 570px) {
    .newsList {
        padding: 30px 0 0;
    }
}
.newsList .newsList-title{
    color: #01368E;
    font-size: 2rem;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
.newsList .newsLists{
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsList .newsLists .newsLists-li{
    width: 31%;
    background-color: #fff;
    border-width: 1px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    padding: 30px;
}
.newsList .newsLists .newsLists-li .newsLists-li-img{
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    min-height: 180px;
}
.newsList .newsLists .newsLists-li .newsLists-li-class{
    color: #01368E;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1rem;
}
.newsList .newsLists .newsLists-li .newsLists-li-title{
    color: inherit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    margin-bottom: .75rem;
    margin-top: 0;
    word-break: break-word;
    min-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList .newsLists .newsLists-li .newsLists-li-introduction{
    font-size: 15px;
    color: #767676;
    min-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsList .newsLists .newsLists-li .newsLists-li-details{
    width: 100%;
    margin-top: 1rem;
    color: #2883dd;
    font-size: 1rem;
    line-height: 1;
    padding: 1.1em 0;
    text-transform: none;
    transition: all .4s ease;
}

.newsList .newsLists .newsLists-li .newsLists-li-information{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
}
.newsList .newsLists .newsLists-li .newsLists-li-information .newsLists-li-time{
    padding: 10px 0;
}
.newsList .newsLists .newsLists-li .newsLists-li-information .newsLists-li-view{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    color: #2883dd;
}
.newsList .newsLists .newsLists-li .newsLists-li-information .newsLists-li-view img{
    margin-right: 3px;
}

@media (max-width: 768px) {
    .newsList .newsLists .newsLists-li{
        margin-bottom: 2rem;
        width: 100%;
    }
}

/*关于惠伦*/
.aboutAreaImg {
    background: url('https://www.dgylec.com/static/web/images/WorldMap.jpeg') no-repeat center center fixed;
    background-size: cover;
}
.aboutYL{
    padding: 50px 0;
}
.aboutYL .aboutYL-head{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aboutYL .aboutYL-head .aboutYL-title{
    font-weight: 700;
    color: #01368E;
    font-size: 43px;
    letter-spacing: 3.44px;
    line-height: 1.5;
}
.aboutYL .aboutYL-head .aboutYL-subtitle{
    color: #296caf;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1.84px;
    padding: 15px 0;
}
.aboutYL .aboutYL-content{
    display: flex;
    flex-direction: column;
}
.aboutYL .aboutYL-content .aboutYL-content-title{
    text-align: center;
    color: #464646;
    font-size: 17px;
    line-height: 1.94;
    max-width: 780px;
    margin: 0 auto;
}
.aboutYL .aboutYL-content .aboutYL-content-list{
    display: flex;
}
.aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20%;
    height: 300px;
}
.aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li .content-title{
    background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}
.aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li .li-content{
    color: #727272;
    line-height: 1.64;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 570px) {
    .aboutYL .aboutYL-head .aboutYL-title{
        font-size: 30px;
    }
    .aboutYL .aboutYL-content .aboutYL-content-title {
        font-size: 13px;
    }
    .aboutYL .aboutYL-content .aboutYL-content-list {
        flex-wrap: wrap;
    }
    .aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li {
        width: 100px;
        height: 105px;
    }
    .aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li .content-title {
        font-size: 27px;
    }
    .aboutYL .aboutYL-content .aboutYL-content-list .aboutYL-content-li .li-content {
        font-size: 15px;
    }
}



