.IBan {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.IBan .swiper-slide-active .image {
	animation: Bimg 8s linear;
}

@keyframes Bimg {
	0% {
		width: 100%;
		height: 100%;
	}

	100% {
		width: 110%;
		height: 110%;
	}
}

.IBan .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.IBswiper {
	width: 100%;
	height: 100%;
}

.IBan .TBox {
	width: 86%;
	position: absolute;
	left: 7%;
	top: 50%;
	transform: translateY(-50%);
	/* height: 500px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.IBan .TBox .tit {
	font-size: 52px;
	color: #e2080c;
	font-weight: 600;
	font-family: "Bluu";
	text-transform: uppercase;
	line-height: 1.5;
	transition: all 1s linear;
	transform: translateY(150px);
	text-align: center;
}

.IBan .swiper-slide-active .TBox .tit,
.IBan .swiper-slide-active .TBox .ying,
.IBan .swiper-slide-active .TBox .text,
.IBan .swiper-slide-active .TBox .btn {
	transform: translateY(0%);
}

.IBan .TBox .ying {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Bluu";

	line-height: 1.5;
	transition: all 1s linear 0.2s;
	transform: translateY(150px);
	text-align: center;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

.IBan .TBox .btn {
	transition: all 1s linear 0.6s;
	transform: translateY(150px);
}

.IBan .TBox .text {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	transition: all 1s linear 0.4s;
	transform: translateY(150px);
	text-align: center;
	margin-bottom: 50px;
}

.IBswiper .swiper-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
}

.IBswiper .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 16px;
}

.IBswiper .swiper-pagination-bullet-active {
	background: #e2080c;
}


.inAB {
	padding: 5% 0;
	position: relative;
	overflow: hidden;
}

.inAB .bg {
	height: 83%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
}

.inAB .TBox {
	width: 60%;
	position: relative;
	z-index: 2;
	padding: 6% 6% 0 0;
}

.inAB .text {
	margin: 50px 0 30px;
	width: 75%;
	font-size: 18px;
	color: #fff;
}

.inAB .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inAB .Left {
	width: 100%;
}

.inAB .flex .img_bg {
	width: 50%;
	display: none;
}

.inAB .flex .img_bg img {
	width: 100%;
}

.inAB .Inbtn {
	background: #fff;
	color: #e2080c;
}

.inAB .Inbtn span {
	color: #e2080c;
}

.inABList {
	margin-top: 100px;
	display: flex;
	align-items: center;
}

.inABList .item {
	width: 33.3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	transition: all 0.48s;
}

.inABList .item:hover {
	background: #fff;
}

.inABList .item:hover span {
	color: #e2080c;
}

.inABList .item:hover .img1 {
	display: none;
}

.inABList .item:hover .img2 {
	display: block;
}

.inABList .item .img1 {
	display: block;
}

.inABList .item .img2 {
	display: none;
}

.inABList .item span {
	font-size: 16px;
	color: #fff;
	transition: all 0.48s;
	font-weight: 600;
}

.inABList .item img {
	width: 30px;
	margin-left: 20px;
}

.inAB .inner {
	position: relative;
}

.inAB .image {
	width: 50%;
	height: 80%;
	position: absolute;
	top: 0;
	right: -20%;
	z-index: 2;
	overflow: hidden;
	transition: all 1s;
}

.inAB .image.on {
	right: 0;
}

.inAB .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.inAB .image:hover img {
	transform: scale(1.1);
}

.InPro {
	position: relative;
	overflow: hidden;
}

.InPro .top,
.inNew .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.InPro .Inbtn {
	background: #e2080c;
}

.InPro .Inbtn:hover span {
	color: #fff;
}

.InpList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
	justify-content: space-between;
}

.InpList .item {
	width: 32%;
	position: relative;
	margin-bottom: 50px;
}

.InpList .item:nth-last-child(1),
.InpList .item:nth-last-child(2),
.InpList .item:nth-last-child(3) {
	margin-bottom: 0;
}

.InpList .bgBox {
	background: #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 5px);
	width: calc(100% - 5px);
	transition: all 0.48s;
}

.InpList .item:hover .bgBox {
	bottom: -15px;
	left: -5px;
}

.InpList .imgBox {
	width: 100%;
	position: relative;
	z-index: 2;
	/* overflow: hidden; */
}

.InpList .imgBox img {
	width: 100%;
	position: relative;
	z-index: 2;
	transition: all 0.48s;
}

.InpList .item:hover .imgBox img {
	margin-top: -10px;
	margin-left: 10px;
}

.InpList .btn {
	width: 200px;
	color: #fff;
	background: rgb(226, 8, 12, 0.7);
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	text-align: center;
	padding: 8px 0px;
	transition: all 0.48s;
}

.InpList .item:hover .btn {
	bottom: 8%;
}


.inNew {
	position: relative;
	overflow: hidden;
	background: #f6f7f9;
}

.inNew .bg {
	width: 100%;
	height: 450px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.inNew .inner {
	position: relative;
	z-index: 2;
}

.inNtop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inNew .Inbtn {
	background: #fff;
}

.inNew .Inbtn span {
	color: #e2080c;
}

.inNtop .Inbtn {
	margin-top: 50px;
}

.inNtop .BtnBox .btn {
	display: block;
	padding: 20px 30px;
	border: 1px solid #fff;
	border-top: none;
	display: flex;
	align-items: center;
	transition: all 0.48s;
}

.inNtop .BtnBox .btn.on {
	background: #fff;
}

.inNtop .BtnBox .btn.on .ying {
	color: #e2080c;
}

.inNtop .BtnBox .btn.on .text {
	color: #e2080c;
}

.inNtop .BtnBox .btn.on .xian {
	background: #e2080c;
}

.inNtop .BtnBox .btn.on .img1 {
	display: none;
}

.inNtop .BtnBox .btn.on .img2 {
	display: block;
}

.inNtop .BtnBox .btn:first-child {
	border-top: 1px solid #fff;
}

.inNtop .BtnBox .btn:hover {
	background: #fff;
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.inNtop .BtnBox .btn:hover .ying {
	color: #e2080c;
}

.inNtop .BtnBox .btn:hover .xian {
	background: #e2080c;
}

.inNtop .BtnBox .btn:hover .text {
	color: #e2080c;
}

.inNtop .BtnBox .btn:hover .img1 {
	display: none;
}

.inNtop .BtnBox .btn:hover .img2 {
	display: block;
}

.inNtop .BtnBox .ying {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Bluu";
	min-width: 185px;
	transition: all 0.48s;
}

.inNtop .BtnBox .xian {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 30px;
	transition: all 0.48s;
}

.inNtop .BtnBox .text {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	transition: all 0.48s;
}

.inNtop .BtnBox img {
	width: 30px;
	margin-left: 15px;
}

.inNtop .BtnBox .img1 {
	display: block;
}

.inNtop .BtnBox .img2 {
	display: none;
}

.inTBox {
	width: 100%;
	margin-top: 70px;
	background: #f6f7f9;
	padding: 50px 30px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 550px;
}

.inTBox .image {
	width: 40%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 30px;
	background: #fff;
}

.inTBox .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.48s;
}

.inTBox .image img {
	display: none;
}

.inTBox .image .on {
	display: block;
}

.inTBox .image:hover img {
	transform: scale(1.1);
}

.inNList {
	width: 55%;
}

.inNList .item {
	height: 33.3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #d3d3d3;
	transition: all 0.48s;
}

.inNList .item.act {
	border-bottom: 1px solid #e2080c;
}

.inNList .item.act .Tit {
	color: #e2080c;
}

.inNList .time {
	color: #999;
	font-size: 16px;
}

.inNList .Tit {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	/* margin-top: 15px; */
	transition: all 0.48s;
	/* line-height: 1.3; */
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media (max-width:1450px) {
	.Inbtn {
		padding: 10px 25px;
	}

	.IBan .TBox .text {
		font-size: 40px;
	}

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		font-size: 44px;
	}

	.inAB .text {
		font-size: 16px;
	}

	.inABList {
		margin-top: 50px;
	}

	.inABList .item {
		padding: 16px 0;
	}

	.inTBox {
		height: 460px;
	}
}

@media (max-width:1368px) {

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		font-size: 40px;
	}

	.IBan .TBox .text {
		font-size: 36px;
	}

	.inNList .Tit {
		font-size: 16px;
	}

	.inAB .image {
		width: 53%;
		height: 60%;
	}

	.inNtop .BtnBox img {
		width: 24px;
		margin-left: 10px;
	}

	.inNtop .BtnBox .text {
		font-size: 16px;
	}

	.inNtop .BtnBox .xian {
		width: 50px;
		height: 1px;
		margin: 0 10px;
	}

	.inNtop .BtnBox .ying {
		font-size: 16px;
		color: #fff;
		min-width: 172px;
	}

	.Inbtn img {
		margin-left: 10px;
		width: 24px;
	}

	.inTBox {
		height: 410px;
	}

	.inAB .text {
		margin: 30px 0 20px;
	}

	.inABList .item img {
		width: 24px;
		margin-left: 10px;
	}
}

@media (max-width:1200px) {

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		font-size: 36px;
	}

	.InpList .btn {
		width: 170px;
		font-size: 14px;
		padding: 6px 0px;
	}

	.Inbtn span {
		font-size: 14px;
	}

	.IBan .TBox .text {
		font-size: 32px;
	}

	.inAB .image {
		display: none;
	}

	.inAB .bg {
		height: 100%;
		width: 100%;
	}

	.inAB .TBox {
		width: 100%;
		padding: 0;
	}

	.inAB .text {
		width: 100%;
	}

	.inAB .Left {
		width: 45%;
	}

	.inAB .flex .img_bg {
		display: block;
	}

	.inAB .text {
		margin: 20px 0 20px;
	}

	.inNtop .Inbtn {
		margin-top: 30px;
	}

	.inTBox {
		height: 380px;
	}

	.inNtop .BtnBox .btn {
		padding: 15px 20px;
	}

	.InpList .item {
		margin-bottom: 30px;
	}
}

@media (max-width:1024px) {
	.IBan {
		height: auto;
	}

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		font-size: 32px;
	}

	.IBan .TBox .text {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.IBan .swiper-slide-active .image {
		animation: none;
	}

	.IBan .swiper-slide-active .image {
		animation: none;
	}

	.inNtop .BtnBox .xian {
		width: 30px;
		height: 1px;
		margin: 0 10px;
	}

	.inNtop .BtnBox .ying {
		font-size: 14px;
		color: #fff;
		min-width: 150px;
	}

	.inNtop .BtnBox img {
		width: 20px;
		margin-left: 10px;
	}

	.inNtop .BtnBox .text {
		font-size: 14px;
	}

	.inTBox {
		height: 330px;
	}

	.inAB .text {
		font-size: 14px;
	}
}

@media (max-width:900px) {
	.inAB .flex .img_bg {
		width: 100%;
		/* display: none; */
		margin-top: 30px;
	}

	.inAB .Left {
		width: 100%;
	}

	.inAB .flex {
		flex-wrap: wrap;
	}

	.InpList .item {
		width: 49%;
		margin-bottom: 20px;
	}

	.InpList .item:nth-last-child(1),
	.InpList .item:nth-last-child(2),
	.InpList .item:nth-last-child(3) {
		margin-bottom: 20px;
	}

	.inTBox {
		height: 300px;
		padding: 30px 20px 0 20px;
	}

	.IBan {
		height: 450px;
		margin-top: 80px;
	}
}

@media (max-width:768px) {

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		/* display: none; */
		font-size: 28px;
	}

	.IBan .TBox .text {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.IBan .TBox .Inbtn {
		padding: 5px 20px;
	}

	.IBan .TBox {
		top: 60%;
	}

	.inNew .BtnBox {
		display: none;
	}

	.inTBox {
		margin-top: 40px;
	}

	.inTBox {
		height: 270px;
	}

	.inNList .time {
		font-size: 14px;
	}

	.IBan .TBox .text {
		font-size: 20px;
	}
}

@media (max-width:680px) {
	.inABList .item img {
		width: 20px;
		margin-left: 6px;
	}

	.inABList .item span {
		font-size: 14px;
	}

	.inTBox {
		flex-wrap: wrap;
		height: auto;
	}

	.inTBox .image {
		width: 100%;
		height: 250px;
	}

	.inNList {
		width: 100%;
		height: 260px;
		margin-top: 20px;
	}

	.Inbtn img {
		margin-left: 5px;
		width: 20px;
	}

	.Inbtn span {
		font-size: 12px;
	}

	.IBan .TBox .text {
		font-size: 18px;
	}

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		/* display: none; */
		font-size: 24px;
	}

	.IBan {
		height: 400px;
	}
}

@media (max-width:500px) {
	.inABList {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.inABList .item {
		width: 100%;
	}

	.InpList .imgBox img {
		width: 100%;
	}

	.InpList .btn {
		width: 120px;
	}

	.InpList .item {
		width: 100%;
		margin-bottom: 20px;
	}

	.IBan .TBox {
		width: 94%;
		position: absolute;
		left: 3%;
	}

	.IBan .TBox .tit,
	.IBan .TBox .ying {
		/* display: none; */
		font-size: 20px;
	}
}

.HNav .item .main {
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	min-height: 30px;
	padding: .5rem 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px #f7f7f7;
}


@media screen and (min-width: 1024px) {
	.HNav .item .main .list>div {

		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

}


.HNav .item .main .list>div:last-child {
	border: 0;
}

.HNav .item .main .list p {}

.HNav .item .main .list p a {
	font-size: 14px;
	color: #000;
	/* font-weight: bold; */
	transition: 0.4s;
}

.HNav .item .main .list p a:hover {
	color: #A72822;
}

.HNav .item .main .list ul {
	margin-top: 1.5625rem;
}

.HNav .item .main .list ul li {
	line-height: 40px;
}

.HNav .item .main .list ul li a {
	font-size: 17px;
	color: #666;
	transition: 0.4s;
}

.HNav .item .main .list ul li a:hover {
	color: #A72822;
}

.HNav .item:hover .main {
	display: block;
}


.mob_header .bob_nav {
	margin: 50px  0 3vw;
	/* padding-bottom: 50px;
	padding-right: 1vw; */
	height: calc(100% - 150px);
	overflow-y: hidden;
	overflow-x: hidden;
	box-sizing: border-box;
}

.mob_header .bob_nav .nav_item {
	border-bottom: 1px solid #eee;
	

}

.mob_header .bob_nav .nav_item>a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 50px;
	font-size: 16px;
	width: 100%;
}
.mob_header .bob_nav .nav_item>a.flexBetween{
	height: 50px;
	align-items: center;
}

.mob_header .bob_nav .nav_item>a span {
	color: #000;
}

.mob_header .bob_nav .nav_item>a i {
	color: #999;
	transition: 0.4s;
	display: inline-block;
}

.mob_header .bob_nav .nav_item .act i {
	transform: rotate(45deg);
}

.mob_header .bob_nav .nav_item .nav_select {
	display: none;
}

.mob_header .bob_nav .nav_item .nav_select .select_item {
	border-top: 1px dashed #eee;
	padding-left: 5px;
}

.mob_header .bob_nav .nav_item .nav_select .select_item>a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	color: #666;
	line-height: 50px;
	font-size: 15px;
	box-sizing: border-box;
}

.mob_header .bob_nav .nav_item .nav_select .select_item>a i {
	color: #999;
	transition: 0.4s;
	display: inline-block;
}

.mob_header .bob_nav .nav_item .nav_select .select_item ul {
	display: none;
}

.mob_header .bob_nav .nav_item .nav_select .select_item ul li {
	border-bottom: 1px dashed #ddd;
}

.mob_header .bob_nav .nav_item .nav_select .select_item ul li a {
	display: block;
	width: 100%;
	color: #999;
	line-height: 50px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 20px;
	background: #f5f5f5;
}