/*头部*/
/*$$
{"color":[{"val":"#555555","title":"列表字体颜色"},
{"val":"#bfbfbf","title":"分页器颜色"},
{"val":"#ffffff","title":"标题颜色"},
{"val":"#999999","title":"当前位置栏目颜色"},
{"val":"#262626","title":"列表选中颜色颜色"},{"val":"#666e80","title":"移动端二级分类文字颜色"},
{"val":"#f2e117","title":"鼠标滑过正文颜色"}],
"background":[{"val":"#000000","title":"列表标题颜色"},
{"val":"#262626","title":"列表主体"},{"val":"#e0e2e5","title":"移动端二级分类背景颜色"},
{"val":"#f2e117","title":"列表选中"},
{"val":"#facd00","title":"联系方式底色"},
{"val":"#6160ea","title":"分页选中"}],
"border":[{"val":"#dcdcdc","title":"图片边框颜色"}]}
$$*/ 
#title_xxx{
	width: 100%;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#title_xxx .swiper{
	width: 100%;
}
#title_xxx .swiper-slide{
	width: 100%;
}
#title_xxx .swiper-slide img{
	width: 100%;
	object-fit: contain;
}
#title_xxx .titleChar{
	width: 50%;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -25%;
	z-index: 999;
}
#title_xxx .titleEn {
	font-size: 56px;
	line-height: 240px;
	font-family: arial;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.2);
	text-align: center;
}

#title_xxx .titleCH {
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	line-height: 33.34px;
	text-align: center;
	margin-top: -120px;
}
@media screen and (max-width:1200px) {
	#list_xxx .listFooter span{
		font-size: 25px;
	}
	#title_xxx .titleChar{
		width: 98%;
		margin-left: -49%;
		top: -50%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	
	#product_xxx .productRight{
		
		/*padding: 0;*/
	}
	#title_xxx .titleChar{
		width: 98%;
		margin-left: -49%;
		top: -75%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#title_xxx{
		width: 100%;
	}
	#title_xxx .titleEn{
		font-size:35px
	}
	#product_xxx{
		width: 100%;
	}
	#list_xxx{
		width: 100%;
	}
	/*#product_xxx .productRight{
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	#product_xxx .productRightTopLeft{
		width: 100%;
	}
	#product_xxx .productRightTopRight{
		width: 90%;
		margin: auto;
		margin-top: 10px;
	}*/
	#title_xxx{
		padding-top: 70px;
		width: 100%;
	}
	#title_xxx .swiper-slide img{
		height: 240px;
		object-fit: cover;
	}
	#title_xxx .titleChar{
		width: 98%;
		margin-left: -49%;
		top: 0;
	}
}
#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%;
	min-height: 50px;
	font-size: 18px;
	line-height: 50px;

	/* text-align: center; */
	margin-bottom: 10px;
}

#list_xxx .listBody ul li:last-child {
	margin-bottom: 0;
}

#list_xxx .listBody ul li .tit {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 30px;
}
#list_xxx .listBody ul li .leval{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 40px 0 50px;
}

#list_xxx .listBody ul li .leval a{
	color: #ffffff;
}#list_xxx .listBody ul li .tit.active,
#list_xxx .listBody ul li .leval.active a{
	background: #f2e117;
	color: #555555;
}

#list_xxx .active{	color: #555555;
	background: #f2e117;
}

#list_xxx .active a {
	color: #262626;
}
#productul_xxx .prKey{
	width: 100%;
	min-height: 60px;
	padding: 15px 0;
	background: #e0e2e5;
	line-height: 30px;
	font-size: 14px;
	display: none;
	height: auto;
	overflow-y: auto;
	zoom: 1;
} 
#productul_xxx .prKey a{
	color: #666e80;
	margin: 0 10px;
	float: left;
}#productul_xxx .prKey a.active{
	color: #555555;
	font-weight: bold;
}
#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;
}
@media screen and (max-width:1200px) {
	#list_xxx .listFooter span{
		font-size: 25px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	
}
/* 手机 */
@media screen and (max-width: 767px) {
	#list_xxx{
		width: 100%;
	}
	#list_xxx .listBody{
		display: none;
		padding-bottom:15px ;
	}
	#list_xxx .listTitle img{
		display: block;
	}
	#list_xxx .listBody ul li{
		margin-bottom: 0;
	}
}
#productul_xxx{
	width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 65px;
}
#productul_xxx .productulBody{
	float: right;
	width: calc(75% - 40px);
	box-sizing: border-box;
}
#productul_xxx .className{
	height: 60px;
	line-height: 60px;
	border-bottom:#dcdcdc solid 1px;
	display: none;
}
#productul_xxx .className .title-1{
	float: left;
	font-size: 20px;
	color: #555555;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#productul_xxx .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #f2e117;
	content: '';
}
#productul_xxx .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
}
#productul_xxx .className .title-2 a{
	color: #999999;
}
#productul_xxx .productulTop{
	width: 100%;
}
#productul_xxx .productulTop ul{
	width: 100%;
}
#productul_xxx .productulTop ul li{
	width: calc(25% - 20px);
	float: left;
	margin: 10px;
}
#productul_xxx .productulTop ul li .itemImg{
	width: 100%;
	height: 150px;
	border:#dcdcdc 1px solid;
	overflow: hidden;
}
#productul_xxx .productulTop ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#productul_xxx .productulTop ul li:hover img{
	transform: scale(1.1);
}
#productul_xxx .productulTop ul li p{
	font-size: 14px;
	line-height: 40px;
	color: #555555;
	text-align: center;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#productul_xxx .productulTop ul li:hover p{
	color: #f2e117;
}
#productul_xxx .prBox{
	height: 70px;
	position: relative;
	display: none;
	width: 96%;
	left: 2%;
}
#productul_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;
}
#productul_xxx .classList{
	width: calc(100% - 100px);
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#productul_xxx .classList .sBox{
	height: 100%;
	display: block;
	float: left;
	width:100%;
}
#productul_xxx .classList .active{
	background:#f2e117;
}
#productul_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;
}
#productul_xxx .classList .sBox.cur .title{
	color: #ffffff;
}
#productul_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;
}
#productul_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;
}
@media screen and (max-width:1200px) {
	#productul_xxx{
		width: 100%;
	}
	#productul_xxx .productulBody{
		padding-right:10;
		width: calc(75% - 10px);
		padding-top: 10px;
	}
	#productul_xxx .productulTop ul li{
		margin-right: 10px;
	}
	#productul_xxx .productulTop ul li .itemImg{
		height: 120px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#productul_xxx{
		width: 100%;
		padding-top: 0;
	}
	#productul_xxx .productulBody .productulTop li{
		width:calc(33.3% - 20px);
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#productul_xxx{
		width: 100%;
		padding: 0;
	}
	#productul_xxx .prBox{
		display: block;
	}
	#productul_xxx #list_xxx{
		display: none;
	}
	#productul_xxx .productulBody{
		width: calc(100% - 10px);
		padding: 0 5px;
		float: none;
		margin: auto;
		padding-right:0;
	}
	#productul_xxx .productulBody .productulTop li{
		width:calc(50% - 10px);
		margin: 5px;
	}
	#productul_xxx .productulTop ul li .itemImg{
		height: 120px;
	}
	#productul_xxx .className{
		display: block;
		line-height: 50px;
		height: 50px;
	}
	#productul_xxx .productulTop ul li p{
		height: 30px;
		line-height: 30px;
	}
	#productul_xxx .productulTop{
		margin-top: 10px;
	}
}       
.pages{
        width: 100%;
        margin: 20px auto;
        height: 30px;
        line-height: 30px;
}
.pages .pagination{
        text-align: center;
        font-size: 16px;
        font-weight: bold;
}
.pages .pagination li{
        color: #bfbfbf;
        padding: 0 5px;
        line-height: 30px;
        display: inline-block;
        margin: 0 5px;
}
.pages .pagination li a{
        color: #bfbfbf;
}
.pages .pagination li.active{
        background: #facd00;
        color: #fff;
        border-radius: 50%;
        height: 30px;
        padding: 0 10px;
}                                                                                                          