/*头部*/
/*$$
{"color":[{"val":"#555555","title":"列表字体颜色"},{"val":"#bfbfbf","title":"分页器颜色"},{"val":"#ffffff","title":"标题颜色"},{"val":"#262626","title":"列表选中颜色颜色"},{"val":"#999999","title":"当前位置栏目颜色"}],"background":[{"val":"#000000","title":"列表标题颜色"},{"val":"#262626","title":"列表主体"},{"val":"#f2e117","title":"列表选中"},{"val":"#facd00","title":"联系方式底色"},{"val":"#6160ea","title":"分页选中"}],"border":[{"val":"#dcdcdc","title":"图片边框颜色"},{"val":"#e5e5e5","title":"右侧列表下边框"},{"val":"#facd00","title":"列表上边框颜色"},{"val":"#a0a0a0","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%;
	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;
}
@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;
	}
}
.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: #6160ea;
        color: #fff;
        border-radius: 50%;
        height: 30px;
        padding: 0 10px;
}
#productul_xxx{
	width: 1200px;
	margin: 0 auto;
	padding: 65px 0;
}
#productul_xxx .productulBody{
	float: right;
	width:calc(75% - 40px);
	box-sizing: border-box;
}
#productul_xxx .productBodyTop{
	width: 100%;
	margin-top: -45px;
}
#productul_xxx .productBodyTop ul{
	width: 100%;
}
#productul_xxx .productBodyTop ul li{
	width: 100%;
	padding-bottom: 45px;
	padding-top: 45px;
	border-bottom: #e5e5e5 3px solid;
	overflow: hidden;
}
#productul_xxx .productBodyTop ul li:last-child{
	border: none;
}
#productul_xxx .productBodyTop ul li .itemImg{
	width: 250px;
	height: 190px;
	float: left;
	border:#dcdcdc 1px solid;
	overflow: hidden;
}
#productul_xxx .productBodyTop ul li .itemImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#productul_xxx .productBodyTop ul li .itemImg:hover img{
	transform: scale(1.1);
}
#productul_xxx .productulChar{
	width: 66.5%;
	float: right;
}
#productul_xxx .productulCharA{
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	color: #555555;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
#productul_xxx .productulCharB{
	font-size: 14px;
	line-height: 33px;
	color: #555555;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
#productul_xxx .productulCharC{
	width: 100px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	float: right;
	color: #555555;
	border: #a0a0a0 solid 1px;
	margin-top: 10px;
}
#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;
}
#productulTwo .className{
	height: 50px;
	line-height: 50px;
	border-bottom:#dcdcdc solid 1px;
	display: none;
}
#productulTwo .className .title-1{
	float: left;
	font-size: 20px;
	color: #555555;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#productulTwo .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #f2e117;
	content: '';
}
#productulTwo .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
}
#productulTwo .className .title-2 a{
	color: #999999;
}
@media screen and (max-width:1200px) {
	#productul_xxx{
		width: 100%;
		padding: 30px 0;
	}
	#productul_xxx .productulBody{
		width: calc(75% - 20px);
		padding-right: 20px;
	}
	#productul_xxx .productBodyTop ul li{
		padding: 20px 0;
	}
	#productul_xxx .productBodyTop ul li .itemImg{
		width: 32%;
	}
	#productul_xxx .productulChar{
		width: calc(68% - 20px);
	}
	#productul_xxx .productBodyTop ul li .itemImg{
		height: 150px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#productul_xxx .productBodyTop ul li .itemImg{
		height: 120px;
	}
	#productul_xxx .productulCharB{
		font-size: 12px;
		line-height: 22px;
		max-height: 48px;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}
	#productul_xxx .productulCharC{
		line-height: 30px;
		height: 30px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#productul_xxx{
		width:100%;
		padding-top: 0;
	}
	#productul_xxx .prBox{
		display: block;
	}
	#productul_xxx #list_xxx{
		display: none;
	}
	#productul_xxx .productulBody{
		width:100%;
		padding: 0 15px;
		margin: auto;
	}
	#productul_xxx .productBodyTop{
		margin-top: 0;
	}
	#productul_xxx .productBodyTop ul li{
		padding: 20px 0;
	}
	#productul_xxx .productBodyTop ul li .itemImg{
		width:calc(50% - 10px);
		height: 120px;
	}
	#productul_xxx .productulChar{
		width: 50%;
	}
	#productul_xxx .productulCharB{
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}
	#productul_xxx .productulCharA{
		font-size: 16px;
	}
	#productul_xxx .productulCharC{
		line-height: 30px;
		height: 30px;
	}
	#productulTwo .className{
		display: block;
	}
}