@charset "gb2312";
.details-product-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.details-product-title {
	width: 100%;
	height: 61px;
	padding: 15px 0px;
	border-bottom: 1px dashed #CCC;
}
.details-product-title .details-product-title-holder {
	width: 1180px;
	margin: auto;
}
.details-product-title .cnTitle {
	line-height: 30px;
	font-size: 18px;
	color: #C00000;
	font-weight: bold;
	border-left: 4px solid #C00000;
	padding: 0px 10px;
}
.details-product-title .enTitle {
	line-height: 30px;
	font-size: 18px;
	color: #CCC;
	text-transform: uppercase;
}
.details-product-title .breadcrumb-holder {
	float: right;
	height: 30px;
}
.breadcrumb-holder .breadcrumb {
	width: 100%;
}
.breadcrumb-holder .breadcrumb-list {
	width: 100%;
}
.breadcrumb-holder .breadcrumb-list span {
	display: block;
	float: left;
	height: 30px;
	color: #333;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list i {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 5px;
	color: #999;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list a {
	display: block;
	float: left;
	height: 30px;
	color: #999;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list a:hover {
	color: #333;
}
.breadcrumb-holder .breadcrumb-list a:last-child {
	color: #0088FF;
}
/*---------------------------------------------------------*/
.details-product-main {
	width: 1180px;
	margin: 30px auto;
}
.details-product-main .img {
	width: 720px;
	height: 540px;
	float: left;
	margin-bottom: 30px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.details-product-main .info {
	width: 420px;
	height: 540px;
	float: right;
	margin-bottom: 30px;
}
.details-product-main .info .title {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-product-main .info .roundup {
	display: block;
	width: 100%;
	height: 325px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
}
.details-product-main .info .booking {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 25px;
	background-color: #C00000;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.details-product-main .info .flip {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 15px;
}
.details-product-main .info .flip a {
	display: block;
	float: right;
	width: 47%;
	height: 40px;
	background-color: #FFD380;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #C00000;
	font-size: 16px;
}
.details-product-main .info .flip a:first-child {
	float: left;
}
.details-product-main .info .return {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	background-color: #FFD380;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #C00000;
	font-size: 16px;
}
/*---------------------------------------------------------*/

.details-product-main .content {
	width: 900px;
	float: left;
}
.details-product-main .content .title {
	width: 100%;
	height: 42px;
	padding: 0px 15px;
	background-color: #EEE;
	line-height: 42px;
	color: #0f6eb9;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #0f6eb9;
}
.details-product-main .content .text {
	width: 100%;
	padding: 15px;
	border: 1px solid #EEE;
	line-height: 24px;
	color: #333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.details-product-main .content .text img {
	max-width: 100%;
}
.details-product-main .relevant {
	width: 260px;
	float: right;
}
.details-product-main .relevant .title {
	width: 100%;
	height: 42px;
	padding: 0px 15px;
	background-color: #EEE;
	line-height: 42px;
	color: #0f6eb9;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #0f6eb9;
}
.details-product-main .relevant .list {
	width: 100%;
	padding: 15px;
	border: 1px solid #EEE;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.details-product-main .relevant .list a {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin-top: 15px;
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.details-product-main .relevant .list a:first-child {
	margin-top: 0px;
}
.details-product-main .relevant .list a span {
	position: absolute;
	left: 0px;
	bottom: 15px;
	padding: 10px 15px 10px 10px;
	max-width: 80%;
	color: #FFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #0f6eb9;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(15,110,185,0.8)!important; /*　使用IE专属滤镜实现IE背景透明*/
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/