﻿main>section {
	background: no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px
}

.home-title {
	font-size: 36px;
	font-weight: 700;
	color: #1940b0;
}

.home-des {
	font-size: 16px;
	line-height: 1.8
}

.home-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4%
}

.home-more a {
	width: 150px;
	height: 50px;
	background: linear-gradient(119deg,#0d46ff,#01a6ff);
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.home-more a:hover::after {
	transform: translate(-50%,-50%) scale(1)
}

.home-more a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: all .2s linear;
	width: 200px;
	height: 200px;
	background: rgba(0,0,0,.4);
	z-index: -1
}

.home-about,.home-auditorium,.home-contact,.home-data,.home-news,.home-seo,.home-share {
	padding: 5% 0
}

.home-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../images/banner0.png);
	height: 100vh
}

.home-banner .arrow-b {
	width: 30px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	animation: moves 2s linear infinite;
	cursor: pointer
}

.home-banner .ban-circle2 {
	position: absolute;
	bottom: -186px;
	right: 98px;
	width: 500px
}

.home-banner .ban-circle2 img {
	display: block;
	animation: swiper-preloader-spin 10s linear infinite
}

.home-banner .banner-container {
	display: flex;
	align-items: center;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.home-banner .banner-container .banner-info {
	color: #fff;
	width: 55%
}

.home-banner .banner-container .banner-info ul {
	margin-top: 30px
}

.home-banner .banner-container .banner-info ul li {
	display: flex;
	align-items: center;
	padding: 6px 0;
	opacity: 0;
	transform: translateX(20px);
	font-family: SourceHanSans-Regular;
	transition: all .2s linear;
	animation: bannerul .3s forwards
}

.home-banner .banner-container .banner-info ul li:nth-child(1) {
	animation-delay: 1.2s
}

.home-banner .banner-container .banner-info ul li:nth-child(2) {
	animation-delay: 1.3s
}

.home-banner .banner-container .banner-info ul li:nth-child(3) {
	animation-delay: 1.4s
}

.home-banner .banner-container .banner-info ul li:hover {
	margin-left: 5px
}

.home-banner .banner-container .banner-info ul li img {
	margin-right: 10px
}

.home-banner .banner-container .banner-title {
	font-size: 55px;
	opacity: 0;
	transform: translateY(20px);
	animation: bannerscale .3s forwards;
	animation-delay: .8s;
	white-space: nowrap;
	font-weight: 700
}

.home-banner .banner-container .banner-title span {
	animation: bannercolor 2s linear infinite
}

.home-banner .banner-container .banner-title span em {
	font-style: normal;
	animation: text-shadow-glitch 4s cubic-bezier(.5,-.2,0,.3) 1.5s forwards
}

.home-banner .banner-container .banner-img {
	width: 45%;
	opacity: 0;
	transform: scale(0);
	z-index: 99;
	animation: bannerimg .3s forwards;
	animation-delay: .5s
}

.home-banner .banner-container .banner-img img {
	animation: bannerimg2 3s linear infinite
}

.home-banner .mouse {
	width: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -15px;
	color: #fff;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 10px
}

.home-banner .mouse img {
	margin-bottom: 4px;
	width: 20px
}

.home-banner .mouse i {
	font-weight: 700;
	opacity: .3;
	font-size: 12px;
	animation: sec-opacity 1.5s linear infinite;
	display: inline-block
}

.home-banner .mouse i:nth-of-type(2) {
	animation-delay: 1.2s;
	position: absolute;
	bottom: -8px;
	left: 4px
}

.home-about {
	padding-bottom: 0!important;
	position: relative;
	color: #fff;
	padding-left: 0!important;
	padding-right: 0!important
}

.home-about#bg1 {
	background-image: url(../images/swip2-itemb1.jpg)
}

.home-about#bg2 {
	background-image: url(../images/swip2-itemb2.jpg)
}

.home-about#bg3 {
	background-image: url(../images/swip2-itemb3.jpg)
}

.home-about#bg4 {
	background-image: url(../images/swip2-itemb4.jpg)
}

.home-about>.container {
	display: flex
}

.home-about .about-info {
	width: 70%;
	padding-right: 50px
}

.home-about .about-info .about-text {
	line-height: 2;
	opacity: .8;
	margin: 20px 0 30px
}

.home-about .about-info .about-text a {
	color: #006cff
}

.home-about .about-info .about-readmore {
	width: 150px;
	height: 50px;
	background: rgba(2,107,251,0);
	border: 1px solid #fff;
	overflow: hidden;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .2s linear;
	position: relative;
	z-index: 1
}

.home-about .about-info .about-readmore:hover {
	color: #000
}

.home-about .about-info .about-readmore:hover::before {
	width: 100%
}

.home-about .about-info .about-readmore::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,.9);
	transition: all .2s linear;
	z-index: -1
}

.home-about .about-video {
	flex: 1;
	display: flex;
	justify-content: flex-end
}

.home-about .about-video .video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.9);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
	z-index: 99999
}

.home-about .about-video .video.act {
	opacity: 1;
	visibility: inherit;
	transform: scale(1)
}

.home-about .about-video .video video {
	width: 100%;
	max-width: 1000px;
	z-index: 99999
}

.home-about .about-video .video-img {
	width: 100%;
	max-width: 400px;
	opacity: .8;
	border-radius: 10px;
	position: relative;
	overflow: hidden
}

.home-about .about-video .video-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-about .about-video .video-img::after {
	content: "";
	background: linear-gradient(119deg,#0d45ffb0,#01a6ff9d);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s linear
}

.home-about .about-video .video-img a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	font-size: 14px
}

.home-about .about-video .video-img a .icon {
	display: inline-flex;
	position: relative
}

.home-about .about-video .video-img a .icon::after,.home-about .about-video .video-img a .icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: homeaboutvideo 4s linear infinite;
	border-radius: 50%;
	z-index: -1;
	border: 1px solid #eee
}

.home-about .about-video .video-img a .icon::after {
	animation-delay: 2s
}

.home-about .about-video .video-img a .icon img {
	background: #fff;
	border-radius: 50%
}

.home-about .about-video .video-img a span {
	padding-top: 10px
}

.home-about .about-content {
	margin-top: 10px;
	width: 100%;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover
}

.home-about .about-content::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	height: 250px;
	z-index: -1
}

.home-about .about-content .about-ul {
	display: flex;
	align-items: flex-end;
	height: 500px
}

.home-about .about-content .about-ul>li {
	width: 25%;
	position: relative;
	color: #fff;
	height: 250px;
	transition: all .4s linear;
	border-left: 1px solid #fffFFF26
}

.home-about .about-content .about-ul>li:last-child {
	border-right: 1px solid #fffFFF26
}

.home-about .about-content .about-ul>li.act .about-li-show {
	opacity: 0
}

.home-about .about-content .about-ul>li.act .about-li-hover {
	opacity: 1;
	height: 500px;
	visibility: inherit
}

.home-about .about-content .about-ul>li .about-li-show {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .4s linear;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.home-about .about-content .about-ul>li .about-li-show .swip2-item-theme {
	margin: 20px 0 30px;
	font-size: 14px;
	color: #fff;
	opacity: .5;
	height: 40px
}

.home-about .about-content .about-ul>li .about-li-show a.more {
	color: #006cff;
	font-weight: 700
}

.home-about .about-content .about-ul>li .about-li-show i {
	display: none
}

.home-about .about-content .about-ul>li .swip2-item-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.home-about .about-content .about-ul>li .swip2-item-top p {
	font-weight: 700;
	font-size: 30px
}

.home-about .about-content .about-ul>li .about-li-hover {
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	transition: all .4s linear;
	background: linear-gradient(119deg,rgba(13,69,255,.8),rgba(1,166,255,.8))
}

.home-about .about-content .about-ul>li .about-li-hover .swip2-item-top {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	position: relative
}

.home-about .about-content .about-ul>li .about-li-hover .swip2-item-top::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff
}

.home-about .about-content .about-ul>li .about-li-hover ul {
	margin-top: 10%
}

.home-about .about-content .about-ul>li .about-li-hover ul li {
	font-size: 14px;
	padding: 10px 0
}

.home-about .about-content .about-ul>li .about-li-hover .button_su {
	position: absolute;
	bottom: 10%;
	border-radius: 0
}

.home-about .about-content .about-ul>li .about-li-hover .button_su a {
	width: 150px;
	height: 50px;
	background: rgba(23,91,168,0);
	border: 1px solid rgba(218,228,247,.85);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.home-about .about-content .about-ul>li .about-li-hover .button_su a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,.9);
	transition: all .2s linear;
	z-index: -1
}

.home-about .about-content .about-ul>li .about-li-hover .button_su a:hover {
	color: #000
}

.home-about .about-content .about-ul>li .about-li-hover .button_su a:hover::after {
	width: 100%
}

.home-share {
	background-image: url(../images/home3.png)
}

.home-share .home-des,.home-share .home-title {
	text-align: center
}

.home-share .home-des {
	padding-top: 20px
}

.home-share .home-des img {
	vertical-align: middle;
	margin-right: 5px
}

.home-share .share-video-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5%
}

.home-share .share-video-list .share-item {
	width: 179px;
	height: 442px;
	border-radius: 10px;
	margin-right: 20px;
	transition: all .4s linear
}

.home-share .share-video-list .share-item:last-child {
	margin-right: 0
}

.home-share .share-video-list .share-item.active {
	flex: 1
}

.home-share .share-video-list .share-item.active .share-info {
	bottom: 50%;
	transform: translateY(50%)
}

.home-share .share-video-list .share-item.active .share-info>img {
	display: none
}

.home-share .share-video-list .share-item.active .share-info .share-info-playicon {
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: linear-gradient(119deg,#0d46ff,#00c9d9);
	box-shadow: 0 4px 16px 0 rgba(81,125,255,.6);
	border-radius: 50%
}

.home-share .share-video-list .share-item>a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.home-share .share-video-list .share-item>a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4)
}

.home-share .share-video-list .share-item>a>img {
	max-width: inherit;
	height: 100%
}

.home-share .share-video-list .share-item>a .share-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 20px;
	color: #fff;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	transition: all .2s linear
}

.home-share .share-video-list .share-item>a .share-info>img {
	margin-bottom: 20px
}

.home-share .share-video-list .share-item>a .share-info .share-info-playicon {
	display: none
}

.home-share .share-readmore {
	display: flex;
	justify-content: center;
	margin-top: 5%
}

.home-share .share-readmore a {
	width: 159px;
	height: 44px;
	background: linear-gradient(119deg,#0d46ff,#01a6ff);
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.home-share .share-modify {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.9);
	z-index: 9999;
	display: none
}

.home-share .share-modify .share-modify-video {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s linear
}

.home-share .share-modify .share-modify-video video {
	display: none;
	width: 100%;
	max-width: 1200px
}

.home-data {
	background-image: url(../images/home4.png);
	color: #fff;
	padding-bottom: 0
}

.home-data .home-des,.home-data .home-title {
	text-align: center
}

.home-data .home-des {
	padding-top: 20px
}

.home-data .homedata-content-wrap {
	display: flex;
	justify-content: center
}

.home-data .homedata-content {
	box-sizing: border-box;
	padding: 10px 6px;
	background-color: #1e44b2;
	border-radius: 27px;
	margin-top: 5%;
	display: flex
}

.home-data .homedata-item {
	color: #c9d9fe;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	transition: all .2s linear;
	border-radius: 22px;
	cursor: pointer
}

.home-data .homedata-item.is-active {
	color: #1e44b2;
	background-color: #fff
}

.home-data .homedata-module {
	position: relative;
	margin-top: 5%;
	display: flex;
	justify-content: center
}

.home-data .homedata-module .module-inner {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.home-data .homedata-module .module-inner a {
	display: none
}

.home-seo {
	background-image: url(../images/home5.png)
}

.home-seo .home-des {
	max-width: 900px;
	line-height: 1.6;
	margin-top: 20px
}

.home-seo .home-des a {
	color: #006cff;
	white-space: nowrap
}

.home-seo .homeseo-module {
	margin-top: 30px
}

.home-seo .homeseo-module .homeseo-module-title {
	font-size: 24px;
	color: #222;
	padding-bottom: 15px
}

.home-seo .homeseo-module .homeseo-culture {
	display: flex;
	flex-wrap: wrap
}

.home-seo .homeseo-module .homeseo-culture li {
	width: 20%;
	padding: 20px;
	margin-right: 10px;
	background: #1c3f9b;
	box-shadow: 0 14px 32px 0 rgba(17,144,243,.14);
	opacity: .6;
	border-radius: 10px;
	color: #fff
}

.home-seo .homeseo-module .homeseo-culture li:hover img {
	transform: rotateY(360deg)
}

.home-seo .homeseo-module .homeseo-culture li img {
	transition: all .6s linear
}

.home-seo .homeseo-module .homeseo-culture li p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0
}

.home-seo .homeseo-module .ceremony .ceremony-left,.home-seo .homeseo-module .ceremony .ceremony-right {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	width: 20px;
	height: 52px;
	background: linear-gradient(119deg,#0d46ff,#01a6ff);
	opacity: .8;
	border-radius: 0 5px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.home-seo .homeseo-module .ceremony .ceremony-right {
	left: auto;
	right: 0;
	border-radius: 5px 0 0 5px
}

.home-seo .homeseo-module .ceremony .ceremony-list {
	display: flex;
	justify-content: space-between
}

.home-seo .homeseo-module .ceremony .ceremony-item {
	width: 10%;
	height: 320px;
	background: #0b103e;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
	transition: all .2s linear
}

.home-seo .homeseo-module .ceremony .ceremony-item:last-child {
	margin-right: 0
}

.home-seo .homeseo-module .ceremony .ceremony-item.act {
	flex: 1
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info {
	bottom: auto;
	top: 20px
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(1) {
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20px;
	transition: all .2s linear
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(1):hover {
	color: #006cff
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(1) span {
	font-size: inherit;
	display: inline;
	padding-top: 0
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info .text {
	line-height: 1.8
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(3) {
	display: inline-block;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	transition: all .1s linear;
	margin-left: -10px
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(3)::before {
	content: ">";
	transition: all .1s linear;
	opacity: 0
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(3):hover {
	margin-left: 0;
	color: #fff
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(3):hover::before {
	opacity: 1
}

.home-seo .homeseo-module .ceremony .ceremony-item.act .info .text {
	display: block
}

.home-seo .homeseo-module .ceremony .ceremony-item>a {
	display: block;
	width: 100%;
	height: 100%
}

.home-seo .homeseo-module .ceremony .ceremony-item>a img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-seo .homeseo-module .ceremony .ceremony-item .info {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px 5%
}

.home-seo .homeseo-module .ceremony .ceremony-item .info a:nth-child(1) {
	color: #fff;
	font-size: 18px;
	white-space: nowrap
}

.home-seo .homeseo-module .ceremony .ceremony-item .info a:nth-child(1) span {
	font-size: 14px;
	padding-top: 5px
}

.home-seo .homeseo-module .ceremony .ceremony-item .info .text,.home-seo .homeseo-module .ceremony .ceremony-item .info a:nth-child(3) {
	display: none
}

.home-auditorium {
	background-image: url(../images/home6.png);
 
	padding-left: 0!important;
	padding-right: 0!important
}

.home-auditorium .home-des,.home-auditorium .home-title {
	text-align: center
}

.home-auditorium .home-des {
	margin-top: 20px
}

.home-auditorium .auditorium {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 5px;
	margin-top: 4%;
	height: 530px
}

.home-auditorium .auditorium-tabs {
	width: 220px;
	background: #f0f7fe;
	border-radius: 5px 0 0 5px;
	padding: 20px 0
}

.home-auditorium .auditorium-tabs ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

.home-auditorium .auditorium-tabs ul li {
	width: 151px;
	height: 48px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	margin: 2px 0;
    font-size: 16px;
	white-space: nowrap
}

.home-auditorium .auditorium-tabs ul li.act {
	box-shadow: 0 4px 16px 0 rgba(81,125,255,.36);
	background: linear-gradient(119deg,#0d46ff,#01a6ff);
	color: #fff
}

.home-auditorium .auditorium-content {
	flex: 1;
	padding: 20px;
	background: #fff
}

.home-auditorium .auditorium-content .auditorium-item {
	display: none
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content {
	display: flex;
	flex-wrap: wrap
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li {
	width: 23%;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 5px;
	position: relative
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li:nth-child(4n) {
	margin-right: 0
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.4)
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li a:hover img {
	transform: scale(1.1)
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li a:hover::after {
	opacity: 1
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li a img {
	width: 100%;
	transition: all .2s linear
}

.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li span {
	z-index: 1;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center
}

.home-auditorium .home-auditorium-banner {
	margin-top: 4%
}

.home-auditorium .home-auditorium-banner .pcimg {
	display: block
}

.home-auditorium .home-auditorium-banner .mobimg {
	display: none
}

.home-auditorium .home-auditorium-banner img {
	width: 100%
}

.home-news {
	background-image: url(../images/home7.png)
}

.home-news .home-des,.home-news .home-title {
	text-align: center
}

.home-news .home-des {
	margin-top: 20px
}

.home-news .home-more {
	margin-top: 2%
}

.home-news .homenews-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5%
}

.home-news .homenews-wrap .homenews-left {
	width: 46%;
	border-radius: 10px;
	overflow: hidden;
	height: 100%
}

.home-news .homenews-wrap .homenews-left:hover .news-img {
	overflow: hidden
}

.home-news .homenews-wrap .homenews-left:hover .news-img img {
	transform: scale(1.03)
}

.home-news .homenews-wrap .homenews-left:hover .news-info a {
	color: #006cff
}

.home-news .homenews-wrap .homenews-left .news-img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.home-news .homenews-wrap .homenews-left .news-img img {
	width: 100%;
	transition: all .2s linear
}

.home-news .homenews-wrap .homenews-left .news-info {
	padding: 10px 20px 20px;
	background: #fff
}

.home-news .homenews-wrap .homenews-left .news-info a {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.home-news .homenews-wrap .homenews-left .news-info p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.home-news .homenews-wrap .homenews-left .news-info p,.home-news .homenews-wrap .homenews-left .news-info span {
	line-height: 1.8;
	font-size: 16px;
	color: #919499;
	margin-top: 15px
}

.home-news .homenews-wrap .homenews-left .news-info span {
	display: block;
	font-size: 14px
}

.home-news .homenews-wrap .homenews-right {
	width: 52%;
	position: absolute;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.home-news .homenews-wrap .homenews-right .homenews-right-content {
	height: 48%;
	border-radius: 10px;
	padding: 10px 20px;
	background: #fff;
	overflow: hidden
}

.home-news .homenews-wrap .homenews-right .homenews-right-content .title {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.home-news .homenews-wrap .homenews-right .homenews-right-content .title a {
	font-size: 16px;
	color: #006cff
}

.home-news .homenews-wrap .homenews-right .homenews-right-item {
	display: flex;
	align-items: center;
	margin-top: 14px
}

.home-news .homenews-wrap .homenews-right .homenews-right-item:hover img {
	transform: scale(1.1)
}

.home-news .homenews-wrap .homenews-right .homenews-right-item:hover .info a {
	color: #006cff
}

.home-news .homenews-wrap .homenews-right .homenews-right-item>a {
	width: 25%;
	height: 110px;
	overflow: hidden;
	display: block;
	border-radius: 5px
}

.home-news .homenews-wrap .homenews-right .homenews-right-item>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s linear
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info {
	flex: 1;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info a,.home-news .homenews-wrap .homenews-right .homenews-right-item .info p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info a {
	color: #333
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info p,.home-news .homenews-wrap .homenews-right .homenews-right-item .info span {
	font-size: 14px;
	color: #919499
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info p {
	margin: 10px 0
}

.home-news .homenews-wrap .homenews-right .homenews-right-item .info span {
	color: #929191
}

.home-contact {
	background-image: url(../images/swip8.jpg)
}

.home-contact .home-swip8-content>div {
	margin: 0
}

.home-contact .home-swip8-content .swip8-content>h4 {
	margin-bottom: 30px
}

.home-contact .home-swip8-content .swip8-btn a {
	transition: all .2s linear
}

.home-contact .home-swip8-content .swip8-btn a:hover {
	transform: translateY(-10px)
}

@media (max-width:1600px) and (min-width:769px) {
	main>section {
		padding-left: 90px!important;
		padding-right: 90px!important
	}

	.home-about>.container {
		padding-left: 90px!important;
		padding-right: 90px!important
	}

	.home-about .about-content .about-ul {
		padding-left: 80px!important;
		padding-right: 80px!important
	}

	.home-auditorium .auditorium {
		margin-left: 90px!important;
		margin-right: 90px!important;
		height: 460px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item>a {
		height: auto
	}
}

@media (max-width:1400px) and (min-width:1300px) {
	.home-auditorium .auditorium {
		height: 420px
	}
}

@media (max-width:1300px) and (min-width:769px) {
	.home-share .share-video-list {
		margin-top: 3%
	}

	.home-more {
		margin-top: 2%
	}

	.home-share .share-video-list .share-item {
		width: 152px;
		height: 360px
	}

	.home-about .about-content .about-ul {
		height: 400px
	}

	.home-about .about-content .about-ul>li.act .about-li-hover {
		height: 400px;
		padding: 30px 20px
	}

	.home-about .about-info .about-text {
		font-size: 14px
	}

	.home-about .about-content .about-ul>li .about-li-hover ul li {
		padding: 5px 0
	}

	.home-about .about-content .about-ul>li .about-li-hover .button_su {
		bottom: 1%
	}

	.home-data .home-des {
		padding-top: 10px
	}

	.home-data .homedata-module {
		max-width: 930px;
		margin: 10px auto 0;
		margin-top: 1%
	}

	.home-data .homedata-content {
		padding: 5px 5px;
		margin-top: 1%
	}

	.home-seo .home-des {
		max-width: 100%;
		margin-top: 10px
	}

	.home-seo .homeseo-module .homeseo-culture li img {
		width: 25px;
		margin-right: 10px
	}

	.home-seo .homeseo-module .homeseo-culture li p:nth-of-type(1) {
		display: inline
	}

	.home-seo .homeseo-module .homeseo-culture li p:nth-of-type(2) {
		margin-top: 10px
	}

	.home-seo .homeseo-module {
		margin-top: 15px
	}

	.home-seo .homeseo-module .homeseo-culture li {
		width: 22%;
		padding: 10px 20px
	}

	.home-seo .homeseo-module .homeseo-culture {
		font-size: 14px
	}

	.home-auditorium .auditorium {
		height: 380px;
		margin-top: 1%
	}

	.home-auditorium .auditorium .auditorium-content .auditorium-item .auditorium-item-content li:nth-child(n+9) {
		margin-bottom: 0
	}

	.home-auditorium .home-auditorium-banner {
		margin-top: 1%
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li {
		margin-bottom: 12px
	}

	.home-auditorium .auditorium-tabs ul li {
		height: 42px
	}

	.home-news .homenews-wrap .homenews-left .news-info {
		padding: 20px 20px
	}

	.home-news .homenews-wrap .homenews-left .news-info p,.home-news .homenews-wrap .homenews-left .news-info span {
		margin-top: 10px
	}

	.home-news .homenews-wrap .homenews-left .news-info p {
		-webkit-line-clamp: 2
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item>a {
		height: 75px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item .info p {
		margin: 2px 0
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content {
		height: 49%
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content:nth-child(2) {
		margin-top: 0
	}

	.home-data {
		padding-top: 2%
	}

	.home-data .homedata-item {
		font-size: 14px
	}

	.home-seo .home-title {
		font-size: 28px
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info {
		width: 100%
	}

	.home-seo .homeseo-module .ceremony .ceremony-item {
		height: 290px
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info a:nth-child(1) {
		text-align: center;
		white-space: pre-wrap;
		display: block
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info a:nth-child(1) span {
		display: none
	}

	.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(1) {
		text-align: left
	}

	.home-seo .homeseo-module .ceremony .ceremony-item.act .info a:nth-child(1) span {
		display: inline
	}

	.home-seo .homeseo-module .ceremony .ceremony-item.act .info .text {
		padding-right: 30px
	}

	.home-auditorium .home-des {
		margin-top: 10px
	}

	.home-news .home-des {
		display: none
	}

	.home-contact {
		padding: 3% 0
	}

	footer {
		padding-top: 30px
	}

	.swip8-btn {
		margin-top: 20px
	}

	.footer-img {
		margin-top: 20px
	}

	.footer-bottom {
		padding: 10px 0
	}

	footer .container {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
}

@media (max-width:1280px) {
	.home-title {
		font-size: 30px
	}
}

@media (max-width:1024px) {
	.home-banner .ban-circle2 {
		right: 50%;
		transform: translateX(50%)
	}

	.home-about>.container {
		flex-wrap: wrap
	}

	.home-about .about-info {
		width: 100%
	}

	.home-about .about-video {
		display: block;
		margin-top: 30px
	}

	.home-about .about-content {
		margin-top: 30px
	}

	.home-about .about-content::after {
		content: none
	}

	.home-about .about-content .about-ul {
		height: auto;
		flex-wrap: wrap;
		align-items: flex-start
	}

	.home-about .about-content .about-ul>li {
		width: 50%;
		border-top: 1px solid #fffFFF26
	}

	.home-about .about-content .about-ul>li .swip2-item-top img {
		width: 26px
	}

	.home-about .about-content .about-ul>li:hover .about-li-hover {
		height: 100%
	}

	.home-about .about-content .about-ul>li .about-li-show {
		display: block;
		position: static;
		padding: 30px 15px
	}

	.home-about .about-content .about-ul>li .about-li-hover {
		display: none;
		padding: 5%;
		opacity: 1;
		visibility: inherit;
		height: auto;
		position: static
	}

	.home-about .about-content .about-ul>li .swip2-item-top p {
		font-size: 24px
	}

	.home-about .about-content .about-ul>li .button_su {
		position: static!important
	}

	.home-share .share-video-list .share-item {
		width: 100%;
		height: 150px;
		margin: 0;
		margin-bottom: 20px
	}

	.home-share .share-video-list .share-item.active {
		flex: none
	}

	.home-share .share-video-list .share-item>a>img {
		width: 100%;
		height: auto
	}

	.home-data .homedata-content {
		flex-wrap: wrap
	}

	.home-data .homedata-content .homedata-item {
		width: 100%
	}

	.home-data .homedata-module .module-inner {
		padding: 0 20px
	}

	.home-seo .homeseo-module .homeseo-culture {
		justify-content: space-between
	}

	.home-seo .homeseo-module .homeseo-culture li {
		width: 24%;
		margin-right: 0
	}

	.home-auditorium .auditorium {
		height: auto
	}

	.home-auditorium .auditorium-tabs {
		width: 100%;
        height: 73px;
		padding: 0
	}

	.home-auditorium .auditorium-tabs ul {
		flex-wrap: wrap;
		flex-direction: row;
		padding-bottom: 10px;
		justify-content: space-between
	}

	.home-auditorium .auditorium-tabs ul li {
		width: 33%;
		padding: 0 10px;
		font-size: 14px
	}

	.home-auditorium .auditorium-content {
		padding: 20px 10px
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li {
		margin-right: 2%!important;
		width: 32%
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li:nth-child(3n) {
		margin-right: 0!important
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li span {
		font-size: 12px;
		width: 100%;
		text-align: center;
		bottom: 5px
	}

	.home-about .about-info {
		padding-right: 0
	}
}

@media (max-width:1000px) {
	.home-banner .banner-container {
		flex-direction: column;
		justify-content: center
	}

	.home-banner .banner-container .banner-img,.home-banner .banner-container .banner-info {
		width: 100%;
		text-align: center
	}

	.home-banner .banner-container .banner-info .banner-title {
		font-size: 30px
	}

	.home-banner .banner-container .banner-info ul {
		max-width: 200px;
		margin: 30px auto 0
	}

	.home-banner .banner-container .banner-info ul li {
		white-space: nowrap
	}

	.home-banner .banner-container .banner-img {
		margin-top: 30px
	}

	.home-banner .banner-container .banner-img img {
		max-width: 80%
	}
}

@media (min-width:769px) and (max-width:1023px) {
	.home-news .homenews-wrap .homenews-right .homenews-right-item .info p {
		margin: 5px 0
	}
}

@media (max-width:768px) {
	.home-title {
		font-size: 24px
	}

	.home-about .about-content .about-ul>li .swip2-item-top p {
		font-size: 20px
	}

	.home-seo .homeseo-module .homeseo-module-title {
		font-size: 20px
	}

	.home-seo .homeseo-module .ceremony {
		padding-bottom: 50px
	}

	.home-seo .homeseo-module .ceremony .ceremony-left,.home-seo .homeseo-module .ceremony .ceremony-right {
		display: none
	}

	.home-seo .homeseo-module .homeseo-culture li {
		margin: 0;
		width: 48%;
		margin-bottom: 20px;
		padding: 10px
	}

	.home-seo .homeseo-module .ceremony-item .info a:nth-child(1) span {
		font-size: 12px
	}

	.home-news .homenews-wrap {
		flex-wrap: wrap
	}

	.home-news .homenews-wrap .homenews-left {
		width: 100%
	}

	.home-news .homenews-wrap .homenews-left .news-info {
		padding: 16px 15px
	}

	.home-news .homenews-wrap .homenews-left .news-info a {
		font-size: 18px
	}

	.home-news .homenews-wrap .homenews-right {
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
		position: static
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content {
		padding: 20px 15px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content .homenews-right-item .info p {
		margin: 5px 0
	}

	.home-contact .home-swip8-content>.swip8-content {
		display: block
	}

	.home-contact .home-swip8-content>.swip8-content>h4 {
		font-size: 22px
	}

	.home-contact .home-swip8-content>.swip8-content .swip8-con-tel {
		text-align: center
	}

	.home-contact .home-swip8-content>.swip8-content .swip8-con-tel span {
		font-size: 16px
	}

	.home-contact .home-swip8-content>.swip8-content .swip8-btn a {
		height: 48px
	}

	.arrow-b {
		display: none
	}

	.home-news .homenews-wrap {
		margin-bottom: 30px
	}

	.home-about .about-info .about-readmore,.home-contact .home-swip8-content>.swip8-content .swip8-btn a,.home-more a {
		width: 120px;
		height: 40px
	}

	.swip8-btn a img {
		margin-right: 10px
	}

	.home-about .about-content .about-ul>li {
		height: 180px;
		background: rgba(0,0,0,.4)
	}

	.home-share .share-video-list .share-item>a .share-info {
		bottom: 50%;
		transform: translateY(50%)
	}

	.home-share .share-video-list .share-item>a .share-info>img {
		margin-bottom: 10px
	}

	.about-video {
		display: none
	}

	.about-text {
		font-size: 14px
	}

	.home-about .about-content .about-ul>li {
		height: 100px
	}

	.home-about .about-content .about-ul>li .about-li-show .swip2-item-theme {
		display: none
	}

	.home-about .about-content .about-ul>li .about-li-show a.more {
		font-size: 15px;
		font-weight: 400;
		padding-top: 10px;
		display: block;
		color: transparent
	}

	.home-about .about-content .about-ul>li .about-li-show a.more i {
		color: #6d6d6d;
		display: block;
		font-size: 10px;
		margin-top: 5px;
		width: 18px;
		height: 18px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #6d6d6d
	}

	.home-share .home-des {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.home-share .share-video-list .share-item {
		height: 90px
	}

	.home-share .share-video-list .share-item>a .share-info>img {
		width: 30px
	}

	.head-logo {
		width: auto;
		height: auto
	}

	.home-share .share-video-list .share-item>a .share-info p {
		font-size: 15px
	}

	.home-share .share-video-list .share-item>a .share-info>img {
		display: inline!important
	}

	.home-share .share-video-list .share-item.active .share-info .share-info-playicon {
		display: none
	}

	.home-about .about-content .about-ul>li {
		border: 1px solid #fffFFF26
	}

	.home-about .about-content .about-ul>li:nth-child(2n) {
		border-left: none
	}

	.home-about .about-content .about-ul>li .about-li-show {
		padding: 20px 15px
	}

	.home-about .about-content {
		margin-top: 10px;
		margin-bottom: 20px
	}

	.home-about {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home-share .share-video-list {
		margin-top: 10px
	}

	.home-share .share-video-list .share-item {
		margin-bottom: 10px
	}

	.home-share .share-video-list .share-item:last-child {
		display: none
	}

	.home-share .home-des {
		padding-top: 10px
	}

	.home-data {
		padding-top: 30px
	}

	.home-data .home-des {
		font-size: 14px;
		max-width: 300px;
		margin: 0 auto
	}

	.homedata-content-wrap {
		width: 100%
	}

	.homedata-content {
		justify-content: space-between;
		background: 0 0!important
	}

	.homedata-content .homedata-item {
		width: 48%!important;
		white-space: nowrap;
		margin-bottom: 10px;
		font-size: 12px;
		padding: 10px 12px;
		background: #1e44b2;
		border-radius: 5px
	}

	.homedata-content .homedata-item:last-child {
		width: 100%!important
	}

	.home-seo {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home-seo .homeseo-module:nth-child(3) {
		display: none
	}

	.home-seo .home-des {
		font-size: 14px
	}

	.home-seo .homeseo-module .ceremony .ceremony-item {
		height: 280px
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info p {
		position: relative;
		padding-top: 10px;
		margin-top: 10px
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info p::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 2px;
		border-radius: 5px;
		background: #fff
	}

	.home-seo .homeseo-module .ceremony .ceremony-item .info p span {
		display: block
	}

	.home-auditorium,.home-share {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home-banner .banner-container .banner-info .banner-title {
		font-size: 24px
	}

	.home-auditorium .home-des {
		font-size: 14px
	}

	.home-auditorium .auditorium-tabs ul {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.home-auditorium .auditorium-tabs ul li {
		width: auto!important;
		padding: 0 20px!important;
		background: #fff;
		box-shadow: 1px 2px 5px rgba(0,0,0,.2);
		margin-bottom: 10px;
		margin-right: 10px
	}

	.home-auditorium .auditorium {
		background: 0 0;
		display: block
	}

	.home-auditorium .auditorium-content {
		background: 0 0;
		padding: 0
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content {
		justify-content: space-between
	}

	.home-auditorium .auditorium-content .auditorium-item .auditorium-item-content li {
		width: 48%;
		margin-bottom: 10px;
		margin-right: 0!important
	}

	.home-news {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}

	.home-news .home-des {
		display: none
	}

	.homenews-wrap {
		display: block
	}

	.home-news .homenews-wrap .homenews-left .news-info {
		padding: 10px 15px
	}

	.home-news .homenews-wrap .homenews-left .news-info p {
		font-size: 14px;
		-webkit-line-clamp: 2;
		margin-top: 10px
	}

	.home-news .homenews-wrap .homenews-left .news-info span {
		margin-top: 10px
	}

	.home-news .homenews-wrap .homenews-right {
		border-radius: 5px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content:nth-child(2) {
		margin-top: 0!important
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content:nth-child(2) .homenews-right-item:last-child {
		margin-bottom: 0!important
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content {
		background: 0 0;
		border-radius: 0;
		padding: 0!important
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content .title {
		font-size: 16px;
		display: none
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content .title a {
		font-size: 14px
	}

	.home-news .homenews-wrap .homenews-left {
		display: none
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content .homenews-right-item .info p {
		display: none
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item>a {
		width: 35%
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item {
		margin: 0!important;
		margin-bottom: 25px!important
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item .info span {
		padding-top: 10px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-item .info {
		padding-right: 0;
		padding-left: 10px
	}

	.home-news .home-more {
		margin-top: 30px!important
	}

	.home-contact {
		display: none
	}

	.footer-top-item:last-child>p>a {
		font-size: 20px;
		padding-top: 5px;
		display: block
	}

	.home-banner .banner-container .banner-img img {
		max-width: 90%
	}

	.home-auditorium .home-auditorium-banner .pcimg {
		display: none
	}

	.home-auditorium .home-auditorium-banner .mobimg {
		display: block
	}
}

@media (max-width:1280px) {
	.home-news {
		padding-top: 3%
	}

	.home-news .homenews-wrap {
		margin-top: 2%
	}

	.home-news .homenews-wrap .homenews-right {
		flex: 1
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content {
		padding: 10px 20px
	}

	.home-news .homenews-wrap .homenews-right .homenews-right-content:nth-child(2) {
		margin-top: 26px
	}

	.home-news .home-more {
		margin-top: 2%
	}
}

.share-modify-guan {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f07f00;
	transition: all .1s linear;
	z-index: 99999
}

.share-modify-guan:hover {
	background: #d87a0f
}

.share-modify-guan em {
	width: 20px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute
}

.share-modify-guan em:first-child {
	top: 17px;
	transform: rotate(45deg)
}

.share-modify-guan em:last-child {
	bottom: 20px;
	transform: rotate(-45deg)
}

@media (max-width:768px) {
	.home-news .homenews-wrap .homenews-right .homenews-right-item>a {
		height: auto
	}
}

.home-banner {
	padding: 0!important
}

.home-banner .tenthpartymore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 196px;
	height: 58px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	transition: all .1s linear;
	border-radius: 10px
}

.home-banner .banner3-m,.home-banner .tenthparty-m {
	display: none
}

.home-banner .tenthpartymore:hover {
	background: #fff;
	color: #200792
}

.home-banner .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#homebanner {
	width: 100%;
	height: 100%
}

#homebanner .banner3-text {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%) scale(.8);
	width: auto!important;
	height: auto
}

#homebanner .banner3-more {
	min-width: 200px;
	height: 56px;
	background: linear-gradient(74deg,#ff595d,#ff446c,#ff3b9a,#ff54a9,#fe73bb);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	top: 70%;
	right: 24%;
	transition: all .2s linear
}

#homebanner .banner3-more:hover {
	opacity: .9;
	margin-top: -5px
}

#homebanner .banner3-more img {
	width: 24px;
	margin-left: 15px
}

#homebanner .homebanner-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	text-align: center
}

#homebanner .homebanner-pagination .swiper-pagination-bullet {
	width: 23px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
	transition: all .1s linear
}

#homebanner .homebanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 6px;
	background: #db7414;
	border-radius: 3px
}

#homebanner .homebanner-button-next,#homebanner .homebanner-button-prev {
	width: 57px;
	height: 57px;
	background: #000;
	opacity: .3;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	transition: all .1s linear;
	display: flex;
	align-items: center;
	justify-content: center
}

#homebanner .homebanner-button-next img,#homebanner .homebanner-button-prev img {
	width: 26px
}

#homebanner .homebanner-button-next:hover,#homebanner .homebanner-button-prev:hover {
	opacity: .8
}

#homebanner .homebanner-button-next {
	left: auto;
	right: 30px
}

@media (max-width:768px) {
	.home-banner .banner3-m,.home-banner .tenthparty-m {
		display: block
	}

	.home-banner .banner3,.home-banner .tenthparty {
		display: none
	}

	.home-banner .tenthpartymore {
		bottom: 30%;
		width: 180px;
		height: 50px
	}

	#homebanner .banner3-text {
		right: auto;
		left: 50%;
		top: 40%;
		transform: translate(-50%,-50%);
		max-width: 80%
	}

	#homebanner .banner3-more {
		right: auto;
		left: 50%;
		transform: translate(-50%,-50%);
		min-width: 170px;
		height: 50px
	}

	#homebanner .homebanner-button-next,#homebanner .homebanner-button-prev {
		width: 40px;
		height: 40px
	}

	#homebanner .homebanner-button-next img,#homebanner .homebanner-button-prev img {
		width: 20px
	}
}