@charset "gb2312";
.ctrl-prod-bar {
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.ctrl-prod-bar .title {
	width: 100%;
	height: 50px;
	padding: 0px 15px;
	background-color: #00516d;
	line-height: 50px;
	color: #FFF;
}
.ctrl-prod-bar .title .cn-title {
	font-size: 16px;
}
.ctrl-prod-bar .title .en-title {
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 5px;
	color: #CC9999;
}
.ctrl-prod-bar .list {
	width: 100%;
	background-color: #F8F8F8;
	padding: 15px;
}
.ctrl-prod-bar .list a {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}
.ctrl-prod-bar .list a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ctrl-prod-bar .list a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-prod-bar .list a .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.6; /*MOZ , FF*/
	background: rgba(0,0,0,0.60)!important; /*　使用IE专属滤镜实现IE背景透明*/
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}