:root {
	--roll-distance: -38.63rem;
	--rool-time: 10s;
	--rollTwo-distance: -38.63rem;
	--rollTwo-time: 10s;
}

.guide {
	width: 100%;
	height: 9rem;
	margin-top: -1.13rem;
	position: relative;
}

.guide .guide_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
}

.guide .guide_content .guide_title {
	line-height: 0.8rem;
	color: rgba(51, 51, 51, 1);
	font-size: 0.6rem;
	font-family: PMZDBiaoTi-regular;
	font-weight: bold;
}

.guide .guide_content .guide_subtitle {
	width: 9.38rem;
	height: 0.63rem;
	line-height: 0.63rem;
	background: linear-gradient(85.11deg, rgba(255, 255, 255, 0) 4.08%, rgba(255, 199, 60, 1) 56.36%, rgba(255, 255, 255, 0) 97.44%);
	color: rgba(51, 51, 51, 1);
	font-size: 0.31rem;
	font-family: Roboto;
	margin-top: 0.3rem;
}

.guide .el-carousel {
	width: 100%;
	height: 100%;
}

.guide .el-carousel__container {
	width: 100%;
	height: 100%;
}

.guide .el-carousel__item img {
	width: 100%;
	height: 100%;
}

.guide .el-carousel__indicators {
	left: unset;
	transform: unset;
	left: 50%;
}


.guide .el-carousel__button {
	width: 5px;
	height: 5px;
	border: none;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
}


.is-active .el-carousel__button {
	background: #333333;
}

.el-carousel__container {
	height: 100%;
}

.content {
	margin: 0 auto;
	margin-top: 0.44rem;
}

.content .content_header {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.content .content_header .content_header_left {
	position: relative;
}

.content .content_header .content_header_left::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.3rem;
	width: 2.5rem;
	height: 0.13rem;
	line-height: 0.25rem;
	background: linear-gradient(90.92deg, rgba(100, 135, 147, 1) 0.23%, rgba(255, 255, 255, 0) 98.28%);
}

.content .content_header .content_header_left span:nth-child(1) {
	color: rgba(100, 135, 147, 1);
	font-size: 0.6rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.content .content_header .content_header_left span:nth-child(2) {
	color: rgba(0, 0, 0, 1);
	font-size: 0.4rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.content .content_header .content_header_right {
	max-width: 10.5rem;
	height: 0.63rem;
	border: 1px solid #213946;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.content .content_header .content_header_right .right_item {
	width: 1.5rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem;
	color: rgba(154, 154, 154, 1);
	font-size: 0.23rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s;
}

.content_header_right .right_item_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 100%;
	background-color: rgba(100, 135, 147, 1);
	border-radius: 0.38rem;
	transition: all 0.5s;
}

.content_header_right .select_color {
	color: rgba(255, 255, 255, 1) !important;
}

.container {
	width: 100%;
	height: 5.01rem;
	overflow: hidden;
	display: flex;
	margin-top: 1rem;
}

.container ul {
	width: 100%;
	height: 5.01rem;
	white-space: nowrap;
	animation: roll var(--roll-time) linear infinite;
}

.container ul:hover {
	cursor: pointer;
	animation-play-state: paused;
}

.animation_paused {
	animation-play-state: paused !important;
}

.container .container_item:hover {
	background-color: rgba(100, 135, 147, 1);
}

.container .container_item:hover .title {
	color: rgba(255, 255, 255, 1);
}

.container .container_item:hover .subtitle {
	color: rgba(239, 239, 239, 1);
}

.container .container_item {
	width: 4.61rem;
	height: 5.01rem;
	border-radius: 0.1rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(16, 16, 16, 1);
	font-size: 0.18rem;
	font-family: Roboto;
	margin-right: 0.25rem;
	display: inline-block;
	padding: 0.25rem;
	box-sizing: border-box;
	transition: all 0.5s;
}

.container .container_item:last-child {
	margin-right: 0;
}

.container .container_item .item_center {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.container .container_item .item_center img {
	width: 100%;
	height: 3.13rem;
	border-radius: 0.1rem;
	margin-bottom: 0.38rem;
}

.item_center .item_text {
	width: 100%;
}

.item_center .item_text .title {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(51, 51, 51, 1);
	font-size: 0.23rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.19rem;
	font-weight: bold;
	transition: all 0.5s;
}

.item_center .item_text .subtitle {
	width: 100%;
	color: rgba(154, 154, 154, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-light;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: break-spaces;
	transition: all 0.5s;
}

@keyframes roll {
	form {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(var(--roll-distance), 0, 0);
	}
}


.other_business {
	width: 100%;
	margin-top: 1rem;
}

.other_business .other_business_header {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 1.19rem;
}

.other_business .other_business_header::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	width: 2.5rem;
	height: 0.13rem;
	line-height: 0.25rem;
	background: linear-gradient(90.92deg, rgba(233, 240, 249, 1) 0.23%, rgba(100, 135, 147, 1) 57.79%, rgba(233, 240, 249, 1) 98.28%);
}

.other_business .other_business_header span:nth-child(1) {
	color: rgba(100, 135, 147, 1);
	font-size: 0.6rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.other_business .other_business_header span:nth-child(2) {
	color: rgba(0, 0, 0, 1);
	font-size: 0.4rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.other_business .other_business_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.other_business .other_business_list_phone {
	display: none;
}

.other_business .other_business_list .other_business_item {
	width: 49%;
	height: 3.44rem;
	line-height: 0.25rem;
	border-radius: 0.1rem;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 0.25rem;
	cursor: pointer;
	transition: all 0.5s;
	padding: 0.25rem;
	box-sizing: border-box;

}

.other_business_list .other_business_item .item_header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.19rem;
}

.other_business_item .item_header .header_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(100, 135, 147, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansSC-bold;
}

.item_header .header_left img {
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.19rem;
}

.item_header .header_left img:nth-child(2) {
	display: none;
}

.other_business_item .item_header .header_right {
	color: rgba(154, 154, 154, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
}

.other_business_item .item_content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.other_business_item .item_content .item_left img {
	width: 2.5rem;
	height: 2.25rem;
	border-radius: 0.1rem;
}

.other_business_item .item_content .item_right {
	width: calc(100% - 2.75rem);
	height: 2.25rem;
}

.item_content .item_right .right_title {
	width: 100%;
	color: rgba(154, 154, 154, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-light;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-bottom: 0.19rem;
}

.other_business .other_business_list .other_business_item:hover {
	background-color: rgba(100, 135, 147, 1);
}

.other_business .other_business_list .other_business_item:hover .item_header .header_left img:nth-child(2) {
	display: block;
}

.other_business .other_business_list .other_business_item:hover .item_header .header_left img:nth-child(1) {
	display: none;
}

.other_business .other_business_list .other_business_item:hover .item_header .header_left {
	color: rgba(255, 255, 255, 1) !important;
}

.other_business .other_business_list .other_business_item:hover .item_header .header_right {
	color: rgba(255, 255, 255, 1) !important;
}

.other_business .other_business_list .other_business_item:hover .item_content .item_right .right_title {
	color: rgba(255, 255, 255, 1) !important;
}

.right_list .right_item:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(100, 135, 147, 1);
}


.brief_introduction {
	width: 100%;
	height: 8.84rem;
	line-height: 0.25rem;
	background: linear-gradient(-30.97deg, rgba(33, 57, 70, 1) 6.68%, rgba(100, 135, 147, 1) 92.36%);
	margin-top: 1rem;
	padding: 1rem 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

.introduction {
	margin: 0 auto;
}

.introduction .introduction_header {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

.introduction .introduction_header span:nth-child(1) {
	color: rgba(255, 255, 255, 1);
	font-size: 0.6rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.introduction .introduction_header span:nth-child(2) {
	color: rgba(212, 180, 95, 1);
	font-size: 0.4rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.introduction .introduction_header::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	width: 2.5rem;
	height: 0.13rem;
	line-height: 0.25rem;
	background: linear-gradient(90.92deg, rgba(233, 240, 249, 0) 0.23%, rgba(253, 205, 87, 1) 57.79%, rgba(233, 240, 249, 0) 98.28%);
	color: rgba(16, 16, 16, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
}

.content_title {
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
	margin-bottom: 0.38rem;
}

.content_content {
	color: rgba(239, 239, 239, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-light;
	margin-bottom: 1rem;
}

.more {
	width: 2.5rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem;
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	border: 0.01rem solid rgba(255, 255, 255, 1);
	margin: 0 auto;
	margin-bottom: 1rem;
	cursor: pointer;
}

.Example {
	width: 100%;
	overflow: hidden;
}

.Example ul {
	width: 100%;
	white-space: nowrap;
}

.rollTwo {
	animation: rollTwo var(--rollTwo-time) linear infinite;
}

.Example ul:hover {
	cursor: pointer;
	animation-play-state: paused;
}

.Example .Example_item {
	width: 2.99rem;
	height: 1.88rem;
	border-radius: 0.1rem;
	margin-right: 0.25rem;
	display: inline-block;
}

.Example .Example_item img {
	width: 2.99rem;
	height: 1.88rem;
	border-radius: 0.1rem;
}

.Example .Example_item:last-child {
	margin-right: 0;
}

.Example .Example_item:hover {
	border: 1px solid rgba(253, 205, 87, 1);
}

@keyframes rollTwo {
	form {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(var(--rollTwo-distance), 0, 0);
	}
}


.news {
	margin-bottom: 1rem;
}

.news .news_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 0.16rem;
	margin-top: 1rem;
}

.news .news_list .news_item {
	width: 6.23rem;
	height: 2rem;
	border-radius: 0.1rem;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
	padding: 0.25rem;
	box-sizing: border-box;
	transition: all 0.5s;
}

.news_list .news_item .item_header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.1rem;
}

.news_item .item_header .item_header_left {
	width: calc(100% - 0.5rem);
	display: flex;
	align-items: center;
	color: rgba(51, 51, 51, 1);
	font-size: 0.23rem;
	font-family: SourceHanSansSC-regular;
}

.news_item .item_header .item_header_left .item_header_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.item_header .item_header_left .item_tag {
	width: 2rem;
	height: 0.33rem;
	line-height: 0.33rem;
	border-radius: 0.05rem;
	background-color: rgba(253, 205, 87, 1);
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	margin-right: 0.13rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	font-weight: bold;
}

.item_header .item_header_right img {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 0;
	transform: all 0.5s;
}

.news_item .item_time {
	color: rgba(154, 154, 154, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-light;
	margin-bottom: 0.1rem;
}

.news_item .item_title {
	width: 100%;
	color: rgba(154, 154, 154, 1);
	font-size: 0.18rem;
	text-align: justify;
	font-family: SourceHanSansSC-regular;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: break-spaces;
	font-weight: bold;
}

.news_list .news_item:hover {
	background-color: rgba(100, 135, 147, 1) !important;
}

.news_item:hover .item_header .item_header_left .item_header_title {
	color: rgb(255, 255, 255);
}

.news_item:hover .item_header_right img {
	opacity: 1;
}

.news_item:hover .item_title {
	color: rgba(239, 239, 239, 1) !important;
}

.news_item:hover .item_time {
	color: rgba(239, 239, 239, 1) !important;
}