@charset "utf-8";
/* CSS Document */
/*banner*/
.focusBox {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.focusBox .pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	z-index: 0;
}
.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 0;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../img/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
/*tab切换*/
.tabBar {
	margin-top: 50px;
}
.tabBar .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
}
.tabBar .hd li {
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 226px;
	margin-right: 10px;
	border: 1px solid #cecece;
	border-bottom: 0px;
}
.tabBar .hd li a {
	width: 228px;
	height: 50px;
	display: block;
	font-size: 18px;
}
.tabBar .hd li:last-child {
	margin-right: 0;
}
.tabBar .hd li.on {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	top: 1px;
	border-top: 2px solid #0a78d1;
	border-right: 1px solid #0a78d1;
	border-left: 1px solid #0a78d1;
	background: #fff;
}
.tabBar .bd {
	border-top: 1px solid #cecece;
	padding: 25px 0px 50px 0px;
	clear: both;
	position: relative;
	height: 200px;
	overflow: hidden;
}
.tabBar .bd .conWrap {
	
}
.tabBar .bd .conWrap ul li {
	float: left;
	margin-right: 46px;
}
.tabBar .bd .conWrap ul li:last-child {
	float: right;
	margin: 0;
}
/*热门产品*/
.hotpro {
	height: 300px;
	background-color: #e2f3ff;
	margin-bottom: 160px;
}
.hotpro .w1180 {
	position: relative;
}
.hotpro .fl {
	width: 220px;
	margin-top: 40px;
}
.hotpro .fl h3 {
	color: #003333;
	font-size: 30px;
}
.hotpro .fl p {
	color: #666;
	margin: 10px 0 20px 0;
}
.hotpro .fl span {
	text-align: center;
	width: 220px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-size: 18px;
	background-color: #0a78d1;
}
.hotpro .fr {
	width: 900px;
	position: absolute;
	top: 50px;
	right: 0;
}
.hotpro .fr ul li {
	width: 280px;
	float: left;
	margin-left: 20px;
	padding: 30px 15px 30px 15px;
	border: 1px solid #cecece;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
.hotpro .fr ul li  img{
    width: 250px;
	height: 200px;
}
.hotpro .fr ul li h4 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
}
.hotpro .fr ul li p {
	text-align: justify;
	color: #666;
	font-size: 14px;
}
.hotpro .fr ul li span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42px;
	height: 50px;
	background: url(../img/icon.png) -78px -199px no-repeat;
}
/*案例 新闻*/
.case {
	width: 720px;
}
.case h3,.news h3 {
	font-size: 30px;
	color: #003333;
	margin-bottom: 10px;
}
.case h3 em,.news h3 em {
	font-size: 18px;
	color: #333;
	float: right;
	margin-top: 13px;
}
.case ul li {
	width: 350px;
	height: 500px;
	float: left;
	border: 1px solid #cecece;
	position: relative;
}
.case ul li h4 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}
.case ul li h4 a {
	color: #003333;
}
.case ul li p {
	font-size: 14px;
	color: #666;
	width: 300px;
	margin: 0 auto;
	text-align: justify;
}
.case ul li span {
	position: absolute;
	bottom: 20px;
	left: 30px;
	text-align: center;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #333;
	box-sizing: border-box;
}
.case ul li:last-child {
	float: right;
}
.news {
	width: 430px;
}
.news h3 {
	font-size: 30px;
	color: #003333;
	margin-bottom: 10px;
}
.news ul li {
	height: 100px;
	padding: 12px 0;
	border-top: 1px solid #cecece;
}
.news ul li:last-child {
	border-bottom: 1px solid #cecece;
}
.news .fr {
	width: 300px;
	height: 100px;
	position: relative;
}
.news .fr h4 {
	font-size: 18px;
	font-weight: normal;
}
.news .fr p {
	font-size: 14px;
	color: #666;
}
.news .fr span {
	position: absolute;
	bottom: -10px;
	right: 0;
	color: #003333;
}