﻿@charset "utf-8";

/*首页菜单*/
.hnav2{width:100%; height:auto; margin-top:-1px; overflow:hidden}
.hnav2 li{
	float: left;
	width:25%;
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	height:0.65rem;
	line-height: 0.68rem;
	white-space: nowrap;/*段落中的文本不进行换行*/
	overflow: hidden;
	text-overflow: ellipsis;/*显示省略符号来代表超出的文本。*/
	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 10px;
	margin-top:10px;
	overflow:hidden;
	line-height:0.60rem;
	font-size:0.22rem
}
.i_tit h3{
	color: #fff;
	float: left;
	width: 27%;
	text-align: center;
	font-size:0.26rem;
	font-weight:bold;
	line-height:0.6rem
	
}
.i_tit a{
	float: right;
	display: block;
	text-align: center;
	color: #a5a5a5;
}
/*标题end*/

/*图片外框*/
.index_pro_2{width:100%; height:auto; overflow:hidden}
.index_pro_2 li{ float:left; width:49%; height:auto; text-align:center; margin-right:2%; margin-bottom:10px;}
.index_pro_2 li img{ width:100%; height:100%; max-width:100%;}
.index_pro_2 li p{ line-height:0.4rem; font-size:0.23rem; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pro_2 li:nth-of-type(2n+0){margin-right:0px;}
/*图片外框end*/

/*产品图片分类*/
.promenu { overflow:hidden; height:auto;}
.promenu li{ float:left; width:50%; height:0.65rem; 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.7rem; font-size:0.23rem; 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}