@charset "utf-8";
/* CSS Document */


.about-partner {
	position: relative;
	padding-bottom: 10px;
}

.about-partner.letmove {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}
.about-partner.move {
	transform: translateY(0);
	opacity: 1;
}

.partner-show {
	border-top: 1px solid #e8e8e8;

}
.imgs-all {
	position: relative;
	margin: 0 auto;
	width: 1221px;
    text-align: center;
    font-size: 0;
}
.imgs-list {
}
.imgs-one-in-list {
	font-size: 0;
	text-align: left;
}
.team-in-all .imgs-one-in-one {
	margin-bottom: 15px;
}
.imgs-one-in-one {
	display: inline-block;
	/*margin-right: 6px;*/
	margin-top: 40px;
	margin-right: 1%;
	margin-bottom: 0px;
	/*margin-left: 6px;*/
	margin-left: 1%;
	width: 17%;
	text-align: center;
	vertical-align: top;
}
.imgs-one-img {
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	height: 80px;
	line-height: 80px;
    overflow: hidden;
}
.imgs-one-img img {
	max-width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
	height: auto;
	transition: .6s;
}
.imgs-one-img:hover img {
	-webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
    filter: inherit;
}

.swiper-pagination {
    bottom: 0px; 
	left: 50%;
	transform: translateX(-50%);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	margin-right: 5px;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	transition: .45s;
    border-radius: 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #D60110;
	width: 30px;
}