:root {
    font-family: Inter;
}
.liLiaoHuLI-box .liLiaoHuLI-kv{
    position: relative;
    width: 100%;
}
.liLiaoHuLI-kv a{
    display: block;
    position: relative;
}
.liLiaoHuLI-kv a .pic{
    position: relative;
}
.liLiaoHuLI-kv a .pic img{
    position: relative;
    width: 100%;
    height: auto;
}
.liLiaoHuLI-kv a .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 2.6vw;
    color: #022d84;
}
.liLiaoHuLI-kv a .text .text-inner{
    width: 100%;
}
.liLiaoProduct{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:5.2vw 0 5.8vw;
}
.liLiaoProduct .title-center{
    text-align: center;
    font-weight: bold;
    font-size: 3.1vw;
    color: #222222;
		background:transparent;
} 
.liLiaoProduct .Product-box {
    margin-top:2.81vw;
    border-radius: 20px 20px 20px 20px;
    padding:3.125vw 3.125vw 3.125vw 2.4479vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.liLiaoProduct  .Product-flex {
    display: flex;
    gap:2.59vw;
    justify-content: space-between;
	align-items:center;
}
.liLiaoProduct  .Product-flex .title-center {
    font-weight: bold;
    font-size: 2.083vw;
    color: #015CB9;
    text-align: center;
    padding:2.2135vw 0 2.5781vw;
	display:block;
}
.liLiaoProduct  .Product-flex .Product-left {
    width: 46.68%;
}
.liLiaoProduct  .Product-flex .Product-right {
    flex:1;
}
.liLiaoProduct  .Product-flex ul {
    display: flex;
    flex-direction: column;
}
.liLiaoProduct  .Product-flex ul li:nth-child(2n+1){
    background: rgba(255,255,255,.8);
    border-radius: 20px 20px 20px 20px;
    
}
.liLiaoProduct  .Product-flex ul li .liItem{
    min-height: 48px;
    align-items: center;
    display: flex;
    gap:10px;
    padding:0 1.77vw;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
}
.liLiaoProduct  .Product-flex ul li a:hover{
    color: #015CB9;
}
.liLiaoProduct  .Product-flex div{
    flex:1;
}
.liLiaoProduct  .Product-flex .name {
    flex:none;
    width: 34%;
	font-weight:600;
}
.liLiaoProduct  .Product-flex .img-box {
    padding-bottom: 78.6486%;
    position: relative;
    overflow: hidden;
}
.img-box  img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.6s;
    transform: scale(1);
}
.liLiaoProduct  .Product-flex .img-box:hover  img{
    transform: scale(1.1);
}


.liLiaoProducto {
    padding:5.4166vw 0;
}
.liLiaoProducto .ContentUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px;
    margin-top:3.75vw;
}
.liLiaoProducto .ContentUl .p-item{
    /* flex:1; */
    width: calc((100% - 100px) / 3);
    /* max-width: 500px; */
}

.liLiaoProducto a{
    background: #FFFFFF;
    display: block;
    /* max-width: 500px; */
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.liLiaoProducto .li-top {
    padding: 1.822vw 2.5vw;
    display: flex;
    gap:2.5vw;
    align-items: center;
    box-shadow: 0px 2px 4px 1px rgba(34,34,34,0.07);
}

.gallery-thumbs {
    height: 260px;
    padding: 13px 0;
    box-sizing: border-box;
}
.liLiaoProducto .thumbs-container {
    /* height: 260px; */
}
.gallery-thumbs .swiper-slide img{
	   width: 90%;
    object-fit: contain;
    max-height: 100%;
	margin:0 auto;
}
.gallery-thumbs .swiper-slide {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.liLiaoProducto .gallery-thumbs .swiper-slide{
    width: 52px;
    height: 52px !important;
    border-radius: 4px;
    border:1px solid #707070;
    margin:0 auto;
}
.liLiaoProducto .gallery-main{
    flex:1;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
/*     border: 1px solid #707070; */
}
.liLiaoProducto .gallery-main .swiper-container {
    /* max-height: 260px; */
}
.liLiaoProducto .gallery-main .img-box {
    padding-bottom:84.967%;
}
.liLiaoProducto .gallery-main img{
    object-fit: contain;
}

.liLiaoProducto .gallery-thumbs  .swiper-slide-thumb-active {
    border: 1px solid #1688FE;
}
.liLiaoProducto .li-bottom {
    padding:25px;

}
.liLiaoProducto .li-bottom .titleName{
    /* width: 400px; */
    font-weight: 600;
    font-size: 24px;
    color: #015CB9;
    margin-bottom: 10px;
	background:transparent;
}
.liLiaoProducto .li-bottom li{
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 42px;
}
.liLiaoProducto .li-bottom li:hover{
/*     color: #015CB9; */
}
.SabíasBox {
    padding:10.15vw 0 8.33vw;
}
.SabíasBox .SabíasLeft{
    background-position: left 75px;
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
}
.SabíasBox .leftImg {
    position: absolute;
    width: 14.939vw;
    max-width: 286.84px;
    top:75px;
    left:0;
}
.SabíasBox .leftImg .img-box  {
    padding-bottom: 254.671%;
}
.SabíasBox .centerRight .img-box {
    padding-bottom: 110.245%;
    position: relative;
    overflow: hidden;
}
.relativeZindex {
  position: relative;
  z-index: 2;  
}
.flexContent {
    display: flex;
    justify-content: space-between;
}
.SabíasBox .centerRight {
    width: 41.857vw;
    max-width: 803.66px;
}
.SabíasBox .centerLeft {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:2.6vw;
}
.SabíasBox .centerLeft .text-p {
    max-width: 39.218vw;
}
.SabíasBox .title-center {
    font-weight: bold;
    font-size: 3.1vw;
    color: #222222;
}
.SabíasBox .text-p {
    font-weight: 500;
    color: #222222;
    line-height: 1.7;
}
.liLiaoBtn {
    width: 11.979vw;
    height: 3.125vw;
    background: #015CB9;
    border-radius: 60px 60px 60px 60px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
    min-width: 190px;
    min-height: 40px;

}
.liLiaoBtn:hover {
    color: #FFFFFF;
    transform: scale(1.1);
}
.f-22 {
    font-size: 22px;
}
.CapacidadesBox {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:5.781vw 0;
}
.CapacidadesBox .Capacidade-center {
    display: flex;
    justify-content: space-between;
    gap:11.979vw;
}
.CapacidadesBox .center-left {
    position: relative;
    width: 43.93%;
    /* flex:1; */
    /* max-width: 703px; */
}
.CapacidadesBox .center-left .img-box{
	padding-bottom: 119.48%;
	position: relative;
	overflow: hidden;
	border-radius:10px;
}
.CapacidadesBox .center-right{
    width: 42.93%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.CapacidadesBox .leftCount {
    background: #015CB9;
    border-radius: 10px;
    padding:2.08vw;
    max-width: 355px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translateX(38.87%);
    width: 50.497%;
}
.CapacidadesBox .leftCount .text-p {
	display:none;
	animation:fadeIn 0.5s ease-in-out;
}
.CapacidadesBox .leftCount .active {
	display:block;
}
#currentSlideIndex {
    font-size: 46px;
    color: #FFFFFF;
    text-stroke: 1px #FFFFFF;
    -webkit-text-stroke: 1px #FFFFFF;
}
.CapacidadesBox .text-p {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #FFFFFF;
    margin:6px 0 20px;
}
.flexPation {
    display: flex;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #FFFFFF;
    width: fit-content;
 }
.flexPation .prev , .flexPation .next{
    width: 31px;
    height: 31px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.flexPation .prev{
    border-right: 1px solid #FFFFFF;
}
.CapacidadesBox .title-center{
    font-weight: bold;
    font-size: 3.1vw;
    color: #222222;
}
.CapacidadesBox .text-title{
    font-weight: bold;
    font-size: 35px;
    color: #015CB9;
    display: flex;
    align-items: center;
    margin:3.0729vw 0 ;
}
.leftBar {
    width: 11px;
    height: 39px;
    background: #015CB9;
    border-radius: 10px 10px 10px 10px;
    margin-right: 15px;
    position: relative;
}
.leftBar::before{
/*     content:'';
    position: absolute;
    top:0;
    left:0;
    width: 11px;
    height: 12px;
    background: #1688FE;
    border-radius: 6px 6px 6px 6px; */
}
.CapacidadesBox ul{
    display: flex;
    flex-wrap: wrap;
    gap:44px 0;
}
.CapacidadesBox ul li{
    width: 50%;
    color:#222222;
	 display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.CapacidadesBox ul li img{
    width: 64px;
    height: 71px;
    object-fit: cover;
    margin-bottom: 8px;
}
.CapacidadesBox ul .count {
    font-weight: 600;
    font-size: 40px;
    margin-top:24px;
}
.solutionBox {
    padding:6.25vw 0 ;
}
.solutionBox .title-center {
    font-weight: bold;
    font-size: 3.1vw;
    color: #222222;
    margin-bottom: 2.08vw;
}
.solutionBox ul{
    display: flex;
    gap:18px;
}
.solutionBox ul li {
    /* width: 15.5729vw; */
    width: 18.68%;
    transition: width 0.6s ease;
    border-radius: 20px;
    max-height: 616px;
    position: relative;
    overflow: hidden;
}
.solutionBox ul li .p-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.solutionBox ul li a{
    display: block;
    border-radius:  20px;
}
.solutionBox ul li .p-a-img{
    display: none;
}
.solutionBox ul .activeLi{
    width: 40.625%;
    /* width: 33.8541vw; */
    
    
}
.solutionBox ul .activeLi .p-img{
    display: none;
}
.solutionBox ul .activeLi .p-a-img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.coverText {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(255,255,255,0.13) 0%, rgba(1, 92, 185, 0.7) 100%);
    border-radius: 0px 0px 20px 20px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    padding:2.76vw 1.8vw;
    box-sizing: border-box;
    transition: all 0.2s;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}
.coverText  .bottomText {
    display: flex;
    flex-direction: column;
    gap:15px;
    transition: all 0.2s;
}
.coverText  .topCount {
    font-size: 34px;
    color: #FFFFFF;
    text-align: right;
    line-height: 50px;
    position: relative;
    display: flex;
    justify-content: end;
    font-family: Impact;

}
.coverText  .topCount:after{
    position: absolute;
    content:'';
    right:0;
    bottom:4px;
    width: 40px;
    height: 6px;
    transform: translate(4px ,100%);
    background: #fff;
}
.white-line {
    width: 80px;
    height: 1px;
    background: #fff;
}
.solutionBox .activeLi .coverText {
    background: linear-gradient( 138deg, rgba(255,255,255,0.13) 0%, rgba(1, 92, 185, 0.7) 100%);
}
.solutionBox .topImg {
    width: fit-content;
    height: fit-content;
}
.solutionBox .activeLi .bottomText {
   align-items: end;
}

.solutionBox .b-desc{
	display:none;
}
.b-text{
	font-weight: 600;
}
.solutionBox .activeLi .b-text{
	max-width:471px;
	font-size:26px;
	text-align:right;
	animation:fadeIn 1s ease-in-out;
	
}
.solutionBox  .b-desc {
	display:none;
}
.solutionBox .activeLi .b-desc{
	display:block;
	max-width: 440px;
	text-align:right;
	animation:fadeIn 1s ease-in-out;
	word-break: break-all;
/* 	opacity:0;
	visibility:hidden; */
/* 	animation:fadeIn 1s ease-in-out; */
	font-size: 16px;
}
.NuestroBox{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: inherit;
    margin-bottom: 7.8125vw;
}
.NuestroBox .flexBetween{
    display: flex;
    justify-content: space-between;
}   
.NuestroBox .rightBox {
    max-width:831.13px;
    width: 43.281vw;

}
.NuestroBox .rightBox .img-box {
    padding-bottom: 76.4%;
}
.NuestroBox .leftBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:30px;
    max-width: 770px;
}
.NuestroBox .title-center {
    font-weight: bold;
    font-size: 56px;
    color: #222222;
}
.NuestroBox .text-p {
    font-weight: 500;
    color: #222222;
    line-height: 1.7;

}
.liLiao-grid{
    padding:73px 0;
}
.grid-title {
/*     font-weight: bold; */
    font-size: 32px;
    color: #222222;
/*     padding-left:40px; */
}
.grid-text {
/*     font-weight: bold; */
    font-size: 18px;
    color: #222222;
/*     padding-left:40px; */
}
.liLiao-grid .msg-box{
    padding:27px 25px;
    background: #fff;
    border: 1px solid #F9F9F9;
    border-radius: 20px;
}
/* .hsfc-Step {
    border:none;
}
.hsfc-TextInput {
    background-color: #E6F1FC;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
} */
@media screen and (max-width: 1440px) {
	.liLiaoProduct  .Product-flex .title-center {
    padding:0 0 2.5781vw;
}
	.liLiaoProduct .Product-flex .name {
		font-size:16px;
	}
	.liLiaoProduct .Product-flex div{
		font-size:16px;
	}
}
@media screen and (max-width: 1023px) {
		.liLiaoProduct  .Product-flex .title-center {
   padding:2.2135vw 0 2.5781vw;
}
    .liLiaoHuLI-kv a .text {
        font-size: 18px;
    }
    .liLiaoProduct  .Product-flex{
        flex-direction: column;
        gap: 30px;
    }
    .liLiaoProduct  .Product-flex .Product-left{
        width: 100%;
    }
    .liLiaoProduct  .Product-flex ul li a, .liLiaoBtn{
        font-size: 14px;
    }
    .liLiaoProduct .title-center, .solutionBox .title-center, .SabíasBox .title-center , .CapacidadesBox .title-center, .CapacidadesBox ul .count , .NuestroBox .title-center , .grid-title{
        font-size: 22px;
    }
    .liLiaoProduct .Product-flex .title-center , .CapacidadesBox .text-title , .grid-text{
        font-size: 18px;
    }
    .f-22 {
        font-size: 14px;
    }
    .liLiaoProducto .ContentUl{
        flex-direction: column;
    }
    .liLiaoProducto .ContentUl .p-item{
        width: 100%;
    }
    .liLiaoProducto .li-top{
        flex-direction: column-reverse;
    }
    .liLiaoProducto .gallery-main{
        width: 100%;
    }
    .gallery-thumbs , .liLiaoProducto .thumbs-container{
        height: auto;
    }
    .flexContent , .CapacidadesBox .Capacidade-center , .solutionBox ul, .NuestroBox .flexBetween{
        flex-direction: column;
        gap:20px;
    }
	.CapacidadesBox .Capacidade-center{
		gap:40px;
	}
    .SabíasBox .centerLeft .text-p{
        max-width: 100%;
    }
    .SabíasBox .centerRight , .CapacidadesBox .center-left , .CapacidadesBox .center-right, .NuestroBox .rightBox{
        width: 100%;
        margin:0 auto;
    }
    .liLiaoBtn{
        margin:0 auto;
    }
    .CapacidadesBox .leftCount{
        transform: translateX(0);
    }
    .CapacidadesBox .title-center {
        text-align: center;
    }
    .solutionBox ul li , .solutionBox ul .activeLi{
        width: 100%;
    }
    .solutionBox ul li .p-img,   .solutionBox ul .activeLi .p-img{
        display: none;
    }
    .solutionBox ul li .p-a-img, .solutionBox ul .activeLi .p-a-img{
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .liLiaoProducto .li-top{
        padding:20px;
    }
	.CapacidadesBox .text-p{
		font-weight:400;
		font-size: 16px;
    line-height: 1.2;
	}
	#currentSlideIndex{
		font-size:20px;
	}
	.CapacidadesBox .center-left .img-box {
		padding-bottom:82%;
	}
	.liLiaoBtn{
		margin:15px auto 30px;
	}
	.CapacidadesBox ul li{
		align-items:center
	}
	.liLiaoHuLI-kv a .text{
		background:rgba(0,0,0, .2);
		color:#fff;
	}
	.liLiaoProducto .li-bottom {
    padding:10px;

}

}
@keyframes fadeIn {
	0% { 
		display:block;
		opacity:0;
		visibility:hidden;
	}
	1% { 
		display:block;
		opacity:0;
		visibility:hidden;
	}
	100% { 
		display:block;
		opacity:1;
		visibility:visible;
	}
}