.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 600px;
	margin-top: 30px;
	background-color: #fff;
	padding-bottom: 2.5%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modelTostChile p {
	font-size: 24px;
	padding: 3%;
}

.modelClose {
	float: right;
	cursor: pointer;
}

.modelTostChile .swiper-slide {
	text-align: center;
}

.modelTostChile .swiper-slide img {
	width: 85%;
	text-align: center;
}


.index-case{ background-color:#ececec; width:100%; display:block;}


.row-cols-md-4>* {
    height: 170px;
    margin-top:30px;
}


.about_title{ font-size:20px; color:#000000; font-weight:bold; width:100%; float:left; line-height:50px;}
.h35 {
    width: 100%;
    height: 20px;
    float: left;
    display: block;
}


.pages{ width:100%; margin-top:50px; text-align:center;}
.pages a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; padding:0 20px; text-transform:uppercase;}
.pages a.cur,.pages a:hover{ background:#023d77; border-top-color:#023d77; border-bottom-color:#023d77; color:#fff;}
.pages a:first-child{ border-left:1px solid #eee;}