.top-swiper img, video {
	width: 100%;
	height: 46.7vw;
	object-fit: cover;
}
.text-product-type-hint {
	margin-top: 80px;
	text-align: center;
}
.text-product-type-hint h1 {
	font-size: 32px;
}
.product-type-box {
	margin: 0 auto;
	width: 85vw;
	max-width: 1900px;
}
.product-type-box-mobile {
	display: none;
}
 @media (max-width: 1440px) {
.product-type-box {
	width: calc(100% - 20px);
}
}
 @media screen and (max-width: 475px) {
.product-type-box-mobile {
	display: block;
}
.product-type-box {
	display: none;
}
}
.product-type-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	/* padding: 10px; */
	height: 385px;
	overflow-y: hidden;
	transition: all .5s;
}
.product-type-list .product-type-item {
	position: relative;
	margin: 0 1px 5px;
	padding: 25px 10px;
	width: calc(15% - 22px);
	max-width: 300px;
	height: calc(385px - 50px);
	background: #f5f5f5;
	cursor: pointer;
}
 @media screen and (max-width: 901px) {
.product-type-list .product-type-item {
	width: calc(33.33% - 22px);
}
}
.product-type-list .product-type-item .product-type-item-name {
	position: relative;
	text-align: center;
	z-index: 3;
	font-size: 18px;
	transition: color .3s;
}
.product-type-list .product-type-item .product-type-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: opacity 0.5s;
}
.product-type-list .product-type-item .product-type-item-image2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
}
.product-type-list .product-type-item .product-type-item-image img, .product-type-list .product-type-item .product-type-item-image2 img {
	height: 100%;
}
.product-type-list .product-type-item:hover .product-type-item-name {
	color: #fff;
}
.product-type-list .product-type-item:hover .product-type-item-image {
	opacity: 0;
}
.product-type-box-mobile {
	margin: 50px auto 75px;
	width: calc(100% - 10px) !important;
}
.product-type-box-mobile .product-type-item .product-type-item-name {
	position: absolute;
	left: 25px;
	top: 25px;
	right: 25px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.btn-show-more-product-type, .btn-pick-up-product-type {
	display: table;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	cursor: pointer;
}
.btn-show-more-product-type {
	background-color: #f5f5f5;
	transition: all .5s;
}
.btn-show-more-product-type i {
	margin-left: 10px;
	font-weight: bold;
}
.btn-show-more-product-type:hover {
	background-color: #D20104;
	color: #fff;
}
.btn-pick-up-product-type {
	background-color: #D20104;
	color: #fff;
}
.company-introduction {
	display: flex;
	background: #f5f5f5;
}
 @media screen and (max-width: 901px) {
.company-introduction {
	display: block;
}
}
.company-introduction .company-introduction-left {
	padding-left: 4vw;
	padding-right: 3vw;
	width: 35vw;
}
 @media screen and (max-width: 901px) {
.company-introduction .company-introduction-left {
	padding: 6vw;
	width: unset;
}
}
.company-introduction .company-introduction-left>div:nth-child(1) {
	padding: 30px 0;
	text-align: center;
}
.company-introduction .company-introduction-left>div:nth-child(1) h2 {
	font-weight: bold;
	font-size: 32px;
}
.company-introduction .company-introduction-left>div:nth-child(2) {
	padding-top: 30px;
	letter-spacing: 0;
	line-height: 1.7em;
	text-align: left;
	text-indent: 2em;
}
.company-introduction .company-introduction-left>div:nth-child(3) {
	padding-top: 30px;
}
 @media screen and (max-width: 901px) {
.company-introduction .company-introduction-left {
	font-size: 16px;
}
.company-introduction .company-introduction-left>div:nth-child(1) h2 {
	font-size: 30px;
}
}
.company-introduction-left-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e7e7e7;
}
.company-introduction-left-bottom>div:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.company-introduction-left-bottom>div:nth-child(1)>div {
	margin-bottom: 20px;
	width: 30%;
	text-align: center;
	font-weight: bold;
}
.company-introduction-left-bottom>div:nth-child(1)>div>div:nth-child(1) {
	font-size: 1.875vw;
	color: #D20104;
}
.company-introduction-left-bottom>div:nth-child(1)>div>div:nth-child(2) {
	font-size: 0.875vw;
	color: #666;
	white-space: nowrap;
}
 @media screen and (max-width: 475px) {
.company-introduction-left-bottom>div:nth-child(1)>div {
	width: 48%;
}
.company-introduction-left-bottom>div:nth-child(1)>div>div:nth-child(1) {
	font-size: 24px;
}
.company-introduction-left-bottom>div:nth-child(1)>div>div:nth-child(2) {
	font-size: 16px;
}
}
.company-introduction-left-bottom>div:nth-child(2) {
	margin-top: 20px;
}
.company-introduction .company-introduction-right {
	position: relative;
	flex: 1;
	cursor: pointer;
}
.company-introduction .company-introduction-right .icon-company-introduction-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.company-introduction .company-introduction-right .icon-company-introduction-play i {
	font-size: 50px;
}
.new-product {
	margin: 50px auto 0;
	max-width: 1440px;
	padding: 15px 0;
}
.new-product-text {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.new-product-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.new-product-item {
	position: relative;
	margin: 0 10px 20px;
	width: calc(100% / 3 - 20px);
	cursor: pointer;
}
.new-product-item-name {
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	line-height: 1.5rem;
	text-align: center;
}
.new-product-item-image {
	position: relative;
	padding-top: 114%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.new-product-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.new-product-item:hover .new-product-item-image img {
	transform: scale(1.05);
}
.product-solutions {
	position: relative;
	margin-top: 50px;
	width: 100%;
	overflow-x: hidden;
}
.product-solutions-text {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.product-solutions-list {
	position: relative;
	top: 0;
	left: 0;
	min-width: 100vw;
	transition: all .5s;
	overflow: hidden;
}
.product-solutions-item {
	position: relative;
	float: left;
	margin: 60px 10px;
	padding: 0;
	width: 343px;
	height: 515px;
	overflow: hidden;
}
.product-solutions-item-name {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 20px 30px;
	width: calc(100% - 40px);
	font-size: 24px;
	color: #FFFFFF;
	transition: all .2s;
	opacity: 1;
}
.product-solutions-item:hover .product-solutions-item-name {
	opacity: 0;
}
.product-solutions-item-image {
	width: 100%;
	height: 100%;
}
.product-solutions-item-image img {
	height: 100%;
}
.product-solutions-item-desc {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 2%, #0D111E 100%);
	overflow: hidden;
	color: #fff;
}
.product-solutions-item:hover .product-solutions-item-desc {
	top: 0;
}
.product-solutions-item-desc .product-solutions-item-desc-name {
	padding: 60px 20px 20px;
	font-size: 24px;
	font-weight: bold;
}
.product-solutions-item-desc .product-solutions-item-desc-sub-list {
	padding: 0 20px;
	line-height: 1.7;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}
.product-solutions-item-desc .product-solutions-item-desc-sub-item {
}
.product-solutions-item-desc .product-solutions-item-desc-btn {
	position: absolute;
	left: 20px;
	bottom: 30px;
	transform: rotate(-90deg);
	cursor: pointer;
}
.product-solutions-item-desc .product-solutions-item-desc-btn i {
	font-weight: bold;
}
.product-solutions-btn-group {
}
.product-solutions-btn-group>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px 5px;
	background-color: rgba(0,0,0,.4);
	border-radius: 3px;
}
.product-solutions-btn-group>div>i {
	font-size: 30px;
	color: #fff;
}
.product-solutions-btn-group .product-solutions-btn-prev {
	left: 5%;
}
.product-solutions-btn-group .product-solutions-btn-next {
	right: 5%;
}
.btn {
	display: table;
	margin: 30px auto;
	padding: 20px 40px;
	border: 1px solid #c9d0d6;
	cursor: pointer;
	background-color: #f9f9f9;
	transition: all .5s;
}
.btn div {
	display: inline-block;
	margin-left: 10px;
	transform: rotate(-90deg);
}
.btn div i {
	font-weight: bold;
}
.btn:hover {
	background-color: #D20104;
	color: #fff;
}
.after-sale {
}
.news {
	margin-top: 50px;
}
.news-text {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.news-list {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
 @media screen and (max-width: 475px) {
.news-list {
	display: block;
}
}
.news-item {
	position: relative;
	flex: 1;
	margin: 3px;
}
.news-item-name {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	font-size: 22px;
	color: rgba(255, 255, 255, .8);
}
.news-item-image {
}
