@charset "utf-8";
/*首页幻灯片*/
.banner{ 
	font-size: 0;
}
.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: 30px 15px;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}
.about>h2{
	font-size: 28px;
	color: #1871c1;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.about .about_content{
	font-size: 14px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    margin: 30px 0;
}
.about .g4{ margin-bottom: 40px; }
.about .g4 ul{
	text-align: center;
}
.about .g4 ul li{
	width: 30%;
	display: inline-block;
	color: #666666;
}
/*首页公司简介*/

/*首页产品展示*/
.products{
	background: #eaeaea;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.products>h2{
	font-size: 28px;
	color: #1871c1;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.products ul{ 
	padding:0 15px;
	margin-top: 30px;
	font-size: 0;
	margin-bottom: 30px;
}
.products li{
	width:48.5%; 
	text-align:center;
	margin-top: 15px;
}
.products li:nth-child(1),
.products li:nth-child(2){
	margin-top: 0;
}
.products li:nth-child(2n){
	margin-left: 3%;
}
.products li a{
	display: block;
	font-size: 0;
}
.products li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border: 3px solid #cccccc;
	position: relative;
	background: #ffffff;
}
.products li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.products li .title{ 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
}
/*首页产品展示*/


/*首页新闻中心*/
.news{
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.news>h2{
	font-size: 28px;
	color: #1871c1;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.news ul{
	padding: 0 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news ul li{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.news ul h2{
	font-size: 0;
}
.news ul h2>a{
	display: inline-block;
	max-width: 100%;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}
.news ul span{
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.news ul p{
	color: #787878;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
/*首页新闻中心*/


/*首页线上留言*/
.customer{
	background:#eaeaea; 
	padding: 30px 15px;
	border-bottom: 1px solid #ccc;
}
.customer>h2{
	font-size: 28px;
	color: #1871c1;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.customer>p{
	color: #666666;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}
.customer>form>input[type=text],
.customer>form>input[type=email]{
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #fff;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	margin-bottom: 20px;
}
.customer>form>textarea{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	outline: none;
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 10px;
	font-family:"微软雅黑";
	resize: none;
}
.customer>form>input[type=submit]{
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #1871c1;
	outline: none;
	background: #1871c1;
	box-sizing: border-box;
	color: #fff;
}
/*首页线上留言*/


.more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.more a{
	color:#1871c1; 
	border: 2px solid #1871c1;
	width: 125px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}