html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

body,body *{font-family:'Microsoft YaHei';}

#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}



.sideNav{
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li{
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}
.sideNav ul li a{
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/dian2.png) no-repeat center;
    transition: .3s;
}
.sideNav ul li.active a{
    background: url(../images/dian1.png) no-repeat center;
}

.dowebok{
    position: relative;
}
.head1{
    width: 100%;
    position: fixed;
    top: -104px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0;
    background: rgba(0,0,0,0.72);
    transition: .5s;
}
.head1.down{
    top: 0!important
}
.w1620{
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.head1 .w1620{
    position: relative
}
.head1 .logo{
    float: left;
}
.head1 .btn1{
    width: 35px;
    height: 28px;
    background: url(../images/btn1.png) no-repeat center;
    float: right;
    margin-top: 18px;
}

.head2{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.82);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}
.head2 #formsearch{
    border-bottom: 1px solid #fff;
}
.head2 #formsearch input{
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}
.head2 #formsearch #s_btn{
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}
.head2 #formsearch #keyword{
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}
.head2 .btn2{
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
.head-menu > li > a{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
} 
.head-menu .head-sub-menu > li > a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}

.head3{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}




.sec0-con{
    width: 100%;
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    z-index: 99;
}
.sec0-con ul{
    text-align: center;
}
.sec0-con ul li{
    display: inline-block;
    width: 189px;
    height: 39px;
    margin: 0 30px;
}
.sec0-con ul li a{
    display: block;
    font-size: 14px;
    line-height: 37px;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}
.sec0-con ul li span{
    display: block;
    position: relative;
}
.sec0-con ul li a::before{
    content: '';
    width: 0;
    transition: .5s;
    height: 37px;
    background: #114271;
    position: absolute;
    left: 0;
    top: 0;
}
.sec0-con ul li a:hover::before{
    width: 100%;
}

.section1{
    background: #262626;
    width: 100%;
}
.sec1-con{
    font-size: 0;
}
.sec1-left{
    width: 50%;
    display: inline-block
}
.sec1-left img{
    width: 100%;
}
.sec1-right{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.sec1-right .sec1-right-con{
    max-width: 522px;
    margin-left: 15%;
    padding: 5% 0;
}
.sec1-right .sec1-right-con dt img{
    max-width: 100%;
}
.sec1-right .sec1-right-con > h3{
    font-size: 30px;
    color: #114271;
    text-transform: uppercase;
    line-height: 2.5;
}
.sec1-right .sec1-right-con > h4{
    font-size: 24px;
    color: #fff;
}
.sec1-right .sec1-right-con .jj{
    font-size: 14px;
    color: #fff;
    padding: 10% 0;
    line-height: 2
}
.sec1-right .sec1-right-con a.more{
    display: inline-block;
    padding-right: 60px;
    font-size: 14px;
    color: #999999;
    background: url(../images/more1.png) no-repeat right center;
    line-height: 39px;
}
.sec1-right .sec1-right-con a.more:hover{
    background: url(../images/more2.png) no-repeat right center;
}

.section2{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.w1280{
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.index-tlt1{
    text-align: center;
    margin-bottom: 4%
}
.index-tlt1 h2{
    font-size: 30px;
    color: #114271;
}
.index-tlt1 p{
    font-size: 28px;
    color: #fff;
    line-height: 2;
}
.sec2-con ul{
    font-size: 0;
}
.sec2-con ul li{
    width: 30.333%;
    display: inline-block;
    margin-right: 4.5%;
    background: #757575;
}
.sec2-con ul li:last-child{
    margin-right: 0;
}
.sec2-con ul li .cont{
    padding: 23% 10%;
    text-align: center;
}
.sec2-con ul li .cont img{
    max-width: 100%;
}
.sec2-con ul li .cont h3{
    font-size: 22px;
    color: #fff;
    margin-top: 15%;
}
.sec2-con ul li .cont p{
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 3;
    text-transform: uppercase;
}
.sec2-con ul li .cont .line{
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    background: url(../images/line01.png) no-repeat center;
    transition: .5s;
}
.sec2-con ul li .cont:hover .line{
    transform:rotate(90deg);
}
.sec2-con ul li .cont a{
    display: block;
    width: 160px;
    height: 46px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #bcbcbc;
    line-height: 44px;
    margin-top: 50px;
}
.sec2-con ul li .cont:hover a{
    border-color: rgba(255,255,255,0.55);
    color: #fff;
}

.section3{
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.sec3-con{
   font-size: 0;
   height: 100%;
}
.sec3-left{
    width: 50%;
    height: 100%;
    float: left;
}
.sec3-left ul{
    height: 100%;
}
.sec3-left ul li{
    height: 50%;
    width: 100%;
    font-size: 0;
    background: #fff;
}
.sec3-left ul li .bt{
    width: 50%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
}
.sec3-left ul li .wz{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%
}
.sec3-left ul li .bt .cont{
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -40px;
}
.sec3-left ul li .bt h3{
    font-size: 24px;
    color: #114271;
    line-height: 40px;
    text-transform: uppercase;
}
.sec3-left ul li .bt p{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.sec3-left ul li .wz p{
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/dian3.png) no-repeat left 12px;
    line-height: 2;
}
.sec3-right{
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -40px;
}
.sec3-right h3{
    font-size: 30px;
    color: #114271;
    line-height: 40px;
}
.sec3-right h4{
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}


.section4{
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.sec4-slick{
    padding-bottom: 90px;
}
.sec4-slick .slick-arrow{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}
.sec4-slick .slick-prev{
    left: calc(50% - 40px);
    background: url(../images/left01.png) no-repeat center;
}
.sec4-slick .slick-next{
    right: calc(50% - 40px);
    background: url(../images/right01.png) no-repeat center;
}
.sec4-slick .slick-con{
    padding: 0 5%;
    text-align: center
}
.sec4-slick .slick-con img{
    max-width: 100%;
    margin: 0 auto
}


.section5{
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}
.sec5-con ul li{
    width: 33.333%;
    float: left;
    padding: 4px;
}
.sec5-con ul li a{
    display: block;
    background: #757575;
    padding: 14%;
}
.sec5-con ul li a h3{
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sec5-con ul li a .info{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 25px 0;
}
.sec5-con ul li a .date{
    font-size: 14px;
    color: #fff;
}
.sec5-con ul li a:hover h3{
    color: #114271;
}

.section6{
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
}
.section6::before{
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(38,38,38,0.72);
    position: absolute;
    top: 0;
    left: 0; 
}
.sec6-con .cont{
    max-width: 480px;
    position: relative;
    font-family: "微软雅黑";
}
.sec6-con .cont .index-tlt1{
    text-align: left;
}
.sec6-con .cont .lxfs{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.sec6-con .cont .yqlj{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.sec6-con .cont .yqlj a{
    color: #fff;
}
.sec6-con .cont .sub-company{
    padding: 10% 0;
}
.sec6-con .cont .sub-company > h3{
    font-size: 14px;
    color: rgba(255,255,255,0.57);
    margin-bottom: 30px;
}
.sec6-con .cont .sub-company .sec6-slick{
    padding-right: 40px;
    position: relative;
}
.sec6-con .cont .sub-company .sec6-slick .slick-con{
    padding: 0 5%;
}
.sec6-con .cont .sub-company .sec6-slick .slick-con img{
    max-width: 100%;
    margin: 0 auto;
}
.sec6-con .cont .sub-company .sec6-slick .slick-arrow{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}
.sec6-con .cont .sub-company .sec6-slick .slick-prev{
    display: none!important;
}
.sec6-con .cont .sub-company .sec6-slick .slick-next{
    background: url(../images/right01.png) no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}
.sec6-con .cont .back-top{
    margin-top: 5%; margin-bottom:5%;
}
.sec6-con .cont .back-top a{
    display: inline-block;
    font-size: 12px;
    color: #114271;
    padding-right: 60px;
    line-height: 36px;
    background: url(../images/more3.png) no-repeat right center;
}


.sec6-con .cont .fnav{
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
}
.sec6-con .cont .fnav a{
    color: #fff
}
.sec6-con .cont .copyr{
    font-size: 14px;
    color: #fff;
    line-height: 2;
    
}
.sec6-con .cont .copyr a{
    color: #fff
}

.n-menu{
    padding: 40px 0;
}
.n-menu .sort{
    text-align: center
}
.n-menu .sort > li{
    display: inline-block;
    margin: 0 10px 10px;
}
.n-menu .sort > li > a{
    display: block;
    padding: 0 20px;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 35px;
    color: #333;
}
.n-menu .sort > li:hover > a{
    background: #114271;
    color: #fff;
}



@media (max-width: 1200px) {
    .section0, .section0 .fp-tableCell,
    .section1, .section1 .fp-tableCell, 
    .section2, .section2 .fp-tableCell,
    .section3, .section3 .fp-tableCell, 
    .section4, .section4 .fp-tableCell, 
    .section5, .section5 .fp-tableCell, 
    .section6, .section6 .fp-tableCell{
        display: block !important;
        height: auto !important;
    }
    .sideNav{
        display: none!important;
    }
    .head-menu > li > a{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .head-menu .head-sub-menu > li > a{
        font-size: 12px;
    }
    .index-tlt1 h2{
        font-size: 24px;
    }
    .index-tlt1 p{
        font-size: 22px;
    }
    .sec5-con ul li a h3{
        font-size: 16px;
    }
    .sec1-right .sec1-right-con dt img{
        max-width: 40px;
    }
    .sec1-right .sec1-right-con > h3{
        font-size: 24px;
    }
    .sec1-right .sec1-right-con > h4{
        font-size: 22px;
    }
    .sec1-right .sec1-right-con .jj{
        font-size: 13px;
    }
    .section2{
        padding: 40px 0;
    }
    .section3{
        padding: 40px 0;
    }
    .section4{
        padding: 40px 0;
    }
    .section5{
        padding: 40px 0;
    }
    .section6{
        padding: 40px 0;
    }
    .sec3-left{
        width: 100%;
        float: none;
        height: 600px;
    }
    .sec3-right{
        width: 100%;
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 4%;
    }
    .sec3-right h3{
        font-size: 24px;
    }
    .sec3-right h4{
        font-size: 22px;
    }
    .sec3-left ul li .bt h3{
        font-size: 20px;
    }
    .sec3-left ul li .bt p{
        font-size: 18px;
    }

    .section6::before{
        width: 60%;
    }


}
@media (max-width: 990px){
    
    body{
        padding-top: 60px;
    }
    .sec0-con ul li{
        width: 120px;
        height: 32px;
        margin: 0 10px;
    }
    .sec0-con ul li a{
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
   
    .sec2-con ul li .cont h3{
        font-size: 18px;
    }
    .sec2-con ul li .cont p{
        font-size: 12px;
    }
    .sec2-con ul li .cont a{
        font-size: 12px;
        width: 120px;
    }
    .section6::before{
        width: 70%;
    }
}

@media (max-width: 768px){
    .sec0-con ul li{
        width: 90px;
        margin: 6px 2px;
    }
    .sec1-left{
        width: 100%;
    }
    .sec1-right{
        width: 100%;
    }
    .sec1-right .sec1-right-con{
        padding: 40px 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .sec2-con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec2-con ul li .cont{
        padding: 15% 5%;
    }
    .sec2-con ul li .cont a{
        margin-top: 30px;
    }
    .sec3-left ul li .bt .cont{
        margin-top: -30px;
    }
    .sec3-left ul li .bt h3{
        font-size: 16px;
        line-height: 30px;
    }
    .sec3-left ul li .bt p{
        font-size: 14px;
        line-height: 30px;
    }
    .sec3-left ul li .wz p{
        font-size: 12px;
    }
    .sec5-con ul li{
        width: 100%;
    }
    .sec5-con ul li a{
        padding: 20px;
    }
    .sec5-con ul li a h3{
        font-size: 14px;
    }
    .sec5-con ul li a .info{
        font-size: 12px;
    }
    .sec5-con ul li a .date{
        font-size: 12px;
    }
    .section6::before{
        width: 100%;
    }

}
#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}

.xypg-right-content{ font-size:15px; line-height:30px}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.logo img{ height:62px}

/* JINBAISHI 2026 MIGRATION */
.head1 .logo img{height:62px;width:auto;max-width:360px;object-fit:contain}
.xymob-logo img{max-height:54px;width:auto;max-width:250px;object-fit:contain}
.head2 #formsearch .s_btn{width:30px;height:35px;background:url(../images/ss.png) no-repeat center;border:0;float:left}
.head2 #formsearch .keyword{width:calc(100% - 35px);padding-left:15px;color:#fff;border:0;background:none;line-height:35px;outline:none}
.sec1-left{height:100%}.sec1-left img{width:100%;height:100%;object-fit:cover}
.home-all-products{text-align:center;margin-top:34px}.home-all-products a{display:inline-block;padding:12px 28px;border:1px solid rgba(255,255,255,.55);color:#fff;font-size:13px;letter-spacing:1px}.home-all-products a:hover{background:#114271;border-color:#114271;color:#222}
.case-title{font-size:15px;text-align:center;margin-top:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-title a{color:#fff}.case-title a:hover{color:#114271}
.sec6-con .cont{font-family:Arial,"Helvetica Neue",sans-serif}.sec6-con .cont .lxfs a{color:#fff}.sec6-con .cont .lxfs a:hover{color:#114271}
.x-footer .fnav a{display:inline-block;margin:0 12px;color:#666}.x-footer .x-seo a{color:#777}
.page-wrap-contact a{color:inherit;word-break:break-word}
.jinbaishi-content{font-size:15px;line-height:1.9;color:#555}.jinbaishi-content p{margin-bottom:16px}.jinbaishi-content img{max-width:100%;height:auto!important;display:block;margin:18px auto}.jinbaishi-content h2,.jinbaishi-content h3{color:#333;margin:24px 0 12px}
.jinbaishi-product-detail .xypg-detail-title{text-align:center;margin-bottom:30px}.product-enquiry{text-align:center;margin:32px 0}.product-enquiry a{display:inline-block;padding:13px 28px;background:#114271;color:#222;font-weight:600;letter-spacing:.5px}.product-enquiry a:hover{background:#222;color:#fff}
.search-full-width{width:100%!important;float:none!important}
.xypg-product-list li .img{display:block;overflow:hidden;background:#f5f5f5}.xypg-product-list li .img img{width:100%;aspect-ratio:1/1;object-fit:contain;transition:.35s}.xypg-product-list li:hover .img img{transform:scale(1.035)}
.page-banner img{display:block;width:100%;height:auto}
@media (max-width:1200px){.sec1-left{height:auto}.sec1-left img{height:auto}.home-all-products{margin:25px 0 5px}}
@media (max-width:768px){.head1 .logo img{max-width:220px}.xymob-logo img{max-width:200px}.xypg-product-list li .img img{aspect-ratio:1/1}.x-footer .fnav a{margin:0 6px}.jinbaishi-content{font-size:14px}.page-position{font-size:12px}}

.hero-copy{position:absolute;z-index:90;left:8%;top:50%;transform:translateY(-50%);max-width:720px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.55)}
.hero-copy .hero-kicker{font-size:14px;letter-spacing:2.2px;margin-bottom:18px;color:#114271;font-weight:600}
.hero-copy h1{font-size:46px;line-height:1.18;font-weight:500;margin:0 0 18px;text-transform:none}
.hero-copy p{font-size:17px;line-height:1.8;margin-bottom:28px}
.hero-copy>a{display:inline-block;padding:13px 24px;border:1px solid rgba(255,255,255,.75);color:#fff;letter-spacing:1px;font-size:13px;background:rgba(0,0,0,.15)}
.hero-copy>a:hover{background:#114271;border-color:#114271;color:#222}
.section0 .x-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.26) 48%,rgba(0,0,0,.05) 100%);pointer-events:none;z-index:2}
.section0 .x-banner{position:relative}.section0 .x-banner .owl-carousel{z-index:1}
.section0 .x-banner .banner-item img{height:100vh;min-height:620px;object-fit:cover}
@media(max-width:1200px){.hero-copy{top:42%;left:6%;right:6%;max-width:620px}.hero-copy h1{font-size:38px}.section0 .x-banner .banner-item img{height:auto;min-height:0;aspect-ratio:16/9;object-fit:cover}}
@media(max-width:768px){.hero-copy{top:38%;left:7%;right:7%;transform:translateY(-35%)}.hero-copy .hero-kicker{font-size:10px;letter-spacing:1px;margin-bottom:8px}.hero-copy h1{font-size:22px;margin-bottom:8px}.hero-copy p{font-size:12px;line-height:1.5;margin-bottom:13px}.hero-copy>a{padding:8px 12px;font-size:10px}.section0 .x-banner .owl-carousel img{min-height:360px;object-fit:cover}.sec0-con{bottom:6%}.sec0-con ul li{margin:4px;width:auto;min-width:100px}.sec0-con ul li a{font-size:10px;padding:0 8px;letter-spacing:0}}

/* =========================================================
   ALVESS MARINE redesign - 2026-08-31
   Brand blue sampled from the supplied ALVESS MARINE logo.
   ========================================================= */
:root{--alvess-blue:#114271;--alvess-blue-2:#1f6b9a;--alvess-blue-soft:#dcebf4;--alvess-navy:#092d4c;--alvess-ink:#17212b;--alvess-muted:#65727e;--alvess-line:#dbe1e6;--alvess-bg:#f4f7f9}
body,body *{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
body{color:var(--alvess-ink);background:#fff}
a{transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease}

/* Header */
.head1{background:rgba(255,255,255,.97);box-shadow:0 7px 24px rgba(12,45,74,.08);padding:15px 0}
.head1 .logo img{height:66px;max-width:360px;background:#fff}
.head1 .btn1{width:34px;height:28px;background:none!important;position:relative;margin-top:18px}
.head1 .btn1:before,.head1 .btn1:after,.head1 .btn1 span{content:"";position:absolute;left:0;width:34px;height:2px;background:var(--alvess-blue);display:block}
.head1 .btn1:before{top:3px}.head1 .btn1 span{top:13px}.head1 .btn1:after{top:23px}
.head2{background:rgba(7,39,66,.97)}
.head-menu>li>a:hover,.head-menu .head-sub-menu>li>a:hover{color:#9bcde6}
.xymob-head{background:#fff;box-shadow:0 4px 18px rgba(12,45,74,.1)}
.xymob-head-box .xymob-logo{height:42px}.xymob-head-box .xymob-logo img,.xymob-logo img{height:42px!important;max-height:42px!important;max-width:240px;background:#fff}
.xymob-navbtn span,.xymob-navbtn:after,.xymob-navbtn:before{background:var(--alvess-blue)}
.xymob-search-btn{color:var(--alvess-blue)}

/* Home base */
.alvess-home-inner{width:min(1280px,calc(100% - 80px));margin:0 auto}
.alvess-home-kicker{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--alvess-blue-2);margin-bottom:14px}
.alvess-home-copy h2,.alvess-capability-copy h2{font-size:38px;line-height:1.15;font-weight:700;color:var(--alvess-ink);margin-bottom:12px}
.alvess-home-copy h3,.alvess-capability-copy h3{font-size:23px;line-height:1.35;color:var(--alvess-blue);font-weight:500;margin-bottom:26px}
.alvess-home-copy p,.alvess-capability-copy p{font-size:15px;line-height:1.85;color:#53616d;margin-bottom:12px}
.alvess-text-link{display:inline-block;margin-top:18px;padding-bottom:5px;border-bottom:1px solid var(--alvess-blue);color:var(--alvess-blue);font-size:13px;font-weight:700;letter-spacing:1px}
.alvess-section-title{margin-bottom:38px}.alvess-section-title h2{font-size:34px;line-height:1.3;color:var(--alvess-blue);font-weight:700;text-transform:none}

/* Home hero: use supplied artwork without duplicated text overlay */
.alvess-hero-section{background:#072e50;overflow:hidden}
.section0 .x-banner:after{display:none!important}
.alvess-hero-banner,.alvess-hero-banner .owl-carousel,.alvess-hero-banner .owl-stage-outer,.alvess-hero-banner .owl-stage,.alvess-hero-banner .owl-item,.alvess-hero-banner .banner-item{height:100%}
.section0 .x-banner .banner-item img,.alvess-hero-banner img{width:100%;height:100vh;min-height:620px;object-fit:cover;object-position:center}
.alvess-hero-nav{bottom:7%;padding:0 22px}
.alvess-hero-nav ul{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.alvess-hero-nav ul li{width:auto;min-width:145px;height:42px;margin:0}
.alvess-hero-nav ul li a{height:42px;line-height:40px;border-radius:23px;padding:0 20px;background:rgba(3,30,54,.34);border-color:rgba(255,255,255,.72);backdrop-filter:blur(4px);font-weight:600}
.alvess-hero-nav ul li a:before{background:var(--alvess-blue)}

/* Home About */
.alvess-home-about{background:#f6f8fa!important}
.alvess-home-split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.alvess-home-media{border-radius:2px;overflow:hidden;box-shadow:0 20px 45px rgba(16,48,74,.12)}
.alvess-home-media img{width:100%;height:min(62vh,610px);object-fit:cover;display:block}
.alvess-home-copy{padding-right:4%}

/* Home Products */
.alvess-home-products{background:#0d3557!important}
.alvess-home-products .alvess-section-title h2{color:#fff}
.alvess-product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.alvess-material-card{display:flex;flex-direction:column;min-height:430px;background:#e8ebee;color:var(--alvess-ink);border:1px solid rgba(255,255,255,.18);box-shadow:0 16px 42px rgba(0,0,0,.15)}
.alvess-material-card:hover{transform:translateY(-5px);background:#fff}
.alvess-material-img{height:245px;background:#fff;overflow:hidden}
.alvess-material-img img{width:100%;height:100%;object-fit:cover;display:block}
.alvess-material-body{padding:28px 26px;flex:1}
.alvess-material-body h3{font-size:23px;line-height:1.25;color:var(--alvess-blue);font-weight:700;margin-bottom:15px}
.alvess-material-body p{font-size:14px;line-height:1.7;color:#46525e}

/* Home Capability */
.alvess-home-capability{background:#eef3f6!important}
.alvess-capability-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}
.alvess-capability-media{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.alvess-capability-media article{background:#fff;box-shadow:0 15px 36px rgba(10,43,70,.08)}
.alvess-capability-media article img{width:100%;height:300px;object-fit:cover;display:block}
.alvess-capability-media article>div{padding:22px 24px 24px}
.alvess-capability-media h3{font-size:19px;color:var(--alvess-blue);font-weight:700;margin-bottom:9px}
.alvess-capability-media p{font-size:13px;line-height:1.65;color:#65727d}
.alvess-capability-copy{padding-left:10px}

/* Home Designed slider */
.alvess-home-designed{background:#092f50!important}
.alvess-home-designed .alvess-section-title h2{color:#fff}
.alvess-designed-slider{padding-bottom:70px}
.alvess-designed-slider .slick-con{padding:0 10px}
.alvess-designed-slider .slick-con img{width:100%;height:400px;object-fit:cover;display:block}
.alvess-designed-slider .slick-arrow{filter:none;background-image:none!important;border:1px solid rgba(255,255,255,.65);border-radius:50%;text-indent:-9999px}
.alvess-designed-slider .slick-arrow:after{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;text-indent:0}
.alvess-designed-slider .slick-prev:after{content:'‹'}.alvess-designed-slider .slick-next:after{content:'›'}

/* Why */
.alvess-home-why{background:#f4f7f9!important}
.alvess-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1050px;margin:0 auto}
.alvess-why-grid div{min-height:155px;background:#fff;border:1px solid #d9e1e7;border-top:4px solid var(--alvess-blue);display:flex;align-items:center;justify-content:center;text-align:center;font-size:28px;line-height:1.2;font-weight:700;color:var(--alvess-blue);padding:25px;box-shadow:0 16px 38px rgba(13,53,87,.07)}

/* Home Contact */
.alvess-home-contact{background:linear-gradient(125deg,#082c49 0%,#114271 65%,#1e668f 100%)!important;position:relative}
.alvess-home-contact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 28%,rgba(137,206,233,.18),transparent 35%)}
.alvess-home-contact-inner{position:relative;z-index:1}
.alvess-home-contact-card{max-width:920px;color:#fff}
.alvess-home-contact-card h2{font-size:38px;line-height:1.25;font-weight:700;margin-bottom:18px}
.alvess-home-contact-card>p{font-size:17px;line-height:1.7;max-width:800px;color:rgba(255,255,255,.84);margin-bottom:28px}
.alvess-home-contact-lines{border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25);padding:20px 0;margin-bottom:26px}
.alvess-home-contact-lines p{font-size:15px;line-height:1.8;color:#fff;margin:7px 0}
.alvess-home-contact-lines strong{font-weight:700}.alvess-home-contact-lines a{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.alvess-home-contact-card h3{font-size:18px;font-weight:700;margin-bottom:7px}.alvess-home-contact-card h3+p{font-size:15px;margin-bottom:20px}
.alvess-contact-link{display:inline-block;padding:12px 22px;border:1px solid rgba(255,255,255,.7);color:#fff;font-size:12px;font-weight:700;letter-spacing:1px}.alvess-contact-link:hover{background:#fff;color:var(--alvess-blue)}
.alvess-home-bottom{position:absolute;left:0;right:0;bottom:-100px;display:flex;justify-content:space-between;font-size:12px;color:rgba(255,255,255,.62)}.alvess-home-bottom a{color:#fff}

/* Internal page shell */
.page-banner{height:315px;background:#0a3455;overflow:hidden}
.page-banner img{width:100%!important;height:100%!important;object-fit:cover;object-position:center;display:block}
.page-position{margin-bottom:32px;padding:13px 0;background:#f1f4f6;color:#5b6670;border-bottom:1px solid #e0e5e9}
.page-position a{color:var(--alvess-blue)}
.page-wrap{padding-bottom:65px}.page-wrap-left{margin-right:3.2%!important;width:275px!important}.page-wrap-right{min-width:0}
.xypg-left-title{background:var(--alvess-blue);padding:13px 18px}.xypg-left-title h3{font-size:18px}.xypg-left-title span{font-size:12px}.xypg-left-con{border-color:#d8e0e6}.xypg-left-nav>li>a{font-size:14px;padding:14px 16px}.xypg-left-nav>li:hover>a,.xypg-left-nav>li.clicked>a{color:var(--alvess-blue);background:#f3f7fa}
.x-footer{background:#092d4c;padding:22px 0}.x-footer .fnav a{color:rgba(255,255,255,.74);margin:0 12px}.x-footer .fnav a:hover{color:#fff}.x-footer .x-seo a{color:rgba(255,255,255,.55)}
#toolbar li a,#toolbar li.ewm .ewm-box{background:var(--alvess-blue)}#toolbar li .icon-font{background-color:#d9e7f0}#toolbar li:hover .icon-font{background-color:var(--alvess-blue)}

/* Product listing */
.xypg-product-list{display:flex;flex-wrap:wrap;margin:0 -10px}.xypg-product-list li{display:flex;flex-direction:column;width:calc(33.333% - 20px);margin:0 10px 22px;padding:0;border:1px solid #e1e6ea;background:#fff;vertical-align:top}.xypg-product-list li .img{height:245px;background:#f7f8f9;overflow:hidden}.xypg-product-list li .img img{width:100%!important;height:100%!important;object-fit:contain!important;display:block;padding:8px}.xypg-product-list li h3{margin:0}.xypg-product-list li h3 a{font-size:14px;line-height:1.5;min-height:66px;display:flex;align-items:center;justify-content:center;padding:12px;color:#2a3540}.xypg-product-list li:hover{border-color:#9db8ca;box-shadow:0 10px 24px rgba(17,66,113,.09)}
.alvess-product-group{padding-bottom:36px;margin-bottom:42px;border-bottom:1px solid #dfe5e9}.alvess-product-group:last-child{border-bottom:0}.alvess-product-group-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.alvess-product-group-head>div{display:flex;align-items:baseline;gap:15px}.alvess-product-group-head span{font-size:16px;font-weight:700;color:#8aa6b9}.alvess-product-group-head h2{font-size:27px;color:var(--alvess-blue);font-weight:700;line-height:1.2}.alvess-product-group-head>a{font-size:12px;color:var(--alvess-blue);border-bottom:1px solid var(--alvess-blue);padding-bottom:4px;white-space:nowrap}
.jinbaishi-product-detail .xypg-detail-title{font-size:30px;color:var(--alvess-blue);font-weight:700}.jinbaishi-content{color:#4f5d68}.xypg-detail-pn{border-top:1px solid #e1e6e9;margin-top:35px;padding-top:20px}

/* Rich About / Projects / Contact content */
.alvess-rich-content{font-size:15px;line-height:1.8;color:#53606b}.alvess-page h1,.alvess-page h2,.alvess-page h3,.alvess-page h4{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;margin-top:0}.alvess-page h1{font-size:36px;line-height:1.2;color:var(--alvess-blue);font-weight:700;margin-bottom:18px}.alvess-page h2{font-size:31px;line-height:1.25;color:var(--alvess-blue);font-weight:700;margin-bottom:12px}.alvess-page h3{font-size:24px;line-height:1.3;color:#203447;font-weight:700;margin-bottom:10px}.alvess-page h4{font-size:18px;line-height:1.45;color:#496274;font-weight:500;margin-bottom:15px}.alvess-page p{font-size:15px;line-height:1.8;margin:0 0 15px;color:#596671}.alvess-eyebrow{font-size:12px;letter-spacing:1.8px;text-transform:uppercase;color:var(--alvess-blue-2);font-weight:700;margin-bottom:10px}.alvess-lead{font-size:17px!important;max-width:900px}.alvess-section-sub{font-size:16px!important;color:#647481!important;margin-bottom:28px!important}.alvess-block{margin-bottom:72px}.alvess-wide-image{width:100%!important;max-width:none!important;display:block!important;margin:30px 0 0!important;object-fit:cover}.alvess-gallery{display:grid;gap:18px;margin-bottom:46px}.alvess-gallery img{width:100%!important;max-width:none!important;height:280px!important;object-fit:cover;display:block!important;margin:0!important}.alvess-gallery-3{grid-template-columns:repeat(3,1fr)}.alvess-gallery-2{grid-template-columns:repeat(2,1fr)}.intro-gallery img{height:235px!important}.alvess-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center;margin-bottom:78px;scroll-margin-top:100px}.alvess-split-reverse{grid-template-columns:1.08fr .92fr}.alvess-stack-2{display:grid;grid-template-columns:1fr;gap:16px}.alvess-stack-2 img{width:100%!important;max-width:none!important;height:245px!important;object-fit:cover;display:block!important;margin:0!important}.alvess-product-copy{padding:17px 0;border-top:1px solid #dfe5e9}.alvess-product-copy h3{font-size:19px;margin-bottom:4px}.alvess-tags{font-size:13px;color:var(--alvess-blue);font-weight:700;letter-spacing:.2px;margin-bottom:10px}.alvess-cert-block{scroll-margin-top:100px}.alvess-cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:28px 0 32px}.alvess-cert-grid img{width:100%!important;max-width:none!important;height:130px!important;object-fit:contain;display:block!important;margin:0!important;padding:13px;border:1px solid #e0e6ea;background:#fff}.alvess-report-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.alvess-report-grid a{display:block;height:215px;border:1px solid #dce3e8;background:#f7f9fa;overflow:hidden}.alvess-report-grid img{width:100%!important;max-width:none!important;height:100%!important;object-fit:cover;object-position:top;display:block!important;margin:0!important}.delivery-gallery{margin:30px 0}.delivery-gallery img{height:250px!important}.alvess-process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}.alvess-process-grid>div{padding:22px 24px;background:#f3f6f8;border-left:3px solid var(--alvess-blue)}.alvess-process-grid strong{font-size:16px;color:var(--alvess-blue)}.alvess-process-grid p{font-size:13px;margin:6px 0 0}

/* Projects */
.alvess-projects-page .alvess-intro-block .alvess-wide-image{height:430px}.alvess-vessel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.alvess-vessel-grid figure{margin:0;background:#f5f7f8;border:1px solid #e0e5e8}.alvess-vessel-grid img{width:100%!important;max-width:none!important;height:220px!important;object-fit:cover;display:block!important;margin:0!important}.alvess-vessel-grid figcaption{padding:14px 12px;text-align:center;font-size:15px;font-weight:700;color:#254158}.alvess-application-group{padding:42px 0;border-top:1px solid #dfe5e9}.alvess-application-group .alvess-wide-image{height:420px}.alvess-application-group .alvess-gallery{margin:18px 0 0}.alvess-application-group .alvess-gallery img{height:245px!important}.alvess-service-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:18px;margin-top:25px}.alvess-service-grid>div{display:grid;grid-template-rows:1fr 1fr;gap:18px}.alvess-service-grid img{width:100%!important;max-width:none!important;height:100%!important;min-height:220px;object-fit:cover;display:block!important;margin:0!important}.alvess-service-grid>img{min-height:458px}.alvess-life-at-sea{padding:38px;background:#f2f6f8;border-top:4px solid var(--alvess-blue)}.alvess-project-cta{display:flex;gap:18px;align-items:baseline;margin:22px 0 30px;padding:18px 0;border-top:1px solid #d2dde5;border-bottom:1px solid #d2dde5}.alvess-project-cta strong{font-size:18px;color:var(--alvess-blue)}.alvess-project-cta span{font-size:14px;color:#65727d}.alvess-image-19{height:auto!important;object-fit:contain!important;background:#092f50}

/* Contact */
.alvess-contact-page{max-width:950px}.alvess-contact-card{padding:50px 55px;background:#f5f8fa;border-top:5px solid var(--alvess-blue)}.alvess-contact-card h1{font-size:34px}.alvess-contact-card>p{font-size:16px}.alvess-contact-lines{margin:30px 0;padding:22px 0;border-top:1px solid #d8e1e7;border-bottom:1px solid #d8e1e7}.alvess-contact-lines p{margin:8px 0}.alvess-contact-lines strong{color:#183b57}.alvess-contact-lines a{color:var(--alvess-blue)}.alvess-direct-contact strong{font-size:17px;color:#1e3548}.alvess-direct-contact p{margin-top:5px}.alvess-full-width{width:100%!important;float:none!important}

/* Responsive */
@media(max-width:1200px){
  .alvess-home-inner{width:min(1120px,calc(100% - 50px))}.alvess-home-split,.alvess-capability-grid{gap:42px}.alvess-home-media img{height:520px}.alvess-material-card{min-height:390px}.alvess-material-img{height:215px}.alvess-designed-slider .slick-con img{height:320px}.alvess-home-bottom{position:static;margin-top:40px}.alvess-hero-banner,.alvess-hero-banner .owl-carousel,.alvess-hero-banner .owl-stage-outer,.alvess-hero-banner .owl-stage,.alvess-hero-banner .owl-item,.alvess-hero-banner .banner-item{height:auto}.section0 .x-banner .banner-item img,.alvess-hero-banner img{height:auto;min-height:0;aspect-ratio:16/9;object-fit:cover}.alvess-hero-section{position:relative}.alvess-hero-nav{bottom:5%}
}
@media(max-width:990px){
  body{padding-top:60px}.alvess-home-inner{width:calc(100% - 36px)}.alvess-home-split,.alvess-capability-grid{grid-template-columns:1fr;gap:28px}.alvess-home-about,.alvess-home-products,.alvess-home-capability,.alvess-home-designed,.alvess-home-why,.alvess-home-contact{padding:55px 0!important}.alvess-home-media img{height:auto}.alvess-capability-media article img{height:250px}.alvess-home-copy h2,.alvess-capability-copy h2{font-size:31px}.alvess-section-title h2{font-size:29px}.alvess-home-contact-card h2{font-size:31px}.page-banner{height:220px}.page-wrap-left{width:100%!important;margin-right:0!important}.page-wrap-right{width:100%}.alvess-cert-grid{grid-template-columns:repeat(5,1fr)}.alvess-report-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .alvess-hero-nav{position:relative;bottom:auto;padding:18px 10px;background:#082f50}.alvess-hero-nav ul{gap:7px}.alvess-hero-nav ul li{min-width:calc(33.333% - 7px);height:34px}.alvess-hero-nav ul li a{height:34px;line-height:32px;font-size:9px;padding:0 8px;letter-spacing:.5px}.alvess-product-cards,.alvess-capability-media,.alvess-why-grid{grid-template-columns:1fr}.alvess-material-card{min-height:0}.alvess-material-img{height:235px}.alvess-capability-media article img{height:auto}.alvess-designed-slider .slick-con img{height:270px}.alvess-why-grid div{min-height:110px;font-size:23px}.alvess-home-contact-card h2{font-size:27px}.alvess-home-contact-card>p{font-size:15px}.page-banner{height:170px}.page-position{margin-bottom:20px}.xypg-product-list li{width:calc(50% - 14px);margin:0 7px 16px}.xypg-product-list li .img{height:185px}.xypg-product-list li h3 a{font-size:12px;min-height:58px;padding:10px 8px}.alvess-product-group-head{align-items:flex-start}.alvess-product-group-head>div{gap:9px}.alvess-product-group-head h2{font-size:21px}.alvess-product-group-head>a{font-size:10px}.alvess-page h1{font-size:29px}.alvess-page h2{font-size:25px}.alvess-page h3{font-size:21px}.alvess-block{margin-bottom:50px}.alvess-gallery-3,.alvess-gallery-2,.alvess-vessel-grid{grid-template-columns:1fr 1fr}.alvess-gallery img,.intro-gallery img{height:190px!important}.alvess-split,.alvess-split-reverse{grid-template-columns:1fr;gap:26px;margin-bottom:55px}.alvess-stack-2{grid-template-columns:1fr 1fr}.alvess-stack-2 img{height:180px!important}.alvess-cert-grid{grid-template-columns:repeat(2,1fr)}.alvess-cert-grid img{height:110px!important}.alvess-report-grid{grid-template-columns:repeat(2,1fr)}.alvess-report-grid a{height:190px}.alvess-process-grid{grid-template-columns:1fr}.alvess-projects-page .alvess-intro-block .alvess-wide-image,.alvess-application-group .alvess-wide-image{height:auto}.alvess-vessel-grid img{height:170px!important}.alvess-application-group .alvess-gallery img{height:180px!important}.alvess-service-grid{grid-template-columns:1fr}.alvess-service-grid>div{grid-template-columns:1fr 1fr;grid-template-rows:none}.alvess-service-grid img,.alvess-service-grid>img{min-height:0;height:220px!important}.alvess-life-at-sea{padding:24px 18px}.alvess-project-cta{display:block}.alvess-project-cta span{display:block;margin-top:6px}.alvess-contact-card{padding:30px 22px}.alvess-contact-card h1{font-size:28px}
}
@media(max-width:480px){
  .alvess-home-inner{width:calc(100% - 28px)}.alvess-home-copy h2,.alvess-capability-copy h2{font-size:27px}.alvess-home-copy h3,.alvess-capability-copy h3{font-size:19px}.alvess-section-title h2{font-size:25px}.alvess-hero-nav ul li{min-width:calc(50% - 7px)}.xypg-product-list li{width:100%;margin:0 0 16px}.xypg-product-list{margin:0}.xypg-product-list li .img{height:260px}.alvess-gallery-3,.alvess-gallery-2,.alvess-vessel-grid,.alvess-stack-2{grid-template-columns:1fr}.alvess-gallery img,.intro-gallery img,.alvess-stack-2 img{height:auto!important}.alvess-vessel-grid img{height:210px!important}.alvess-report-grid{grid-template-columns:1fr 1fr}.alvess-service-grid>div{grid-template-columns:1fr}.alvess-service-grid img,.alvess-service-grid>img{height:auto!important}.alvess-contact-lines p{overflow-wrap:anywhere}
}
/* Supplied product/portrait imagery should remain fully visible. */
.alvess-material-img img{object-fit:contain!important;padding:10px;background:#fff}
.alvess-designed-slider .slick-con{background:#082d4b}.alvess-designed-slider .slick-con img{object-fit:contain!important;background:#082d4b}
.alvess-home-contact:before{width:100%!important;height:100%!important;left:0!important;top:0!important;right:0!important;bottom:0!important}
.sideNav ul li a{background:none!important;border:1px solid rgba(99,184,223,.8);border-radius:50%;width:11px;height:11px;margin:2px}
.sideNav ul li.active a{background:#63b8df!important;border-color:#63b8df}
/* Hero copy based on the supplied Home-page effect mock-up. */
.alvess-hero-copy{position:absolute;z-index:8;left:53%;top:29%;width:40%;max-width:620px;color:var(--alvess-navy);text-align:left}
.alvess-hero-copy h1{font-size:46px;line-height:1;font-weight:800;letter-spacing:-1px;color:var(--alvess-blue);margin:0 0 13px}
.alvess-hero-copy h1 span{color:#5c93b5}
.alvess-hero-rule{width:44px;height:3px;background:var(--alvess-blue);margin-bottom:15px}
.alvess-hero-copy h2{font-size:27px;line-height:1.15;font-weight:700;color:#113652;margin:0 0 10px}
.alvess-hero-copy>p{font-size:12px;line-height:1.5;color:#41586a;margin:0 0 22px;font-weight:600}
.alvess-hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:530px;border-top:1px solid rgba(17,66,113,.18);padding-top:16px}
.alvess-hero-features>div{text-align:center;padding:0 12px;border-right:1px solid rgba(17,66,113,.18)}
.alvess-hero-features>div:last-child{border-right:0}
.alvess-hero-features i{display:flex;width:34px;height:34px;margin:0 auto 8px;border:1px solid var(--alvess-blue);border-radius:50%;align-items:center;justify-content:center;font-size:17px;font-style:normal;color:var(--alvess-blue);background:rgba(255,255,255,.35)}
.alvess-hero-features span{display:block;font-size:8px;line-height:1.25;font-weight:700;color:#365264;letter-spacing:.15px}
.alvess-hero-trust{position:absolute;z-index:8;left:7%;bottom:17%;border-left:3px solid #5c93b5;padding-left:10px;font-size:10px;line-height:1.4;font-weight:600;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.55)}
@media(max-width:1200px){.alvess-hero-copy{top:24%;left:53%;width:42%}.alvess-hero-copy h1{font-size:36px}.alvess-hero-copy h2{font-size:21px}.alvess-hero-features{padding-top:10px}.alvess-hero-features i{width:28px;height:28px;font-size:14px}.alvess-hero-trust{bottom:18%}}
@media(max-width:768px){.alvess-hero-copy{left:48%;right:3%;width:auto;top:17%}.alvess-hero-copy h1{font-size:20px;margin-bottom:7px}.alvess-hero-rule{width:25px;height:2px;margin-bottom:7px}.alvess-hero-copy h2{font-size:12px;margin-bottom:5px}.alvess-hero-copy>p{font-size:6px;margin-bottom:8px}.alvess-hero-features{padding-top:5px;gap:0}.alvess-hero-features>div{padding:0 2px}.alvess-hero-features i{width:18px;height:18px;font-size:9px;margin-bottom:3px}.alvess-hero-features span{font-size:4.6px}.alvess-hero-trust{left:4%;bottom:8px;font-size:6px;border-left-width:2px;padding-left:5px}.alvess-hero-section .alvess-hero-trust{display:none}}
