/*头部*/

/*$$

{"color":[{"val":"#555555","title":"字体颜色"},{"val":"#ffffff","title":"标题字体颜色"},{"val":"#262626","title":"联系电话字体颜色"}],"background":[{"val":"#000000","title":"列表标题底色"},{"val":"#262626","title":"列表主体底色"},{"val":"#f2e117","title":"列标选中底色"}],"border":[]}

$$*/





#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(/static/images/prodocutList_02_03.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: 33.34px;

	font-weight: bold;

	color: #555555;

	text-align: center;

}

#details_xxx .detailsChar{

	width: 100%;

}

#details_xxx .detailsChar p{

	font-size: 14px;

	line-height: 36px;

	color: #555555;

	margin-top: 30px;

}

#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 .aboutChar{

	width: 75%;

	padding: 0 40px 0 30px;

	float: left;

}

#details_xxx .aboutChar p{

	font-size: 14px;

	line-height: 36px;

	color: #323232;

	margin-bottom: 35px;

}

#details_xxx .aboutImg{

	width: 25%;

	float: right;

}

#details_xxx .aboutImg img{

	width: 100%;

	object-fit: contain;

}

@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: 30px 20px 0 20px;

	}

	#details_xxx .prBox{

		display: block;

	}

	#details_xxx #list_xxx{

		display: none;

	}

}

