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

body{position:relative; width:100%; background:#fff; height:100%;}

/*右侧隐藏菜单*/
.yc_menu{position:fixed; width:160px; height:100%; right:0; top:0; bottom:0; z-index:99999; display:none}

.nav{width:160px; height:auto; position:absolute; right:0; top:0; bottom:0; z-index:2;}
.nav li{width:100%; height:0.6rem; border-bottom:1px solid #303030; text-align:center;}
.nav li a{display:block; font-size:0.25rem; line-height:0.6rem; color:#fff; }

.allpage{ position:fixed; background: rgba(0, 0, 0, 0.7); top:0; right:0; bottom:0; left:0; z-index:9999; display:none}
.allpage_close{ position:fixed; top:0; right:180px; font-size:0.8rem; line-height:1.2; color:#FFF; z-index:99999; display:none}
/* 隐藏菜单 end*/

/*首页菜单*/
.hnav2{margin:0;position:relative; margin-top:-1px; z-index:999px; overflow:hidden}
.hnav2 li{
	float: left;
	width:25%;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.22rem;
	line-height: 0.55rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.hnav2 li a{display: block; color: #fff;}
.hnav2 li:nth-of-type(4n){
	border-right:0;
}
.hnav2 li:nth-of-type(n+5){
	border-bottom:0;
}

/*标题*/
.i_tit{
	background: #e8e8e8;
	padding: 0 3.125%;
	margin: 0.15rem 0 0;
	overflow:hidden;
	line-height:0.40rem
}
.i_tit h3{
	color: #fff;
	float: left;
	width: 27%;
	text-align: center;
	font-size:0.22rem;
	font-weight:100;
	line-height:0.40rem
	
}
.i_tit a{
	float: right;
	display: block;
	text-align: center;
	color: #a5a5a5;
}
/*标题end*/

/*图片外框*/
.index_pro{overflow:hidden; height:auto; margin-top:15px}
.index_pro dl{ float:left; width:47%; text-align:center; overflow:hidden; margin-bottom:10px; margin-left:2%; }
.index_pro dl dt{ background:#fff; height:1.86rem; border:#d0d0d0 solid 1px;}
.index_pro dl dt img{ height:100%; max-width:100%;}
.index_pro dl dd{ line-height:0.4rem; height:0.4rem; overflow:hidden; font-size:0.21rem; color:#3f3f3f;}
/*图片外框end*/

/*产品图片分类*/
.promenu { overflow:hidden; height:auto;}
.promenu li{ float:left; width:50%; height:0.55rem; background:#e0051d; overflow:hidden; border-bottom:1px solid #efefef; border-right:1px solid #efefef; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.promenu li a{display:block; height:0.55rem; text-align:center; line-height:0.57rem; font-size:0.22rem; color:#fff; background:#e0051d; }
.promenu li:nth-of-type(2n+0){
	border-right:none
}

/*详细介绍页page*/
.page_title{ height:auto; line-height:0.50rem; text-align:center; font-size:0.26rem; font-weight:bold; border-bottom:1px solid #E8E8E8; margin-bottom:20px}</pre></body></html>