.banner .swiper {
	width: 100%;
	height: 48.75rem;
	position: relative;
}

.banner-pagination {
	position: absolute;
	display: flex;
	justify-content: center;
	z-index: 10;
	left: 50% !important;
	transform: translateX(-50%);
	bottom: 3.25rem !important
}
body {
  overflow-x: hidden;
}
.banner-pagination .swiper-pagination-bullet {
	width: 2.75rem;
	height: 0.5rem;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, .6);
}

.banner-pagination .swiper-pagination-bullet-active {
	height: .8rem;
	background-color: #d90707;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bar {
	padding-right: 3.125rem;
	width: 100%;
	display: flex;
	height: 34.25rem;
}

.bar .left {
	width: 60rem;
	height: 34.25rem;
	padding: 3.125rem 3.75rem 6.25rem 3.125rem;
	background-image: url(../images/bg1.png);
	background-size: 100% 100%;
}

.bar .left .title {
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
}

.bar .left .tips {
	padding-top: 1.5rem;
	font-size: 1.625rem;
	color: #d90707;
}

.bar .left .content {
	padding-top: 2.125rem;
	font-size: 14px;
	color: #222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 2.5rem;
}

.bar .btn {
	width: 8.5625rem;
	height: 2.6875rem;
	margin-top: 4.375rem;
	line-height: 2.6875rem;
	background-color: #d90707;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.875rem;
	color: #fff;
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
}

.bar .right {
	display: flex;
	width: 56.875rem;
	padding-left: 0.625rem;
	justify-content: flex-end;
	align-items: center;
}



.bar .swiper1 {
	overflow: hidden;
	width: 56.875rem;
	height: 24.875rem;
	position: relative;
}
.bar .swiper1:hover .swiper-slide {	
	width: 56.875rem;
	height: 24.875rem;
}
.bar .swiper1 .swiper-slide a {
	display: block;
	width: 56.875rem;
	height: 24.875rem;
}
.bar .swiper1 img {
	width: 100%;
	max-width: initial;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}

.bar .swiper1:hover .swiper-slide img {
	width: 110% !important;
	height: 110% !important;
	transform: translate(-5%, -5%);
}

.button-next {
	position: absolute;
	transition: all .5s ease;
	right: 0;
	background-color: rgba(255, 255, 255, .4);
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
	height: 4.5625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.button-prev {
	position: absolute;
	transition: all .5s ease;
	left: 0;
	top: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4);
	transform: translateY(-50%);
	width: 2.75rem;
	height: 4.5625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.button-next img,
.button-prev img {
	width: 1rem !important;
	height: 1.75rem !important;
}

.button-next:hover {
	background-color: rgba(255, 255, 255, .8);
}

.button-prev:hover {
	background-color: rgba(255, 255, 255, .8);
}

.news {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #f1f1f1;
	height: 47.5rem;
	padding: 0 3.125rem;
}

.news .top {
	position: relative;
	color: #fff;
	height: 8.125rem;
	display: flex;
}

.btn-group {
	position: absolute;
	top: 50%;
	display: flex;
	transform: translateY(-50%);
	right: 0;
}

.btn-group div {
	cursor: pointer;
	margin-left: 0.625rem;
}

.btn-group div img {
	width: 1.75rem;
	height: 1.75rem;
}

.news .top .left {
	display: flex;
	align-items: center;
	font-size: 2.25rem;
	font-weight: bold;
}

.news .top .left img {
	/* width: 100%;
	height: 100%;
	transition: all .5s ease; */
	margin-right: 10px;
	width: 2.875rem;
}

.news .top .swiper2 {
	height: 8.125rem;
	width: 85rem;
	margin-left: 2.25rem;
	overflow: hidden;
}

.news .top .swiper2 .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .top .swiper2 .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 26.25rem;
}

.news .top .swiper2 .swiper-slide a p {
	width: 18.125rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1rem;
	text-overflow: ellipsis;
}

.news .top .swiper2 .swiper-slide a span {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, .6);
}

.news .bottom {
	display: flex;
}

.news .bottom .left {
	width: 56.875rem;
}

.news .bottom .left .swiper3 {
	height: 39.5625rem;
	overflow: hidden;
	position: relative;
}

.news-pagination {
	position: absolute;
	padding-right: 3.75rem;
	display: flex;
	justify-content: flex-end;
	right: 0;
	z-index: 20;
	bottom: 2.225rem !important;
}

.swiper3 .news-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	border: 1px solid #fff;
}

.swiper3 .news-pagination .swiper-pagination-bullet-active {
	height: 1rem;
	background-color: #d90707;
}

.news .bottom .left .swiper3 a {
	display: block;
	height: 100%;
	width: 100%;
}

.news .bottom .left .swiper3 img {
	width: 100%;
	transition: all .5s ease;
	height: 100%;
	object-fit: cover;
}

.news .bottom .left .swiper3 .swiper-slide .con {
	position: relative;
	width: 56.875rem;
	height: 39.4875rem;
}

.news .bottom .left .swiper3 .swiper-slide .con .msg {
	z-index: 10;
	bottom: 0;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 5.4375rem;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
}

.news .bottom .left .swiper3 .swiper-slide .con .msg .message {
	width: 37.5rem;
	padding-left: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.125rem;
	text-overflow: ellipsis;
}

.news .bottom .left .swiper3 .swiper-slide .con .msg .m-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 1.25rem;
	justify-content: center;
	border: 1px solid #fff;
}

.news .bottom .left .swiper3 .swiper-slide .con .msg .m-left span:first-child {
	font-size: 2rem;
	font-weight: bold;
}

.news .bottom .left .swiper3 .swiper-slide .con .msg .m-left span:last-child {
	font-size: 0.75rem;
}

.news .bottom .right {
	padding: 3.5rem 3.75rem 0 3.75rem;
	width: 56.875rem;
	background-color: #fff;
	height: 39.5625rem;
}

.news .bottom .right .l-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.more {
	width: 5.25rem;
	line-height: 1.4375rem;
	text-align: center;
	font-size: 1rem;
	color: #444444;
	background-image: url(../images/more.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s ease;
}

.more:hover {
	color: #d90707;
	background-size: 110% 110%;
}

.h2 {
	display: flex;
	align-items: center;
	padding: 0.375rem 0;

}

.h2 img {
	width: 1.8125rem;
}

.h2 h2 {
	padding: 0 0.625rem;
	font-size: 2.25rem;
	color: #222;
	font-weight: bold;
}

.news .bottom .right .tabs {
	display: flex;
	align-items: center;
}

.news .bottom .right .tab-item {
	font-size: 1.55rem;
	margin-left: 2rem;
	cursor: pointer;
	color: #878787;
}

.news .bottom .right .l-b {
	width: 100%;
}

.heres {
	font-weight: bold;
	color: #d90707 !important;
}

.heres::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d90707;
}

.news .bottom .right .b-t {
	padding-bottom: 1.625rem;
	border-bottom: 1px solid #e6e6e6;
}

.news .bottom .right .swiper6 {
	overflow: hidden;
}

.news .bottom .right .swiper6 a:hover {
	color: #d90707;
}

.news .bottom .right .t {
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 1.875rem;
}

.news .bottom .right .content {
	font-size: 1rem;
	padding-top: 0.5625rem;
	line-height: 1.875rem;
}

.news .bottom .right .time {
	font-size: 1rem;
	padding-top: 1.125rem;
}

.news .bottom .right .b-b {
	padding-top: 1rem;
}

.news .bottom .right .b-b div {
	display: flex;
	align-items: center;
	line-height: 2.75rem;
	justify-content: space-between;
}

.news .bottom .right .dian {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d90707;
}

.news .bottom .right .b-b p {
	flex: 1;
	padding: 0 9.75rem 0 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.125rem;
	text-overflow: ellipsis;
}

.section1 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 18.75rem 3.125rem 0 3.125rem;
	margin-top: -15.375rem;
	height: 38.375rem;
}

.section1 .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section1 .bottom .con {
	display: flex;
	background-color: #fff;
	border-radius: 0.375rem;
	width: 15.6875rem;
	height: 11.25rem;
	transition: all .5s ease;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: 40% 40%;
	background-position: center center;
}

.section1 .top {
	display: flex;
	padding-bottom: 1.25rem;
	align-items: center;
	justify-content: space-between;

}

.section1 .bottom .con .c-top {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section1 .bottom .con:hover {
	color: #fff;
	background-color: #d90707;
	background-image: url(../images/iconbg.png);
	background-repeat: no-repeat;
	background-size: 90% 90%;
}

.section1 .bottom .con .c-con {
	height: 4.375rem;
}

.section1 .bottom a:nth-child(1) .con .c-con .c-top {
	width: 3.25rem;
	height: 3.25rem;
	background-image: url(../images/icon2.png);
}

.section1 .bottom a:nth-child(1) .con:hover .c-con .c-top {
	background-image: url(../images/icon_hover2.png	);
}

.section1 .bottom a:nth-child(2) .con .c-con .c-top {
	width: 3.375rem;
	height: 3.0625rem;
	background-image: url(../images/icon3.png);
}

.section1 .bottom a:nth-child(2) .con:hover .c-con .c-top {
	background-image: url(../images/icon3_hover.png	);
}

.section1 .bottom a:nth-child(3) .con .c-con .c-top {
	width: 3.8125rem;
	height: 3.3125rem;
	background-image: url(../images/icon4.png);
}

.section1 .bottom a:nth-child(3) .con:hover .c-con .c-top {
	background-image: url(../images/icon4_hover.png	);
}

.section1 .bottom a:nth-child(4) .con .c-con .c-top {
	width: 3.5625rem;
	height: 3.5625rem;
	background-image: url(../images/icon5.png);
}

.section1 .bottom a:nth-child(4) .con:hover .c-con .c-top {
	background-image: url(../images/icon5_hover.png	);
}

.section1 .bottom a:nth-child(5) .con .c-con .c-top {
	width: 3.1875rem;
	height: 2.875rem;
	background-image: url(../images/icon6.png);
}

.section1 .bottom a:nth-child(5) .con:hover .c-con .c-top {
	background-image: url(../images/icon6_hover.png	);
}

.section1 .bottom a:nth-child(6) .con .c-con .c-top {
	width: 3.125rem;
	height: 3.0625rem;
	background-image: url(../images/icon7.png);
}

.section1 .bottom a:nth-child(6) .con:hover .c-con .c-top {
	background-image: url(../images/icon7_hover.png	);
}

.section1 .bottom a:nth-child(7) .con .c-con .c-top {
	width: 3.375rem;
	height: 3.375rem;
	background-image: url(../images/icon8.png);
}

.section1 .bottom a:nth-child(7) .con:hover .c-con .c-top {
	background-image: url(../images/icon8_hover.png	);
}

.section2 {
	height: 45.875rem;
	display: flex;
	justify-content: space-between;
	padding: 3.625rem 3.125rem 4.125rem 3.125rem;
}

.section2 .con {
	width: 36.25rem;
}

.news .left .con:hover img {
	width: 110%;
	height: 110%;
}

.section2 .con .top {
	display: flex;
	align-items: center;
	padding-bottom: 1.25rem;
	justify-content: space-between;
}

.section2 .con .bottom .b-t {
	height: 13.625rem;
	width: 36.25rem;
	overflow: hidden;
	position: relative;
}
.section2 .con .bottom .b-t img  {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.section2 .con .bottom .b-t img {
	transition: all .5s ease;
}
.section2 .con .bottom .b-t:hover img {
	width: 110%;
	height: 110%;
}

.section2 .b-b {
	background-color: #f1f1f1;
	padding: 1.25rem;
}

.section2 .b-b div {
	display: flex;
	align-items: center;
	line-height: 2.75rem;
	justify-content: space-between;
}

.section2 .b-b .dian {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d90707;
}

.section2 .b-b p {
	flex: 1;
	position: relative;
	transition: all .5s ease;
	padding: 0 9.75rem 0 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	left: 0;
	font-size: 1.125rem;
	text-overflow: ellipsis;
}


.section2 a:hover p {
	left: 10px;
	color: #d90707;
}








@media screen and (max-width: 1024px) {

	.btn-group {
		top: 3.25rem;
		right: 1.25rem;
	}

	.banner {
		height: 18.75rem !important;
	}

	.banner .swiper {
		height: 18.75rem;
	}

	.bar {
		padding: 0;
		height: 42rem;
		flex-direction: column;
		align-items: center;
	}

	.bar .left {
		background-size: cover;
		height: 26rem;
		padding: 2rem;
		width: 100%;
	}

	.bar .left .title {
		font-size: 1.4rem;
	}

	.bar .left .tips {
		font-size: 1rem;
	}

	.bar .left .content {
		font-size: 1rem;
	}

	.bar .left .btn {
		margin-top: 2rem;
	}

	.bar .right {
		padding: 0;
		height: 16rem;
		width: 100%;
	}

	.bar .right .swiper1 {
		width: 100%;
		height: 100%;
	}

	.bar .right img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news {
		padding: 0;
		height: unset;
		background-position: top center;
		background-size: cover;
	}

	.news .top {
		flex-direction: column;
		padding: 2rem 1rem;
		height: 16rem;
	}

	.news .top .swiper2 {
		margin: 0;
	}

	.news .top .left {
		width: 10rem;
		font-size: 1rem;
	}

	.news .top .swiper2 {
		width: 100%;
		height: 10rem;
	}

	.news .top .swiper2 .swiper-slide {
		height: 10rem;
		padding: 1rem 0;
		flex-direction: column;
	}

	.news .top .swiper2 .swiper-slide a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.news .top .swiper2 .swiper-slide a p {
		width: 70%;
	}

	.news .bottom {
		flex-direction: column;
	}

	.news .bottom .left {
		width: 100%;
		padding: 0 1rem;
		height: 16rem;
	}

	.news .bottom .left .swiper3 .swiper-slide .con .msg {
		height: 4rem;
	}

	.news .bottom .left .swiper3 .swiper-slide .con .msg .m-left {
		margin-left: 1rem;
	}

	.news .bottom .left .swiper3 .swiper-slide .con .msg .message {
		width: 60%;
		font-size: 1rem;
	}

	.news .bottom .left .swiper3 {
		width: 100%;
		height: 100%;
	}

	.news .bottom .left .swiper3 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-pagination {
		padding-right: 1.25rem;
		bottom: 1.4rem !important;
	}

	.news .bottom .left .swiper3 .swiper-slide .con {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.news .bottom .right {
		padding: 2rem 1rem;
		width: 100%;
		height: unset;
	}

	.news .bottom .right .tab-item {
		font-size: 1rem;
		margin-left: 1rem;
	}

	.news .bottom .right .t {
		font-size: 1rem;
		font-weight: bold;
		padding-top: 1.275rem;
	}

	.news .bottom .right .content {
		font-size: .8rem;
		padding-top: 0.5625rem;
		line-height: 1.475rem;
	}

	.news .bottom .right .time {
		font-size: .8rem;
		padding-top: 1.125rem;
	}

	.news .bottom .right .b-t {
		padding-bottom: .6rem;
	}

	.news .bottom .right .b-b {
		padding-top: .4rem;
	}

	.news .bottom .right .b-b div {
		display: flex;
		align-items: center;
		line-height: 2.75rem;
		justify-content: space-between;
	}

	.news .bottom .right .dian {
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #d90707;
	}

	.news .bottom .right .b-b p {
		flex: 1;
		padding: 0 2.75rem 0 0.5rem;
		font-size: 1rem;
	}


	.section1 {
		padding: 1rem 1rem;
		height: unset;
		margin: 0;
	}

	.section1 .bottom {
		flex-wrap: wrap;
	}

	.section1 .bottom a:nth-child(n+7) {
		display: none;
	}

	.section1 .con {
	  font-size: 1rem !important;
		width: 100% !important;
		height: 8.25rem !important;
	}

	.section1 .bottom a {
		display: block;
		margin-bottom: .75rem;
		width: 32%;
	}

	.section1 .bottom .con .c-top {
		width: 6.25rem;
		height: 5.5rem;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.section1 .bottom .con:nth-child(1) .c-top {
		background-image: url(../images/icon2.png);
	}

	.h2 h2 {
		font-size: 1.2rem;
	}

	.h2 img {
		width: 1rem;
	}

	.section2 {
		flex-direction: column;
		height: unset;
		padding: 2rem 1rem;
	}

	.section2 .con {
		width: 100%;
	}

	.section2 .con .bottom .b-t {
		width: 100%;
		height: 10rem;
	}

	.section2 .con .bottom .b-t img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.section2 .b-b {
		background-color: #f1f1f1;
		padding: .6rem 2rem;
	}

	.section2 .b-b div {
		display: flex;
		align-items: center;
		line-height: 2.75rem;
		justify-content: space-between;
	}

	.section2 .b-b .dian {
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #d90707;
	}

	.section2 .b-b p {
		flex: 1;
		font-size: 1rem !important;
		padding: 0 2.75rem 0 0.5rem;
		white-space: nowrap;
		overflow: hidden;
		font-size: .625rem;
		text-overflow: ellipsis;
	}
}
