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

:root {
	--c: rgba(3, 140, 205, 1);
	--s_tran: 0.6s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}

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

.page_wrap {}

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

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

body {
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: SourceHanSans;
}

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

}

ul {
	list-style: none;
}

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


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;
	position: relative;
}


#header .slide_down {
	position: absolute;
	overflow: hidden;
	width: 100%;
	transition: var(--s_tran);
	left: 50%;
	transform: translateX(-50%);
}


/* 列表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;
}






::-webkit-scrollbar {
    width : 10px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #f9c40c;
}
::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}







textarea:hover,
input:hover {
    box-shadow: 0 0 4px #e17626;
}


/* 板块标题 */
.index_title {
	font-size: 0.6rem;
	font-family: 'tm';
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}


/* 内页标题 */
.banner {
	position: relative;
}

.banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(38, 38, 38, 0.3);
	position: absolute;
	top: 0%;
	left: 0%;
}

.banner_title {
	font-size: 0.65rem;
	font-family: 'tm';
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.banner_title p {
	font-size: 0.65rem;
	font-family: 'tm';
	color: #FFFFFF;
}
a:focus, a:hover{
	text-decoration: none !important;
}






.box1{
    height: 6.26rem !important;
}
.box1_text{
    position: absolute !important;
    top: 32.2% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 17rem;
}
.box1_text_p2{
    font-weight: 600;
    text-transform: uppercase !important;
}
.box1_text_p1{
    font-weight: 700;
}










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


.bread {
	border-bottom: 0.02rem solid rgba(233, 233, 233, 1);
}

.bread .flex_box1 .item {
	padding: 0 0.2rem;
	line-height: 0.44rem;
	border-radius: 50px;
	font-size: 0.2rem;
	color: #333333;
	margin-right: 0.6rem;
	transition: var(--s_tran);
}

.bread .flex_box1 .item.active,
.bread .flex_box1 .item:hover {
	color: #fff;
	font-weight: 700;
	background: var(--c);
}


.pointer {
	cursor: pointer;
}



/* 公共面包屑 */
.bread {
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
}

.bread .icon {
	width: 0.15rem;
	height: 0.15rem;
	margin-right: 0.08rem;
}

.bread .flex_box2 .item span {
	display: flex;
	align-items: center;
	color: rgba(155, 155, 155, 1);
	font-size: 0.16rem;
}

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

.bread .flex_box2 .list .item:not(:first-child)::before {
	content: '>';
	display: block;
	font-size: 0.16rem;
	color: rgba(155, 155, 155, 1);
	margin: 0 0.05rem;
	align-self: center;
}

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


.bread .flex_box2 .active span {
	color: rgba(155, 155, 155, 1);
	line-height: 0.44rem;
}

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



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




/* 页码 */.fenyelist {
    margin: .41rem auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.fenyelist a {
    display: inline-block;
    margin: 0 .13rem;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #444;
    font-size: .16rem;
    border-radius: 50%;
    border: .01rem solid #cccccc;
    transition: .4s all ease
}

.fenyelist a:nth-last-child(1) {
    border: 0
}

.fenyelist a:hover {
    background: #30335f;
    color: #fff
}

.fenyelist a.active {
    background: #30335f;
    color: #fff
}

.page-status {
    font-size: .14rem;
    color: #333333;
    display: flex !important;
}

.page-num {
    font-size: .24rem;
}

.fenyelist span {
    display: contents;
}

.page-num1 {
    display: flex !important;
    font-size: 0.24rem;
}

/* 标题移动下方线条移动动画 */
@keyframes lineMove {
	0% {
		left: 0;
	}
	50%{
		left: 100%;
		transform: translate(-100%);
	}
	100%{
		left: 0;
	}
}

@media only screen and (max-width: 1024px) {
.box1_text{
	width: 90%;
	top: 50% !important;
}
img{
	width: 100%;
}
.main{
	width: 92%;
}

    
}