@charset "gb2312";
.details-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.details-title {
	width: 100%;
	height: 61px;
	padding: 15px 0px;
	border-bottom: 1px dashed #CCC;
}
.details-title li {
	width: 1180px;
	margin: auto;
}
.details-title .cnTitle {
	line-height: 30px;
	font-size: 18px;
	color: #C00000;
	font-weight: bold;
	border-left: 4px solid #C00000;
	padding: 0px 10px;
}
.details-title .enTitle {
	line-height: 30px;
	font-size: 18px;
	color: #CCC;
	text-transform: uppercase;
}
.details-title .addWord {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #C00000;
}
/*---------------------------------------------------------*/
.details-main {
	width: 1180px;
	margin: 20px auto;
}
.details-main .title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #EEE;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-main .subgroup {
	width: 100%;
	height: 45px;
}
.details-main .subgroup span {
	display: block;
	float: left;
	height: 45px;
	padding:0px 45px 0px 30px;
	line-height: 45px;
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
}
.details-main .subgroup .bdsharebuttonbox {
	float: right;
}
.details-main .contact {
	width: 100%;
	padding: 15px;
	background-color: #f2f2f2;
	margin: 20px auto;
}
.details-main .contact .tel {
	padding-right: 100px;
	line-height: 30px;
	color: #38a7ff;
	font-size: 18px;
}
.details-main .contact .add {
	line-height: 30px;
	color: #38a7ff;
	font-size: 16px;
}
.details-main .btn-holder {
	width: 100%;
	height: 50px;
	margin: 20px auto;
}
.details-main .btn-holder .roundup-text {
	display: block;
	float: left;
	width: 70%;
	height: 50px;
	padding: 15px;
	background-color: #f2f2f2;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-main .btn-holder .ctrl-btn {
	display: block;
	float: right;
	width: 29%;
	height: 50px;
	background-color: #FFAA00;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 50px;
}
.details-main .roundup {
	width: 100%;
	padding: 15px;
	background-color: #f2f2f2;
	margin: 20px auto;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.details-main .content {
	width: 100%;
	line-height: 24px;
	color: #333;
}
.details-main .content .img {
	max-width: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.details-main .content .img img {
	display: block;
	width: 100%;
}
.details-main .content img {
	max-width: 100%;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/