body,html{
	background: #F1F4F8;
}
.products_select{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 142px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-top: 110px;
}
.select_item_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 376px;
	height: 112px;
	opacity: 1;
	border-radius: 5px;
}
.bg_img{
	width: 91px;
	height: 91px;
}
.bg_img_bak{
	width: 107px;
	height: 90px;
}
.back_bg1{
	background: linear-gradient(180deg, #666FEF 0%, #3B3BEB 100%);
}
.back_bg2{
	background: linear-gradient(180deg, #6B97FE 0%, #1451DA 100%);
}
.back_bg3{
	background: linear-gradient(180deg, #A2E4FF 0%, #148ED4 100%);
}

.select{
	margin-left: 24px;
}
.select_title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;

}
.select_small_title{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;

	margin-top: 2px;
	margin-bottom: 8px;
}
.select_btn{
	width: 76px;
	height: 22px;
	border-radius: 12px;
	border: none;
	outline: none;
	background: #FFFFFF;
}
.select_btn a{
	width: 76px;
	height: 22px;
	line-height: 22px;
	background: #FFFFFF;
	text-align: center;
	border-radius: 12px;
	font-size: 12px;
	color: #263EAF;
}


/* 行业分类 */

.kinds_wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	margin-bottom: 40px;
}
.kinds_left{
	width: 150px;
	/*height: 230px;*/
	display: flex;
	justify-content: space-evenly;
	background: #FFFFFF;
}
.left-list{
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.left-list li{
	width: 126px;
	height: 30px;
	display: flex;
	align-items: center;
	margin: 8px 0;
	color: #69788B;
}

.left-list li img{
	width: 16px;
	margin-left: 8px;
}

.left-listr li .List {}

.left-list li .activeList {
	display: none;
}
.left-list li.active .activeList {
	display: block;
}

.left-list li.active .List {
	display: none;
}





.left-list li span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	margin-left: 12px;
}
.left-list li.active {
	background: linear-gradient(132deg, rgba(0, 112, 254, 0.1) 0%, rgba(80, 156, 253, 0) 49%, rgba(0, 112, 254, 0.1) 100%);
	opacity: 1;
	border-radius: 5px;
	color: #0070FE;
}
.kinds_right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: center;*/
}
.right-list{
	/*padding: 46px 0;*/
	width: 1030px;
	display: grid;
	grid-template-columns: repeat(4, 25%);
	/*grid-row-gap: 46px;*/
	background: #FFFFFF;
	place-items: center;
}
.right-list li {
	width: 210px;
	height: 455px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	opacity: 1;
	border-radius: 30px;
	margin: 23px 0;
}

.right-list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 455px;
}
.right-list li a:hover .product-img{
	display: none;
}
.right-list li a:hover .right-list-hover-wrap{
	display: block;
}
.right-list li a .product-img{
	/* display: none; */
	width: 190px;
}

.right-list-hover{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 435px;
	border-radius: 20px;
	border: 1px solid #CCCCCC;
	color: #333333;
}
.right-list-hover img{
	width: 130px;
	height: 130px;
}
.list-hover-title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 40px;

}
.list-hover-line{
	width: 50px;
	height: 5px;
	margin: 10px 0;
	background-color: #000000;
}
.list-hover-info{
	width: 160px;
	height: 160px;
	font-size: 12px;
	color: #333333;
	margin: 10px 10px 0 10px;
	text-align: center;
	line-height: 20px;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-list-hover-wrap{
	display: none;
}

