@font-face {
	font-family: '';
	src: url('');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: 'mr';
	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;
}

:root {
	--c: #3D60ED;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.8s ease-in-out;
	--l_fa: Source Han Sans CN, Source Han Sans CN;
}

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

.page_wrap {
	/* padding-top: 1.2rem; */
}

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

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_start {
	align-items: flex-start;
}

.flex_box [class*=flex_box] {
	flex: 1 1 auto;
	position: relative;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.line1 {
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}

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


/* 板块标题 */
.index_title {}


/* 内页标题 */
.inner_title {}


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




.more {
	height: 0.81rem;
	width: 1.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #504D4D;
	font-size: 0.18rem;
	border-right: 0.01rem solid #787676;
	transition: all .25s;
}

.pointer {
	cursor: pointer;
}

.banner img{
	height: 4rem;
}
.banner{
	position: relative;
}
.position{
	position: absolute;
	top: 50%;
	left: 50%;
	    transform: translate(-50%, -50%);
}
.position p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.48rem;
	color: #FFFFFF;
	text-align: left;
}



/* 公共面包屑 */
.bread .icon {
	width: 0.135rem;
	height: 0.19rem;
	margin-right: 0.08rem;
}
.bread .icon img{
	object-fit: contain;
}

.Xheader .mainWidth{
	justify-content: space-between !important;
}
.Xheader .mainWidth .flex_box{
	flex: 0 0 auto;
	    margin: 0 -0.2rem;
}

.bread .item span {
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #707070;
}

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

.bread .list .item:not(:first-child)::before {
	content: '/';
	display: block;
	font-size: 0.14rem;
	color: #707070;
	margin: 0 0.05rem;
	align-self: center;
}

.bread .list,
.bread .item {
	display: flex;
	flex: 0 0 auto;
}

.bread .main {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.bread .active span {
	color: #707070;
}

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


.Xlist_li{
	padding: 0 0.2rem;
}
.Xlist_p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	padding: 0.2rem 0;
	white-space: nowrap;
}
.Xlist_p strong {
    font-weight: inherit;
        font-size: inherit;
}
.Xlist_li.active{
	
	border-bottom: 0.01rem solid #76BB69;
}
.Xlist_li.active p{
	font-weight: bold;
	color: #003F91;
}

.solution_more{
	width: 1.13rem;
	height: 0.32rem;
	background: #76BB69;
	border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
	margin-top: 0.52rem;
	justify-content: center;
}
.solution_more p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.solution_more img{
	width: 0.123rem !important;
	height: 0.0845rem !important;
	margin-left: 0.07rem;
}


/* 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;
}
.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;
	margin-top: 0.36rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: font-size: 14px;
color: #7D7D7D;
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	border: 0.01rem solid #DEDEDE;
	text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #7D7D7D;
	line-height: 0.32rem;
	cursor: pointer;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
}

.page .list .item:hover {
	background: #003F91;
	color: white;
	border: 0.01rem solid #003F91;
}

.page .list .active {
	background: #003F91;
	color: white;
	border: 0.01rem solid #003F91;
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	    border-radius: 2px 2px 2px 2px;
}

.page .btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	position: absolute;
	font-size: 0.16rem;
	font-family: '宋体';
	color: #CFCFCF;
	font-weight: bold;
}

.page .btn:hover {
	background: #003F91;
}

.page .disable {
	opacity: 0.5;
}

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

.page .total {
	margin-right: 0.23rem;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	color: #FFFFFF;
	margin-left: 0.08rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(61, 96, 237, 1);
	outline: none;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: transparent;
}




.mainWidth{
	width: 95%;
	max-width: 15.2rem;
	margin: auto;
}

@media only screen and (max-width: 768px) {
    .banner {
    margin-top: 50px;
}
.header .mainWidth.flex_box {
    display: none;
}
.Xheader .mainWidth .flex_box{
    margin: 0!important;
    display: flex;
    width: 100%;
    /*overflow-x: scroll;*/
    text-align: center;
}
/*p.Xlist_p {
    font-size: 0.25rem!important;
}
.bread .item span{
    font-size: 0.25rem!important;
}*/
    /*解决方案*/
    .Xheader .mainWidth.flex_box {
    display: flex;
    flex-direction: column;
    }
    .bread .list{
        justify-content: center!important;
        flex-wrap: wrap;
    }
    /*方案详情*/
    .pro_detail{
            display: flex;
    flex-direction: column;
    }
    
    /*产品详情*/
    .solution_detail .mainWidth.flex_box{
            display: flex;
    flex-direction: column;
    }
    .solution_detail .detail_left.flex_box {
    margin-top: 0.2rem;
}
/*加入我们*/
.join_box.flex_box{
        display: flex;
        flex-direction: column;
}
/*联系我们*/
.contact_box.flex_box{
    display: flex;
    flex-direction: column;
}
/*底部*/
ul.footer_nav.flex_box{
    display:none;
    }
    .hebing{
        flex-direction: column;
        flex-wrap: wrap;
}
.detail_left {
    margin: 0 auto;
}
    }
