@font-face {
	font-family: 'md';
	src: url('../font/MiSans-Demibold.ttf');
}

@font-face {
	font-family: 'Anton';
	src: url('../font/Anton-Regular-2.ttf');
}
@font-face {
	font-family: 'Arial';
	src: url('../font/Arial-Regular.ttf');
}
/* 瀛椾綋 */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .18rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: Microsoft YaHei, Microsoft YaHei;
	/* font-weight: 400; */
	/*color: #333;*/
	-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;
}
.page_wrap {
	padding-top: 1.1rem;
	background: url('../img/bg.png') rgba(251, 251, 251, 1) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 0.87rem;
}

:root {
	--c: #1C488F;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.5s ease-in-out;
}

.main {
	max-width: 1520px;
	width: 94%;
	margin: 0 auto;
}

.flex_box {
	display: flex;
}
.hc_flex_box {
	display: flex;
	align-items: flex-start;
}

[class*="fb"] {
	flex: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
}

.flex_list {
	display: flex;
	flex-wrap: wrap;
}

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

span {
	color: inherit;
	font-size: inherit;
}

ul {
	list-style: none;
}

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

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

hr {
	border-top: 0.01rem solid rgba(222, 222, 222, 1);
	margin-top: 0.47rem;
	margin-bottom: 0.4rem;
}

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

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




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


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







/* 内页banner */
.bannerSwiper{
	height: auto;
	position: relative;
	z-index: 1;
}
.bannerSwiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 360px;
}

.bannerSwiper .listBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSwiper .bannerPicBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 1920px;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(-50%, -50%, 100px);
}

.bannerSwiper .swiper-slide-active .bannerPicBox {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(-50%, -50%, 0);
}

.bannerSwiper .bannerPic {
    width: 100%;
    height: 100%;
}

.bannerSwiper .banner-switch {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
    color: #fff;
}
.bannerSwiper .swiper-button-next::after, 
.bannerSwiper .swiper-button-prev::after{
	display: none;
}
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev{
	display: flex;
	position: initial;
	width: auto;
	height: fit-content;
	margin: 0;
}
.bannerSwiper .bannerBtn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
	color: #fff;
	white-space: nowrap;
}

.bannerSwiper .bannerJt {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.bannerSwiper .bannerJtPre {
    background: url(../img/bannerJtPre.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.bannerSwiper .bannerJtNext {
    background: url(../img/bannerJtNext.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.bannerSwiper .swiper-button-disabled {
    opacity: 0.4;
}

.bannerSwiper .swiper-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
}

.bannerSwiper .swiper-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
}

.bannerSwiper .swiper-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
}

.bannerSwiper .banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.bannerSwiper .swiper-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.bannerSwiper .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.bannerSwiper .banner-text h5 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.bannerSwiper .banner-text p {
    color: #fff;
    text-transform: uppercase;
    font-family: Anton;
    line-height: 1em;
    margin: 10px 0 20px 0;
    font-size: 40px;
    text-align: center;
	white-space: nowrap;
}
.bannerSwiper .banner-text div {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}




/* 公共面包屑 */
.position{
	padding: 30px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.position .main{
	display: flex;
	align-items: center;
}
.position .main a{
	width: auto;
	height: auto;
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.position .main a:first-child::before {
	content: ">>";
	display: inline-block;
}
.position .main span{
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	font-weight: 400;
}



/* 二级分类 */
.class_body .class_name,
.class_body .class_box .class_close,
.class_body .class_box .class_ul{
	display: none;
}
.class_body .class_box{
	max-width: 1520px;
	width: 94%;
	margin: 50px auto 0;
}
.class_body .class_box .class_type{
	display: flex;
	align-items: center;
	column-gap: 9px;
}
.class_body .class_box .class_type .class_item{
	position: relative;
	/*max-width: 160px;*/
	width: 16.66%;
	z-index: 9;
} 
.class_body .class_box .class_type .class_item a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F8F8F8;
	font-weight: 400;
	font-size: 14px;
	color: #707070;
}
.class_body .class_box .class_type .class_item a.act,
.class_body .class_box .class_type .class_item a:hover{
	background: #1B569D;
	color: #fff;
}
.class_body .class_box .class_type .class_item.show .class_ul{
	width: 100%;
	position: absolute;
	display: block;
}
.class_body .class_box .class_type .class_item .class_ul a{
	border-top: 1px solid #fff;
}





/* 页码 */
.page_box {
	width: fit-content;
	margin: 30px auto;
	display: flex;
	align-items: center;
}

.page_box .pages {
	display: flex;
	align-items: center;
}

.page_box .pages .item {
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 5px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #595959;
	cursor: pointer;
	overflow: hidden;
}

.page_box .pages .item:hover,
.page_box .pages .active,
.page_box .btn:hover{
	background: #032E86;
	color: white;
}
.page_box .btn.disbaled{
    color: rgba(255, 255, 255, 1) !important;
    background-color: #c8c8c8 !important;
    cursor: not-allowed !important;
    border: none !important;
}
.page_box .btn.disbaled img,
.page_box .btn:hover img{
	filter: brightness(0) invert(1);
}
.page_box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 38px;
	margin-right: 5px;
	cursor: pointer;
	overflow: hidden;
}
.page_box .btn span{
	display: none;
}
.page_box .btn img {
	height: 16px;
	object-fit: contain;
}








@media screen and (max-width: 1024px){
	.class_body .class_box .class_type{
		display: block;
		width: 100%;
	}
	.class_body .class_box .class_type .class_item{
		width: 100%;
		border-bottom: 1px solid #fff;
		max-width: 100%;
	}
	.class_body .class_box .class_type .class_item a{
		padding: 5px 10px;
		height: 40px;
		line-height: 30px;
		box-sizing: border-box;
		text-align: left;
		background: #fff;
	}
	.class_body .class_box .class_type .class_item a.act,
	.class_body .class_box .class_type .class_item a:hover {
		background: #e6f7ff;
		color: #707070;
	}
	.class_body .class_box .class_type .class_item .class_more{
		position: absolute;
        background: url(../img/add_icon.png) center no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        right: 20px;
        top: 10px;
	}
	.class_body .class_box .class_type .class_item.show .class_ul{
		position: inherit;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.class_body .class_box .class_type .class_item.show .class_more{
		transform: rotate(180deg);
	}
}


@media screen and (max-width: 768px){
	.page_box{
		width: 100%;
		column-gap: 2%;
	}
	.page_box .pages{
		display: none;
	}
	.page_box .btn{
		width: 48%;
		height: 45px;
		display: flex;
		align-items: center;
		background-color: #032e86;
		position: relative;
	}
	.page_box .btn span{
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.page_box .btn img{
		width: auto;
		filter: brightness(0) invert(1);
		position: absolute;
		left: 18px;
	}
	.page_box .btn.next img{
		left: auto;
		right: 18px;
	}



	.bannerSwiper .swiper-slide{
		height: 300px;
	}

	.bannerSwiper .banner-switch,
	.position{
		display: none;
	}
	
	.class_body .class_name{
		display: block;
		height: 50px;
		text-align: center;
		line-height: 50px;
		box-shadow: 0px 5px 5px #eaeaea;
		font-size: 14px;
		color: #1b569d;
	}
	.class_body .class_name span{
		color: #1b569d;
		margin-left: 5px;
	}
	.class_body .class_box{
		width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        transition: left .3s;
        z-index: 9999;
        background: #fff;
        margin: 0;
	}
	.class_body .class_box.show{
		left: 0;
		display: flex;
	}
	.class_body .class_box .class_close{
		width: 10%;
        height: 100%;
        float: left;
        background-color: #7F7F7F;
		display: block;
	}
	.class_body .class_box .class_close span{
		width: 100%;
        height: 40px;
        display: flex;
		justify-content: center;
		align-items: center;
        margin-top: 120px;
        background: #686868;
    }
    .class_body .class_box .class_close span img{
        width: 10px;
    }
	.class_body .class_box .class_type{
		width: 90%;
	}
	.class_body .class_box .class_type .class_item a{
		height: 50px;
		line-height: 40px;
		width: 80%;
	}
	.class_body .class_box .class_item.on .class_ul{
		display: block;
		padding-left: 30px;
		background: #efeff4;
	}
	.class_body .class_box .class_type .class_item .class_ul a{
		background: none;
		border-top: none;
		border-bottom: 1px solid #d5d5d6;
		height: 50px;
		line-height: 40px;
	}
}




