@charset "utf-8";

/*pc端banner首页*/

html,
body {
	height: 100%;
}


.temp_head {
	width: 100%;
	padding-top: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.temp_head h5 {
	font-size: 42px;
	color: #FF0006;
	line-height: 44px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
}

.temp_head p {
	line-height: 70px;
	font-size: 23px;
	color: #242424;
	margin: 0;
	padding: 0;
}

.temp_head span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #FF0006;
}

.index_about {
	width: 100%;
	padding: 90px 0 80px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i_about_text {

	width: 43.12%;
}

.i_about_pc {
	display: inline-block;
}

.i_about_sj {
	display: none;
}

.i_about_img {
	width: 53.12%;

}

.i_about_img img {

	width: 100%;
	height: auto;
}

.i_about_text h5 {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px;
	position: relative;
	font-weight: normal;

}

/* .i_about_text h5::after {
	width: 60px;
	height: 2px;
	background: #DA2327;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
} */

/* .i_about_text p {
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 40px;
	font-size: 24px;
	color: #939393;
	font-weight: bold;
} */

.i_about_text div {
	margin-top: -64px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.5px;
	color: #121212;

	height: 128px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;

}

.i_about_text a {
	display: inline-block;
	margin-top: 50px;
	width: 90px;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #DA2327;
	color: #DA2327;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.i_about_text a::before {
	width: 0;
	display: inline-block;
	height: 40px;
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: -1;
}



.i_about_text a:hover::before {
	width: 100%;
	height: 40px;
	opacity: 1;
	content: '';
	background: #DA2327;

	position: absolute;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.i_about_text a:hover,
.i_about_text a:focus {

	color: #FFF;

}



/*首页钜星*/
.index_star {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0 110px 0;
}

.star_con {
	width: 85.9%;
}

.star_item {
	width: 100%;
	display: none;
}

.star_item img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.star_left {
	width: 12%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.star_left li {
	width: 100%;
	height: 106px;
	border-top: 1px solid #A9A9A9;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.star_left li::before {
	content: '';
	background-image: url(../images/middle_zs.png);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.star_left li.star_cur::before,
.star_left li:hover::before {
	content: '';
	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.star_left li.star_cur a,
.star_left li:hover a {
	padding-left: 34px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.star_left li:last-child {
	border-bottom: 1px solid #A9A9A9;
}

.star_left li a {
	width: 100%;
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.star_left li a div {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	text-transform: uppercase;
}

.star_left li a p {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-top: 6px;
}

.top_star {
	display: none;
}

.index_sp {
	width: 100%;
	line-height: normal;


}

.index_sp img {
	width: 100%;
	height: auto;
}

.sp_pc {
	width: 100%;
	position: relative;
}


.sp_pc video {
	width: 100%;
	height: auto !important;
	margin: 0;
	border: none;
	position: relative;
}



.conent_box_sp {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.safety_sp {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
	height: 100%;
}

.safety_sp div {
	font-size: 42px;
	color: #fff;
	line-height: 54px;
	padding-left: 2%;
}

.safety_sp p {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	padding-left: 2%;
	margin: 25px 0 0 0;
}

/*服务*/
.conent_service {
	width: 100%;
	background: url(../images/fw_bj.jpg) #db2740 no-repeat center top;
	background-size: cover cover;
	padding: 24px 0 34px 0;
	margin-top: -4px;
	position: relative;
	z-index: 6;
}

.index_service {
	width: 100%;
	padding: 64px 0 0 0;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}



.service_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 84px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 25%;
}

.service_item img {
	display: inline-block;
	width: 74px;
	height: auto;
	margin-bottom: 24px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.service_item span {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
}

/* .service_item:hover img {
	margin-top: -10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
} */

/*首页新闻*/

.conent_box_news {
	width: 100%;
	padding: 24px 0 60px 0;
}

.index_news {
	width: 100%;
	margin-top: 48px;
}

.i_news_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.i_news_con {
	width: 31.8%;
}

.i_news_con a {
	display: inline-block;
	width: 100%;
	margin-bottom: 28px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.i_news_con a:hover .news_pt_hover {
	display: flex;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.i_news_con a:hover .i_news_title {
	color: #DA2327;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news_img {
	width: 100%;
	position: relative;
}

.news_pt {
	width: 100%;
	height: auto;
}

.news_pt_hover {
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;

	overflow: hidden;
}

.news_pt_hover img {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.i_news_title {
	margin-top: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #292828;
	font-weight: bold;

	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	letter-spacing: 1px;
}

.i_news_con a p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #424141;
	line-height: 26px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
}

/*钜星项目*/
.index_project {
	width: 100%;
	padding: 74px 0 64px 0;
}

.project_a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.wz_img_box {
	float: right;
	width: 46.8%;
	position: relative;
	padding-bottom: 74px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.wz_img_box:hover {
	padding-top: 10px;
}

.wz_text_box:hover h5 {
	color: #CCA42F;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.wz_img_box::before {
	width: 94%;
	height: 0px;
	content: '';
	position: absolute;
	left: 3%;
	bottom: 74px;
	z-index: 3;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.wz_img_box:hover::before {
	width: 94%;
	height: 20px;
	content: '';
	background: rgba(204, 164, 47, .25);
	bottom: 54px;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.wz_img_box::after {
	width: 86%;
	height: 0px;
	content: '';
	background: rgba(204, 164, 47, .2);
	position: absolute;
	left: 6%;
	bottom: 74px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.wz_img_box:hover::after {

	height: 40px;

	bottom: 34px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.project_a_f .wz_img_box {
	float: left;
}

.wx_img {
	width: 100%;
	height: auto;
}

.wz_text_box {
	float: left;
	width: 44.6%;
	padding-top: 92px;
}

.project_a_f .wz_text_box {
	float: right;
}

.wz_text_box h5 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #CCCCCC;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	letter-spacing: 1px;
}

.wz_text_box p {
	width: 100%;
	margin: 22px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #ddd;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	letter-spacing: 1px;
}

/*资源支持合作*/

.index_hz {
	width: 100%;
	padding: 80px 0 60px 0;
}

.index_hz ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: flex-start;
}

.index_hz ul li {
	margin-right: 50px;
	margin-bottom: 38px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_hz ul li img {
	display: inline-block;
	height: 50px;
	width: auto;
}

.index_hz ul li:last-child {
	margin-right: 0;
}

/* .index_hz ul li:hover {
	margin-top: -10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
} */

@media screen and (max-width:1680px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {



	.temp_head {
		width: 100%;
		padding: 0 10px;
		padding-top: 40px;
	}

	.temp_head h5 {
		font-size: 24px;
		line-height: 26px;
		text-transform: uppercase;
	}

	.temp_head p {
		line-height: 40px;
		font-size: 16px;
	}

	.temp_head span {
		width: 26px;
		height: 1px;
	}

	.index_about {
		width: 100%;
		padding: 25px 0px 40px 0px;
		overflow: unset;
		flex-direction: column;
		justify-content: left;
		align-items: center;
	}

	.i_about_text {
		float: unset;
		padding: 0 30px;
		width: 100%;
	}


	.i_about_pc {
		display: none;
	}

	.i_about_sj {
		display: inline-block;
	}


	.i_about_img {
		width: 100%;
		float: unset;
		padding: 0 20px;
		margin-top: 30px;
	}

	.i_about_img img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.i_about_text h5 {
		font-size: 16px;
		line-height: 24px;

		margin: 15px 0 0 0;
	}

	/* .i_about_text h5::after {
		width: 40px;
		content: '';
	} */

	/* .i_about_text p {
		letter-spacing: 1px;
		margin: 18px 0 0 0;
		line-height: 24px;
		font-size: 18px;
	} */

	.i_about_text div {
		margin-top: 0;
		font-size: 13px;
		line-height: 20px;
		height: 100px;

		-webkit-line-clamp: 5;

	}

	.i_about_text a {
		margin-top: 25px;
		width: 70px;
		line-height: 30px;
		color: #DA2327;
		font-size: 13px;

	}

	.i_about_text a::before {

		height: 30px;
		content: '';
	}



	.i_about_text a:hover::before {

		height: 30px;
		content: '';

	}


	/*钜星*/

	.star_left {
		display: none;
	}


	.star_con {
		width: 100%;
		padding: 30px 20px 0 20px;
	}

	.index_star {
		flex-wrap: wrap;
		padding: 36px 0 50px 0;
	}


	.top_star {
		width: 100%;
		height: 56px;
		display: flex;
		justify-content: left;
		align-items: center;
		padding: 0 20px;
	}

	.wrapper01 {
		position: relative;

		width: 100%;
		overflow: hidden;

	}

	.wrapper01 .scroller {
		position: absolute
	}

	.top_star ul {
		width: 100%;
		white-space: nowrap;
		padding: 0;
		overflow-y: hidden;
		display: flex;
		justify-content: left;
		align-items: center;
		overflow-x: scroll;


	}

	.top_star ul li {
		display: inline-block;
		padding: 0 18px 0 35px;
		height: 56px;
		position: relative;
		border-left: 1px solid #A9A9A9;
	}

	.top_star ul li:last-child {
		border-right: 1px solid #a9a9a9;
		margin-right: 20px;
	}

	.top_star ul li.star_cur::before {
		content: '';
		width: 16px;
		height: 16px;
		display: inline-block;
		background: url(../images/middle_zs.png) no-repeat center center;
		background-size: 16px auto;
		position: absolute;
		left: 8px;
		top: 50%;
		margin-top: -8px;
	}

	.top_star ul li a {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
		height: 56px;
		padding-bottom: 15px;
	}

	.top_star ul li a div {
		font-size: 12px;
		color: #333333;
		text-transform: uppercase;
		line-height: 12px;
	}

	.top_star ul li a p {
		font-size: 15px;
		color: #000;
		line-height: 16px;
		margin-top: 2px;
	}


	/*首页视频*/
	.safety_sp div {
		font-size: 15px;
		color: #fff;
		line-height: 24px;
		padding: 0 2%;
	}

	.safety_sp p {
		text-transform: uppercase;
		font-size: 12px;
		color: #fff;
		line-height: 16px;
		padding: 0 2%;
		margin: 14px 0 0 0;
	}
	.safety_sp p span{font-size:12px!important;}

	/*服务*/
	.conent_service {
		width: 100%;
		background: url(../images/fw_bj_m.jpg) #db2740 no-repeat center bottom;
		background-size: 100% auto;
		padding: 0 0 10px 0;
	}

	.index_service {

		padding: 30px 18px 0 18px;
	}



	.service_item {
		margin-bottom: 34px;
		width: 25%;
	}

	.service_item img {
		width: 52px;
		margin-bottom: 10px;
	}

	.service_item span {
		font-size: 14px;
		line-height: 20px;
		color: #EBE8E8;
		letter-spacing: 0;
	}




	/*首页最新动态*/
	.conent_box_news {
		padding: 0 0 25px 0;
	}

	.index_news_m {
		width: 100%;
		padding: 30px 15px 0px 15px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.index_news_m a {
		width: 48.5%;
	}

	.index_news_m a .i_news_title {
		margin: 8px 0 20px 0;
		font-size: 14px;
		color: #292828;
		line-height: 20px;
		height: 40px;
	}





	/*钜星项目*/
	.index_project {
		width: 100%;
		padding: 30px 3% 20px 3%;
	}

	.project_a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		overflow: unset;
		margin-bottom: 20px;


	}

	.wz_img_box {
		float: unset;
		width: 100%;
		padding-bottom: 24px;
	}

	.project_a:hover .wz_img_box {
		padding-top: 0;
	}

	.wz_img_box::before {
		content: none;
		height: 0px;
		bottom: 24px;
	}

	.project_a:hover .wz_img_box::before {
		height: 12px;
		content: none;
		bottom: 12px;
	}

	.project_a:hover {
		height: 0px;
		bottom: 24px;
		content: none;
	}

	.project_a:hover .wz_img_box::after {
		width: 86%;
		height: 24px;
		content: none;
		bottom: 0px;
	}

	.project_a_f .wz_img_box {
		float: unset;
	}

	.wz_text_box {
		float: unset;
		width: 100%;
		padding: 10px 0;
	}

	.project_a_f .wz_text_box {
		float: unset;
	}

	.wz_text_box h5 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}

	.wz_text_box p {
		display: none;
	}


	/*资源合作*/
	.index_hz_m {
		width: 100%;
		padding: 28px 0 20px 0;
	}

	.m_hz_small {
		width: 100%;
		margin: 0;
		padding: 0 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.m_hz_small li {
		margin: 0 0px 20px 0;
		flex: 1;
		text-align: center;
	}

	.m_hz_small li img {
		display: inline-block;
		height: 23px;
		width: auto;
	}

	.m_hz_big {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: left;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.m_hz_big li {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 20px 0;
	}

	.m_hz_big li img {
		width: 64%;
		height: auto;
	}
}

@media screen and (max-width:980px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:413px) {}

@media screen and (max-width:374px) {}

@media screen and (max-width:320px) {
	.index_service {
		padding: 30px 10px 0 10px;
	}

	.service_item img {
		width: 42px;
		height: auto;
	}

	.service_item span {
		font-size: 12px;
		line-height: 16px;
	}
}





/*banner*/
.Banner-container {
	height: auto;
	min-height: 400px;
	max-height: 1600px;
	width: 100%;
}

.banner-background {
	background-size: 100% 100%;
	background-position: center;
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0; */
}

.banner-background img {
	width: 100%;
	height: auto;
}

.banner-slide {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}

.banner-text {
	margin: 0 auto;
	width: 100%;
	max-width: unset;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.banner-text h1 {
	font-weight: bold;
	font-size: 122px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
}

.banner-text h2 {
	margin-top: 1rem;
	text-align: center;
	color: #fff;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: arial;
}

.banner-text h2 span {
	color: #febad3;
}

.banner-bg-ss {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.banner-text {
	z-index: 10;
}

.banner-text:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 400px;
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.2);
	top: 4.5rem;
	margin-top: -200px;
	left: -6rem;
}

.small-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}

/*.banner-warpper.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
  }
  .banner-warpper.swiper-wrapper .banner-background {
  transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
  will-change: transform;
  }*/
.banner-switch {
	position: absolute;
	z-index: 30;
	left: auto;
	top: 50%;
	height: 80px;
	right: 2rem;
	color: #fff;
	display: grid;
	margin-top: -25px;
	grid-template-columns: 1fr;
	width: auto;
	align-content: center;
	align-items: center;
	text-transform: uppercase;
}

.banner-switch>div>* {
	display: inline-block;
	vertical-align: middle;
}

.sL_icon {
	background-size: contain;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-switch>div>span {
	margin: 0 0.5rem;
	font-size: 0.825rem;
}

.banner-switch>div {
	margin: 0.3rem 0;
}

.banner-switch>div {
	cursor: pointer;
	transition: 0.5s;
}

.Banner-container .swiper-button-disabled {
	opacity: 0.4;
}

.Scroll-tip {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100px;
	color: #fff;
	text-align: center;
}

.Tipss {
	text-transform: uppercase;
	font-size: 0.825rem;
}

.tip_anim {
	display: inline-block;
	margin: 0.75rem 0;
	height: 30px;
}

.Tipss span {
	display: block;
}

.tip_anim span {
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #fff;
	animation-name: scrollTip;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
	z-index: 1;
}

@keyframes scrollTip {
	0% {
		transform: scale(1, 0);
		transform-origin: top;
	}

	49% {
		transform: scale(1, 1);
		transform-origin: top;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
}

.banner-background {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-background {
	transition: 5s 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
	transition-delay: 2s;
	transition-duration: 2s;
	transform: translate3d(-80px, 0, 0);
	opacity: 0;
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-text:before {
	transition-delay: 1.3s;
	transform: translate3d(0px, 0, 0);
	opacity: 1;
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-text *:nth-child(1) {
	transition-delay: 0.5s;
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-text *:nth-child(2) {
	transition-delay: 0.7s;
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-text *:nth-child(3) {
	transition-delay: 0.9s;
}

.banner-text * {
	transition-delay: transform 2s, opacity 0s;
	transition-duration: 2s;
	transform: translate3d(0, 80px, 0);
	opacity: 0;
}

.Banner-A1 .swiper-slide.swiper-slide-active .banner-text * {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.Banner-A1 .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	background: #fff !important;
	opacity: 0.5 !important;
}

.Banner-A1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px !important;
	border-radius: 4px;
	opacity: 1 !important;
	background: #fff !important;
}

.Banner-A1 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px !important;
}

@media screen and (max-width: 1600px) {
	.banner-text {
		max-width: 1000px;
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.banner-text:before {
		content: "";
		position: absolute;
		width: 300px;
		height: 400px;
		display: block;
		border: 10px solid rgba(255, 255, 255, 0.2);
		top: 4.5rem;
		margin-top: -200px;
		left: 50%;
		margin-left: -150px;
	}

	.banner-text {
		text-align: center;
	}

	.banner-text h2 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1024px) {


	.Banner-container .swiper-slide {
		width: 100% !important;
	}

	.Banner-container {

		max-height: unset;
		min-height: unset;
	}

	.Banner-A1 .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px !important;
	}

	.Banner-A1 .swiper-pagination-bullet {
		width: 4px !important;
		height: 4px !important;
	}

	.Banner-A1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 10px !important;
		border-radius: 4px;
		opacity: 1 !important;
		background: #fff !important;
	}
}

@media screen and (max-width: 1024px) {
	.index_project {
		flex-direction: column;
	}

	.project_a {
		width: 100%;
		display: inline-block;
		justify-content: unset;
		align-items: unset;
		flex-direction: unset;
		overflow: unset;
		/* margin-bottom: 20px; */
	}

	.project_a:hover .wz_img_box {
		padding-top: 0;
	}

	.wz_img_box::before {

		content: unset;
	}

	.project_a:hover .wz_img_box::before {


		content: unset;

	}

	.project_a:hover {

		content: unset;
		bottom: unset;
        height: auto;
	}

	.project_a:hover .wz_img_box::after {

		content: unset;
	}


	.wz_img_box:hover {
		padding-top: unset;
	}


	.wz_img_box::before {

		content: unset;
	}

	.wz_img_box:hover::before {

		content: unset;
	}

	.wz_img_box::after {
		width: 0px;
		position: static;
		height: 0;
		content: unset;
	}

	.wz_img_box:hover::after {

		content: unset;
	}


}