<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* **********************************************************
	products__index
********************************************************** */
.products__index {
}
.products__index .index_title {
	margin-top: 75px;
}
.products__index .index_title h3 {
	border-top: 0px;
	color: #333380;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.products__index .index_title h3 span {
	display: inline-block;
	position: relative;
	margin: 0 50px;
	padding: 0 5px;
}
.products__index .index_title h3 span:before {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2560px;
}
.products__index .index_title h3 span:after {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 2560px;
}
.products__index .index_title h4 {
	background-color: #ffffff;
	border-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
.products__index .index_list {
	overflow: hidden;
	margin-top: 15px;
}
.products__index .index_list ul {
	margin-right: -16px;
}
.products__index .index_list li {
	float: left;
	padding-top: 15px;
	/* width: 32.33%; */

	/* 720 */
	width: 25%;
	padding-bottom: 50px;
}
.products__index .index_list li:nth-child(6){
	padding-bottom: 50px;
}
.products__index .index_list a {
	display: block;
	margin-right: 16px;
}
.products__index .index_list a dl {
	position: relative;
}
.products__index .index_list a dt {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.products__index .index_list a dt img {
	width: 100%;
	height: auto;
}
.products__index .index_list a dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	/* bottom: 8.54%; */
	/* 721 */
	/* bottom: -14.46%; */
	bottom: -21.46%;
	/* padding: 0 10px; */
	width: 100%;
}
.products__index .index_list li:nth-child(4) a dd{
	bottom: -31.46%;
}
.products__index .index_list a dd span {
	background: url(/zh/common/images/blt_arrow_03.png) left 0.3em no-repeat;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 17px;
	width: 100%;
	font-weight: 400;
	background-size: 10px;
}
.products__index .index_list a dd i{
	font-style: normal;
	padding-left: 22px;
	color: #000;
}
.products__index .index_list li:nth-child(6) a dd .zip_gif{
	vertical-align: top;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
	.products__index .index_list a:hover dt img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
}
@media (max-width: 767px) {
.products__index {
}
.products__index .index_title {
	margin-top: 25px;
}
.products__index .index_title h3 {
	border-top: 0px;
	color: #333380;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.products__index .index_title h3 span {
	display: inline-block;
	position: relative;
	margin: 0 50px;
	padding: 0 5px;
}
.products__index .index_title h3 span:before {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2560px;
}
.products__index .index_title h3 span:after {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 2560px;
}
.products__index .index_title h4 {
	background-color: #ffffff;
	border-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
.products__index .index_list {
	overflow: hidden;
	margin-top: 10px;
}
.products__index .index_list ul {
	margin-right: 0px;
	display: initial;
}
.products__index .index_list li {
	float: none;
	padding-top: 5px;
	width: auto;
}
.products__index .index_list a {
	display: block;
	margin-right: 0;
}
.products__index .index_list a dl {
	position: relative;
}
.products__index .index_list a dt {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.products__index .index_list a dt img {
	width: 100%;
	height: auto;
}
.products__index .index_list a dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: -35px;
	padding: 0 10px;
	width: 100%;
}
.products__index .index_list a dd span {
	background: url(/zh/common/images/blt_arrow_03_sp.png) left 0.3em no-repeat;
	background-size: 13px 13px;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 17px;
}
}










</pre></body></html>