.leader {
	overflow: hidden;
	margin: 0 auto 20px;
}

.leader ul {
	list-style-type: none;
}

.leader li {
	margin-top: 45px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.leader li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.leader li:nth-child(5n+1) {
	clear: left;
}

.leader .imgbox {
	display: block;
	width: 120px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}

.leader .imgbox::before {
	position: absolute;
	content: '';
	width: 120px;
	height: 170px;
	background: #DCE7FF;
	border-radius: 2px;
	right: -10px;
	bottom: -10px;
}

.leader .imgbox img {
	width: 100%;
	height: 100%;
	position: relative;
}

.leader h4 {
	color: #0f48b3;
	text-align: center;
	font-size: 16px;
	margin: 26px 0 0;
	position: relative;
}

.leader h4 span {
	color: #888888;
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

/* .leader[data-v-qt] .col-md-3 {
	width: 60%;
	float: left;
} 

@media (max-width: 1199px) {
	.leader .col-md-3 {
		width: 25%;
		float: left;
	}*/

	.leader .imgbox,
	.leader .imgbox::before {
		width: 83px;
		height: 118px;
	}
}

@media (max-width: 1199px) {
	.leader .col-md-4 {
		width: 33.333333%;
		float: left;
	}
}

@media (max-width: 767px) {
	.leader {
		margin: 0 auto;
	}

	.leader .col-md-3,
	.leader[data-v-qt] .col-md-3,
	.leader .col-md-4 {
		width: 50%;
	}

	.leader .imgbox,
	.leader .imgbox::before {
		width: 105px;
		height: 145px;
	}

	.leader li:nth-child(5n+1) {
		clear: inherit;
	}

	.leader li:nth-child(2n+1) {
		clear: left;
	}
}

.cleader {}

.cleader .row {
	margin-left: -20px;
	margin-right: -20px;
}

.cleader .row>[class^='col'] {
	padding-left: 20px;
	padding-right: 20px;
}

.cleader li {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cleader li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.cleader .boxstyle {
	text-align: center;
	margin-top: 35px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cleader .boxstyle img {
	width: 210px;
	height: 270px;
}

.cleader .boxstyle .txtinfo {}

.cleader .boxstyle .txtinfo p {
	color: #777;
	font-size: 15px;
	margin: 0;
}

.cleader .boxstyle h4 {
	margin: 14px 0 4px 0;
	color: #0f48b3;
	font-size: 17px;
	font-weight: 700;
}

.cleader .boxstyle h4:hover {
	color: #fd6f0a;
}

.cleader[data-v-ld] {
	margin: 0 15%;
}

@media (max-width: 1280px) {
	.cleader .boxstyle img {
		width: 200px;
		height: 257px;
	}
}

@media (max-width: 1199px) {
	.cleader .row {
		margin-left: -14px;
		margin-right: -14px;
	}

	.cleader .row>[class^='col'] {
		padding-left: 14px;
		padding-right: 14px;
	}

	.cleader .boxstyle img {
		width: 157px;
		height: 202px;
	}
}

@media (max-width: 991px) {
	.cleader .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.cleader .row>[class^='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.cleader .boxstyle img {
		width: 109px;
		height: 140px;
	}
}

@media (max-width: 767px) {
	.cleader .boxstyle {
		margin-top: 24px;
	}

	.cleader .boxstyle img {
		width: 100%;
		height: 227px;
	}

	.cleader[data-v-ld] {
		margin: 0;
	}
}

@media (max-width: 380px) {
	.cleader .boxstyle img {
		height: 202px;
	}
}

@media (max-width: 320px) {
	.cleader .boxstyle img {
		height: 167px;
	}
}

.sleaderfl {
	font-size: 24px;
	color: #333;
	line-height: 1;
	margin: 36px 0 25px 0;
	text-align: center;
	font-weight: 700;
}

.sleader {}

.sleader li {
	margin-top: 15px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.sleader li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.sleader .boxstyle {
	text-align: center;
	margin-bottom: 10px;
}

.sleader .boxstyle img {
	width: 180px;
	height: 249px;
	border-radius: 2px;
}

.sleader .boxstyle .txtinfo {}

.sleader .boxstyle .txtinfo p {
	color: #777;
	font-size: 14px;
	margin: 6px 0 0 0 !important;
	font-weight: 500;
	line-height: 1.4;
	height: 76px;
	overflow: hidden;
}

.sleader .boxstyle .txtinfo h4 {
	color: #1e52ab;
	font-size: 16px;
	margin: 12px 0 0 0;
	font-weight: 500;
}

.sleader .boxstyle:hover .txtinfo h4 {
	color: #333;
}

@media (max-width: 1199px) {
	.sleader .boxstyle img {
		width: 100%;
		height: 212px;
	}
}

@media (max-width: 991px) {
	.sleader .boxstyle img {
		height: 201px;
	}
}

@media (max-width: 767px) {
	.sleader .boxstyle img {
		height: 238px;
	}
}

@media (max-width: 380px) {
	.sleader .boxstyle img {
		height: 211px;
	}
}

@media (max-width: 320px) {
	.sleader .col-xs-6 {
		width: 100%;
	}

	.sleader .boxstyle img {
		width: auto;
		height: auto;
	}

	.sleader .boxstyle .txtinfo p {
		height: auto;
	}
}
