@font-face {
	font-family: 'Impact-Regular';
	src: url('../font/IMPACT.TTF');
}



/* 鐎涙ぞ缍?*/


@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url('../font/SourceHanSansCN-Regular.otf');
}



/* 鐎涙ぞ缍?*/


* {
	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;
}

body{
  color: #333;
  font-size: .18rem;
  font-weight: 400;
  font-family: SourceHanSansCN-Regular, Microsoft YaHei, Microsoft YaHei;
}
.page_wrap {
	padding-top: 1.1rem;
	background: url('../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: 16rem;
	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: fit-content;
	/*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;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}

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;
}




/* 姘存尝绾规晥鏋?*/
.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);
	}
}







/* 鏍忕洰銆佸鑸?*/
.position {
	height: 1rem;
	background: #FFFFFF;
	position: relative;
	z-index: 9;
	border-bottom: 0.01rem solid #E5E5E5;
}
.position .main{
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.position .position_fl{
	display: flex;
	height: 100%;
	align-items: center;
	column-gap: 0.7rem;
}
.position .position_fl a{
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	position: relative;
}
.position .position_fl a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0.03rem;
	background: #002673;
	border-radius: 0.03rem;
	bottom: -0.26rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.position .position_fl a.act,
.position .position_fl a:hover{
	font-weight: bold;
	color: #002673;
}
.position .position_fl a.act::before,
.position .position_fl a:hover:before{
	width: 0.74rem;
}

.position .position_fr{
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}
.position .position_fr .position_img{
	width: 0.2rem;
	height: 0.2rem;
	overflow: hidden;
	margin-right: 0.08rem;
}
.position .position_fr .position_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.position .position_fr .position_list{
	display: flex;
	align-items: center;
	column-gap: 0.1rem;
}
.position .position_fr .position_list a,
.position .position_fr .position_list span{
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
    width: auto;
}
.position .position_fr .position_list a.active{
	color: #333;
}





/* 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);
}




/* 椤电爜 */
.page_box {
	width: 100%;
	width: fit-content;
	margin: 0.5rem auto 0;
	display: flex;
	align-items: center;
	column-gap: 0.15rem;
}

.page_box .pages {
	display: flex;
	align-items: center;
	column-gap: 0.15rem;
}
.page_box .btn,
.page_box .pages .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.4rem;
	height: 0.4rem;
	border: 0.01rem solid #999;
	border-radius: 0.03rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #999999;
	cursor: pointer;
	overflow: hidden;
}
.page_box .btn:hover,
.page_box .pages .item:hover,
.page_box .pages .active {
	border: 0.01rem solid #002673;
	background: #002673;
	color: white;
}
.page_box .btn img {
	width: 0.1rem;
	object-fit: contain;
}
.page_box .btn:hover img{
	filter: brightness(0) invert(1);
}




/* 鍐呴〉banner */
.banner{
    width: 100%;
    height: 6.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	display: flex;
	align-items: center;
}
.banner .banner_box{
	position: relative;
}
.banner .banner_cn{
	width: fit-content;
    font-weight: bold;
	font-size: 0.54rem;
	color: #FFFFFF;
	position: relative;
}
.banner .banner_cn::before{
	content: "";
	position: absolute;
	width: 2.15rem;
	height: 0.01rem;
	background: #FFFFFF;
	opacity: 0.7;
	bottom: -0.22rem;
}
.banner .banner_en{
    font-weight: bold;
	font-size: 0.7rem;
	color: rgba(255,255,255,0);
    text-stroke: 0.01rem rgba(255,255,255,0.3);
    -webkit-text-stroke: 0.01rem rgba(255,255,255,0.3);
    -moz-text-stroke: 0.01rem rgba(255,255,255,0.3);
    -o-text-stroke: 0.01rem rgba(255,255,255,0.3);
    position: absolute;
    text-transform: uppercase;
	bottom: 0.25rem;
}



