@charset "utf-8";

/* 焦点图
build2019.03.21
*/
#slider-contain {
	padding-top: 0;
	padding-bottom: 0;

}

.slider-contain {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
}

.js-silder {
	position: relative;
	min-width: 320px;
}

.silder-scroll {
	width: 100%;
	overflow: hidden;
}

.silder-main {
	position: relative;
	width: 100%;
}

.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.silder-main-img img {
	width: 100%;
	height: 500px;
}

.silder-main-img span {
	font-size: 14px;
	color: #fff;
	width: 276px;
	background: url(../images/focus-bg.png) 0 0 repeat;
	float: right;
	height: 500px;
	padding: 80px 30px;
	text-align: center;
}

.silder-main-img span em.headline {
	float: left;
	width: 100%;
	height: 180px;
	font-size: 16px;
}

.silder-main-img span em.text {
	float: left;
	width: 100%;
}

.js-silder-ctrl {
	width: 276px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -138px;
	bottom: 30px;
}

.silder-ctrl-prev,
.silder-ctrl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	cursor: pointer;
	color: #fff;
	text-indent: -9999px;
	margin-top: -30px;
	display: none;
}

.silder-ctrl-prev {
	left: 0;
	background: url(../images/prev.png) 0 0 no-repeat;
}

.silder-ctrl-next {
	right: 0;
	background: url(../images/next.png) 0 0 no-repeat;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

.silder-ctrl-prev>span {
	left: 0;
}

.silder-ctrl-next>span {
	right: 0;
}

.silder-ctrl-con {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-color: #e4e4e4;
	border-radius: 5px;
}

.silder-ctrl-con.active>span {
	background-color: #1167BB;
}




@media (max-width: 768px) {
	#slider-contain {
		padding: 0;
		margin: 0;
		background: none;
		padding-bottom: 100px;
		overflow: hidden;
	}

	.slider-contain {
		width: 100%;
		height: auto;
	}

	.silder-main,
	.silder-scroll {
		overflow: visible;
	}

	.silder-main-img span {
		line-height: 45px;
		height: 100px;
		padding: 0 10px;
		color: #fff;
		width: 100%;
		background-color: #1167BB;
		background-image: none;
		font-weight: bold;
		text-align: left;
	}
	.silder-main-img span em.headline {		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.silder-main-img span em.headline,
	.silder-main-img span em.text {
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.silder-main-img span em.text {
		font-size: 14px;
		line-height: 22px;
	}

	.silder-ctrl-prev,
	.silder-ctrl-next {
		margin-top: -50px;
	}

	.silder-ctrl-con {
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 50px 5px 0 5px;
	}

	.silder-ctrl-con>span {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}

	.silder-main-img img {
		width: 100%;
	}

	.js-silder-ctrl {
		width: 100%;

	}
}
