.home-wrap{
	margin-top: 64px;
}
.home-banner{
	width: 100%;
	height: 400px;
	background:url(../images/home-banner.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	min-width: 1200px;
}
.home-banner img{
	height: 90%;
	position: absolute;
	left: 8%;
	top: 20px;
}
.home-BriefIntroduction h3{
	background-image: url(../images/title_info.png);
}
.home-BriefIntroduction li h4{
	font-size: 14px;
	line-height: 24px;
	text-indent:2em;
	margin-top: 12px;
}
.home-BriefIntroduction li p{
	font-size: 12px;
	line-height: 24px;
	color:#717C88;
	margin-top: 12px;
	text-indent:2em;
}
.home-BriefIntroduction a{
	margin: 40px auto;
}

.home-product h3{
	background-image: url(../images/title_pro.png);
}

.home-CorporateCulture{
	width: 100%;
	min-width: 1200px;
	height: 322px;
	background: url(../images/i_cbg.png) no-repeat center top;
	background-size: cover;
	margin-top: 80px !important;
	padding-top: 51px;
}
.home-CorporateCulture h3{
	background-image: url(../images/title_culture.png);
}
.home-CorporateCulture p{
	width: 960px;
	margin: 40px auto;
	font-size: 24px;
	line-height: 36px;
	color: rgba(255,255,255,0.9);
}






.section{
	margin-top: 64px;
}
.section h3{
	width: 100%;
	height: 56px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
}
.linkBtn{
	width: 80px;
	height: 28px;
	display: block;
	border: 1px solid #1565c0;
	color: #1565c0;
	line-height: 28px;
	text-align:center;
	font-size: 14px;
	font-weight: normal;
}


/**
 * 横向滚动
**/
.scroll_horizontal{position:relative;width:100%;height:260px;padding:10px;background-color:#fff;margin-top: 30px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1030px;height:260px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;padding: 9px 0;}
.scroll_horizontal .list li{float:left;width:320px;height: 240px;border: 1px solid #D0D0D0;margin: 0 10px;text-align:center;line-height:280px;position: relative;}
.scroll_horizontal .list li:hover{box-shadow: 0 0 15px #a9d3ef}
.scroll_horizontal .list li img{width: 80%;display: inline-block;}
.scroll_horizontal .list li span{width:calc(100% + 2px) ;height: 40px;position: absolute;bottom: 0;left: -1px;background: #0878C2;font-size: 14px;color: #fff;line-height: 40px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:5px;background: url(../images/left.jpg) no-repeat center;background-size: 100%;}
.scroll_horizontal .next{right:5px;background: url(../images/right.jpg) no-repeat center;background-size: 100%;}
.scroll_horizontal .prev:hover{background: url(../images/left_hover.jpg) no-repeat center;background-size: 100%;}
.scroll_horizontal .next:hover{background: url(../images/right_hover.jpg) no-repeat center;background-size: 100%;}