/*首页幻灯片*/
.banner{ 
	margin-bottom:4%;
}
.hiSlider{ 
	overflow:hidden;
}
.hiSlider-item img{
	width: 100%;
}
.hiSlider-pages,.hiSlider-title{ 
	position: absolute; z-index: 3;
}
.hiSlider-btn-prev,.hiSlider-btn-next{ 
	position: absolute; 
	z-index: 5; 
	top: 50%; 
	height:30px; 
	width: 30px; 
	background:  url(../image/hislider-arrow.png) no-repeat; 
	margin-top: -15px; 
	text-indent: -200px; 
	overflow: hidden; 
	opacity: .6; 
	filter:alpha(opacity:60);
}
.hiSlider-btn-prev{ 
	left: 10px;
}
.hiSlider-btn-next{ 
	right: 10px; 
	background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{ 
	opacity: 1; 
	filter:alpha(opacity:100);
}
.hiSlider-title{ 
	display:none; 
	bottom: 0; 
	width: 100%; 
	padding: 6px 0; 
	color: #fff; 
	text-indent: 10px; 
	background: rgba(0,0,0,.6); 
	z-index: 2; 
	font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
}
.hiSlider-pages{ 
	display:none; 
	bottom: 10px; 
	right: 10px; 
	text-align: right;
}
.hiSlider-pages a{ 
	height: 12px; 
	width: 12px; 
	margin: 0 6px; 
	display: inline-block; 
	overflow: hidden; 
	text-indent: -100px; 
	font-size: 0; 
	border-radius: 50%; 
	background: #ddd;
}
.hiSlider-pages a.active{ 
	background: #5472BF;
}
/*首页幻灯片*/


/*首页公司简介*/
.about{ 
	padding:4% 4% 0 4%;
}
.about>h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat;
	background-position: bottom center;
	color: #1abde8;
}
.about>p{
	padding: 15px 0;
	line-height: 26px;
	font-size: 14px;
}
.about>ul{
	text-align: center;
	font-size: 0;
}
.about>ul>li{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding:0 15px;
	margin-bottom:20px;
}
.about>ul>li>a{
	display: block;
}
.about>ul>li>a>img{
	width: 100%;
}
.more{
	text-align: center;
}
.more>a{
	display: inline-block;
	color:#1abde8; 
	border: 2px solid #1abde8;
	padding: 4px 30px;
	border-radius: 50px;
}
/*首页公司简介*/


/*首页產品展示*/
.products{
	background: #eaeaea;
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.products>h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat;
	background-position: bottom center;
	color: #1abde8;
}
.products ul{ 
	padding:0 2%;
	margin-top: 30px;
	font-size: 0;
	margin-bottom: 10px;
}
.products li{ 
	display: inline-block;
	vertical-align: top;
	width:49%; 
	text-align:center;
	margin-bottom: 20px;
}
.products li:nth-child(2n){
	margin-left: 2%;
}
.products li a{
	display: block;
	font-size: 0;
}
.products li a img{ 
	width:92%; 
	height: 3.55rem;
	padding:4%; 
	background:#fff;
}
.products li p{ 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	font-size: 14px; 
	line-height:2em;
}
/*首页產品展示*/


/*首页新聞中心*/
.news{
	background: #fff;
	padding-top: 40px;
	margin-top: 20px;
	padding-bottom: 40px;
}
.news>h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat;
	background-position: bottom center;
	color: #1abde8;
}
.news ul{
	padding:0 4%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.news ul li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.news ul h2{
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul h2>a{
	display: inline-block;
	color: #5a5a5a;
	font-size: 16px;
	white-space: nowrap;
}
.news ul span{
	font-size: 14px;
	color: #929292;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.news ul p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
/*首页新聞中心*/


/*首页線上留言*/
.customer{
	background:#eaeaea; 
	padding:40px 8% 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.customer>h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat;
	background-position: bottom center;
	color: #1abde8;
}
.customer>p{
	color: #666666;
	font-size: 14px;
	margin: 20px 0;
}
.customer>form>input[type=text]{
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #fff;
	outline: none;
	padding-left: 15px;
	background: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.customer>form>textarea{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	outline: none;
	padding-left: 15px;
	background: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-top: 10px;
	font-family:"微软雅黑";
}
.customer>form>input[type=submit]{
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #1abde8;
	outline: none;
	background: #1abde8;
	box-sizing: border-box;
	color: #fff;
}
/*首页線上留言*/