.wap-title-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wap-title-text {
	font-size: 18px;
	color: #333;
	padding-bottom: 2px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}

.wap-title-text::before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background-color: #ff9a15;
}

.wap-title-describe {
	font-size: 13px;
	color: #a8a8a8;
}

.content-wap {
	padding: 20px;
}

@media (max-width: 800px) {
	.rich-text {
		font-size: 16px;
	}

	.rich-text table {
		max-width: 100% !important;
		width: 100% !important;
		word-wrap: break-word;
		word-break: break-all;
	}


	body {
		margin: 0;
		padding: 0;
	}

	a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}

	a:hover {
		color: #ff9a15;
	}

	img {
		display: block;
	}

	.content-frame {
		padding: 2.42092932vw 0;
		background-color: #f5f5f5;
	}

	.content {
		max-width: 95vw;
		margin: 0 auto;
	}

	/* pc与wap现实 */
	.show-pc {
		display: none !important;
	}

	.show-pc-flex {
		display: none !important;
	}

	.show-wap {
		display: block !important;
	}

	.show-wap-flex {
		display: flex !important;
	}

	/**
	 *	中间内容宽度：76vw 
	 * 	二级中间内容宽度：71.15814136vw
	 * 
	 * 
	 *
	**/

	/**
	 * 基础字号
	**/
	.size-d3vw {
		font-size: 0.3vw !important;
	}

	.size-d4vw {
		font-size: 0.4vw !important;
	}

	.size-d5vw {
		font-size: 0.5vw !important;
	}

	.size-d6vw {
		font-size: 0.6vw !important;
	}

	.size-d7vw {
		font-size: 0.7vw !important;
	}

	.size-d8vw {
		font-size: 14px !important;
	}

	.size-d9vw {
		font-size: 0.9vw !important;
	}

	.size-1vw {
		font-size: 1vw !important;
	}

	.size-1d1vw {
		font-size: 18px !important;
	}

	.size-1d2vw {
		font-size: 1.2vw !important;
	}

	.size-1d3vw {
		font-size: 1.3vw !important;
	}

	.size-1d4vw {
		font-size: 1.4vw !important;
	}

	.size-1d5vw {
		font-size: 1.5vw !important;
	}

	.size-1d6vw {
		font-size: 1.6vw !important;
	}

	.size-1d7vw {
		font-size: 1.7vw !important;
	}

	.size-1d8vw {
		font-size: 1.8vw !important;
	}

	.size-1d9vw {
		font-size: 1.9vw !important;
	}

	.size-2vw {
		font-size: 30px !important;
	}

	.size-3vw {
		font-size: 3vw !important;
	}

	.size-4vw {
		font-size: 4vw !important;
	}

	.size-bold {
		font-weight: bold;
	}

	.size-indent {
		text-indent: 2em;
	}

	/* 基础色号 */
	.describe {
		color: #666666;
	}

	.orange {
		color: #ffa12a;
	}

	.black {
		color: #333;
	}

	/* 触摸色号 */
	.hover-orange {
		cursor: pointer;
	}

	.hover-orange:hover {
		color: #ff9a15;
	}

	/* 间隔 */
	.m-t-10 {
		margin-top: 20px;
	}

	.p-t-2 {
		padding-top: 2px;
	}

	.p-t-4 {
		padding-top: 4px;
	}

	.p-t-6 {
		padding-top: 6px;
	}

	.p-t-8 {
		padding-top: 8px;
	}

	.p-t-10 {
		padding-top: 10px;
	}

	.p-t-12 {
		padding-top: 12px;
	}

	.p-t-14 {
		padding-top: 14px;
	}

	.p-t-16 {
		padding-top: 16px;
	}

	.p-t-18 {
		padding-top: 18px;
	}

	.p-t-20 {
		padding-top: 20px;
	}

	/* head头部 */
	.header {
		width: 100%;
		height: 5vw;
		background-color: #fff;
		position: relative;
	}

	.header-content {
		display: flex;
		height: 100%;
		justify-content: space-between;
	}

	.header .logo-frame {
		display: flex;
		align-items: center;
		font-size: 0.4vw;
		color: #fa741b;
		height: 100%;
	}

	.header .logo-frame img {
		height: 50%;
	}

	.header .logo-frame .corporate-name {
		font-weight: bold;
		font-size: .7vw;
		color: #333;
	}

	.header .menu-frame {
		display: flex;
		height: 100%;
		position: relative;
		width: 48vw;
	}

	.header-second-level-menu-frame {
		height: 2.5vw;
		width: 100%;
		background-color: #ff9a15;
		top: 100%;
		left: 0;
		position: absolute;
		z-index: 10;
	}

	.header .menu-frame .second-level-menu-frame {
		position: absolute;
		top: 100%;
		height: 2.5vw;
		align-items: center;
		font-size: 0.8vw;
		color: #fff;
		padding-left: 1.9vw;
		display: none;
		width: 35vw;
		left: 0;
		z-index: 10;
	}

	.header .menu-frame .second-level-menu-frame .second-level-menu-item {
		padding-right: 1vw;
		cursor: pointer;
		white-space: nowrap;
	}

	.header .menu-frame .menu-item {
		height: 100%;
		width: 15vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1vw;
	}

	.header .menu-frame .menu-frame-active {
		background: url("../images/header/02.png");
		background-size: 100% 100%;
		color: #fff;
	}

	.header .header-en {
		width: 10vw;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1vw;
	}

	/* 底部 */
	.footer {
		width: 100%;
		background-color: #222222;
		padding: 2vw 0;
		color: #cccccc;
	}

	.footer-frame {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-item1 {
		width: 15.7vw;
		padding-top: 4vw;
	}

	.footer-item2 {
		width: 30.4vw;
	}

	.footer-head-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 4vw;
		border-bottom: 1px solid #4e4e4e;
	}

	.footer-item3 {
		width: 13vw;
	}

	.footer-item4 {
		width: 6vw;
		padding-top: 4vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.footer-content {
		height: 6.66888396vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 1vw 0;
	}

	.footer-content p {
		display: flex;
		align-items: center;
	}


	/* 轮播图 */
	.swiper-frame {
		width: 100%;
		overflow: hidden;
	}

	.swiper-frame .swiper-content {
		white-space: nowrap;
		transition: all .3s;
	}

	.swiper-frame .swiper-item {
		width: 100vw;
		float: left;
	}

	.swiper-frame .swiper-item img {
		width: 100vw;
		display: block;
		float: left;
	}

	/* 横向滚动 */
	.swiper-x-frame {
		width: 100%;
		overflow: hidden;
	}

	.swiper-x {
		display: flex;
		transition: all .3s;
	}

	.swiper-x-item {
		width: calc(23vw + 3.5vw);
	}

	.swiper-x-indicator-frame {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-x-indicator-frame .swiper-x-indicator-item {
		width: .8vw;
		height: .8vw;
		background-color: #f2f2f2;
		border-radius: 50%;
		margin: 2vw .2vw;
		cursor: pointer;
	}

	.swiper-x-indicator-frame .swiper-x-indicator-item-active {
		background-color: #ff9306;
	}

	/* 图片外框 */
	.image-frame {
		width: 100%;
		height: 100%;
		overflow: hidden;
		cursor: pointer;
	}

	.image-frame img {
		width: 100%;
		height: 100%;
		transition: all .3s;
		display: block;
	}

	.image-frame:hover img {
		transform: scale(1.1);
	}

	/* 视频外框 */
	.video-frame {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.video-frame video {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}

	/* 标题显示 */
	.title-frame {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 2.5vw 0;
	}

	.title-frame .title {
		font-weight: bold;
		font-size: 1.3vw;
		color: #333333;
	}

	.title-frame .describe {
		margin-top: 0.4vw;
		color: #ff935e;
		font-size: .7vw;
		position: relative;
		z-index: 10;
	}

	.title-frame .describe span {
		display: block;
		padding: 0 0.5vw;
		background-color: #fff;
	}

	.title-frame .describe::after {
		content: " ";
		position: absolute;
		width: 200%;
		height: 0.01vw;
		background-color: #c1c1c1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}

	/* 查看详情 */
	.look-detail {
		padding: .3vw 1vw;
		border: 0.2vw solid #ff9306;
		font-size: .8vw;
		width: fit-content;
		border-radius: 999px;
		cursor: pointer;
		transition: all .3s;
	}

	.look-detail:hover {
		background-color: #ff9306;
		color: #fff;
	}

	.look-detail-text {
		color: #ff9306;
		font-size: .8vw;
		cursor: pointer;
	}

	.look-detail-btn {
		padding: 3px 20px;
		border: 0.2vw solid #ff9306;
		font-size: 14px;
		width: fit-content;
		border-radius: 999px;
		cursor: pointer;
		transition: all .3s;
		background-color: #ff9306;
		color: #fff;
	}

	/* 二级页面背景图片 */
	.level-2-bg-img {
		width: 100%;
		height: 23.44095533vw;
		position: relative;
	}

	.level-2-bg-img img {
		width: 100%;
		height: 100%;
	}

	/* 导航栏 */
	.navigation-frame {
		width: 100%;
		display: flex;
		background-color: #fff;
	}

	.navigation-item {
		width: calc(9.5vw - 0.8888888889px);
		height: 4.5vw;
		border-left: 1px solid #ededed;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		font-size: 1vw;
	}

	.navigation-item:last-child {
		border-right: 1px solid #ededed;
	}

	.navigation-item-active {
		color: #ff9a15;
		position: relative;
	}

	.navigation-item-active::before {
		content: " ";
		width: 100%;
		height: 0.23428348vw;
		background-color: #ff9a15;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 二级内容卡片 */
	.level-2-content {
		padding: 2.42092932vw;
		background-color: #fff;
	}

	.level-2-content p {
		line-height: 22px;
		font-size: 16px;
	}

	.letter-spacing {
		letter-spacing: 0.15em;
	}

	.text-justify {
		text-align: justify;
	}

	.text-center {
		text-align: center;
	}

	.text-dx {
		text-transform: uppercase;
	}


	/* 布局 */
	.row {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.col {}

	.flex-col-a-c {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.flex-row-a {
		display: flex;
		align-items: center;
	}

	.flex-row-btw {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* 分页 */
	.paging-frame {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.paging-item {
		padding: .5vw .8vw;
		margin: 2vw .5vw 0 .5vw;
		font-size: .8vw;
		background-color: #fff;
		cursor: pointer;
	}

	.paging-item-active {
		background-color: #ff9a15 !important;
		color: #fff !important;
	}
	
	.swiper-pagination-bullet {
	    width: 8px !important;
	    height: 8px !important;
	}
}