@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: #ed7020;
	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 .video{	
    margin: 30px 0;
}
.about .video video{
	width: 100%;
}
/*首页公司简介*/

/*首页产品展示*/
.products{
	background: #eaeaea;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.products>h2{
	font-size: 28px;
	color: #ed7020;
	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:100%; 
	text-align:center;
	margin-top: 15px;
}

.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;
}
/*首页产品展示*/


.prolist{background: #fff;padding: 30px 0;border-bottom: 1px solid #ccc;}
.prolist>h2{
	font-size: 28px;
	color: #ed7020;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.prolist ul{margin: 30px 0;}
.prolist ul li{ float: left; background: #FFF; padding: 20px; width: 94%; border: 1px solid #E7E7E7; margin-bottom: 30px; margin: 3%;}
.prolist ul li .text{}
.prolist ul li .text i{ float: left; width: 90px; padding: 0 10px;}
.prolist ul li .text span{ float: left; padding: 0 10px; width: 228px; font-size: 24px;}
.prolist ul li .text span h3{ font-size: 15px; margin-top: 8px; color: #999;}


/*首页客户案例*/
.case{background: #fff;padding: 30px 0;border-bottom: 1px solid #ccc;}
.case>h2{
	font-size: 28px;
	color: #ed7020;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.case ul {margin: 30px 0;}
.case ul li{float: left; width: 46%;margin-bottom: 20px; margin: 2%;}
.case ul li dd{overflow: hidden; height: 120px; background: #FFF;box-shadow: 0 0 6px #e7e7e7;}
.case ul li dd img{width: 100%;}
/*首页客户案例*/


/*首页新闻中心*/
.news{
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.news>h2{
	font-size: 28px;
	color: #ed7020;
	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 li dd{}
.news ul li dd img{max-width: 100%;}
.news ul li span{
	font-size: 18px;
	color: #333;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.news ul li 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: #ed7020;
	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;
}
.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 #ed7020;
	outline: none;
	background: #ed7020;
	box-sizing: border-box;
	color: #fff;
}
/*首页线上留言*/


.more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.more a{
	color:#ed7020; 
	border: 2px solid #ed7020;
	width: 125px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}