.ms-wrapper {
	width: 100%;
}
.ms-wrapper img {
	width: 100%;
}
.l-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content * {
	box-sizing: border-box;
}
.l-content .l-center {
	text-align: center;
}
.l-wrapper .l-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
.content0 {
	padding: 50px 0 0 0;
}
.content1 {
	background: url("/pr/recommend_category/economy_series/small_ac_motor/images/bg0.png") no-repeat center top;
	padding: 50px 0;
}
.l-center {
	text-align: center;
}
.content2 {
	background: url("/pr/recommend_category/economy_series/small_ac_motor/images/bg1.png") no-repeat center top;
	padding: 50px 0;
}
.feature-img {
	margin-top: 30px;
}
.content3 {
	background: url("/pr/recommend_category/economy_series/small_ac_motor/images/bg2.png") no-repeat center top;
	padding: 50px 0;
}
.product-sect {
	background: #f0f0f0;
	padding: 50px 0;
}
.container-1200 {
	width: 1200px;
	margin: 0 auto;
}
.product-sect * {
	box-sizing: border-box;
}
.prd-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
}
.prd-list .item {
	width: 25%;
	padding: 0 15px;
}
.prd-blk {
	background: #fff;
	border: solid 1px #d0d0d0;
	padding: 15px;
	margin: 15px 0;
	text-align: center;
	display: block;
	text-decoration: none !important;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.prd-price {
	font-size: 22px;
	font-weight: bold;
	color: #d00;
	display: block;
}
.prd-price small {
	font-weight: normal;
	font-size: 14px;
	color: #8c8c8c;
	display: block;
}
.prd-title {
	display: block;
	font-weight: bold;
	min-height: 50px;
	color: #004bb1;
	text-decoration: underline;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.prd-title:hover {
	text-decoration: none;
}
.prd-blk:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.m-btn-list {
	display: flex;
	justify-content: center;
}
.m-btn-list a {
	display: inline-block;
	margin: 0 15px;
}