@font-face {
	font-family: PingFang SC;
	src: url('../font/PingFang\ SC.ttf');
}
@font-face {
	font-family: Montserrat;
	src: url('../font/Montserrat-Regular.ttf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	-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;
}
.tab {
	cursor: pointer;
}

strong *,
strong,
b {
	font-weight: bold;
	font-size: inherit;
}




:root {
	--c: #1D4098;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.6s ease-in-out;
}

.main {
	max-width: 12rem;
	width: 100%;
	margin: 0 auto;
}


.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;
}

.fill_btn {
	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_box_jc {
	justify-content: space-between;
}
.flex_start {
	align-items: flex-start;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.line1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.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);
	}
}



.pointer {
	cursor: pointer;
}


/* 公共面包屑 */
.bread1{
	
}


/* 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.08);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
}
.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;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(125, 125, 125, 1);
}

.page .list .item {
	display: block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.12rem;
	color: #444444;
	line-height: 0.32rem;
	width: 0.31rem;
	height: 0.32rem;
	background: #FFFFFF;
	border: 0.01rem solid #BBBBBB;
	text-align: center;
	margin: 0 0.025rem;
}

.page .list .item:hover {
	background: #005073;;
	color: white;
	border: none;
}

.page .list .active {
	background: #005073;;
	color: white;
	border: none;
}

.page .btn {
	width: 0.72rem;
	height: 0.32rem;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #BBBBBB;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.12rem;
	color: #444444;
	line-height: 0.32rem;
	text-align: right;
	padding: 0 0.12rem;
	cursor: pointer;
	margin: 0 0.025rem;
}
.page .btn.next{
	text-align: left;
}

.page .btn:hover {
	background: #005073;
	color: #fff;
}




.innerBanner{
	width: 100%;
	height: 6.19rem;
	position: relative;
}
.innerBanner .inBannerImg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.innerBanner .inBannerImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.innerBanner{
	height: 4rem;
	position: relative;
}
.inBannerTitle{
    position: absolute;
    top: 2.84rem;
    left: 2.7rem;
}

.page_inner{
	padding-top: 0.85rem;
}

/* 公共面包屑 */
.bread{
	width: 100%;
	height: 0.66rem;
	background: #F5F5F5;
}

.bread .bread_main{
	display: flex;
	justify-content: space-between;
}
.bread .item_index{
	width: 0.16rem;
	height: 0.12rem;
	margin-right: 0.28rem;
}
.bread .item{
	margin-right: 0.28rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.66rem;
	position: relative;
}
.bread .flex_box1>div:last-child{
	color: #EA5504;
}
.bread .item::before{
	content: '';
	width: 0.03rem;
	height: 0.04rem;
	display: block;
	background: url(../img/bread_icon.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0.32rem;
	left: -0.14rem;
}
.bread .flex_box2 .item2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 500;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.66rem;
	margin-left: 0.32rem;
}
.bread .flex_box2 .item2:hover,
.bread .flex_box2 .item2.active{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.14rem;
	color: #EA5504;
}
.bread .flex_box2 .item2:last-child{
	padding-right: 0.16rem;
}


@media screen and (max-width: 1024px) {
	.page_inner{
		padding-top: 0.6rem !important;
	}
	.bread{
		height: 0.45rem !important;
		padding: 0 4%;
	}
	.bread .flex_box2{
		display: none;
	}
	.bread{
		height: 0.45rem;
	}
	.bread .item{
		height: 0.45rem;
		line-height: 0.45rem !important;
	}
	.bread .item::before {
		content: '';
		width: 0.03rem;
		height: 0.04rem;
		display: block;
		background: url(../img/bread_icon.png);
		background-size: 100% 100%;
		position: absolute;
		top: 0.22rem !important;
		left: -0.06rem !important;
	}
	.bread .item_index,
	.bread .item{
		margin-right: 0.12rem !important;
	}
	.innerBanner{
		height: 1.4rem;
	}
}