@charset "utf-8";
/* =====================产品中心样式======================== */

/* productlist start */
.Container-wrapper.pro_t{
	margin-top: -0.44rem;
	position: relative;
	z-index: 5;
}
.product_container{
	padding-bottom: 1.2rem;
}
.product_container .pro_nav{
	
}
.product_container .pro_nav ul{
	
}
.product_container .pro_nav ul li{
	width: calc( 100% / 7);
	text-align: center;
	float: left;
	z-index: 2;
}
.product_container .pro_nav ul li a{}
.product_container .pro_nav ul li a .ico{
	width: 0.88rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	border-radius: 50%;
	background-color: #6a6f7b;
	font-size: 0;
	margin: 0 auto;
}
.product_container .pro_nav ul li:hover a .ico,.product_container .pro_nav ul li.active a .ico{
    background-color: #ced0d8;
}
.product_container .pro_nav ul li a .ico img{
	width: auto;
	display: inline-block;
}
.product_container .pro_nav ul li a p{
	font-size: 16px;
	margin-top: 0.4rem;
	text-align: center;
	font-family: "CN-L";
	font-weight: bold;
}

.product_container .con{
	margin-top: 1.25rem;
}
.product_container .con ul{}
.product_container .con ul li{
	float: left;
	width: 22.5%;
	margin-right: calc(10% / 3);
	margin-bottom: 0.5rem;
}
.product_container .con ul li:nth-child(4n){
	margin-right: 0;
}
.product_container .con ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 68.7%;
}
.product_container .con ul li a img{
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
/* productlist end */

/* 品牌概述 start */
/* 品牌概述 end */

/* 品牌概述 start */
/* 品牌概述 end */

/* 品牌概述 start */
/* 品牌概述 end */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

