@charset "utf-8";

/* 首页 */
#main{
	height: 100vh;
}
.swiper-banner{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 350px;
	height: 100%;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 350px;
	max-height: 100vh;
	-webkit-animation: animScale 20s linear infinite;
	animation: animScale 20s linear infinite;
	-ms-animation: animScale 20s linear infinite;
	-moz-animation: animScale 20s linear infinite;
	-o-animation: animScale 20s linear infinite;
}
.swiper-banner .swiper-slide .ban_w{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.6;
	box-sizing: border-box;
	padding-bottom: 100px;
}
.swiper-banner .swiper-slide .ban_h1{
	font-size: 28px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.2);
}
.swiper-banner .swiper-slide .ban_h2{
	font-size: 54px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.2);
	font-weight: bold;
	letter-spacing:2px;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_hcm{
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h1{
	animation-delay: 0.5s;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h2{
	animation-delay: 0.8s;
}
.swiper-banner .ban_hdpad{
	position: absolute;
	left: 0;
	bottom: 200px;
	width: 100%;
	z-index: 10;
}
.swiper-banner .ban-pagination{
	text-align: left;
	height: auto;
	overflow: hidden;
}
.ban-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	position: relative;
	border-radius: 50%;
	background: none;
	opacity: 1;
	margin-right: 16px;
	vertical-align: top;
	overflow: hidden;
}
.ban-pagination .swiper-pagination-bullet-active{
	border-color: #dba952;
	background: #dba952;
}

.swiper-notification{
	display: none;
}

.ind_new{
	position: fixed;
	z-index: 10;
	bottom: 55px;
	background: rgba(21,21,21,0.58);
	width: 100%;
	left: 0;
}
.ind_new li{
	width: 30%;
	padding: 20px 0;
}
.ind_new li .n_l{
	width: 27.5%;
}
.ind_new li .n_r{
	flex: 1;
	padding-left: 15px;
}
.ind_new li .imgs{
	padding-bottom: 68.9%;
}
.ind_new li .n_r .h3{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}


#foot{
	position: fixed;
	bottom: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	background: rgba(21,21,21,0.58);
}
#foot .foot{
	padding-top: 15px;
	padding-bottom: 15px;
}

@keyframes animScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@-ms-keyframes animScale {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}

@-moz-keyframes animScale {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes animScale {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}

@media screen and (max-width:1600px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 26px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 50px;
	}
}

@media screen and (max-width:1366px) {
	.swiper-banner .ban_hdpad{
		bottom: 188px;
	}
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 24px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 44px;
	}
}

@media screen and (max-width:1280px) {
	.swiper-banner .ban_hdpad{
		bottom: 178px;
	}
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 22px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 40px;
	}
	
}

@media screen and (max-width:1024px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 20px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 36px;
	}
	.swiper-banner .ban_hdpad{
		bottom: 168px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.ind_new li .n_r .h3{
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width:960px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 18px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 32px;
	}
	
}

@media screen and (max-width:768px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 17px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 30px;
	}
	.swiper-banner .ban_hdpad{
		bottom: 148px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width:600px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 16px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 28px;
	}
	.ind_new{
		position: relative;
		bottom: auto;
		background: #fff;
	}
	.ind_new ul{
		padding: 10px 0;
	}
	.ind_new li{
		width: 100%;
		padding: 10px 0;
	}
	.ind_new li .n_r{
		color: #333;
	}
	.ind_new li .n_r .h3{
		-webkit-line-clamp: 2;
	}
	#main{
		height: auto;
		overflow: hidden;
	}
	#foot{
		background: rgba(21,21,21,0.9);
	}
	/* .swiper-banner .swiper-slide .ban_w{
		padding-bottom: 0;
	} */
	.swiper-banner .ban_hdpad{
		bottom: 10px;
	}
	.swiper-banner .ban-pagination{
		text-align: center;
	}
	.ban-pagination .swiper-pagination-bullet{
		margin: 0 5px;
	}
	.swiper-banner .swiper-slide .ban_img{
		height: 100vh !important;
	}
	.ban_dup{
		position: absolute;
		bottom: 70px;
		width: 30px;
		height: 30px;
		left: 50%;
		margin-left: -15px;
		text-align: center;
		color: #fff;
		z-index:20;
		cursor: pointer;
	}
	.ban_dup span{
		width: 30px;
		height: 30px;
		background: url(../images/down_ico.png) no-repeat center center;
		background-size: 100%;
		animation: downup 1s infinite;
		-webkit-animation: downup 1s infinite;
		display: block;
	}
	@keyframes downup{
		from { transform:translate(0,0);}
		60% { transform:translate(0,-15px);}
		to { transform:translate(0,0);}
		}
	@-webkit-keyframes downup{
		from { transform:translate(0,0);}
		60% { transform:translate(0,-15px);}
		to { transform:translate(0,0);}
	}

}

