/*品牌产品*/

/*$$

{"color":[{"val":"#ffffff","title":"标题颜色+标题引文颜色+列表选中"},{"val":"#f08519","title":"标题颜色"},{"val":"#555555","title":"列表正文"}],

"background":[{"val":"#f08519","title":"标题横线/列表选中底色"},

{"val":"#c5cfd2","title":"列表底色"},

{"val":"#f3f7f8","title":"底色"},

{"val":"rgba(240,133,25,.8)","title":"移动端栏目默认底色"}],"border":[]}

$$*/



#product_146 {

	width: 100%;

	padding:0 0 40px 0;

	background: #f3f7f8;

}



#product_146 .indexTit {

	width: 100%;

	background: url(/static/images/CP00012_01.jpg) no-repeat center;

	background-size: cover;

	padding: 150px 0 80px 0;

	display: block;

}



#product_146 .indexTit .indexLine {

	width: 1px;

	height: 45px;

	margin: 0 auto;

	background: #f08519;

}



#product_146 .indexTit .indexTitBold {

	margin-top: 10px;

	font-size: 28px;

	font-weight: bold;

	line-height: 46px;

	color: #ffffff;

	text-align: center;

}



#product_146 .indexTit .indexTitBold span {

	color: #f08519;

}



#product_146 .indexTit .indexTitChar {

	font-size: 18px;

	line-height: 46px;

	color: #ffffff;

	text-align: center;

}



#product_146 .productBody {

	width: 1200px;

	margin: 0 auto;

	padding-top: 45px;

}



#product_146 .productNav {

	width: 24%;

	float: left;

}



#product_146 .productNav ul {

	width: 100%;

}



#product_146 .productNav ul li {

	width: 100%;

	background: #c5cfd2;

	margin-bottom: 30px;

}



#product_146 .productNav ul li:last-child {

	margin-bottom: 0;

}



#product_146 .productNav ul li a {

	display: block;

	width: 100%;

	cursor: pointer;

	font-size: 16px;

	line-height: 80px;

	font-weight: bold;

	color: #555555;

	text-align: center;

}



#product_146 .productNav ul li.active,

#product_146 .productNav ul li:hover{

	background: #f08519;

}



#product_146 .productNav ul li.active a,

#product_146 .productNav ul li:hover a{

	color: #ffffff;

}



#product_146 .productList {

	width: 76%;

	float: right;

	padding-left: 15px;

	margin-top: -10px;

}



#product_146 .productList ul {

	overflow: hidden;

}



#product_146 .productList ul li {

	margin: 10px 10px;

	width: calc(33.3% - 20px);

	overflow: hidden;

	float: left;

	position: relative;



}



#product_146 .productList ul li img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition:transform .3s ease;

}

#product_146 .productList ul li:hover img{



}


#product_146 .productList ul li .name {
    width: 100%;
    display: block;
    color: #26334c;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}


#product_146 .productList ul li .btnMore {
    width: 160px;
    height: 30px;
    border: #dcdcdc 1px solid;
    line-height: 30px;
    background: url(/static/images/LT00001_01.png) no-repeat 100px center;
    background-size: 26px 14px;
    padding-right: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #999999;
    margin-bottom: 20px;
}
#product_146 .productList ul li .productListBody {

	width: 100%;

	height: 100%;

	background: rgba(240, 133, 25, 0.8);

	padding: 70px;

	display: none;

	position: absolute;

	top: 0;

	left: 0;

}



#product_146 .productList ul li .productListBody img {

	display: block;

	width: 38px !important;

	height: 38px !important;

	margin: 0 auto;

}



#product_146 .productList ul li .productListBody p {

	font-size: 14px;

	line-height: 46px;

	color: #ffffff;

	text-align: center;

	height: 46px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}



#product_146 .productList ul li:hover .productListBody {

	display: block;

}

#product_146 .productNavWap{

	display: none;

	width: 100%;

	color: #ffffff;

	font-size: 16px;

    line-height: 60px;

    text-align: center;

    font-weight: bold;

}

#product_146 .productNavWap{

	width: 100%;

	position: relative;

	display: none;

}

#product_146 .productNavWap .swiper{

	width: 80%;

	margin: 20px auto;

	overflow: hidden;

	

}

#product_146 .productNavWap .swiper .swiper-slide{

	border-radius: 5px;

	text-align: center;

	height: 30px;

	line-height: 30px;

	font-size: 14px;

	font-weight: bold;

	background:rgba(240,133,25,.8);

	color: #ffffff;

	padding: 0 2px;

	overflow: hidden;

}

#product_146 .productNavWap .swiper .swiper-slide-active{

	background: #f08519;

}

#product_146 .productNavWap .swiper .swiper-slide a{

	color: #ffffff;

}

#product_146 .productNavWap .productNav-prev,#product_146 .productNavWap .productNav-next{

	position: absolute;

	top: 50%;

	margin-top: -15px;

	font-size: 30px;

	line-height: 30px;

	font-weight: bold;

	color: #f08519;

}

#product_146 .productNavWap .productNav-prev{

	left: 0;

}

#product_146 .productNavWap .productNav-next{

	left: 95%;

}



@media screen and (max-width:1200px) {

	#product_146 .productBody {

		width: 96%;

		padding-top: 25px;

	}

}





/* ipad */



@media screen and (max-width:992px) {

	#product_146 .productList ul li{

		height: auto;

	}

	#product_146 .productNav ul li a{

		line-height: 60px;

	}

	#product_146 .productNav ul li{

		margin-bottom: 20px;

	}

	#product_146{

		padding: 0 0 20px 0;

	}

	#product_146 .indexTit{

		padding: 50px 0 50px 0;

	}

}





/* 手机 */



@media screen and (max-width: 767px) {

	#product_146 .productBody {

		width: 96%;

		padding-top: 0;

	}

	#product_146 .productNav {

		width: 100%;

	}

	#product_146 .productNav ul li {

		margin-bottom: 20px;

	}

	#product_146 .productNav ul{

		display: none;

		margin-top: 20px;

	}

	#product_146 .productNav ul li a {

		line-height: 50px;

	}

	#product_146 .productList {

		width: 100%;

		padding: 0;

	}

	#product_146 .productList ul li {

		width: calc(50% - 10px);

		margin: 5px;

		height: auto;

	}

	#product_146 .productNavWap{

		display: block;

	}

	#product_146 .productNavWap{

		display:block;

	}

	#product_146 .indexTit{

		padding: 20px 0;

	}

	#product_146 .indexTit .indexLine{

		height: 30px;

	}

	#product_146 .indexTit .indexTitBold{

		font-size: 22px;

		line-height: 36px;

	}

	#product_146 .indexTit .indexTitChar{

		font-size: 16px;

		line-height: 30px;

	}

}



