@charset "UTF-8";

body {
	overflow-x: hidden
}

.head_rgb.hide {
	transform: translateY(-100%);
	opacity: 0
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh
}

.banner {
	overflow: hidden
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative
}

.banner .slick-slide a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2rem;
	background: linear-gradient(180deg, rgba(9, 104, 176, 0.9) 0%, rgba(7, 87, 150, 0) 100%)
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out
}

.banner .img_scale img {
	transform: scale(1)
}

.banner .slick-dots {
	width: auto;
	margin: 0 auto;
	bottom: 0.23rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	z-index: 9;
	text-align: center;
	height: 0.3rem
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.1rem;
	padding: 0;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	z-index: 1;
	transition: all 0.5s
}

.banner .slick-dots li::after {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	border-top: 1px solid #D8D8D8;
	transition: all 0.5s
}

.banner .slick-dots li.slick-active {
	margin: 0 0.62rem 0 0.1rem;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/dot.png) no-repeat center center / 100% 100%;
	border: none
}

.banner .slick-dots li.slick-active::after {
	width: 0.32rem
}

.banner .slick-dots li button {
	display: none
}

.section {
	overflow: hidden
}

.index {
	z-index: 99
}

.title {
	position: relative;
	z-index: 1;
	margin-bottom: 0.56rem;
	padding-bottom: 0.19rem
}

.title::before {
	content: '';
	position: absolute;
	left: 0.5rem;
	bottom: 0;
	right: 0;
	height: 0.07rem;
	background: url(../images/tit-x.png) no-repeat left center / auto 100%
}

.tit-c {
	display: inline-block;
	position: relative;
	z-index: 1
}

.tit-k {
	display: flex;
	align-items: center
}

.tit-k .l h3 {
	font-family: SJxingkai-C;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: 0.6rem;
	letter-spacing: -0.1em;
	color: #89251E;
	margin-right: 0.05rem
}

.tit-k .r h3 {
	font-size: 0.28rem;
	font-weight: normal;
	line-height: 0.3rem;
	letter-spacing: normal;
	color: #89251E;
	text-align: left
}

.tit-k .r p {
	font-size: 0.14rem;
	font-weight: normal;
	line-height: 0.3rem;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #89251E;
	text-align: left
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.more a {
	display: block;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
	letter-spacing: normal;
	color: #89251E;
	background: url(../images/more1.png) no-repeat right center / 0.39rem auto;
	padding-right: 0.49rem;
	transition: all 0.5s
}

.more:hover a {
	color: #C40D08
}

.more:hover a img {
	transform: rotate(90deg)
}

.section1 {
	padding-top: 1rem;
	background: url(../images/s1-bg.png) no-repeat center bottom / 100% auto
}

.s1-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.s1-l {
	width: 46.93%
}

.s1-lt ul {
	display: flex;
	flex-wrap: wrap
}

.s1-lt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.s1-lt ul li {
	width: 33.33%
}

.s1-lt ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 2.2rem;
	height: 1.8rem;
	background: url(../images/s1-ltbg.png) no-repeat center center / 100% 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 0.5rem
}

.s1-lt ul li a>img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.s1-lt ul li a h3 {
	font-family: Bebas;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	letter-spacing: normal;
	color: #89251E
}

.s1-lt ul li a h3 b {
	font-weight: 400;
	font-size: 0.64rem
}

.s1-lt ul li a p {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	text-align: center;
	letter-spacing: normal
}

.s1-ld {
	margin-top: 0.23rem;
	height: 3.78rem;
	overflow: hidden;
	position: relative;
}

.s1-ld p {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.42rem;
	max-height: 3.78rem;
	letter-spacing: normal;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical
}

.s1-ld .s1-ld-inner {
	position: relative;
	top: 0;
}

.s1-ld.is-marquee p {
	display: block;
	max-height: none;
	overflow: visible;
	text-overflow: clip;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	margin: 0;
}

.s1-ld.is-marquee .s1-ld-copy {
	margin-top: 0.3rem;
}

.s1-r {
	width: 50.06%
}

.s1-r .tx {
	padding-right: 0.21rem;
	position: relative;
	z-index: 1
}

.s1-r .tx::before {
	content: '';
	position: absolute;
	top: 0.56rem;
	left: 0.46rem;
	bottom: 0;
	right: 0;
	background: url(../images/s1-rbg.png) no-repeat center center / 100% 100%;
	z-index: -1
}

.s1-r .tx .pic {
	padding-top: 61.53%
}

.s1-r .tx .pic video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.s1-r .tx h3 {
	line-height: 0.84rem;
	padding-left: 0.8rem;
	font-size: 0.24rem;
	font-weight: normal;
	letter-spacing: normal;
	color: #FFFFFF
}

.section2 {
	padding-top: 1rem;
	background: url(../images/s2-bg.png) no-repeat center center / cover
}

.section2 .title,
.section3 .title,
.section4 .title {
	text-align: center
}

.section2 .title::before,
.section3 .title::before,
.section4 .title::before {
	left: calc(50% - 0.4rem)
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.s2-c ul li {
	width: 41.25%
}

.s2-c ul li:nth-child(2)~li {
	margin-top: 0.45rem
}

.s2-c ul li a {
	display: flex
}

.s2-c ul li a .icon {
	width: 1.02rem;
	height: 0.65rem;
	background: url(../images/s2-l.png) no-repeat center center / 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.s2-c ul li a .icon img {
	display: block
}

.s2-c ul li a h3 {
	width: 5.87rem;
	height: 0.69rem;
	background: url(../images/s2-r.png) no-repeat center center / 100% 100%;
	margin-top: 0.03rem;
	margin-left: -0.3rem
}

.s2-c ul li a h3 span {
	display: block;
	font-size: 0.26rem;
	font-weight: normal;
	line-height: 0.69rem;
	letter-spacing: normal;
	padding-left: 0.8rem;
	transition: all 0.5s
}

.section3 {
	padding-top: 1rem;
	background: url(../images/s3-bg.png) no-repeat center center / cover
}

.s3-xx {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.78rem;
	background: url() repeat-x;
	background-size: auto 100%;
	animation: scroll 5000s linear infinite
}

.section3 .wp {
	position: relative;
	z-index: 1
}

@keyframes scroll {
	0% {
		background-position: 0px 0px
	}

	100% {
		background-position: 100000px 0px
	}
}

.s3-qhtit {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.s3-qhtit .more {
	position: static;
	transform: none
}

.s3-qhtit .more a {
	display: none
}

.s3-qhtit .more a.on {
	display: flex
}

.s3-qhtit ul {
	display: flex;
	align-items: center
}

.s3-qhtit ul li {
	font-family: "syh-m";
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #333333;
	padding: 0.12rem 0.32rem;
	border-radius: 0.33rem;
	margin-right: 0.76rem;
	cursor: pointer
}

.s3-qhtit ul li:nth-child(2) {
	margin-right: 1.3rem
}

.s3-qhtit ul li.on {
	color: #fff;
	background: #C40D08
}

.s3-c {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.s3-c-l,
.s3-c-r {
	width: 4.3rem;
	padding: 0.5rem 0.45rem;
	background: #FFFFFF;
	border: 1px solid;
	border-image: linear-gradient(180deg, #f15b58 0%, #f15b5833 100%) 1
}

.s3-c-l ul li,
.s3-c-r ul li {
	margin-bottom: 0.28rem;
	background: #FFF8F8;
	border: 1px solid #F6DADA;
	transition: all 0.3s;
	cursor: pointer
}

.s3-c-l ul li:last-child,
.s3-c-r ul li:last-child {
	margin-bottom: 0
}

.s3-c-l ul li.on,
.s3-c-r ul li.on,
.s3-c-l ul li:hover,
.s3-c-r ul li:hover {
	background: #89251E
}

.s3-c-l ul li a,
.s3-c-r ul li a {
	display: flex;
	align-items: center;
	line-height: 0.6rem;
	padding: 0 0.1rem 0 0.95rem
}

.s3-c-l ul li a .icon,
.s3-c-r ul li a .icon {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.15rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.s3-c-l ul li a .icon img,
.s3-c-r ul li a .icon img {
	max-width: 100%;
	max-height: 100%
}

.s3-c-l ul li a .icon img:nth-child(2),
.s3-c-r ul li a .icon img:nth-child(2) {
	display: none
}

.s3-c-l ul li a h3,
.s3-c-r ul li a h3 {
	font-size: 0.26rem;
	font-weight: normal;
	transition: all 0.3s
}

.s3-c-l ul li.on a h3,
.s3-c-r ul li.on a h3,
.s3-c-l ul li:hover a h3,
.s3-c-r ul li:hover a h3 {
	color: #FFF
}

.s3-c-l ul li.on a .icon img:first-child,
.s3-c-r ul li.on a .icon img:first-child,
.s3-c-l ul li:hover a .icon img:first-child,
.s3-c-r ul li:hover a .icon img:first-child {
	display: none
}

.s3-c-l ul li.on a .icon img:nth-child(2),
.s3-c-r ul li.on a .icon img:nth-child(2),
.s3-c-l ul li:hover a .icon img:nth-child(2),
.s3-c-r ul li:hover a .icon img:nth-child(2) {
	display: block
}

.s3-c-m {
	width: 5.01rem;
	height: 5.2rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.s3-quan {
	width: 100%;
	height: 100%;
	position: relative
}

.s3-quan-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: spin 20s linear infinite;
	background: url(../images/s3-quan-bg.png) no-repeat center center / 100% 100%
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.s3-quan-con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.34rem;
	height: 2.34rem;
	border-radius: 50%;
	background: url(../images/s3-quan.png) no-repeat center center / 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.s3-c-m::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.9rem;
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/s3-prev.png) no-repeat center center / 100% 100%;
	z-index: 2
}

.s3-c-m::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.9rem;
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/s3-next.png) no-repeat center center / 100% 100%;
	z-index: 2
}

.s3-quan-con .item {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%
}

.s3-quan-con .item.on {
	display: flex;
	animation: fadeIn 0.5s
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.s3-quan-con .item h3 {
	font-size: 0.2rem;
	color: #FFF;
	font-weight: normal;
	display: flex;
	align-items: baseline
}

.s3-quan-con .item h3 span {
	font-family: Bebas;
	font-size: 0.72rem;
	line-height: 0.72rem;
	margin-right: 0.05rem
}

.s3-quan-con .item p {
	font-size: 0.22rem;
	color: #FFF;
	margin-top: 0.1rem;
	padding: 0 0.2rem;
}

.section4 {
	padding-top: 1rem;
	background: url(../images/s4-bg.png) no-repeat center center / cover
}

.s4-c {}

.s4-c .swiper-slide {
	width: 43.75%;
}

.s4-c ul li a {
	display: block;
	position: relative;
}

.s4-c ul li a .pic {
	padding-top: 61.42%;
}

.s4-c ul li a .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}

.s4-c ul li.swiper-slide-active a .pic::after {
	display: none;
}

.s4-c ul li a .tx {
	height: 1.1rem;
	line-height: 1.1rem;
	background: #fff;
	padding: 0 0.2rem;
	transition: all 0.5s;
}

.s4-c ul li a .tx h3 {
	font-size: 0.26rem;
	font-weight: 500;
	letter-spacing: normal;
	text-align: center;
}

.s4-c .swiper-button {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 0.25rem;
}

.s4-c .swiper-button>div {
	position: static;
	margin-top: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.s4-c .swiper-button-prev {
	background-image: url(../images/s4-prev.png);
}

.s4-c .swiper-button-next {
	margin-left: 0.4rem;
	background-image: url(../images/s4-next.png);
}

.s4-c .swiper-button-prev:hover {
	background-image: url(../images/s4-prevon.png);
}

.s4-c .swiper-button-next:hover {
	background-image: url(../images/s4-nexton.png);
}

@media screen and (min-width: 1025px) {
	.s2-c ul li:hover a .icon img {
		animation: icon-yh 1.5s linear infinite
	}

	.s2-c ul li:hover a h3 span {
		color: #89251E;
		padding-left: 0.9rem
	}
}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto
	}

	.banner .slick-dots {
		height: 0.18rem;
		bottom: 0.2rem
	}

	.banner .slick-dots li {
		width: 0.1rem;
		height: 0.1rem
	}

	.banner .slick-dots li.slick-active {
		width: 0.18rem;
		height: 0.18rem;
		margin: 0 0.4rem 0 0.1rem
	}

	.banner .slick-dots li::after {
		left: 0.24rem
	}

	.section {
		padding: 0.3rem 0 !important
	}

	.banner {
		padding: 0 !important
	}

	.title {
		margin-bottom: 0.3rem;
		padding-bottom: 0.12rem
	}

	.tit-k .l h3 {
		font-size: 0.36rem;
		line-height: 0.36rem
	}

	.tit-k .r h3 {
		font-size: 0.2rem;
		line-height: 0.2rem
	}

	.tit-k .r p {
		line-height: 0.26rem
	}

	.title::before {
		left: 0.3rem;
		height: 0.06rem
	}

	.s1-l {
		width: 100%
	}

	.s1-lt ul li a h3 b {
		font-size: 0.4rem
	}

	.s1-lt ul li a h3 {
		font-size: 0.18rem
	}

	.s1-lt ul li a p {
		font-size: 0.16rem;
		line-height: 0.26rem
	}

	.s1-lt ul li a>img {
		max-width: 0.7rem;
		max-height: 0.7rem
	}

	.s1-lt ul li a {
		width: 1.8rem;
		height: 1.47rem;
		padding-top: 0.25rem
	}

	.s1-ld {
		height: auto;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem
	}

	.s1-r .tx h3 {
		font-size: 0.2rem;
		line-height: 0.6rem
	}

	.s2-c ul li a h3 span {
		font-size: 0.2rem;
		padding-left: 0.6rem
	}

	.s2-c ul li a .icon img {
		max-width: 0.3rem;
		max-height: 0.3rem
	}

	.s2-c ul li {
		width: 48%
	}

	.s3-c-l,
	.s3-c-r {
		width: 3rem;
		padding: 0.2rem
	}

	.s3-c-l ul li a,
	.s3-c-r ul li a {
		padding: 0 0.1rem 0 0.6rem
	}

	.s3-c-l ul li a h3,
	.s3-c-r ul li a h3 {
		font-size: 0.2rem
	}

	.s3-c-l ul li,
	.s3-c-r ul li {
		margin-bottom: 0.2rem
	}

	.s3-c-m {
		width: 3.6rem;
		height: 3.74rem
	}

	.s3-quan-con .item h3 span {
		font-size: 0.4rem;
		line-height: 0.4rem
	}

	.s3-quan-con {
		width: 1.8rem;
		height: 1.8rem
	}

	.s3-quan-con .item h3 {
		font-size: 0.18rem
	}

	.s3-quan-con .item p {
		font-size: 0.2rem
	}

	.s3-c-m::before {
		width: 0.45rem;
		height: 0.45rem;
		left: -0.6rem
	}

	.s3-c-m::after {
		width: 0.45rem;
		height: 0.45rem;
		right: -0.6rem
	}

	.s4-c ul li a .tx {
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.s4-c ul li a .tx h3 {
		font-size: 0.18rem;
	}

	.s4-c .swiper-button>div {
		width: 0.35rem;
		height: 0.35rem;
	}

	.s4-c .swiper-button-next {
		margin-left: 0.25rem;
	}
}

@media screen and (max-width: 920px) {

	.s3-c-m::after,
	.s3-c-m::before {
		display: none
	}
}

@media screen and (max-width: 768px) {

	.section2 .title,
	.section3 .title,
	.section4 .title {
		text-align: left
	}

	.section2 .title::before,
	.section3 .title::before,
	.section4 .title::before {
		left: 0.4rem
	}

	.s2-c ul li {
		width: 100%
	}

	.s2-c ul li:nth-child(1)~li {
		margin-top: 0.15rem
	}

	.s3-c {
		flex-direction: column
	}

	.s3-c-l,
	.s3-c-r {
		width: 100%
	}

	.s3-c-m {
		margin: 0.3rem 0
	}

	.s3-c-l ul li a,
	.s3-c-r ul li a {
		padding: 0 0.1rem 0 0.2rem
	}

	.s4-c .tx {
		padding: 0.25rem 0.1rem 0.1rem 0.1rem
	}

	.s4-c .tx-out {
		padding: 0.1rem 0
	}
}

@media screen and (max-width: 480px) {
	.s1-lt ul {
		justify-content: center
	}

	.s1-lt ul li {
		width: 50%
	}

	.s1-r .tx::before {
		left: 0.2rem
	}

	.s1-r .tx h3 {
		padding-left: 0.4rem
	}

	.s2-c ul li a h3 span {
		padding-left: 0.5rem
	}

	.s4-c {
		flex-direction: column;
	}

	.s4-l {
		width: 100%;
		margin-top: 0
	}

	.s4-m {
		width: 100%;
		margin-top: 0
	}

	.s4-r {
		width: 100%
	}

	.s4-m a,
	.s4-r a {
		margin-top: 0.15rem !important
	}
}