@font-face {
	font-family: 'CenturyGothic';
	src: url('./fonts/CenturyGothicBd.otf');
	src: url('./fonts/CenturyGothicBd.otf?#iefix') format('embedded-opentype'),
		url('./fonts/CenturyGothicBd.otf') format('woff');
	font-weight: bold;
}
.product-aggregation-container img,.product-accessories img{
	width: 100%;
}
.module-title {
	font-size: 44px;
	font-weight: bold;
	color: #232222;
	text-align: center;
	padding: 80px 0 60px;
}

.find-more {
	width: 100%;
	height: 140px;
	padding: 40px 0 60px;
	text-align: center;
}

.find-more a {
	text-decoration: none;
	font-size: 22px;
	color: #00327D;
	font-weight: bold;
	transition: all 0.3s;
	border-bottom: 2px solid #00327D;
}

.find-more a:hover {
	font-size: 26px;
	color: #00327D;
}

.support-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
	padding-left: 12px;
}

.support-list-item-box {
	width: 24%;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

.support-list .support-list-item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 78%;
	padding: 30px 0;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.4s;

}

.support-list .support-list-item img {
	height: 112px;
	width: unset;
	padding-bottom: 16px;
}

.support-list .support-list-item .support-list-item-text {
	font-size: 16px;
	color: #9F9F9F;
	font-weight: bold;
}

.support-list .support-list-item .support-list-item-active-img {
	display: none;
}

.support-list .support-list-item:hover {
	box-shadow: 2px 7px 28px 1px rgba(0, 0, 0, 0.1);
}

.support-list .support-list-item:hover .support-list-item-text {
	color: #00327D;
}

.support-list .support-list-item:hover .support-list-item-img {
	display: none;
}

.support-list .support-list-item:hover .support-list-item-active-img {
	display: block;
}

.product-banner {
	width: 100%;
	position: relative;
}

.product-banner .product-banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.product-banner .product-banner-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-banner .product-banner-info .product-banner-info-title {
	font-size: 46px;
	font-weight: bold;
	padding-bottom: 20px;
}

.product-banner .product-banner-info .product-banner-info-subtitle {
	font-size: 18px;
	width: 32%;
}

.product-swiper-box {
	overflow: hidden;
	position: relative;
}

.product-swiper-container {
	width: 88%;
	overflow: hidden;
}

.product-swiper-container .product-swiper-item {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.product-swiper-container .product-swiper-item .product-swiper-item-img {
	width: 66%;
	margin-right: 4%;
	padding-left: 12px;
}

.swiper-slide-active .product-swiper-item .product-swiper-item-img {
	padding: 0;
}

.product-swiper-container .swiper-button-next {
	right: 40px;
	background: #5A5657;
	width: 60px;
	height: 60px;
	padding: 12px;
	border-radius: 50%;
	color: #FFFFFF;
}

.product-swiper-container .swiper-button-next::after {
	font-size: 34px;
	font-weight: bold;
}

.product-swiper-container .swiper-button-next:hover {
	background: #00327D;
}

.product-swiper-container .product-swiper-item .product-swiper-item-info-title {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
}

.product-choose-box {
	margin: 0 auto;
	min-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 6%;
	padding-left: 7%;
}

.product-choose-box .product-choose-item {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 1%;
	background: #F2F2F2;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.product-choose-box .product-choose-item .product-choose-item-img {
	height: 272px;
	width: auto !important;
}

.product-choose-box .product-choose-item .product-choose-item-title {
	padding: 12px 0;
	font-size: 20px;
	height: 80px;
	font-weight: bold;
	width: 230px;
}


.product-choose-box .product-choose-item .product-choose-item-buy {
	color: #00327D;
	font-weight: bold;
	padding-bottom: 12px;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 48px;
	align-items: center;
	margin-bottom: 10px;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	position: relative;
	padding-bottom: 12px;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 28px;
	background: #F2F2F2;
	border: 2px solid #00327D;
	border-radius: 22px;
	cursor: pointer;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item .icon-item img {
	width: 21px;
	height: 21px;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .buy-tips {
	font-size: 12px;
	font-weight: 400;
	color: #232222;
	display: none;
	opacity: 0;
	position: absolute;
	left: -6px;
	right: 0;
	bottom: -10px;
	max-width: 84px;
	text-align: center;
	white-space: pre;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item .icon-item:hover {
	box-shadow: 2px 7px 28px 1px rgba(0, 0, 0, 0.2);
	background: #00327D;
	color: #fff;
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item .icon-item:hover img {
	filter: drop-shadow(#fff 14px 0);
	transform: translateX(-14px);
}

.product-choose-box .product-choose-item .product-choose-item-buy-btn .product-choose-item-buy-btn-item:hover .buy-tips {
	display: block;
	opacity: 1;
}

.product-choose-box .product-choose-item .product-choose-item-learn-more {
	color: #00327D;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.product-accessories {
	position: relative;
	min-height: 260px;
}

.product-accessories .product-accessories-info {
	position: absolute;
	left: 12%;
	top: 0;
	bottom: 0;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 21px;
	line-height: 1.5;
}

.product-accessories .product-accessories-info .product-accessories-info-title {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}

.product-accessories .product-accessories-info .product-accessories-info-subtitle {
	padding-bottom: 30px;
}

.product-accessories .product-accessories-info .product-accessories-info-btn {
	text-decoration: none;
	min-width: 190px;
	max-width: 220px;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #00327D;
	background: #00327D;
	color: #FFFFFF;
	transition: all 0.3s;
}

.product-accessories .product-accessories-info .product-accessories-info-btn:hover {
	background: #FFFFFF;
	color: #00327D;
	border: 1px solid #00327D;
}

.produt-more-list {
	display: flex;
	align-items: center;
	padding-left: 12px;
	justify-content: center;
}

.produt-more-item {
	width: 24%;
	margin-right: 12px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.produt-more-item .produt-more-item-img {
	text-decoration: none;
	width: 80%;
	padding: 12px;
	background: #F2F2F2;
	border-radius: 15px;
	margin-bottom: 28px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	transform-origin: bottom;
}

.produt-more-item .produt-more-item-img img {
	width: auto;
	height: 200px;
}

.produt-more-item .produt-more-item-img:hover {
	box-shadow: 2px 7px 24px 1px rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
}

.produt-more-item .produt-more-item-title {
	font-size: 20px;
	font-weight: bold;
}

.single-product {
	padding: 40px 0 20px;
}

.single-product .product-title {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	padding: 0 30%;
}

.single-product .product-title .product-subtitle {
	font-weight: normal;
	font-size: 20px;
	padding: 20px 0 40px;
}

.product-module {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F2F2F2;
	margin-bottom: 60px;
	max-height: 600px;
	overflow: hidden;
}

.product-module-right {
	width: 58%;
}
.product-module-right img{
	width: auto;
	max-height: 600px;
}

.product-module-left {
	min-width: 590px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 6%;
}
.product-module-left .product-module-left-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-module-left .product-module-left-title {
	font-size: 38px;
	font-weight: bold;
}

.product-module-left .product-module-left-subtitle {
	font-size: 18px;
	padding: 12px 0 30px;
	max-width: 400px;
}

.product-buy-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: max-content;
	max-width: 274px;
}

.product-module-left .product-buy-at {
	text-align: center;
	color: #00327D;
	font-weight: bold;
	padding-bottom: 18px;
}

.product-module-left .product-module-left-buy-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 48px;
}

.product-module-left .product-module-left-buy-btn-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 68px;
	position: relative;
	padding-bottom: 18px;
}

.product-module-left .product-module-left-buy-btn-item .icon-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 30px;
	background: #F2F2F2;
	border: 2px solid #00327D;
	border-radius: 22px;
	cursor: pointer;
}

.product-module-left .product-module-left-buy-btn-item .icon-item img {
	width: 21px;
	height: 21px;
}

.product-module-left .buy-tips {
	font-size: 12px;
	font-weight: 400;
	color: #232222;
	display: none;
	opacity: 0;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -2px;
	width: 80px;
	text-align: center;
}

.product-module-left .product-module-left-buy-btn-item .icon-item:hover {
	box-shadow: 2px 7px 28px 1px rgba(0, 0, 0, 0.2);
	background: #00327D;
	color: #fff;
}

.product-module-left .product-module-left-buy-btn-item .icon-item:hover img {
	filter: drop-shadow(#fff 14px 0);
	transform: translateX(-14px);
}

.product-module-left .product-module-left-buy-btn-item:hover .buy-tips {
	display: block;
	opacity: 1;
}

.product-module-left .learn-more-btn {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #00327D;
	display: inline-block;
	padding-top: 10px;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.w1280-v2 {
	width: 1280px;
	margin: 0 auto;
}
@media (max-width:1440px) {
	.product-choose-box{
		width: 1280px;
		padding: 0;
		padding-left: 1%;
	}
	.product-module-right img{
		max-height: 440px;
	}
	.product-choose-box .product-choose-item .product-choose-item-title{
		width: 180px;
	}
}