@font-face {
	font-family: '';
	src: url('');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: 'mr';
	/*font-weight: 400;*/
	/*color: #fff;*/
	-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;
}
input{
    color: #000;
}

:root {
	--c: #3D60ED;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}

.page_wrap {
	/*padding-top: 1.2rem;*/
}

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

ul {
	list-style: none;
}

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

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

hr {
	border: none;
}

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

@font-face {
  font-family: "misans";
  src: url("/assets/fonts/misans.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MiSans-Medium";
  src: url("/assets/fonts/MiSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

/* 左右flex布局 */
.flex_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.flex_start {
	align-items: flex-start;
}

.flex_box [class*=flex_box] {
	flex: 1 1 auto;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.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;
}


/* 板块标题 */
.common_title {}


/* 内页标题 */
.inner_title {}


/* 水波纹效果 */
.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);
	}
}




.more {
	height: 0.81rem;
	width: 1.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #504D4D;
	font-size: 0.18rem;
	border-right: 0.01rem solid #787676;
	transition: all .25s;
}

.pointer {
	cursor: pointer;
}



/* 公共面包屑 */
.bread .icon {
	width: 0.15rem;
	height: 0.15rem;
	margin-right: 0.08rem;
}

.bread .item span {
	display: flex;
	align-items: center;
	color: rgba(61, 96, 237, 1);
	font-size: 0.14rem;
}

.bread .item>a {
	display: flex;
	align-items: center;
}

.bread .list .item:not(:first-child)::before {
	content: '/';
	display: block;
	font-size: 0.14rem;
	color: rgba(61, 96, 237, 1);
	margin: 0 0.05rem;
	align-self: center;
}

.bread .list,
.bread .item {
	display: flex;
}

.bread .main {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.bread .active span {
	color: rgba(233, 238, 255, 1);
}

.bread .list {
	justify-content: flex-end;
}



/* 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 {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.41rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 0);
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.14rem;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
}

.page .list .item:hover {
	background: rgba(56, 102, 240, 1);
	color: white;
	border: 0.01rem solid rgba(56, 102, 240, 1);
}

.page .list .active {
	background: rgba(56, 102, 240, 1);
	color: white;
	border: 0.01rem solid rgba(56, 102, 240, 1);
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 1);
	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.16rem;
	font-family: '宋体';
	color: #fff;
	font-weight: bold;
}

.page .btn:hover {
	background: rgba(61, 96, 237, 1);
}

.page .disable {
	opacity: 0.5;
}

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

.page .total {
	margin-right: 0.23rem;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	color: #FFFFFF;
	margin-left: 0.08rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(61, 96, 237, 1);
	outline: none;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: transparent;
}



.max-width{
	width: 83%;
	max-width:16rem;
	margin: auto;
}
.max-width_1{
	/* width: 78%; */
	/* max-width:15rem; */
	width: 15rem;
	margin: auto;
}
.allButt{
	width: 1.5rem;
	height: 0.4rem;
	ackground: rgba(255,255,255,0.17);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #FFA600;
	font-family: OPPO Sans 4.0, OPPO Sans 40;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.17);
	letter-spacing: 0.02rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.allButt a{
	display: flex;
    width: auto;
    text-align: center;
    width: 1.5rem;
    justify-content: center;
    align-items: center;
}
.allButt a img{
	width: 0.08rem;
    height: 0.14rem;
    margin-left: 0.1rem;
}
.allButt:hover{
	background: #FFA600;
	transition: all 0.3s;
}


.bread{
	width: 100%;
	padding: 0.20rem 0;
	background: #F5F5F5;
}
.bread2{
	background: #fff;
}
.bread_home{
	width: auto;
	    flex: 0 0 auto !important;
}
.bread_home img{
	width: 0.13rem;
	height: 0.13rem;
	margin-right: 0.1rem;
}
.bread p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #919191;
	margin: 0 0.03rem;
}
.bread span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #919191;
	font-size: 0.14rem;
	margin-left: 0.12rem;
}
.current span{
	color: #DC000C !important;
}
.page{
	width: 100%;
	margin: 0.67rem 0 0;
	justify-content: center;
	display: flex;
	    align-items: center;
	    justify-content: center;
}
.page a{
	padding: 0px 0.1rem;
	    height: 0.3rem;
	    width: 0.3rem;
	line-height: 0.3rem;
	    margin: 0px 0.05rem;
	    transition: all 0.5s ease 0s;
	    background: #FFFFFF;
	    border-radius: 2px 2px 2px 2px;
	    border: 1px solid #E6E6E6;
	    font-family: Microsoft YaHei, Microsoft YaHei;
	    font-weight: 400;
	    font-size: 0.16rem;
	    color: #9A9A9A;
}
.page_pre{
	position: relative;
}
.page_pre::after{
	content: "<";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.page_next{
	position: relative;
}
.page_next::after{
	content: ">";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.page_pre img,.page_next img{
	/* width: 0.07rem;
	height: 0.12rem;
	margin-top: 100%; */
}
.page_active{
	background: #C50608 !important;
	color: #FFFFFF !important;
}
.page a:hover{
	background: #C50608;
	color: #FFFFFF;
	transition: all 0.5s;
}
.redline{
	position: relative;
}
.redline::after{
	content:"";
	width: 0.96rem;
	height: 0.05rem;
	background: rgb(197, 6, 8);
	border-radius: 0.02rem;
	position: absolute;
	left: 0.88rem;
	top: 0.41rem;
}


.contact_banner{
	width: 100%;
	height: 5rem;
	margin-top: 1.4rem;
}
.contact_banner img{
	width: 100%;
}

.float2{
	position: fixed;
	right: 0.1rem;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 900;
}
.float2_li{
	width: 0.8rem;
	height: 0.8rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius: 5px 5px 5px 5px;
	padding-top: 0.1rem;
	margin-bottom: 0.06rem;
	transition:all 0.6s;
	position: relative;
}

.float2_li:first-child{
    position: absolute;
    top: 0;
    right: 0;
}

.float_wz{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.6s;
    white-space: nowrap;
}

.float2_li:first-child:hover .float_wz{
    opacity: 1;
}

.float2_li:first-child:hover>img,
.float2_li:first-child:hover>p{
    display: none;
}


.float2_li:nth-child(1):hover{
    width: 1.8rem;
}

/*.float2_li:hover .codeBox{*/
/*    opacity: 1;*/
/*    display: block ;*/
/*}*/

.codeBox{
    position: absolute;
    right: 0.8rem;
    top: 0;
    width: 1.85rem;
    display: none;
    opacity: 1;
    transition: all 0.6s;
    padding-right: 0.1rem;
    box-sizing: content-box;
}
.codeC{
    width: 100%;
     background: #fff;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.13);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    overflow: hidden;
    padding:0.18rem 0;
    position: relative;
}

.float2_li img.erweima{
    width: 1.64rem;
    height: auto;
    display: block;
    margin-left: 0.07rem;
}

.float2_li img.codeClose{
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.07rem;
    top: 0.18rem;
    object-fit: contain;
    cursor: pointer;
}
.float2_li .codeBox>p{
    text-align: center;
    margin-top: 0.05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.13rem;
    color: #555555;
}

.float2_li:nth-child(2){
    margin-top: 0.87rem;
}

.float2_li:hover{
    background: #DC000C;   
}

.float2_li:hover>p{
    color: #fff;
}

.float2_li:hover>img{
    filter: brightness(0) invert(1);
}


.float2_li img{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto 0.04rem;
}
.float2_li p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.12rem;
	color: #DC000C;
	text-align: center;
		transition:all 0.6s;
}