.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 .left-content {
	position: relative;
	width: 950px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.l-content .left-content * {
	box-sizing: border-box;
}
/*****main visual banner ***/
.l-content .left-content .big-banner {
	margin-top: 40px;
}
.l-content .left-content .mrt-20 {
	margin-top: 20px;
}

/*** search sect + pick sect + big banner***/
.l-content .blue-link {
	text-decoration: underline;
	color: #0169c6;
}
.l-content .blue-link:hover {
	opacity: 0.8;
}
.l-content .title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
	background: #0f218b;
	padding: 10px 15px;
    text-transform: uppercase;
    margin: 0;
}
.l-content .search-sect, .l-content .pick-sect {
	margin-top: 40px;
}
.l-content .m-btnSize--440 {
	width: 440px;
}
.l-content .big-banner {
	margin: 40px 0;
}

/****product category****/
.l-content .product-category {
	margin: 40px 0;
}
.l-content .category-list-flex {
	display: flex;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}
.l-content .category-list-flex .item {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.l-content .category-list-flex .category-box {
	border: solid 1px #e9e9e9;
	background: #fff;
	text-align: center;
	display: block;
	text-decoration: underline;
	height: 100%;
	-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;
}
.l-content .category-list-flex .category-box:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #004098;
}
.l-content .category-list-flex .category-box span {
	display: block;
	color: #004098;
	padding: 8px 5px;
	-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;
}
.l-content .category-list-flex .category-box:hover span {
	opacity: 0.8;
}


/**** product list***/
.l-content .section-product-list {
	margin: 40px 0;
}
.l-content .section-product-list h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px;
	background: #285a9f;
	text-align: center;
}
.l-content .flex-product-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.l-content .flex-product-list .item {
	width: 20%;
}
.l-content .flex-product-list .item.db-item {
	width: 40%;
}
.l-content .product-blk {
	text-align: center;
	border: solid 1px #e9e9e9;
	background: #fff;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding: 6px 5px 10px 5px;
	position: relative;
	overflow: hidden;
}
.l-content .product-blk .sale-off {
	color: #fff;
	font-weight: bold;
	background: #d00;
	display: inline-block;
	height: 35px;
	width: 100px;
	line-height: 48px;
	text-align: center;
	top: -9px;
	left: -41px;
	position: absolute;
	transform: rotate(-45deg);
}
.l-content .product-blk .prd-name {
	color: #004098;
	display: block;
	margin: 8px 0;
	text-decoration: none;
}
.l-content .product-blk .prd-name img {
	max-width: 100%;
}
.l-content .product-blk .prd-name span {
	display: block;
}
.l-content .product-blk .prd-name.h-40 span {
	height: 40px;
}
.l-content .product-blk .prd-name.h-60 span {
	height: 60px;
}
.l-content .product-blk .prd-name.h-80 span {
	height: 80px;
}
.l-content .product-blk .prd-name:hover span {
	text-decoration: underline
}
.l-content .product-blk .prd-name:hover img {
	opacity: 0.8;
}
.l-content .product-blk .prd-code {
	display: block;
	margin-top: 10px;
}
.l-content .product-blk .prd-inf label {
	font-size: 13px;
	color: #777;
	display: block;
}
.l-content .product-blk .prd-inf span {
	display: block;
}
.l-content .product-blk .prd-price {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	display: block;
	margin: 5px 0 8px 0;
}
.l-content .product-blk .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}


/**** related products services ***/
.l-content .title-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
	background: #285a9f;
	padding: 10px 15px;
    text-transform: uppercase;
    margin: 0;
}
.l-content .product-list-2 .product {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.l-content .seciton-banner .banner-list {
    display: flex;
    justify-content: space-between;
}
.l-content .seciton-banner .banner-list .banner img {
	width: 100%;
	transition: 0.7s;
}
.l-content .seciton-banner .banner-list .banner a {
	display: block; 
}
.l-content .seciton-banner .banner-list .banner a > img:hover {
	opacity: 0.7; 
}
.l-content .seciton-banner .banner-list.col2 .banner {
	width: calc(100% / 2);
}
.l-content .seciton-banner .banner-list.col3 .banner {
	width: calc(100% / 3);
}
.l-content .seciton-banner .banner-list.col4 .banner {
	width: calc(100% / 4);
}
.l-content .seciton-banner .banner-list.banner-list-2 .banner {
	width: 464px; 
	margin-top: 20px;
}
.l-content .note-section {
	padding: 20px 20px;
	background: #fff9dc;
	border: solid 1px #d3c37a;
	margin-bottom: 40px;
}