* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}



/* a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	/* font-family: Arial, Helvetica, sans-serif; */
}
html,body{
	font-family: 'sans-serif';
}
::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 1px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #D62598;
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}
.wow{
	opacity: 0;
}
.animated{
    opacity: 1;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1320 {
	margin: 0 auto;
	width: 1320px;
	max-width: 94%;
}

.content1280 {
	margin: 0 auto;
	width: 1280px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content1700 {
	margin: 0 auto;
	width: 1700px;
	max-width: 94%;
}

.content312 {
	padding: 0 3.12%;
}

.content520 {
	padding: 0 5.2%;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font45 {
	font-size: 45px;
}

.font48 {
	font-size: 48px;
}

.font35 {
	font-size: 35px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}
.font68 {
	font-size: 68px;
}

.font70 {
	font-size: 70px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font120 {
	font-size: 120px;
}

.font200 {
	font-size: 200px;
}

.font85 {
	font-size: 85px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	/* background-color: rgba(255, 255, 255, .9); */
	padding-top: 30px;
}

.header .container {
	background: #FFFFFF;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.72%;
}

.header .logo img {
	display: block;
	width: 173px;
}

.header .r .list {
	display: flex;
	gap: 0 4.27vw;
}

.header .r .list li>a {
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 80px;
	transition: all .6s;
}

.header .r .list li.active>a,
.header .r .list li>a:hover {
	color: rgba(214, 37, 152, 1)
}

.header .r .aslideBtn .iconfon {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: #D62598;
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: sans-serif;
	/* font-family: Microsoft YaHei; */
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: #D62598;
}

.footer {
	background: rgba(0, 0, 0, 1);
}

.footer-t {
	padding-top: 86px;
	padding-bottom: 86px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-t-l .logo img {
	display: block;
	width: 301px;
}

.footer-t-l .brand-slogan {
	/* font-family: SweiSpringSugarCJKtc-Medium; */
	font-weight: 500;
	color: #FFFFFF;
	margin-top: .8em;
}

.footer-t-r .social-list {
	display: flex;
	gap: 35px;
}

.footer-t-r .social-list .img {
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-t-r .social-list .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.footer-t-r .social-list .social-text {
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	font-size: 16px;
	color: #FBFBFB;
	line-height: 30px;
	text-align: center;
	margin-top: 4px;
}

.footer-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-transform: uppercase;
}

.footer-b a {
	color: #fff;
	transition: all .6s;
}

.footer-b a:hover {
	opacity: .8;
}

.banner1 {
	position: relative;
	overflow: hidden;
}
.banner1 .pic{
    width: 103%;
}
.banner1 .pic img,
.banner1 .pic video {
	display: block;
	width: 100%;
}
.banner1 .pic img,
.banner1 .pic video{
    animation: translateX 6s linear forwards;
}
@keyframes translateX {
  0% {
            transform: translateX(0);
  }
  100% {
    transform: translateX(-3%);
  }
}
.banner1 .bannerText{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner1 .bannerText img{
    display: block;
    width: 100%;
}
.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: #D62598;
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	/* font-family: Microsoft YaHei; */
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	/* font-family: Microsoft YaHei; */
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #D62598;
	text-align: center;
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
	border-radius: 50%;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #D62598;
	border-color: #D62598;
	color: #fff;
}

.pagination ul li a {
	color: #D62598;
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.commonMore {
	display: inline-flex;
	height: 60px;
	background: #D62598;
	border-radius: 30px;
	padding: 5px 5px 5px 25px;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	gap: 18px;
	transition: all .6s;
}

.commonMore:hover .icon {
	animation: moveLeftRight .5s infinite ease-in-out;
}

.commonMore .icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(-30deg, #E13BA7, #FFFFFF);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(214, 37, 152, 1);
}

.commonMore .icon .iconfont {
	font-size: 24px;
}

.about-section .swiper-slide .commonMore {
	margin-top: 49px;
}

@keyframes moveLeftRight {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-3px);
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1600px) {
	.header .r .list {
		gap: 0 3.4vw;
	}
}

@media (max-width:1500px) {
	.header .r .list li>a {
		font-size: 20px;
	}

	.header .logo img {
		width: 140px;
	}
}

@media (max-width:1440px) {
	.content520 {
		padding-left: 3%;
		padding-right: 3%;
	}

	.font45,
	.font48 {
		font-size: 36px;
	}

	.font35,
	.font36 {
		font-size: 32px;
	}

	.font70 {
		font-size: 60px;
	}
	.font68,
	.font60 {
		font-size: 48px;
	}

	.font85,
	.font80 {
		font-size: 60px;
	}

	.font120 {
		font-size: 100px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}

	.content312 {
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.header .r .list {
		gap: 0 3vw;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font35,
	.font36 {
		font-size: 30px;
	}

	.font70 {
		font-size: 50px;
	}
.font68,
	.font60 {
		font-size: 36px;
	}

	.font85,
	.font80 {
		font-size: 48px;
	}

	.font120 {
		font-size: 90px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font45,
	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.header .r .list {
		display: none;
	}

	.header .container {
		height: 60px;
	}

	.header {
		padding-top: 20px;
	}

	.font35,
	.font36 {
		font-size: 28px;
	}

	.font70 {
		font-size: 36px;
	}
.font68,
	.font60 {
		font-size: 30px;
	}

	.font85,
	.font80 {
		font-size: 36px;
	}

	.font120 {
		font-size: 80px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font45,
	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #D62598;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #D62598;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.footer-t-l .logo img {
		width: 260px;
	}

	.footer-t-r .social-list {
		gap: 15px;
	}

	.footer-b {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer-t-r .social-list .img {
		width: 86px;
		height: 86px;
	}

	.footer-t {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 1024px) {
	.commonMore .icon {
		width: 40px;
		height: 40px;
	}

	.commonMore {
		height: 50px;
		font-size: 16px;
	}
	.footer-t-l .brand-slogan{
		text-align:center;
	}
	.footer-t {
		padding-top: 70px;
		padding-bottom: 70px;
		flex-direction: column;
	}

	.footer-t-l .logo img {
		margin: 0 auto;
	}

	.footer-t-r {
		margin-top: 40px;
	}

	.footer-t-r .social-list {
		gap: 40px;
	}

	.font35,
	.font36 {
		font-size: 26px;
	}

	.font70 {
		font-size: 28px;
	}
.font68,
	.font60 {
		font-size: 28px;
	}

	.font85,
	.font80 {
		font-size: 30px;
	}

	.font120 {
		font-size: 60px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font45,
	.font48 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.footer-t-r .social-list {
		gap: 25px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-b {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer-t {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.header .logo img {
		width: 100px;
	}

	.header .container {
		height: 50px;
	}

	.font35,
	.font36 {
		font-size: 24px;
	}

	.font70 {
		font-size: 26px;
	}
.font68,
	.font60 {
		font-size: 26px;
	}

	.font85,
	.font80 {
		font-size: 28px;
	}

	.font120 {
		font-size: 40px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font45,
	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.footer-t-l .logo img {
		width: 230px;
	}
}

@media (max-width: 500px) {
	.commonMore {
		height: 40px;
		padding-left: 18px;
		font-size: 14px;
	}

	.commonMore .icon {
		width: 30px;
		height: 30px;
	}

	.commonMore .icon .iconfont {
		font-size: 20px;
	}

	.footer-t-l .logo img {
		width: 200px;
	}

	.footer-t-r {
		margin-top: 30px;
		width: 100%;
	}

	.footer-t-r .social-list {
		gap: 25px 10px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
	}

	.footer-t-r .social-list .img {
		width: 100%;
		height: auto;
	}

	.footer-t-r .social-list .social-item {
		width: 100%;
	}

	.footer-t-r .social-list .social-text {
		font-size: 12px;
	}

	.footer-t {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.header {
		padding-top: 10px;
	}

	.header .container {
		height: 45px;
	}

	.font35,
	.font36 {
		font-size: 22px;
	}

	.font70 {
		font-size: 24px;
	}
.font68,
	.font60 {
		font-size: 24px;
	}

	.font85,
	.font80 {
		font-size: 26px;
	}

	.font120 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font45,
	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}
@media(max-width:400px){
    .footer-b{
        font-size: 12px;
    }
    .footer-t-r .social-list .social-text{
        transform: scale(.8);
        white-space: nowrap;
    }
}