.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
	width: 35.625rem;
	position: relative;
}
.magnifier-container{
	width: 35.625rem;
	height: 35.625rem;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.move-view{
	width: 6.25rem;
	height: 6.25rem;
	position: absolute;
	cursor: move;
	background-image: url('/static/img/move.png');
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
	width: 100%;
}
.magnifier-assembly{
	height: 5.75rem;
	overflow: hidden;
	position: relative;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -2.5rem;
}
.magnifier-btn span{
	line-height: 5rem;
	height: 5rem;
	width: 1.25rem;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 8;
	text-align: center;
	font-size: 1.25rem;
	cursor: pointer;
	border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
	float: left;
}
.magnifier-btn .magnifier-btn-right{
	float: right;
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height: 5.75rem;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 7;
}
.magnifier-line li{
	float: left;
	width: 6.25rem;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border-color: #999;
}
.small-img{
	height: 4.875rem;
	padding: 1px;
	margin: 0.3125rem;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.magnifier-view img{
	display: block;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}
.pro-hd {
	text-align: center;
	font-size: 1.125rem;
	color: #c22;
}
@media only screen and (max-width: 768px) {
	.pro-main {
		padding-top: 1rem;
	}
	.magnifier {
		width: 100% !important;
		margin-bottom: 2rem;
	}
	.magnifier-container {
		width: 100% !important;
		height: auto !important;
		min-height: 20rem;
	}
	.magnifier-assembly {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.move-view {
		position: static;
	}
	.magnifier-view {
		display: none !important;
	}
	.pro-main .col-xl-7 {
		padding-left: 15px;
	}
	.pro-title h1 {
		font-size: 2rem;
		line-height: 1.5;
	}
	.pro-main h4 {
		font-size: 1rem;
		line-height: 1.5;
	}
	.pro-des {
		font-size: 1rem;
		padding-top: 0;
	}
	.pro-contact {
		padding-top: 2rem;
	}
	.pro-contact a {
		padding: 0.75rem 1rem;
		margin-right: 0.75rem;
		font-size: 0.875rem;
	}
}