* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* 解决ios点击闪烁 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

html {
	/* 解决ios点击闪烁 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	height: 100%;
	position: relative;
	overflow-y: auto;
	/* font-size: 16px; */
	font-size: 0.833333vw;
	
}
 
body {
	font-family:"Noto Sans SC", arial;
}

 

.top-nav {
	height: 11.625rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 2.5rem;
}
 
.logo{
	flex: 0 0 24rem;
	text-align: left;
	height: 5rem;
}
.logo img{
	width: 16rem;
	height: 5rem;
}
.drop {
	text-align: center;
	white-space: nowrap;
	width: 14rem;
	height: 3rem;
	font-size: 2rem;
	line-height: 2.25rem;
	color: rgba(24, 36, 120, 0.5);
	position: relative;
	user-select: none;
}
.drop a{
	text-decoration: none;
	color: rgba(24, 36, 120, 0.5);
}
.drop .title{
	color: rgba(24, 36, 120, 0.5);
}
.drop .drop-title:hover{
	color: #182478 !important;
}
.drop.active .drop-title{
	color: #182478 !important;
}
.drop::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -0.125rem;
	height: 0.25rem;
	background: radial-gradient(50% 50% at 50% 50%, #182478 0%, rgba(196, 196, 196, 0) 100%);
	background-size: 100% 100%;
}

.banner {
	font-size: 0;
	position: relative;
}

#down {
	position: absolute;
	width: 2.625rem;
	left: 0;
	right: 0;
	bottom: 2.875rem;
	margin: auto;
}
#more,.more{
	position: absolute;
	width: 22.5rem;
}
.drop:hover .drop-menu{
	display: flex;
}
.drop-menu {

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	
	z-index: 10;
	top: 3rem;
	font-size: 1.5rem;
	line-height: 3;
	text-align: center;
	letter-spacing: 0.2em;

	color: #FFFFFF;
	padding: 1rem 2.5rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	background: rgba(25, 140, 255, 0.5);
	border-radius: 0px 0px 1rem 1rem;
	display: flex;
	flex-direction: column;
	 
	align-items: center;
	justify-content: space-around;

	display: none;
}

/* .active .drop-menu {
	display: flex;
}
 */
.right .drop-menu {
	height: 13.75rem;
	width: 16.5625rem;
}

.drop-menu img {
	vertical-align: middle;
}

.menu span {
	display: inline-block;
}

.menu a {
	text-decoration: none;
	color: white;
}

.menu.active a {
	color: #182478;
}
.menu:hover a{
	color: #182478;
}
.copyright {
	background-color: #182478;
	min-height: 3.125rem;
	padding: 1rem;
	font-size: 1.2rem;
	text-align: center;
	color: white;
} 
/*  
.copyright.color2 {
	background-color: #A5353A;
}

.copyright.color3 {
	background-color: #FF8719;
}

.copyright.color4 {
	background-color: #239B50;
}

.copyright.color5 {
	background-color: #182478;
}

.copyright.color6 {
	background-color: #1479DD;
} */

.resize {
	position: absolute;
	z-index: 1;
}

.swiper-container {
	margin: 1.875rem 5%;
	width: 90%;
	padding-top: 0.625rem;
	padding-bottom: 1.875rem;
}
.swiper1 {
	margin: 0;
	width: 100%;
	padding: 0;
}


.swiper1 .swiper-pagination-bullet {
	background-color: white;
}

.swiper-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}
/* 响应式导航栏 */
.mnav{
	font-size: 16px;
	text-align: center;
	height: 80px;
}
.mnav .logo{
	height: 40px;
	margin-top: 20px;
}
 .mnav .bread{
	position: absolute;
	left: 40px;
	top: 35px;
	width: 22px;
 }
@media screen and (min-width:550px) {
	.hide-lg{
		display: none !important;
	}
	.mnav{
		display: none !important;
	}
	.copyleft{
		display: inline-block;
	}
}

@media screen and (max-width:1080px){
	.scale{
		font-size: 1.4em !important;
	}
	.big-item{
		margin-bottom: 7.5rem !important;
	}
	.copyright{
		font-size: 2rem;
		height: 5rem;
		line-height: 5rem;
	}
 }
 @media screen and (max-width:550px){
	 .hide-sm{
		 display: none !important;
	 }
	 .top-nav{
	 	display: none !important;
	 }
	.scale{
		font-size: 1.8em !important;
	}
	.big-item{
		margin-bottom: 9.375rem !important;
	}
	.copyright{
		font-size: 11px;
		min-height: 25px;
		height: auto;
		line-height: 1.5;
	}
 }