/*$${"color":[{"val":"#26334c","title":"栏目标题颜色/分页文字"},
{"val":"#999999","title":"栏目位置文字颜色"},
{"val":"#666e80","title":"文章内容文字颜色"},
{"val":"#b40014","title":"分类选中/滑过文字颜色"},
{"val":"#000000","title":"联系方式文字颜色"},
{"val":"#fff","title":"文字颜色"}],
"background":[{"val":"#6160ea","title":"栏目标题下划线颜色"},
{"val":"#b40014","title":"分类栏目背景颜色/分类栏目鼠标滑过背景"},
{"val":"#f4f4f4","title":"栏目列表背景颜色"},
{"val":"#fff","title":"进度条背景"}],
"border":[{"val":"#e6e6e6","title":"栏目边框颜色"},
{"val":"#dcdcdc","title":"文章标题下划线"},
{"val":"#f2aa43","title":"栏目边框"}]}$$*/
#detail_xxx{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
#detail_xxx .className{
	height: 60px;
	line-height: 60px;
	border-bottom:#e6e6e6 solid 1px;
}
#detail_xxx .className .title-1{
	float: left;
	font-size: 20px;
	color: #26334c;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#detail_xxx .className .title-1 a{
	color: #26334c;
}
#detail_xxx .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #6160ea;
	content: '';
}
#detail_xxx .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
}
#detail_xxx .className .title-2 a{
	color: #999999;
}

#detail_xxx .classleft{
	width: 300px;
	float: left;
	margin-top: 40px;
}
#detail_xxx .contactBox{
	width: 300px;
	display: block;
	background: #f4f4f4;
	margin-top: 20px;
}
#detail_xxx .subClass{
	width: 300px;
	display: block;
	background: #f4f4f4;
	padding-bottom: 15px;
}
#detail_xxx .subClass dt,
#detail_xxx .toptact{
	width: 100%;
	background: #b40014;
	font-size: 24px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	border-top:#f2aa43 solid 2px;
	position: relative;
	color: #fff;
}
#detail_xxx .contact{
	border-bottom:#d8d8d8 solid 1px;
	width: 100%;
	color: #000000;
	padding: 10px 0;
	line-height: 32px;
}
#detail_xxx .contact .tit-1{
	font-size: 18px;
	text-align: center;
}
#detail_xxx .contact .tell{
	font-size:24px;
	font-weight: 550;
	text-align: center;
}
#detail_xxx .code{
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	font-size: 16px;
}
#detail_xxx .code img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
#detail_xxx .subClass dt::after,
#detail_xxx .toptact::after{
	width: 0;
	height: 0;
	position: absolute;
	right:0;
	bottom: 0;
	content: '';
	border: 8px solid;
	border-left-color: #b40014;
	border-right-color: #f2aa43;
	border-top-color: #b40014;
	border-bottom-color: #f2aa43;
	z-index: 40;
}
#detail_xxx .subClass dt a{
	color: #fff;
}
#detail_xxx .subClass dd{
	width: 100%;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 2px;
	line-height: 90px;
}
#detail_xxx .subClass .title{
	height: 80px;
	line-height:80px;
	text-indent: 80px;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000000;
	position: relative;
	transition: hover .3s ease;
}
#detail_xxx .subClass .title::after{
	width: 8px;
	content: '';
	position: absolute;
	left:50px;
	top:50%;
	height: 8px;
	background:#b40014;
	z-index: 100;
	margin-top: -4px;
	border-radius: 50%;
}
#detail_xxx .subClass dd .title.active,
#detail_xxx .subClass .title:hover{
	color: #b40014;
}

#detail_xxx .subClass dd .moulmnList{
	background: #f7f7f7;
	padding: 0 8px;
	width: 100%;
	list-style-type: none;
	text-indent: 80px;
	display: none;
}
#detail_xxx .subClass dd .moulmnList li{
	line-height: 54px;
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 54px;
	border-bottom:#dddddd solid 1px;
}
#detail_xxx .subClass dd .moulmnList li a{
	color: #999999;
}
#detail_xxx .subClass dd .moulmnList li.active a{
	color: #b40014;
}
#detail_xxx .contentR{
	width: calc(100% - 330px);
	float: right;
}
#detail_xxx .content .title{
	font-size: 24px;
	color: #26334c;
	width: 100%;
	text-align: center;
	line-height: 100px;
	word-wrap: break-word;
	display: block;
	border-bottom:#dcdcdc solid 2px;
}
#detail_xxx .content .cont{
	width: 100%;
	font-size: 14px;
	color: #666e80;
	line-height: 30px;
	padding: 40px 0;
}#detail_xxx .content .cont table{
	border: solid 0.5px #ccc;
	max-width: 100%;
	border-spacing: inherit;
}
#detail_xxx .content .cont tr,
#detail_xxx .content .cont td{
	border: solid 0.5px #ccc;
	text-align: center;
}
#detail_xxx .content .cont .imgT{
	text-align: center;
}
#detail_xxx .content .cont p{
	width: 100%;
	margin: 5px 0;
}
#detail_xxx .content .cont p img{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
#detail_xxx .contpage{
	width: 100%;
	font-size: 14px;
}
#detail_xxx .contpage .page{
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #26334c;
}
#detail_xxx .contpage .page.disable{
	opacity: 0.7;
}
@media screen and (max-width:1200px) {
	#detail_xxx{
		width: 96%;
	}
}
@media screen and (max-width:767px){
	#detail_xxx .classleft{
		display: none;
	}
	#detail_xxx .contentR{
		width: 100%;
	}
	#detail_xxx{
		width: 96%;
		padding: 20px 0;
	}
	#detail_xxx .className{
		margin-bottom: 0;
		height: 100px;
		line-height: 50px;
	}
	#detail_xxx .className .title-2{
		width: 100%;
		overflow: hidden;
		height: 50px;
		word-break: break-all;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#detail_xxx .content .title{
		line-height: 30px;
		font-size: 20px;
		padding: 10px;
	}
	#detail_xxx .content .cont{
		padding: 20px 0;
		line-height: 26px;
	}
	#detail_xxx .content .cont table{
		width: 100% !important;
	}
}
