/**title**/
:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 50px !important;
    z-index: 9;
    text-align: center;
}

.swiper-bn-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
    background: #fff;
}

.index1 .swiper-slide {
    width: 100% !important;
}

.index_bn .text {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.index_bn .swiper-slide-active .text {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.5s;
}


.index_bn .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}

.index_bn .center .title {
    font-size: 46px;
    font-weight: bold;
}

.index_bn .center .subtitle {}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/**pagtitle**/

.pagtitle .def1
{
    font-size: 48px;
    text-align: center;
    color: #333;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.pagtitle .def2
{
    font-size: 60px;
    text-align: center;
    color: #333;
    max-width: 1000px;
    margin: -45px auto 40px;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    color: transparent;
    background-image: linear-gradient(to bottom,#f3f5f9,#f7f9fa,#fff);
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1em;
}
.pagtitle2.pagtitle .def2
{
    background-image: linear-gradient(to bottom,#fff,#f7f9fa,#f3f5f9);
    margin: -45px auto 0px;
}



/**pag1**/

.pag1 {
    position: relative;
    overflow: hidden;
}

.pag1 .pagtitle {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2;
}
.pag1 .pagtitle .def1 {
    color: #fff;
}
.pag1 .pagtitle .def2 {
    color: rgba(255,255,255,0.1);
    opacity: 0.1;
    background-image: none;
}


.pag1 .text {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 30%;
    left: 0px;
    width: 100%;
}

.pag1 .textcenter {
    max-width: 950px;
    width: 100%;
    display: block;
    padding-left: 20px;
    position: relative;
    opacity: 0;
    transition: all 1s;
    text-align: center;
    margin: auto;
    background: rgba(2,80,152,0.68);
    padding: 50px;
}

.pag1 .swiper-slide-active .textcenter {
    top: 0px;
    opacity: 1;
}


.pag1 .tittle {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-weight: 700;
}

.pag1 .inSolutions {
    font-size: 30px;
    font-family: 'Montserrat-Medium';
}

.pag1 .subname {
    margin-top: 20px;
    line-height: 1.8em;
}

.pag1 a.more {
    display: block;
    width: 170px;
    line-height: 50px;
    background: #0645a4;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: Montserrat-Medium;
    margin-top: 40px;
    font-size: 14px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0px;
}

.pag1 a.more img {
    margin-left: 10px;
}

.pag1 .inpr .pics {
    background: #000;
    width: 100%;
    position: relative;
    max-height: 100vh;
}

.pag1 .inpr .pics img {
    width: 100%;
    opacity: 0.6;
    transition: all 3s;
    transform: scale(1.1);
}

.pag1 .inpr .swiper-slide-active .pics img {
    transform: scale(1);
}

.pag1 .inpr li {
    overflow: hidden;
    width: 100%;
}

.pag1 .inpr li.swiper-slide-active {
    z-index: 8;
}


.pag1 .inprsz {
    position: absolute;
    bottom: 0%;
    z-index: 3;
    width: 100%;
    right: 0px;
    background: rgba(255,255,255,0.2);
}

.pag1 .inprfl {
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.pag1 .inprfl .swiper-wrapper {
    display: flex;
    width: 100%;
    transform: none !important;
}

.pag1 .inprfl p {
    display: block;
    padding: 30px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.pag1 .inprfl img {
    height: 46px;
    filter: brightness(0%) invert(100%);
}

.pag1 .inprfl span {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

.pag1 .inprfl .swiper-wrapper li {
    transition: all 0.5s;
    width: calc(100% / 8) !important;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
}
.pag1 .inprfl .swiper-wrapper li:before
{
	content:'';
	width: 0%;
	height: 4px;
	background: #d91f1f;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}

.pag1 .inprfl .swiper-wrapper li.swiper-slide-thumb-active {
    padding-left: 0px;
}
.pag1 .inprfl .swiper-wrapper li.swiper-slide-thumb-active:before
{
	width:100%;
}


/**pag2**/

.Products-Left {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -26px;
    background: #fff;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.Products-Right {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    background: #fff;
    transition: all 0.5s;
}

.Products-Left img,
.Products-Right img {
    width: 10px;
}

.Products-Left:hover,
.Products-Right:hover {
    background: #0645a4;
}

.Products-Left:hover img,
.Products-Right:hover img {
    filter: brightness(0%) invert(100%);
}

.swiper_products {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.swiper_products li
{
	padding: 20px;
}

.pag2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px;
    background-size: cover;
}

.pag2 .name {
    font-size: 36px;
    color: #333;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
    padding: 0px 20px;
    max-width: 1440px;
    margin: auto;
}

.pag2 .subname {
    max-width: 1200px;
    text-align: center;
    color: #666;
    margin: 5px auto;
}


.pag2 .center {
    max-width: 1720px;
    padding: 0px 80px 0px;
    margin: auto;
    position: relative;
    margin-top: 20px;
}

.pag2 ul {
    width: 100%;
}

.pag2 ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.06);
}

.pag2 ul li .ico {
    overflow: hidden;
    background:#fff;
    position: relative;
    width: 100%;
}

.pag2 ul li .ico img {
    width: 100%;
    transition: all 0.5s;
}

.pag2 ul li:hover .ico img {
    transform: scale(1.1);
}

.pag2 ul li .text {
    padding: 20px;
    background: #fff;
}

.pag2 ul li .inflname {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag2 ul li a:hover .inflname {
    color: #0645a4;
}


.pag2 ul li .inflsubname {
    font-size: 14px;
    color: #6d7478;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    min-height: 82px;
    display:none;
}

.pag2 .infl
{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    border-bottom: 1px #eee solid;
}

.pag2 .infl a
{
    line-height: 50px;
    margin: 0px 1vw;
    font-size: 18px;
    font-weight: 700;
    color: #2b2728;
    position: relative;
    transition: all 0.5s;
}
.pag2 .infl a:before
{
    content:'';
    width: 0%;
    height: 3px;
    background: #025098;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: all 0.5s;
}
.pag2 .infl a:hover:before
{
    width:100%; 
    left:0px;
}
.pag2 .infl a:hover
{
    color:#025098;
}

/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px 80px;
    background: #ffffff;
}

.pag6 .center {
    max-width: 1640px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
}

.pag6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pag6 ul li {
    width: calc((100% - 80px)/3);
    float: left;
}



.pag6 .ico {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 62%;
    border-radius: 20px;
}

.pag6 .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag6 li a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}


.pag6 ul a .text {
    width: 90%;
    overflow: hidden;
    background: #fff;
    padding: 35px;
    transition: all 0.5s;
    min-height: 220px;
    margin: 0px auto 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    min-height: 256px;
}
.pag6 ul a .text .main
{
    min-height:130px
}


.pag6 ul li:hover .text {
    background:#025098;
}

.pag6 ul a .title {
    font-size: 20px;
    color: #11161a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    line-height: 1.5em;
    transition: all 0.5s;
    font-weight: 700;
}

.pag6 ul a .ext_summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #798186;
    line-height: 1.8em;
}

.pag6 ul a:hover .title,
.pag6 ul a:hover .ext_summary {
    color: #fff;
}


.pag6 ul a .summary {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag6 ul a .time {
    padding-left: 0px;
    text-align: left;
    color: #025098;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.5s;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #eee solid;
    padding-top: 15px;
}

.pag6 ul a .time i {
    width: 36px;
    height: 36px;
    background: #f5f9fa;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


.pag6 ul li:hover .time {
    color: #fff;
    border-top: 1px rgba(255,255,255,0.1) solid;
}

.pag6 .more {
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
    color: #26bcbb;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 20px auto 0px;
    font-family: Montserrat-Medium;
    padding-top: 20px;
    border-top: 1px #ececed solid;
    font-size: 14px;
}

.pag6 ul li:hover .more {
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}


/**pag3**/

.pag3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    background-size: 100%;
}

.pag3 .center {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    background: #f2f5f7;
}

.pag3 .center .titleb {
    display: block;
    font-size: 48px;
    color: #363c40;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-family: 'Montserrat-Medium';
}

.pag3 .left
{
    width: 50%;
}
.pag3 .left img
{
    width: 100%;
}
.pag3 .right
{
    width: 50%;
}
.pag3 .main
{
    max-width: 800px;
    text-align: left;
    padding-top: 12%;
    padding-left: 50px;
}
.pag3 .title
{
    font-size: 48px;
    color: #2b2728;
    font-weight: 700;
}
.pag3 .summary
{
    font-size: 24px;
    font-weight: 700;
    color: #025098;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pag3 .summary:before
{
    content:'';
    width: 50px;
    display: block;
    height: 3px;
    background: #025098;
    margin-bottom: 15px;
}

.pag3 .content
{
    line-height: 2em;
}
.pag3 a.more {
    width: 140px;
    line-height: 50px;
    background: #e93939;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 14px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px;
}

.pag3 a.more img {
    margin-left: 10px
}



.pag3 a.more:hover {
    background: #e93939;
}

.aboutsz {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.aboutsz ul {
    display: flex;
    max-width: 1600px;
    margin: auto;
    padding: 40px 50px;
    justify-content: space-between;
    margin-top: 0px;
    width: 94%;
    background: #025098;
    border-radius: 20px 20px 0px 0px;
}

.aboutsz ul li {
    width: 20%;
    border-right: 1px rgba(255,255,255,0.1) solid;
}

.aboutsz ul li em {
    font-style: initial;
    font-size: 60px;
    color: #fff;
}
.aboutsz ul li:nth-last-of-type(1)
{
    border: none;
}

.aboutsz ul li p:nth-of-type(1) {
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    text-align: center;
}

.aboutsz ul li p:nth-of-type(2) {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}



/**pag7**/
.pag7 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/bg1.jpg) no-repeat center bottom;
    background-size: cover;
}

.pag7 .center {
    max-width: 1640px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
}

.pag7 .left {
    max-width: 560px;
}

.pag7 .left .def1 {
    font-size: 48px;
    color: #fff;
    text-align: left;
    margin: 0px auto 0px;
    line-height: 1.2em;
    font-weight: 700;
}
.pag7 .left .def1 span
{
    display:block;
    margin: -35px auto 0px;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    font-weight: normal;
}


.pag7 .left .def2 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    line-height: 2em;
}

.pag7 .left a {
    display: flex;
    width: 150px;
    line-height: 50px;
    align-items: center;
    background: #e93939;
    color: #fff;
    justify-content: center;
    font-family: 'Montserrat-Medium';
    border-radius: 30px;
    margin-top: 30px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 700;
}

.pag7 .left a img {
    margin-right: 10px;
    filter: brightness(0%) invert(100%);
}

.pag7 .left a:hover {
    background: #0645a4;
    color: #fff;
}

.pag7 .left a:hover img {
    filter: brightness(0%) invert(100%);
}

.pag7 .right {
    width: 50%;
}

.pag7 .right .messages-list input {
    line-height: 46px;
    border-radius: 0px;
    border: 1px #eee solid;
    padding: 0px 20px;
    width: calc((100% - 40px) / 3);
    background: none;
    color: #666;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Montserrat-Light;
}

.pag7 .right textarea {
    display: block;
    line-height: 1.8em;
    border-radius: 0px;
    border: 1px #eee solid;
    padding: 10px 20px;
    width: 100%;
    height: 160px;
    background: none;
    background: #fff;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    border-radius: 4px;
}

.pag7 .right button {
    width: 100%;
    line-height: 50px;
    background: #025098;
    border: none !important;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    outline: 0;
    max-width: 300px;
    font-weight: 700;
    border-radius: 4px;
    margin: 20px auto 0px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
    display: block;
    font-family: Montserrat-Medium;
}


/**pag6**/

.pag5
{
    background: url(../images/bg31.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
}
.pag5 ul
{
    max-width: 1640px;
    margin: 20px auto 0px;
    display: flex;
}

.pag5 ul li
{
    padding: 20px;
}
.pag5 ul li a
{
    display: block;
    padding: 60px 40px 80px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.pag5 ul li a:after
{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    right: -40px;
    bottom: -40px;
    background: #025098;
    border-radius: 100%;
    transition: all 0.7s;
}
.pag5 ul li:hover a:after
{
    width:120%;
    height:120%;  
    border-radius:0%;
}


.pag5 ul li img
{
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.pag5 ul li .title
{
    color: #666;
    line-height: 1.8em;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}
.pag5 ul li .summary
{font-size: 24px;color: #025098;font-weight: 700;margin: 20px 0px 10px;position: relative;z-index: 2;transition: all 0.5s;}

.pag5 ul li:hover .title,.pag5 ul li:hover .summary
{
    color:#fff;
}
.pag5 ul li:hover img
{
    filter: brightness(0%) invert(100%);  
}

/**productsfl**/

.productsfl {
    width: 100%;
    padding: 80px 0px;
}
.productsfl
{

}


.productsfl {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px 80px;
    background: url(../images/bg0.jpg) no-repeat center;
    background-size: cover;
}

.productsfl .center {
    max-width: 1640px;
    padding: 0px 30px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.swiper-prfl {
    position: relative;
    border-radius: 20px;
}

.swiper-prfl .swiper-slide {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
}

.swiper-prfl .ico {
    width: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.swiper-prfl .ico img {
    width: 100%;
    transition: all 0.5s;
}

.swiper-prfl .swiper-slide:hover .ico img {
    transform: scale(1.1);
}

.swiper-prfl .swiper-slide .text {
    width: 50%;
    padding: 0px 40px 0px;
}
.swiper-prfl .swiper-slide .text .list
{
	
}
.swiper-prfl .swiper-slide .text .list p
{
	font-size: 18px;
	font-weight: 700;
	color: #54575a;
	background: url(../images/dui.png) no-repeat left center;
	padding-left: 30px;
	margin: 8px 0px;
}

.swiper-prfl .swiper-slide .name {
    color: #0645a4;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.5s;
}

.swiper-prfl .swiper-slide .summary {
    font-size: 16px;
    color: #63686c;
    margin: 20px 0px;
    line-height: 1.8em;
}

.swiper-prfl .swiper-slide a.more {
    padding: 0px 0px;
    background: #e93939;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: Montserrat-Medium;
    line-height: 46px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    transition: all 0.5s;
}

.swiper-prfl .swiper-slide a.more img {
    border-radius: 100%;
    background: #eee;
    margin-left: 10px;
}

.swiper-prfl .swiper-slide a.more:hover {
    background: #d91f1f;
    color: #fff;
}

.swiper-prfl .swiper-slide a.more:hover img {
    background: #fff;
}

.productsfl-Left {
    width: 52px;
    height: 52px;
    border: 0px #0645a4 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    background: #fff;
    left: -26px;
    margin-top: -26px;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.productsfl-Left img {
    width: 10px;
}

.productsfl-Right {
    width: 52px;
    height: 52px;
    border: 0px #0645a4 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -26px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.productsfl-Right img {
    width: 10px;
}

.productsfl-Right:hover,
.productsfl-Left:hover {
    background: #0645a4;
}

.productsfl-Right:hover img,
.productsfl-Left:hover img {
    filter: brightness(0%) invert(100%);
}



/**pag8**/
.pag8
{
    padding: 80px 0px 60px;
    width: 100%;
    overflow: hidden;
}

.pag8 ul
{
    max-width: 1640px;
    margin: 20px auto 0px;
    display: flex;
    flex-wrap: wrap;
}
.pag8 ul li
{
    width: calc(100% / 3);
    padding: 20px;
}
.pag8 ul li .ico
{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 62%;
    border-radius: 20px;
}
.pag8 ul li .ico img
{
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    height: 100%;
    object-fit: cover;
}
.pag8 ul li:hover .ico img
{
    transform: translateY(-50%)scale(1.1);   
}


/**pag9**/
.pag9
{
    width: 100%;
    padding-bottom: 80px;
    overflow: hidden;
}