@font-face {
	font-family: 'md';
	src: url('../font/MiSans-Demibold.ttf');
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../font/Montserrat-Light.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../font/Poppins-Regular.otf');
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../font/Poppins-Light.otf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../font/Poppins-Bold.otf');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../font/Poppins-SemiBold.otf');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('../font/Poppins-Medium.otf');
}
@font-face {
	font-family: 'Arial-Regular';
	src: url('../font/Arial-Regular.ttf');
}

@font-face {
	font-family: 'just';
	src: url('../font/justanotherhand-regular-2.ttf');
}


/* 瀛椾綋 */

.layui-layer-msg{
    transform: scale(1.5)!important;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .18rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: Poppins-Regular, 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: 16rem;
	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%; */
	max-width: 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);
	}
}




/* banner */
.banner{
	width: 100%;
	height: 4.1rem;
	position: relative;
	display: flex;
	align-items: center;
}
.banner.newHeight{
    height: 3.25rem;
}
.banner .banner_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
    justify-content: center;
}
.banner .banner_img img{
	width: auto;
	height: 100%;
}
.banner.newHeight .banner_img img{
    width: 100%;
    object-fit: cover;
}
.banner .banner_title{
	position: relative;
	z-index: 2;
	font-family: Poppins-Bold;
	font-weight: bold;
	font-size: 0.5rem;
	color: #FFFFFF;
	line-height: 0.65rem;
	margin-bottom: 0.14rem;
}
.banner .position{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.banner .position img{
	width: 0.12rem;
	height: 0.12rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.banner .position a{
	width: max-content;
	margin-left: 0.21rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
	position: relative;
}
.banner .position a::before{
	content: "";
	position: absolute;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../img/common/position_icon.png) center no-repeat;
	background-size: contain;
	left: -0.13rem;
	top: 50%;
	transform: translateY(-50%);
}

.slogan{
    text-align: center;
    font-family: just;
font-weight: 400;
font-size: 0.45rem;
color: #FFFFFF;
position: relative;
letter-spacing: 8px;
}

.slogan>span{
    color: #FB8C00;
        font-family: just;
}


/* 面包屑导航 */
.position_box{
	display: flex;
	align-items: center;
}
.position_box img{
	width: 0.12rem;
	height: 0.12rem;
	object-fit: contain;
}
.position_box a{
	width: max-content;
	margin-left: 0.21rem;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	font-size: .18rem;
	color: #919191;
	position: relative;
}
.position_box a.act{
	font-family: Poppins-SemiBold;
	font-weight: 600;
}
.position_box a::before{
	content: "";
	position: absolute;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../img/common/position_icon2.png) center no-repeat;
	background-size: contain;
	left: -0.13rem;
	top: 50%;
	transform: translateY(-50%);
}





/* 二级栏目 */
.nav_class2{
	width: 100%;
	height: 0.8rem;
	background: #F4F4F4;
}
.nav_class2 .main{
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.nav_class2 .main a{
	width: max-content;
	height: 100%;
	font-family: Poppins-Bold;
	font-weight: 600;
	font-size: 0.18rem;
	line-height: 0.8rem;
	color: #0D2240;
	position: relative;
	
}
.nav_class2 .main a.act,
.nav_class2 .main a:hover{
	color: #FB8C00;
}
.nav_class2 .main a.act::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.02rem;
	background: #FB8C00;
	left: 0;
	bottom: 0;
}




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




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

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

.page_box .pages .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.38rem;
	height: 0.38rem;
	margin-right: 0.06rem;
	border: 0.01rem solid #E6E6E6;
	background-color: #fff;
	border-radius: 0.02rem;
	font-size: 0.19rem;
	color: #9A9A9A;
	cursor: pointer;
	overflow: hidden;
	font-weight: 400;
}

.page_box .pages .item:hover,
.page_box .pages .active {
	background: #FB8C00;
	color: white;
}
.page_box .pages span.item{
	background: none;
	border: none;
}
.page_box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.38rem;
	height: 0.38rem;
	margin-right: 0.06rem;
	border: 0.01rem solid #E6E6E6;
	background-color: #fff;
	border-radius: 0.02rem;
	cursor: pointer;
	overflow: hidden;
}

.page_box .btn img {
	height: 0.16rem;
	object-fit: contain;
}
.page_box .toPage {
	display: flex;
	align-items: center;
	font-family: Montserrat-Light;
	font-weight: 300;
	font-size: 0.19rem;
	color: #9A9A9A;
	margin-left: 0.16rem;
}

.page_box .toPage input {
	width: 0.68rem;
	height: 0.38rem;
	margin: 0 0.15rem;
	padding: 0 0.1rem;
	border-radius: 0.02rem;
	border: 0.01rem solid #E6E6E6;
	outline: none;
	font-size: 0.19rem;
	color: #9A9A9A;
}

/*信息收集弹窗*/
.messageWrap{
    width: 12.8rem;
    height: 4.7rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding:0.64rem 0 0 0.65rem;
}

.messageT1{
   font-family: Poppins-Bold;
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
}


.messageT2{
   font-family: Poppins-Regular;
   font-weight: 400;
   font-size: 0.25rem;
   color: #000000;
   margin-top: 0.1rem;
}

.msgForm{
    width: 11.51rem;
    margin-top: 0.48rem;
}
.msgFlex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.msgFlex>input{
    width: 5.46rem;
    height: 0.42rem;
    border-bottom: 0.01rem solid #D5D5D5;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
}

.msgContent{
    width: 100%;
    height: 0.42rem;
    border-bottom: 0.01rem solid #D5D5D5;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    margin-top: 0.39rem;
}
.msgButton{
    width: 1.36rem;
    height: 0.48rem;
    background: #FB8C00;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-top: 0.39rem;
    border:none;
    outline: none;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.msgClose{
    width: 0.31rem;
    height: 0.31rem;
    position: absolute;
    right: 0.64rem;
    top: 0.36rem;
    cursor: pointer;
}

.f-button svg,
.f-button svg *{
    color: #fff;
}















@media (max-width: 1042px) {
    .position_box img{
        width: 0.26rem;
        height: 0.26rem;
    }
    .position_box a::before{
        width: 0.1rem;
        height: 0.2rem;
        left: -0.2rem;
    }
    .position_box a{
        font-size: 0.22rem;
        margin-left: 0.26rem;
    }




    .banner .banner_title{
        font-size: 0.48rem;
    }
    .banner .position img{
        width: 0.24rem;
        height: 0.24rem;
    }
    .banner .position a{
        font-size: 0.22rem;
    }
    .banner .position a::before{
        width: 0.1rem;
        height: 0.2rem;
    }
    
    
    
    
     .nav_class2{
        overflow-x: auto;
        width: 100%;
        padding: 0 0.2rem;
        height: 1rem;
    }
    .nav_class2 .main{
        width: fit-content;
        justify-content: flex-start !important;
        display: flex;
        height: 100%;
        gap: 0.4rem !important;
    }
    .nav_class2 .main a{
        white-space: nowrap;
        font-size: 0.3rem;
        line-height: 1rem;
    }
    
    
    
    
    
    .messageWrap{
        width: 94%;
        height: auto;
        padding: 0.4rem;
    }
    .msgClose{
        right: 0.4rem;
    }
    .messageT1{
        font-size: 0.32rem;
    }
    .messageT2{
        font-size: 0.28rem;
    }
    .msgForm{
        width: 100%;
        margin-top: 0.1rem;
    }
    
    .msgFlex{
        flex-wrap: wrap;
    }
    .msgFlex>input{
        width: 100%;
        margin-top: 0.39rem;
        font-size: 0.28rem;
        height: 0.6rem;
    }
    .msgContent{
        font-size: 0.28rem;
        height: 0.6rem;
    }
    .msgButton{
        font-size: 0.24rem;
    }
    
}
@media (max-width: 768px) {
    
}
