/*头部*/
/*$$
{"color":[{"val":"#555555","title":"字体颜色"},
{"val":"#ffffff","title":"标题字体颜色"},
{"val":"#999999","title":"当前位置栏目颜色"},
{"val":"#262626","title":"联系电话字体颜色"}],
"background":[{"val":"#000000","title":"列表标题底色"},
{"val":"#262626","title":"列表主体底色"},
{"val":"#f2e117","title":"列标选中底色"}],
"border":[{"val":"#dcdcdc","title":"分类标题边框"}]}
$$*/


#list_xxx{
	float: left;
	width: 25%;
}

#list_xxx .listTitle {
	width: 100%;
	background: #000000;
	padding-top: 15px;
	font-family: "思源黑体CN";
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border-top: #facd00 3px solid;
	color: #FFFFFF;
}
#list_xxx .listTitle img{
	float: right;
	margin-right: 20px;
	width: 27px;
	height: 15px;
	margin-top: 15px;
	display: none;
}
#list_xxx .listBody {
	width: 100%;
	background: #262626;
	padding-top: 15px;
	padding-bottom: 140px;
}

#list_xxx .listBody ul {
	width: 100%;
}

#list_xxx .listBody ul li {
	width: 100%;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 35px;
}

#list_xxx .listBody ul li:last-child {
	margin-bottom: 0;
}

#list_xxx .listBody ul li a {
	color: #FFFFFF;
}

#list_xxx .active {
	background: #f2e117;
}

#list_xxx .active a {
	color: #262626;
}

#list_xxx .listFooter {
	width: 100%;
	height: 130px;
	background: url(../img/tel.png) no-repeat 15px center #facd00;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #262626;
}

#list_xxx .listFooter span {
	font-size: 30px;
	line-height: 33.34px;
	color: #262626;
	font-style: italic;
	margin-left: -10px;
}

#details_xxx{
	width: 1200px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#details_xxx .detailsBody{
	float: right;
	width: 72%;
}
#details_xxx .detailsTitle{
	width: 100%;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #555555;
	text-align: center;
}
#details_xxx .detailsChar{
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #555555;
}
#details_xxx .detailsChar p{
	font-size: 14px;
	line-height: 36px;
	color: #555555;
	margin:15px 0;
}
#details_xxx .detailsChar img{
	display: block;
	max-width: 100%;
	width: auto;
	margin: auto;
}
#details_xxx .prBox{
	height: 70px;
	position: relative;
	display: none;
	width: 96%;
	left: 2%;
}
#details_xxx .prClass{
	position: absolute;
	height: 60px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
	bottom:20px;
	z-index:100;
}
#details_xxx .classList{
	width: calc(100% - 100px);
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#details_xxx .classList .sBox{
	height: 100%;
	display: block;
	float: left;
	width:100%;
}
#details_xxx .classList .swiper-slide-active{
	background:#f2e117;
}
#details_xxx .classList .sBox .title{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	color: #555555;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
#details_xxx .classList .sBox.cur .title{
	color: #ffffff;
}
#details_xxx .btnPrev{
	background: url(/static/images/CN00002_03.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	left:0;
	top:0;
	width: 50px;
	height: 100%;
	cursor: pointer;
}
#details_xxx .btnNext{
	background: url(/static/images/CN00002_04.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	right:0;
	top:0;
	width: 50px;
	height: 100%;
	cursor: pointer;
}
#details_xxx .className{
	height:100px;
	line-height: 50px;
	border-bottom:#dcdcdc solid 1px;
	display: none;
}
#details_xxx .className .title-1{
	float: left;
	font-size: 20px;
	color: #262626;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#details_xxx .className .title-1 a{
	color: #262626;
}
#details_xxx .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #f2e117;
	content: '';
}
#details_xxx .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#details_xxx .className .title-2 a{
	color: #999999;
}
@media screen and (max-width:1200px) {
	#list_xxx .listFooter span{
		font-size: 25px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#details_xxx{
		width: 100%;
	}
	#details_xxx .detailsBody{
		
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#details_xxx{
		width: 100%;
		padding-top: 0;
	}
	#details_xxx .detailsBody{
		width: 100%;
		padding: 10px 10px 0 10px;
	}
	#details_xxx .prBox{
		display: block;
	}
	#details_xxx #list_xxx{
		display: none;
	}
	#details_xxx .detailsChar{
		line-height: 24px;
	}
	#details_xxx .className{
		display: block;
	}
}
