@font-face {
	font-family: 'w1';
	src: url('../font/opposans-regular.otf');
}
@font-face {
	font-family: 'Sans-SemiBold';
	src: url('../font/OpenSans-SemiBold.ttf');
}
@font-face {
	font-family: 'Sans-Bold';
	src: url('../font/OpenSans-Bold.ttf');
}
@font-face {
	font-family: 'Sans-Medium';
	src: url('../font/OpenSans-Medium.ttf');
}
@font-face {
	font-family: 'Sans-Regular';
	src: url('../font/OpenSans-Regular.ttf');
}








* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-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;
}



.main {
	justify-content: space-between;
	max-width: 14rem;
	width: 95%;
	margin: 0 auto;
}

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

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

body {
	overflow-x: hidden;
	overflow-y: hidden;
}

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

ul {
	list-style: none;
}

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

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



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

.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);
}

/* banner */
.box1 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 7rem;
	position: relative;
}

.box1_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box1_text_p1 {
	font-family: Sans-Bold;
	font-size: 0.54rem;
	color: #FFFFFF;
	width: 14rem;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	letter-spacing: .02rem;
	line-height: 80px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: .21rem;
}


.box1_text_p2 {
	font-family: Sans-SemiBold;
	font-size: 0.28rem;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	width: 14rem;

	font-style: normal;
	text-transform: none;
}

.entit {

    font-family: Sans-Bold;
    font-weight: bold;
    font-size: .5rem;
    color: #005DAB;
    line-height: .68rem;
    text-align: center;
    margin-bottom: .45rem;
}

/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(109, 109, 109, 1);
}

.page .list .item {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	text-align: center;
	line-height: 0.54rem;
	font-size: 0.2rem;
	color: #1E1E1E;
	cursor: pointer;
	overflow: hidden;
	border-radius: .1rem;
}

.page .list .item_0 {
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #1E1E1E;
}

.page .list .item:hover {
	background: #005DAB;
	color: white;
}

.page .list .active {
	background: #005DAB;
	color: white;
	/* border: 0.01rem solid var(--c); */
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.54rem;
	height: 0.54rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	/* border: 0.01rem solid var(--c); */
	cursor: pointer;
	overflow: hidden;
}

.page .btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	position: absolute;
	font-size: 0.24rem;
	font-family: '宋体';
	color: #005DAB;
	font-weight: bold;
}

.page .btn:hover {

}

.page .btn:hover::after {
}

.page .disable {
	opacity: 0.5;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #7D7D7D;
}

.page select {
	width: 0.6rem;
	height: 0.32rem;
	border: 0.01rem solid #DEDEDE;
}

.page .page_btn {
	width: 0.72rem;
	height: 0.32rem;
	background: #BCA364;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.page .mag1 {
	margin-right: 0.2rem;
}

.page .mag2 {
	margin-left: 0.2rem;
	margin-right: 0.08rem;
}

.page .mag3 {
	margin-right: 0.2rem;
	margin-left: 0.08rem;
}
