


.breadcrumbs {
    position: relative;
}
.banner-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/sites/default/files/cardsite-img/new-home/canvas-banner-bg.png.png) no-repeat center center;
    background-size: cover;*/
}
.breadcrumb-content-main:before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 3;
}
.breadcrumb-content-main>div, .breadcrumb-content-main>h2 {
    position: relative;
    z-index: 5;
}
.breadcrumb-content-main {
    width: fit-content;
    margin: 0 auto;
    /*background: #000;*/
    padding: 15px;
}
.breadcrumb-content-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, transparent) !important;
    z-index: 0;
}
/*卡片鼠标跟随*/
.pujun-home-service-grid,.product-class,.breadcrumb-content-main,.pujun-you-know-left-right,.pujun-module-icons-item {
position: relative;
transition: transform 0.3s;
transform: perspective(900px) translateY(var(--x, 0px)) translateY(var(--y, 0px)) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
 cursor: pointer;
}
   



/*footer*/
footer#footer {
    background: #222425;
}
#footer .footer-center {
    background: #252829;
}
.copyright-inner>div {
    display: flex;
    justify-content: space-between;
}
footer#footer .footer-top {
    background: #252829;
}

div.breadcrumb-content-main {
    margin-top: 14%;
}


.pujun-breadcrumb .breadcrumb-style{
    height: 550px;
}
.body-page header.header-v2 .gva-search-region .icon {
    font-size: 24px;
}
div.gva-search-region {
    top: 42%;
}
.pujun-header{
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(30px);
    margin-top: -5px;
}
.pujun-header.pujun-header-canvas{
    backdrop-filter: blur(4px);
}
.position-tops {
    position: fixed;
    display: none;
    width: fit-content;
    right: 20px;
    top: 70%;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px #d1d1d1;

}
.position-top{
    position: relative;
    height: 70px;
    
}
.position-top2{
    position: relative;
    height: 70px;
    
}
.position-top:before {
    display: block;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.position-top2:before {
    display: block;
    color: #0e062b;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.position-topss{
    position: relative;
    color: #0e062b;
}

.call-text p:nth-child(1) {
    margin-bottom: 0px;
    margin-top: 0px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.call-text p:nth-child(2) {
    margin-top: 5px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.call{
    display: flex;
    gap: 5px;
    padding: 10px 20px 0px 20px;
    width: fit-content;
  
    
}
.zindexs {
    z-index: 10000;
}
@media screen and (max-width:991.9px) {
    .position-tops{
        display: none !important;
    }
    .position-tops1{
        display: none !important;
    }
    header.header-v2 .header-main-inner .gva-offcanvas-mobile{
        height: 100vh;
    }
    div.gva-search-region {
        top: 47% !important;
    }
    .pujun-breadcrumb .breadcrumb-style {
        height: 350px;
    }
    div.breadcrumb-content-inner {
        margin-bottom: 75px;
    }
    
}

.footer-inner {
    z-index: 0;
    position: relative;
}




