.head{
	 background-image: url('../img/home/top.png');
	 background-size: 100% 100%;
	 background-repeat: no-repeat;
	 background-color: #C60019;
	 width: 100%;
	 height: 6vh;
	 line-height: 6vh;	
	 position: fixed;
	 top: 0;
	 left: 0;
	 text-align: center;
	 z-index: 1000;
}
a {
  text-decoration: none;
  color: inherit;
}
.head-content{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.head-logo{
	display: flex;
/* 	margin-left: 3%; */
}
.head-text{
	color: #fff;
	margin-left: 8px;
	font-size: 18px;
}
.container{
    width: 40px;
	height: 40px;
	margin-top: 5px;
}
.container-img{
	max-width: 80%;
	height: auto;
} 
/* 时间 */
.head-time{
	color: #fff;
	font-size: 20rpx;
}
.neir{
	width: 80%; 
	margin: 0 auto;
}
/* 导航栏 */
.slot-wrap{
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	color: #E4000D;
	height: 6.5vh;
	line-height: 6.5vh;
	font-weight: 550;
	font-size: 18px;
	margin-top: 6vh;
}
.slot-wrap1{
	color: #fff;
	background-color:#E32730 ;
	padding:0 1.5% ;
	cursor: pointer;
}
   .banner {
            border-radius: 8px;
            overflow: hidden;
            margin: 0px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
    .banner img {
            width: 100%;
			height: 100%;
            display: block;
            transition: transform 0.5s;
        }
        
        .banner img:hover {
            transform: scale(1.02);
        }
/* 底部 */
.bottom{
	width: 100%;
	background-color: #C60019;
	color: #fff;
	/* height: 150px;	 */
}
.bottom-contenr{
	align-items: center;
	display: flex;
	line-height: 2;
}
.bottom-l{
	width: 50%;
	text-align: center;
}
.bottom-name{
	font-size: 22px;
}
.bottom-s span{
	margin:  0   20px;
	cursor: pointer;
}
.bottom-2{
	width: 50%;
	padding-top: 30px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: first; /* 垂直居中 */
}
.bottom-2-img{
	width: 80px;
	height: 80px;
	background-color: aqua;
}
.bottom2-text{
	margin-left: 20px;
}
.beianh{
	display: flex;
	margin: 0 auto;
	width: 45%;
	justify-content: space-around;
}
.warning-section{
	display: flex;
}