@font-face {
	font-family: 'md';
	src: url('/assets/font/MiSans-Demibold.ttf');
}

@font-face {
	font-family: 'anton';
	src: url('/assets/font/Anton.ttf');
}

/* 瀛椾綋 */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-size: .18rem;*/
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: Microsoft YaHei, Microsoft YaHei;
	/* font-weight: 400; */
	/*color: #333;*/
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}

.page_wrap {
	padding-top: 1.1rem;
	background: url('/assets/img/bg.png') rgba(251, 251, 251, 1) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 0.87rem;
}

:root {
	--c: #1C488F;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.5s ease-in-out;
}

.main {
	max-width: 13.8rem;
	width: 94%;
	margin: 0 auto;
}

.flex_box {
	display: flex;
}

.hc_flex_box {
	display: flex;
	align-items: flex-start;
}

[class*="fb"] {
	flex: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
}

.flex_list {
	display: flex;
	flex-wrap: wrap;
}

.lmx_h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	text-indent: -9999em;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

span {
	color: inherit;
	font-size: inherit;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

hr {
	border-top: 0.01rem solid rgba(222, 222, 222, 1);
	margin-top: 0.47rem;
	margin-bottom: 0.4rem;
}

/*文字描边*/
/* 设置描边宽度及颜色 默以为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*多行溢出*/
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}



::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e89513;
}







/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}







/* 公共面包屑 */



/* hover-图片放大1.1 */
.scale_box {
	display: block;
	width: auto;
	overflow: hidden;
}

.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}

.hover_box:hover .scale_img {
	transform: scale(1.1);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
	overflow: hidden;
}

.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}

.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}








/* 内容公共部分 */
body {
	background: #F7F7F7;
}

/* banner */
.banner {
	width: 100%;
	height: 3.45rem;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.body {
	margin: 0.3rem 0 0.5rem;
}

.body .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.body .nav_box {
	width: 2.68rem;
}

.body .moveBtn,
.body .nav_box .nav_btn {
	display: none;
}

.body .body_nav {
	width: 100%;
	height: fit-content;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
}

.body .body_nav .nav_class {
	width: 100%;
	background: #0084CE;
	padding: 0.2rem 0 0.4rem 0.2rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	position: relative;
}

.body .body_nav .nav_class::before {
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.02rem;
	background: #FFFFFF;
	bottom: 0.29rem;
	left: 0.2rem;
}

.body .body_nav .nav_tiem {
	width: 100%;
	height: auto;
	padding: 0.15rem 0 0.1rem 0.19rem;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	font-weight: 400;
	font-size: 0.18rem;
	color: #7B8A96;
}

.body .body_nav .nav_tiem::before {
	content: "";
	position: absolute;
	width: 0.08rem;
	height: 0.14rem;
	background: url(/assets/img/jiantou.png) center no-repeat;
	background-size: contain;
	right: 0.17rem;
	top: 0.19rem;
}

.body .body_nav .nav_tiem::after {
	content: "";
	position: absolute;
	width: 0.03rem;
	height: 0.22rem;
	background: #0084CE;
	left: 0.1rem;
	top: 0.15rem;
	display: none;
}

.body .body_nav .nav_tiem.act,
.body .body_nav .nav_tiem:hover {
	font-weight: bold;
	color: #0084CE;
}

.body .body_nav .nav_tiem.act::after,
.body .body_nav .nav_tiem:hover:after {
	display: block;
}

.body_body {
	width: calc(100% - 2.96rem);
}

.position {
	width: 100%;
	display: flex;
	background: #fff;
	padding: 0.15rem 0 0.18rem 0.24rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	position: relative;
}

.position::before {
	content: "";
	position: absolute;
	width: calc(100% - 0.4rem);
	height: 0.02rem;
	left: 0.2rem;
	bottom: 0.1rem;
	background: #0084CE;
}

.position img {
	width: 0.14rem;
	height: 0.18rem;
	object-fit: contain;
	margin-right: 0.07rem;
}

.position span,
.position a {
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	width: auto;
	height: auto;
}

.position a {
	margin: 0 5px;
}



/* 页码 */
.page_box {
	width: 100%;
	width: fit-content;
	margin: 0.5rem auto 0;
	display: flex;
	align-items: center;
}

.page_box .pages {
	display: flex;
	align-items: center;
	column-gap: 0.06rem;
}

.page_box .pages .item {
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	cursor: pointer;
	overflow: hidden;
}
.page_box .pages .item:hover,
.page_box .pages .active {
	background: #183883;
	color: #fff;
}

.page_box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0.32rem;
	height: 0.38rem;
	margin:0 0.06rem;
	cursor: pointer;
	overflow: hidden;
}
.page_box .btn span{
	display: none;
}
.page_box .btn:hover {
	background: #183883;
	color: #fff;
}
.page_box .btn img{
	width: 8px;
	height: auto;
	pointer-events: none;
}
.page_box .btn.prev img{
	transform: rotate(180deg);
}
.page_box .btn.no img,
.page_box .btn:hover img{
	filter: brightness(0) invert(1);
}
.page_box .btn.no{
	background: #E89513;
    cursor: no-drop;
}

@media screen and (max-width: 1043px) {
	.body .nav_box{
		width: 1.8rem;
	}
	.body_body{
		width: calc(100% - 2rem);
	}
	.body .body_nav .nav_class{
		font-size: 24px;
	}
	.body .body_nav .nav_tiem{
		font-size: 18px;
        padding: 15px 0 10px 19px;
	}
	.body .body_nav .nav_tiem::before{
		width: 18px;
		height: 18px;
		top: 18px;
	}
	.body .body_nav .nav_tiem::after{
		height: 22px;
		width: 3px;
		top: 15px;
		left: 10px;
	}
}


@media screen and (max-width: 769px) {

	/* 内容公共部分 */
	.body {
		margin: 50px 0;
	}

	.body .main {
		flex-wrap: wrap;
	}

	.body_body {
		width: 100%;
	}

	.body .moveBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		width: 100px;
		height: 35px;
		background-color: #1890ff;
		border-radius: 4px;
		font-size: 14px;
		margin: 1.3em;
		cursor: pointer;
	}

	.body .moveBtn img {
		width: 14px;
		height: 16px;
		object-fit: contain;
		filter: brightness(0) invert(1);
		margin-left: 5px;
	}

	.body .nav_box {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		font-size: 0;
		z-index: 999;
		background: #fff;
		overflow: visible;
		display: flex;
	}

	.body .nav_box .nav_btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 100%;
		vertical-align: top;
		background: #f5f8fa;
	}

	.body .nav_box .nav_btn img {
		width: 21px;
		height: auto;
	}

	.body .nav_box .body_nav {
		display: inline-block;
		width: calc(100% - 45px);
		box-shadow: none;
	}

	.body .body_nav .nav_class {
		display: none;
	}

	.position {
		padding: 10px 20px;
	}

	.position::before {
		display: none;
	}

	.position img {
		width: 14px;
		height: 18px;
		margin-right: 7px;
	}

	.position,
	.position span,
	.position a {
		font-size: 14px;
	}










	/* 分页 */
	.page_box{
		width: 100%;
		justify-content: center;
		column-gap: 15px;
	}
	.pages{
		display: none !important;
	}
	.page_box .btn{
		width: 46%;
		height: 45px;
		background-color: #e89513;
		column-gap: 30px;
	}
	.page_box .btn span{
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.page_box .btn img{
		width: 12px;
		filter: brightness(0) invert(1);
	}
	.page_box .btn.next{
		flex-direction: row-reverse;
	}
	.page_box .btn.no{
		background: #f5f5f5;
	}
	.page_box .btn.no span{
	    color: #bfbfbf
	}
	.page_box .btn.no img{
		filter: brightness(1) invert(0);
	}
}<!--耗时1768331393.8062秒-->