@charset "gb2312";
.case-holder {
	width: 100%;
}
.case-banner {
	width: 100%;
	height: 500px;
}
.case-banner li {
	width: 100%;
	height: 100%;
	background-image: url(../img/case-banner.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*---------------------------------------------------------*/
.case-list-holder {
	width: 100%;
	padding-bottom: 50px;
}
/*---------------------------------------------------------*/
.case-list {
	width: 1200px;
	margin: auto;
}
/*---------------------------------------------------------*/
.page-ctrl-photo {
	width: 100%;
}
.page-ctrl-photo .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}
.page-ctrl-photo .list:nth-child(3n) {
	margin-right: 0%;
}
.page-ctrl-photo .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-ctrl-photo .img i {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-ctrl-photo .title {
	width: 100%;
	height: 30px;
	padding: 0px 20px;
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-ctrl-photo .note {
	width: 100%;
	height: 20px;
	padding: 0px 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.page-ctrl-photo .note span {
	float: right;
}
.page-ctrl-photo .note span:first-child {
	float: left;
}
/*---------------------------------------------------------*/
.case-title {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	text-align: center;
}
.case-title .en-title {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.case-title .cn-title {
	position: relative;
	z-index: 66;
	display: inline-block;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #C00000;
	background-color: #FFF;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #C00000;
}
.case-title .parting-line {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #C00000;
}
/*---------------------------------------------------------*/
