@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;
}


body{
    font-size: .16rem;
    font-weight: 400;
	color: #000;
}





:root {
	--c: #3D60ED;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}
@font-face {
  font-family: Montserrat;
  src: url('../font/Montserrat-Bold.otf');
  font-weight: bold;
}
@font-face {
  font-family: Montserrat;
  src: url('../font/Montserrat-SemiBold.otf');
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url('../font/Montserrat-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url('../font/Montserrat-Light.otf');
  font-weight: 300;
}
@font-face {
  font-family: Anton;
  src: url('../font/Anton-Regular.ttf');
  font-weight: 300;
}



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

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

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

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


/* 左右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);
}








.max-width{
	width: 94%;
	max-width:16rem;
	margin: auto;
}
.max-width2{
	width: 78%;
	max-width:15rem;
	margin: auto;
}
.max-width_t{
	width: 92%;
	max-width:17.6rem;
	margin-left: 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.2rem 0px 0;
}
.bread2{
	background: #FFFFFF;
	color: #A0A0A0;
}
.bread_home{
	width: auto;
	    flex: 0 0 auto !important;
}
.bread_home img{
	width: 0.12rem;
	height: 0.12rem;
}
.bread .current{
	width: auto;
	flex: 0 0 auto;
}
.bread .current img{
	width: 0.045rem;
	height: 0.08rem;
	margin-left: 0.08rem;
}
.bread span{
	
}
.current span{
	color: #FFFFFF !important;
}

.n_banner{
    height: 4rem;
	position: relative;
	margin-top: 1.5rem;
	border-bottom: 0.1rem solid #FFC400;
}
.n_banner_bg{
	width: 100%;
	height: 4rem;
}
.n_banner_cont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bannerAbout{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.bannerAbout1{
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 0.5rem;
	color: #FFFFFF;
	text-align: center;
}
.bannerAbout2{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.25rem;
	color: #FFFFFF;
	line-height: 0.35rem;
	margin-top: 0.11rem;
	text-align: center;
}
.news_back:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.news_back img{
	width: 0.145rem;
	height: 0.12rem;
}
.about_top p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.35rem;
	color: #000000;
}


/* 页码 */
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.43rem;
}

.page a,
.page span {
  font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #9A9A9A;
	transition: all 0.3s;
}

.pageNum {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.pageNum span{
	margin: 0 0.17rem 0 0.1rem;
}

.page a {
  width: .3rem;
  height: .3rem;
  background: #FFFFFF;
  border-radius: .02rem;
  border: .01rem solid #E6E6E6;
  box-sizing: border-box;
  margin: 0 .025rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageNum a.active,  
.pageNum a:hover{
  background: #009104;
  color: #FFFFFF;
  transition: all 0.3s;
}

.page a img{
  width: .07rem;
  height: .13rem;
}
.next{
	margin-right: 0.13rem !important;
}

.selectNum {
  width: .54rem;
  height: .3rem;
  border-radius: .02rem;
  border: .01rem solid #E6E6E6;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 .1rem;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0.12rem 0 0.1rem;
}


.selectNum input {
  width: 100%;
  cursor: pointer;
  font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #9A9A9A;
}


.bread{
  background: #FFFFFF;
  display: flex;
  padding-top: 1.83rem;
}
.bread .flex_box{
    column-gap: 0.05rem;
}
.bread_home{
  margin-right: 0.05rem;
  font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #A0A0A0;
}
.bread_home img{
  width: 0.14rem;
  height: 0.14rem;
  /*margin-right: 0.06rem;*/
  margin-bottom: 0.02rem;
}
.bread_home p,.bread_home span{
  font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #A0A0A0;
}
.bread p,
.bread a{
  font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #A0A0A0;
  display: flex;
  align-items: center;
  gap: .05rem;
  /*margin-left: 0.05rem;*/
}

.bread p:last-child a{
    color: #262626;
}


.bread2{
	padding-top: 0;
	position: absolute;
	top: 0.35rem;
	background: transparent;
}
.bread2 .bread_home,.bread2 .bread_home p{
	color: #A0A0A0;
}
.bread2 p:nth-child(2),
.bread2 p:nth-child(2) a{
    color: #A0A0A0 !important;
}
.bread2 p:last-child a{
    color: #fff;
}


.page{
	margin-top: 0.76rem;
}
.page a {
  width: 0.3rem;
  height: 0.3rem;
  background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #9A9A9A;
text-align: center;
line-height: 0.3rem;
}

.page a:hover,
.page a.page_active {
  background: #004EBE;
  color: #FFFFFF;
}

.page a img {
  width: .07rem;
  height: .13rem;
  object-fit: contain;
}

.page .prev:hover,
.page .next:hover {
  background: #004EB9;
}

.page .next img {
  transform: rotate(180deg);
}

.page_pre,.page_next{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_pre img,.page_next img{
	width: 0.07rem;
	height: 0.13rem;
}
.page p{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #9A9A9A;
	margin: 0 0.12rem;
}
.page input{
	width: 0.54rem;
	height: 0.3rem;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #E6E6E6;
	padding: 0 0.04rem;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #9A9A9A;
}

.an{
    position: relative;
    top: -1.5rem;
}







@media screen and (max-width: 1042px) {
	body{
		font-size: 16px;
	}
	.max-width{
		width: 94%;
	}



	.bread{
		padding-top: 140px;
	}
	.bread_home img{
		width: 14px;
		height: 14px;
		object-fit: contain;
	}
	.bread p, .bread a,
	.bread2 span{
		font-size: 14px;
	}
	
	
	
	
	.n_banner{
		margin-top: 120px;
		height: 40vh;
		border-width: 6px;
	}
	.bannerAbout1{
		font-size: 28px;
	}
	.bannerAbout2{
		font-size: 16px;
	}
	
	
	.bread2{
		padding-top: 0 !important;
        top: 10px;
	}
	
	
	

}

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

	body { font-size: 14px; }
	.max-width, .max-width2, .max-width_t { width: 94%; }
	
	 .bread {
        padding-top: 100px;
    }
	.bread .max-width { 
	    flex-wrap: wrap;
        row-gap: 4px;
	}
	
	
	.n_banner {        
	    margin-top: 90px;
	}
	
	
	.n_banner_cont { width: 94%; }
	.bannerAbout1 { font-size: 28px; }
	.bannerAbout2 { font-size: 14px; }
	.page { flex-wrap: wrap; justify-content: center; gap: 8px; }
	.an { top: -80px; }
}




