[v-cloak]{
	display: none;
}
body{
	background-color: #f5f5f5;
	--themeColor:#990000;
	padding: 0;
	margin: 0;
}
a{
	color: inherit;
	text-decoration: none;
	outline: none;
}
.head-box{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background-color: var(--themeColor);
	
}
.head-box .logo-box{
	width: 1200px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-box .logo-box .img{
	height: 110px;
	width: auto;
	cursor: pointer;
}
.head-box .logo-box .search-box{
	width: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.head-box .logo-box .search-box .time-box{
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.head-box .logo-box .search-box .search{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 2px 10px;
	box-sizing: border-box;
}
.head-box .logo-box .search-box .search input{
	width:100%;
	flex:1;
	border: none;
	font-size: 12px;
	line-height: 1;
}
.head-box .logo-box .search-box .search input:focus{
	outline: none;
}
.head-box .logo-box .search-box .search .icon{
	width: 25px;
	height: auto;
	cursor: pointer;
}
.nav-container{
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 99;
}
.nav-container .nav-box{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-box .nav{
	white-space: nowrap;
	padding: 0;
	position: relative;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 4px;
}
.nav-box .nav .nav-item{
	display: inline-flex;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	margin:0 25px;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-box .nav .nav-item:hover{
	color: var(--themeColor);
}
.nav-box .nav .nav-item .item{
	width: 100%;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-box .nav .nav-item .item .text{
	width: 100%;
}
.nav-box .nav .nav-item:hover .item img{
	opacity: 1;
}
.nav-box .nav .nav-item:hover .kz-box{
	display: inline-flex;
}

.nav-box .nav .nav-item .item img{
	width: 15px;
	height: auto;
	display: block;
	opacity: 0;
}
.nav-box .nav .nav-item .kz-box{
	display: none;
	position: absolute;
	z-index: 9;
	background-color: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	top: 45px;
	left:0;
	/* display: inline-flex; */
}


.nav-box .nav .nav-item .kz-box .left{
	width: 150px;
	display: inline-block;
}
.nav-box .nav .nav-item .kz-box .left a{
	width: 100%;
	font-size: 14px;
	color: #aaa;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
	text-align: left;
	display: block;
	cursor: pointer;
}
.nav-box .nav .nav-item .kz-box .left a:hover{
	color: var(--themeColor);
}
.nav-box .nav .nav-item .kz-box .right{
	margin-left:15px;
	display: inline-block;
	vertical-align: top;
}
.nav-box .nav .nav-item .kz-box .right .r-img{
	width: 280px;
	height: 125px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	display: block;
}

.nav-box .time-box{
	font-size: 14px;
	color: #666;
}

.top-swiper{
	width: 100%;
}
.top-swiper .swiper {
  width: 100%;
  height: 420px;
}
.top-swiper .swiper .swiper-slide .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top-swiper .swiper .bullet-active{
	width: 30px;
	background-color: #fff;
	opacity: 1;
	border-radius: 10px;
}



.body-box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.body-box .container-box{
	width: 1200px;
}

.footer-box{
	width: 100%;
	background-color: var(--themeColor);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	flex-wrap: wrap;
	padding: 30px 0;
}
.footer-box .left{
	width: 300px;
	margin-right: 15px;
}
.footer-box .right{
	width: 400px;
}
.footer-box .left img{
	width: 100%;
	height: auto;
}
.footer-box p{
	width: 100%;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.swiper-button-next, .swiper-button-prev{
	color: #fff !important;
	font-weight: bolder;
}

div::-webkit-scrollbar {
		height: 4px;
	}
div::-webkit-scrollbar-track {
	background: #f1f1f1;
}
div::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
div::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}