@font-face {
	font-family: Montserrat;
	src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
	font-family: San FranciscoText;
	src: url('../font/San\ Francisco\ Text.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: 16rem;
	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;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.32rem;
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	background: #F5F7FA;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	text-align: center;
	margin: 0 0.04rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.32rem;
}

.page .list .item:hover {
	/*background: #00A0A8;*/
	/*color: white;*/
	/*border: none;*/
	color: #00A0A8;
}

.page .list .active {
	background: #00A0A8;
	color: white;
	border: none;
}

.page .btn {
	width: 0.32rem;
	height: 0.32rem;
	background: #F5F7FA;
	margin: 0 0.04rem;
	cursor: pointer;
}
.page .btn img{
	width: 0.05rem;
	height: 0.08rem;
	display: block;
	margin: 0.12rem auto;
}
.page .btn.next{
	text-align: left;
}

.page .btn:hover {
	background: #00A0A8;
}

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



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

/* 公共面包屑 */
.bread{
	width: 100%;
	height: 1rem;
	border-bottom: 0.01rem solid #EFEFEF;
	justify-content: space-between;
}

.bread .breadBox1 .item{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 1rem;
	margin-right: 0.4rem;
}

.bread .breadBox1 .item:hover,
.bread .breadBox1 .item.active{
	color: #00A0A8;
}
.bread .breadBox2 a:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.14rem;
	color: #303133;
	line-height: 1rem;
}
.bread .breadBox2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
}
.bread .breadBox2 a::after{
	content: '/';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
	display: inline-block;
	margin: 0 0.09rem;
}
.bread .breadBox2 a:last-child::after{
	display: none;
}

.bread3{
	padding: 0 0.1rem;
}
.bread1{
	width: 17.5rem;
	padding: 0 0.08rem;
	margin: 0 auto;
}
.bread .breadBox2 a:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.14rem;
	color: #303133;
	line-height: 1rem;
}
.bread .breadBox2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
}
.bread .breadBox2 a::after{
	content: '/';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
	display: inline-block;
	margin: 0 0.09rem;
}
.bread1 .breadBox2 a:last-child::after{
	content: '/';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
	display: inline-block;
	margin: 0 0.09rem;
}


.bread2 .breadBox2 a:first-child{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.14rem;
	color: #303133;
	line-height: 1rem;
}
.bread2 .breadBox2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
}
.bread2 .breadBox2 a::after{
	content: '>';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #606266;
	line-height: 1rem;
	display: inline-block;
	margin: 0 0.09rem;
}
.bread2{
	width: 17.5rem;
	padding: 0 0.03rem;
	margin: 0 auto;
}













.indexSwiper{
	width: 100%;
	height: 80vh;
}
.indexSwiper .swiper-slide{
	position: relative;
}
.indexSwiper .swiper-slide>img{
	width: 100%;
	height: 100%;
}

.indexSwiper .swiper-button-next,
.indexSwiper .swiper-button-prev{
    width: .6rem;
    height: .6rem;
    background: rgba(31, 45, 61, .11);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}

.indexSwiper .swiper-button-next::after,
.indexSwiper .swiper-button-prev::after{
    font-size: .2rem;
    color: #fff;
}

.indexSwiper:hover .swiper-button-next{
    right: .16rem;
    opacity: 1;
}
.indexSwiper:hover .swiper-button-prev{
    left: .16rem;
    opacity: 1;
}

.indexSwiper .banTxt{
	position: absolute;
	/*margin-top: 1rem;*/
	/*opacity: 0;*/
	/*transition: all .3s;*/
}
.indexSwiper .banTxt .txt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.7rem;
	color: #FFFFFF;
	line-height: 0.98rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all .6s;
}
.indexSwiper .banTxt.act .txt1{
    transform: translateY(0rem);
	opacity: 1;
	white-space: nowrap;
}
.indexSwiper .banTxt .txt2{
	font-family: Roboto, Roboto;
	font-weight: 500;
	font-size: 0.34rem;
	color: #FFFFFF;
	line-height: 0.48rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all .8s;
}

.indexSwiper .banTxt.act .txt2{
    transform: translateY(0rem);
	opacity: 1;
}

.indexSwiper .banTxt1{
	top: 50%;
	transform: translateY(-50%);
	left: 1.91rem;
}
.indexSwiper .banTxt1 .txt1 img{
	width: 2.08rem;
	height: 1.07rem;
	margin-right: 0.38rem;
}
.indexSwiper .banTxt1 .txt12{
	padding-left: 2.48rem;
}
.indexSwiper .banTxt1 .txt2{
	padding-left: 0.71rem;
}
.indexSwiper .banTxt2{
	/*top: 3.38rem;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.indexSwiper .banTxt2 .txt1{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 0.7rem;
	color: #FFFFFF;
	line-height: 0.98rem;
}
.indexSwiper .banTxt2 .txt1,
.indexSwiper .banTxt2 .txt2{
	text-align: center;
}
.indexSwiper .banTxt3{
	top: 50%;
	transform: translateY(-50%);
	left: 1.9rem;
}
.indexSwiper .banTxt5{
	top: 50%;
	 transform: translateY(-50%); 
	left: 1.91rem;
}
.indexSwiper .banTxt5 .txt1{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 0.7rem;
	color: #FFFFFF;
	line-height: 0.98rem;
}
.indexSwiper .banTxt5 .txt12{
	padding-left: 1.43rem;
}
.indexSwiper .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.02rem;
	background: #FFFFFF;
	margin: 0 0.04rem;
	border-radius: 0 !important;
}

.w-90{
    max-width: 90%;
    margin: 0 auto;
}
.w-85{
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	
	.indexSwiper .swiper-slide>img{
		object-fit: contain;
	}
	.indexSwiper .banTxt3{
		left: 3%;
	}
	.indexSwiper{
		width: 100vw;
		height: 3.2rem;
		margin-top: 1.2rem;
	}
	.indexSwiper .swiper-slide>img{
		height: auto;
	}
	.indexSwiper .banTxt1{
		left: 50%;
	}
	.indexSwiper .banTxt .txt1{
		font-size: 0.5rem;
	}
	.indexSwiper .banTxt1 .txt1 img{
		width: 1.2rem;
		height: auto;
		margin-right: 0.2rem;
	}
	.indexSwiper .banTxt1 .txt12 {
		padding-left: 1.4rem;
	}
	.indexSwiper .swiper-slide{
		width: 100%;
	}
	.indexSwiper .banTxt{
		width: 100%;
		padding: 0 3%;
		transform: unset;
		left: 0;
		top: 0.2rem;
	}
	.indexSwiper .banTxt .txt1{
		line-height: 0.8rem;
	}
    .bread {
        width: 100%;
        padding: 0 3%;
    }
	.bread .breadBox1{
		display: none;
	}
	.bread2 .breadBox2 a,
	.bread2 .breadBox2 a:first-child{
		font-size: 0.32rem;
	}
	
	.bread2 .breadBox2 a::after {
		content: '>';
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 0.32rem;
		color: #606266;
		line-height: 1rem;
		display: inline-block;
		margin: 0 0.1rem;
	}
	.page{
		width: 100%;
		/* flex-wrap: wrap; */
	}
	.page .list{
		flex-wrap: wrap;
	}
	
    .page .btn,
    .page .list .item {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 0.32rem;
        line-height: 0.5rem;
        margin: 0.02rem 0.1rem;
    }
    .page .btn img {
        width: 0.16rem;
        height: 0.26rem;
    }
}