
.product-banner-area {
	width: 100%;
	min-height: 100vh;
}
.product-banner-area ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	gap: 0px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.product-banner-area ul li{
	flex:1;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
	filter: blur(0);
	min-width: 240px;
	min-height: 475px;
}
.product-banner-area ul li:hover {
	flex: 2;
	filter: blur(0);
/*	transform: scale(1.05);*/
}
.product-banner-area ul li:hover .product-banner-text{
	transform: translateY(0);
	cursor:auto;
}
.product-banner-area:hover ul li:not(:hover) {
	filter: blur(4px);
}
.product-banner-area .product-banner-text{
	text-align: center;
	background-color: #99999980;
	padding-top:50px;
	color:#fff;
	position: fixed;
	bottom:0;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	text-indent: 2em;
	width:100%;
}
.product-banner-title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #FFFFFF;
	line-height: 55px;
	text-align:center;
}
.product-banner-text img{
	cursor: pointer;
}
.product-banner-content {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	text-align:justify;
	text-align-last: left;
	font-style: normal;
	text-transform: none;
	margin:0px 10%;
}

.product-list-header {
	text-align: center;
	margin: 70px auto 0px auto;
}
.product-list-header span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #1D1D1D;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
}

.product-list-section {
	display: flex;
	flex-direction:column;
	align-items:center;	
}

.product-item {
	padding: 50px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius: 20px;
	width:1400px;
	display: flex;
	flex-direction: row;
	gap:40px;
}
.product-list-main {
	margin-top: 25px;	
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	gap:25px;
}

.product-item-imagws {
	display: flex;
	gap:20px;
	width: 462px;
	height: 462px;
/*	flex-wrap: nowrap;*/
	flex-wrap: wrap;
	flex-direction: row;
	
}
.product-item-imagws img{
	width: 220px;
	height: 220px;
	flex: 1;
	border-radius: 20px;
	border:1px solid #eee;
}

.product-item-content {
	width: 798px;
}

.product-item-text,.product-item-text p {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #69696F;
	line-height: 36px;
	text-align: justify;
	text-align-last: left;
	text-indent: 2em;
	font-style: normal;
	text-transform: none;
}

.product-item-title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 36px;
	color: #565CA8;
	line-height: 52px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.product-item-simble {
	width: 60px;
	height: 10px;
	background: linear-gradient( 270deg, #565CA8 0%, #9599D4 100%);
	border-radius: 16px 16px 16px 16px;
	margin-top:30px;
	margin-bottom: 53px;
}

.product-item-more {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 180px;
	height: 50px;
	background: linear-gradient( 207deg, #7E82C4 0%, #5D57C6 100%);
	box-shadow: 0px 8px 20px 0px rgba(86,92,168,0.3);
	border-radius: 52px 52px 52px 52px;
	cursor: pointer;
	white-space: nowrap;
}
/*
.product-item-more span{
	width:50px;
	height: 50px;
	line-height: 30px;
	border:1px solid #ccc;
	border-radius: 50px;;
	padding: 2px;
	background-color: #E2E1F3;
	background-color: #fff;
	margin-left:10px;
	font-size: 12px;
}
*/
.item1 .product-item-title{
	color: #565CA8;
}
.item1 .product-item-simble{
	background: linear-gradient( 270deg, #565CA8 0%, #9599D4 100%);
}
.item1 .product-item-more{
	background: linear-gradient( 207deg, #7E82C4 0%, #5D57C6 100%);
	box-shadow: 0px 8px 20px 0px rgba(86,92,168,0.3);
}
.item2 .product-item-title{
	color: #D66322;
}
.item2 .product-item-simble{
	background: linear-gradient(270deg, #CA6F3B 0%, #FF7640 100%);
}
.item2 .product-item-more{
	background: linear-gradient( 207deg, #F3AD85 0%, #D66322 100%);
	box-shadow: 0px 8px 20px 0px rgba(214,99,34,0.3);
}
.item3 .product-item-title{
	color: #E29F2C;
}
.item3 .product-item-simble{
	background: linear-gradient( 270deg, #E29F2C 0%, #E9A93C 100%);
}
.item3 .product-item-more{
	background: linear-gradient( 207deg, #FDBC4D 0%, #E29F2C 100%);
	box-shadow: 0px 8px 20px 0px rgba(253,188,77,0.3);
}
.item4 .product-item-title{
	color: #3393C3;
}
.item4 .product-item-simble{
	background: linear-gradient( 270deg, #3393C3 0%, #3FB8D1 100%);
}
.item4 .product-item-more{
	background: linear-gradient( 207deg, #67B9E1 0%, #51A6D1 100%);
	box-shadow: 0px 8px 20px 0px rgba(103,185,225,0.3);
}