.bg {
	background: url("/skins/demo/an_style/images/bg.jpg");
	height: 100%;
	width: 100%;
	/*把背景图片放大到适合元素容器的尺寸，图片比例不变*/
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.header-anli {
	width: 100%;
	min-width: 12.6rem;
	z-index: 9;
	position: fixed;
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	top: 0px;

	box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.header-anli-box {
	padding: 0.37rem 1.2rem;
	display: flex;
	justify-content: space-between;
}
#jiantou{
	vertical-align: middle;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 2.04rem;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #E6003D;
	;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px 16px;
}
.swiper-content .swiper-wrapper {}
.swiper-content .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.64);
	flex-direction: column;
	cursor: pointer;
}
.swiper-content .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1.084);
}
.anli-logo {
	width: 1.7rem;
	height: 0.46rem;
}
.header-anli.active {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 20%);
}
.gcal-box {
	background: url("/skins/demo/an_style/images/albg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
}
.anli-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mySwiper {
	width: 100%;
	/* height: 100%; */
	position: relative;
}
.product-box {
	padding: 1.1rem 0.4rem;
}

.product-title {
	font-size: 0.48rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.product-title-en {
	font-size: 0.32rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.3rem;
}

.product-cat {
	margin-left: 0.8rem;
	margin-top: 0.62rem;
}

.product-cat .product-cat-span:first-child {
	padding-left: 0;
}

.product-cat-span {
	font-size: 0.22rem;
	border-right: 2px solid #FFFFFF;
	padding-right: 0.08rem;
	padding-left: 0.1rem;
}

.product-cat-span a {
	color: rgba(255, 255, 255, 0.8);
}

.product-cat-span.active a {
	color: #E6003D;
}

.product-cat-span.active {
	color: #E6003D;
}

.product-cat .product-cat-span:last-child {
	border-right: none;
}

.product-content {
	margin-top: 0.45rem;
}

.swiper-content {
	height: 6.14rem;
}

.content-img {
	width: 7.14rem;
	height: 4.54rem;
}

.content-bottom {
	width: 7.14rem;
	height: 1.6rem;
	background: rgba(255, 255, 255, 0.8);
}

.content-title1 {
	margin-top: 0.45rem;
	font-size: 0.21rem;
	color: #333333;
}

.content-title2 {
	margin-top: 0.29rem;
	font-size: 0.19rem;
	color: #666666;
}

.gcal-content {
	padding: 1.1rem 1.2rem;
}

.gcal-content h1 {
	font-size: 0.5rem;
	color: #FFFFFF;
	text-align: center;
}

.gcal-content h2 {
	font-size: 0.33rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.3rem;
}

.gcal-title {
	font-size: 0.33rem;
	color: #E6003D;
	margin-top: 0.42rem;
}

.content-box {
	display: flex;
}

.content-box-item {
	padding-right: 1.35rem;
	margin-top: 0.36rem;
}

.content-box-item img {
	width: 3.18rem;
	height: 2.04rem;
}

.item-bottom {
	width: 3.18rem;
	height: 0.56rem;
	font-size: 0.18rem;
	color: #666666;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hover-box {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0%;
	left: 0;
	bottom: 0;
	background-color: rgba(31, 69, 140, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	cursor: pointer;
}

.item-box {
	position: relative;
}

.hover-line {
	width: 1.94rem;
	height: 1px;
	background-color: #FFFFFF;
}

.hover-box p {
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.12rem;
	margin-bottom: 0.12rem;
}

.content-box-item:hover .hover-box {
	opacity: 1;
	transition: all .5s ease;
}

.content-box .content-box-item:nth-child(4n) {
	padding-right: 0;
}

.gcal-box {
	margin-top: 1rem;
	/* display: flex; */
}

.gcal-box-item {
	display: flex;
	text-align: center;
}

.gcal-box-img {
	width: 5.3rem;
	height: 2.65rem;
}

.viedo-right {
	width: 2.46rem;
	height: 2.65rem;
	background-color: #FFFFFF;
}

.video-jiantou {
	width: 0.7rem;
	height: 0.15rem;
	margin-top: 0.87rem;
}

.video-title {
	font-size: 0.18rem;
	color: #666666;
	margin-top: 0.8rem;
}

.spzl-box {
	display: flex;
}

.spzl-main-box {
	display: flex;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.spzl-box-item {
	display: flex;
	text-align: center;
	margin-right: 1.26rem;
	margin-bottom: 1.26rem;
	cursor: pointer;
}

.spzl-box .spzl-box-item:nth-child(2n) {
	margin-right: 0rem;
}

.spzl-box .spzl-box-item:nth-child(3) {
	margin-bottom: 0rem;
}

.spzl-box .spzl-box-item:nth-child(4) {
	margin-bottom: 0rem;
}

.spzl {
	position: relative;
}

.spzl-bofang {
	position: absolute;
	left: calc((100% - 0.5rem) / 2);
	top: calc((100% - 0.5rem) / 2);
}

.spzl-box-item:hover .video-title {
	color: #E6003D;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	display: none;
}
.mask-video-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.8rem;
	height: 6.86rem;
	background-color: #FFFFFF;
	z-index: 1000;
	position: relative;
}
.mask-close {
	position: absolute;
	right: -63px;
	top: -86px;
}
.anli-button-prev{
	position: absolute;
	left:0;
	top:calc((100% - 0.71rem)/2);
	z-index: 20;
	cursor: pointer;
}
.anli-button-next{
	position: absolute;
	right:-0.02rem;
	top:calc((100% - 0.71rem)/2);
	z-index: 20;
	cursor: pointer;
}
.product-button-prev{
	position: absolute;
	left:0;
	top:calc((100% - 0.71rem)/2);
	z-index: 20;
	cursor: pointer;
}
.product-button-next{
	position: absolute;
	right:-0.02rem;
	top:calc((100% - 0.71rem)/2);
	z-index: 20;
	cursor: pointer;
}