.service{
	margin-bottom: 30px;
}
.service .img{
	padding-top: 61.403508%;
	position: relative;
	overflow: hidden;
}
.service .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.service .tend{
	height: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #f2f2f2;
}
.service .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
}
.service:hover .tend a{
	color:#ff0000;
}
/*=====================================================*/
#slideOther .slick-list{
	margin: 0px -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .service{
	margin-bottom: 0;
}
#slideOther .slick-arrow{
	width:30px;
	height:55px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideOther .slick-prev{
	left:-60px;
	background-image: url(../images/main/i-prev-2.png);
}
#slideOther .slick-next{
	right:-60px;
	background-image: url(../images/main/i-next-2.png);
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1366px){
#slideOther .slick-arrow{
	width: 20px;
	height: 45px;
}
#slideOther .slick-prev{
	left:-35px;
}
#slideOther .slick-next{
	right:-35px;
}
}

@media all and (max-width: 1250px){
#slideOther .slick-arrow{
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,0.9);
	background-size: 20px;
	top: 35%;
}
#slideOther .slick-prev{
	left:0px;
}
#slideOther .slick-next{
	right:0px;
}
}

@media all and (max-width: 991px){
#slideOther .slick-list{
	margin: 0px -10px;
}
#slideOther .item{
	padding: 0 10px;
}
}

@media all and (max-width: 768px){
#slideOther .slick-list{
	margin: 0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){
    
}