.section-service {
    min-height: 800px;
    width: 100%;
	background-color: #fcfcfc;
    /* background: url(../images/service-background.png) no-repeat; */
    /* background-size: cover; */
    /* margin-top: 50px; */
    padding: 20px;
    box-sizing: border-box;
    /* color:#fff; */
    margin:0px auto;
}
.hotser .int-image-item{
  margin:20px;
}
.car-turn-width{
    width:92%;
    margin:auto;
    overflow: hidden;
  }
.int-image-item{
	position: relative;
	height: 500px;
	overflow: hidden;
}
.int-image-area{
    width: 100%;
	height:100%;
    /* background-color: #f2f2f2; */

}
.int-image-area img{
	height:100%;
    object-fit: cover;
}

.int-image-item .int-image-caption {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    /* min-height:80px; */
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	z-index: 100;
	display: flex;
	justify-content: end;
	flex-direction: column;
    flex-wrap: wrap;  
	background-color: rgba(125,161,196,0.8);  
}
.int-image-item .int-image-caption a{
	color:#fff;
}
.int-image-item:hover a{
  color:#F9E547;
}
.int-image-item:hover .int-image-caption{
	background-color: rgba(125,161,196,0.95);  
}
.int-image-caption strong{
    display: block;
    margin-bottom:10px;
    font-size:1.3rem;
}
.int-image-caption p{
    margin-bottom:0px;
    padding-bottom:0px;
}
.hotser .int-image-caption p{
        min-height:60px;
}
.hotpro .int-image-caption p{
    min-height:240px;
}
.int-image-caption span{
    color:#888;
}
.int-btn-catnum{
    background-color: #7293be;
    color:#fff;
    text-align: center;
    padding:10px;
    position: relative;
}


.int-btn-pro{
    text-align: center;
    padding:50px;
}

.hotser .carousel-arrow{
 background-color: #7293be;
font-size:14px;
}
.hotser .carousel-arrow:hover{
	background-color: #55565a;
}
