﻿* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: ' ';
	scroll-behavior: smooth;
}

.clear {
	clear: both;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	transition: var(--main-transition);
}

	a:hover {
		text-decoration: none;
	}

img {
	vertical-align: top;
	transition: var(--main-transition);
	outline-width: 0ch;
}

:root {
	--main-color: #8f6b2e;
	--main-color-white: #ffffff;
	--main-color-fontColor: #555555;
	--main-color-p_color: #333333;
	--main-color-span_color: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width:1440px) {
	#ContactMoban .ml_map1 li {
		list-style: none !important;
	}

	#ContactMoban .ml_map1 {
		margin-bottom: 50px;
	}

	.ml_map li {
		list-style: none;
	}
	/* 电脑端头部 */
	.ml_pcnav > li > a {
		display: block;
		height: 100px;
		line-height: 100px;
		color: #666;
		padding: 0 10px !important;
	}

	.ml_pclogo img {
		height: 60px !important;
	}

	.ml_pc_head {
		height: 80px !important;
	}

	.sep {
		height: 80px !important;
	}

	.ml_pcnav > li > a {
		height: 80px !important;
		line-height: 80px !important;
	}

	.ml_map iframe {
		width: 100% !important;
	}

	#dituContent {
		width: 100% !important;
	}
	/* 电脑端头部 */
}

@media only screen and (min-width: 996px) {
	.inside_box {
		max-width: 1200px;
		margin: 0 auto;
	}

	.ml_indexpro {
		width: 100%;
		padding: 85px 0;
		background-color: #fafafa;
	}

	.ml_indexprocon {
		max-width: 1200px;
		margin: 0 auto;
	}

		.ml_indexprocon ul {
			display: flex;
			flex-wrap: wrap;
		}

			.ml_indexprocon ul li {
				padding: 10px;
				width: 25%;
			}

				.ml_indexprocon ul li p {
					text-align: center;
					color: #303133;
					font-size: 16px;
					padding: 10px 0;
				}

				.ml_indexprocon ul li span {
					text-align: center;
					color: #303133;
					display: block;
					text-align: center;
					font-size: 14px;
				}

	.indexpro_div {
		background-color: #fff;
		padding: 15px;
	}

		.indexpro_div img {
			width: 100%;
			transition: all ease 0.4s;
			display: block;
			height: 230px;
			object-fit: contain;
			margin: 0 auto;
		}

		.indexpro_div:hover img {
			transform: scale(1.1);
		}

		.indexpro_div a {
			display: block;
			overflow: hidden;
		}

	#ContactMoban .ml_map1 li {
		list-style: none !important;
	}

	#ContactMoban .ml_map1 {
		margin-bottom: 50px;
	}

	.ml_map iframe {
		width: 100% !important;
	}

	#dituContent {
		width: 100% !important;
	}

	.ml_map li {
		list-style: none;
	}
	/* 头部 */
	.ml_pc_head {
		transition: var(--main-transition);
		width: 100%;
		height: 100px;
		background-color: var(--main-color-white);
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding: 0 3%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ml_pclogo img {
		height: 80px;
	}

	.ml_pc_header_right {
		display: flex;
		align-items: center;
	}

	.ml_pcnav {
		display: flex;
		align-items: center;
		height: 100%;
	}

		.ml_pcnav > li {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100%;
			position: relative;
		}

			.ml_pcnav > li > a {
				display: block;
				color: #666;
				font-size: 16px;
				padding: 0 30px;
			}

			.ml_pcnav > li:hover .ml_nav_item0 {
				color: var(--main-color) !important;
			}

	.ml_navitem1 {
		position: absolute;
		top: 130%;
		left: 0;
		width: 150px;
		background-color: var(--main-color-white);
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.ml_pcnav > li:hover .ml_navitem1 {
		top: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.ml_navitem1 > ul > li > a {
		height: 45px;
		line-height: 45px;
		width: 100%;
		color: #666;
		font-size: 16px;
		display: block;
	}

	.ml_navitem1 > ul > li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 10px;
	}

		.ml_navitem1 > ul > li:hover {
			color: var(--main-color-white) !important;
			background-color: var(--main-color) !important;
		}

			.ml_navitem1 > ul > li:hover .ml_navitem1_a {
				color: var(--main-color-white) !important;
			}

	.ml_navitem1 > ul > li {
		position: relative;
	}

	.ml_navitem2 {
		position: absolute;
		top: 30%;
		left: 100%;
		width: 100%;
		visibility: hidden;
		transition: var(--main-transition);
		background-color: var(--main-color-white);
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		opacity: 0;
	}

		.ml_navitem2 a {
			display: block;
			width: 100%;
			height: 45px;
			line-height: 45px;
			padding: 0 10px;
			color: #666;
			font-size: 16px;
			text-align: center;
		}

			.ml_navitem2 a:hover {
				color: var(--main-color-white) !important;
				background-color: var(--main-color) !important;
			}

	.ml_navitem1 > ul > li:hover .ml_navitem2 {
		top: 0% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	/* 头部 */
	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.ml_banner {
		width: 100%;
	}

		.ml_banner img {
			width: 100%;
		}

	.sep {
		height: 100px;
	}

	.ml_banner_btn {
		background-image: none !important;
		width: 50px !important;
		height: 50px !important;
		color: var(--main-color-white) !important;
		font-size: 35px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		transition: var(--main-transition);
	}

	.ml_banner:hover .ml_banner_btn {
		opacity: 1 !important;
	}

	.ml_banner:hover .ml_banner_page {
		opacity: 1 !important;
	}

	.ml_banner_page {
		opacity: 0;
	}

		.ml_banner_page .swiper-pagination-bullet {
			width: 35px !important;
			height: 5px !important;
			background-color: var(--main-color-white) !important;
			border-radius: 0 !important;
		}

	.ml_hot {
		height: 80px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		background-color: var(--main-color-white);
	}

	.ml_hot_con {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 80px;
		justify-content: space-between;
	}

	.ml_hot_left {
		display: flex;
		align-items: center;
	}

		.ml_hot_left a {
			color: var(--main-color-span_color);
			font-size: 14px;
			padding: 0 10px;
		}

		.ml_hot_left span {
			color: var(--main-color-span_color);
			font-size: 14px;
		}

	.ml_hot_right {
		display: flex;
		align-items: center;
	}

		.ml_hot_right input {
			padding-left: 15px;
			height: 40px;
			border: 1px solid #ededed;
			outline: none;
			width: 350px;
		}

		.ml_hot_right a {
			display: block;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: var(--main-color);
			font-size: 16px;
			color: var(--main-color-white);
			width: 90px;
		}

	.title {
		margin-bottom: 80px;
	}

		.title strong {
			text-align: center;
			color: var(--main-color-p_color);
			font-size: 30px;
			position: relative;
			display: block;
			font-weight: normal;
		}

			.title strong::after {
				position: absolute;
				width: 60px;
				height: 3px;
				background-color: var(--main-color);
				bottom: -20px;
				left: 50%;
				content: '';
				transform: translateX(-50%);
			}

	.indexpro_div {
		background-color: var(--main-color-white);
		padding: 15px;
	}

		.indexpro_div img {
			width: 100%;
			transition: var(--main-transition);
			display: block;
			height: 230px;
			object-fit: contain;
			margin: 0 auto;
		}

		.indexpro_div:hover img {
			transform: scale(1.1);
		}

	.ml_more {
		display: block;
		width: 150px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		margin: 0 auto;
		margin-top: 30px;
	}

	.ml_aboutus {
		padding: 85px 0;
		background-color: var(--main-color-white);
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.ml_aboutuscon {
		max-width: 1200px;
		margin: 0 auto;
	}

		.ml_aboutuscon p {
			text-align: left;
			color: var(--main-color-span_color);
			font-size: 16px;
			line-height: 30px;
			text-indent: 2em;
		}

		.ml_aboutuscon img {
			display: block;
			max-width: 700px;
			margin: 30px auto;
		}

	.ml_app {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_app_left {
		width: 50%;
	}

		.ml_app_left img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.ml_app_right {
		background-color: var(--main-color);
		width: 50%;
		display: flex;
		padding: 0 50px;
		flex-direction: column;
		justify-content: center;
	}

		.ml_app_right .title strong {
			color: var(--main-color-white) !important;
		}

			.ml_app_right .title strong::after {
				background-color: var(--main-color-white);
			}

		.ml_app_right ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.ml_app_right ul li {
				width: 31%;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				padding: 30px 0;
				border: 1px dashed var(--main-color-white);
				margin-bottom: 30px;
			}

				.ml_app_right ul li img {
					transition: var(--main-transition);
				}

				.ml_app_right ul li:hover img {
					transform: rotateY(360deg);
				}

				.ml_app_right ul li p {
					text-align: center;
					color: var(--main-color-white);
					font-size: 16px;
					margin-top: 20px;
				}

	.ml_new {
		width: 100%;
		padding: 85px 0;
	}

	.ml_new_con {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_new_con_left {
		width: 48%;
	}

		.ml_new_con_left a img {
			width: 100%;
			height: 450px;
			object-fit: cover;
		}

	.ml_new a:hover {
		color: var(--main-color) !important;
	}

	.new_left_div {
		padding: 15px;
		background-color: #fafafa;
	}

		.new_left_div a {
			font-size: 16px;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
			/*强制文本在一行内显示*/
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.new_left_div p {
			font-size: 14px;
			color: var(--main-color-span_color);
			line-height: 25px;
		}

	.ml_new_con_right {
		width: 48%;
	}

		.ml_new_con_right ul {
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

			.ml_new_con_right ul li {
				padding: 15px;
				background-color: #fafafa;
				/* margin-bottom: 22px; */
			}

	.n_li_top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.n_li_top a {
			font-size: 16px;
			/*强制文本在一行内显示*/
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			width: 80%;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
		}

		.n_li_top span {
			font-size: 16px;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
		}

	.n_li_bot {
		font-size: 14px;
		color: var(--main-color-span_color);
		overflow: hidden;
		text-overflow: ellipsis;
		/* 将对象作为弹性伸缩盒子模型显示 */
		display: -webkit-box;
		/* 限制在一个块元素显示的文本的行数 */
		/* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
		-webkit-line-clamp: 2;
		/* 设置或检索伸缩盒对象的子元素的排列方式 */
		-webkit-box-orient: vertical;
		line-height: 25px;
	}

	.ml_foot {
		padding: 30px 0;
		background-color: #222222;
	}

	.ml_footer {
		max-width: 1200px;
		margin: 0 auto;
	}

	.ml_footer_top {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #393939;
	}

		.ml_footer_top a {
			color: #ccc;
			font-size: 14px;
		}

		.ml_footer_top span {
			color: #ccc;
			font-size: 14px;
			padding: 0 15px;
			display: block;
		}

	.ml_footer_bot {
		padding-top: 30px;
		display: flex;
		justify-content: space-between;
	}

	.ml_footer_bot_left ul li {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}

		.ml_footer_bot_left ul li span {
			display: block;
			margin-left: 10px;
			color: #ccc;
			font-size: 14px;
		}

		.ml_footer_bot_left ul li i {
			color: #ccc;
		}

	.ml_footer_bot_right ul {
		display: flex;
		justify-content: space-between;
	}

		.ml_footer_bot_right ul li {
			margin-left: 30px;
		}

			.ml_footer_bot_right ul li p {
				text-align: center;
				color: #ccc;
				font-size: 14px;
				margin-top: 15px;
			}

	.ml_totop {
		position: fixed;
		bottom: 100px;
		right: 30px;
		z-index: 9999;
		display: none;
	}

	.ml_inbanner {
		width: 100%;
		position: relative;
	}

	.ml_inbanner_pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 9;
		background: rgba(0, 0, 0, .3);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.ml_inbanner_pos strong {
			display: block;
			font-size: 40px;
			color: var(--main-color-white);
			text-align: center;
			font-weight: normal;
			margin-bottom: 15px;
		}

		.ml_inbanner_pos p {
			text-align: center;
			color: var(--main-color-white);
			font-size: 25px;
		}

	.ml_inbanner img {
		width: 100%;
	}

	.ml_partner {
		padding: 85px 0;
		width: 100%;
		background-color: #fafafa;
	}

	.ml_partner_con {
		max-width: 1200px;
		margin: 0 auto;
	}

		.ml_partner_con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.ml_partner_con ul li {
				width: 25%;
				padding: 15px;
			}

				.ml_partner_con ul li img {
					width: 100%;
					height: 100px;
					object-fit: contain;
				}

	.partnerdiv {
		background-color: var(--main-color-white);
		padding: 15px;
	}

	.ml_pro_fir {
		display: block;
		font-size: 30px;
		color: var(--main-color-p_color);
		font-weight: normal;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
		margin-bottom: 15px;
	}

	.ml_pro_sec {
		display: flex;
		align-items: center;
	}

		.ml_pro_sec a {
			color: var(--main-color-p_color);
			font-size: 16px;
			display: inline-block;
			padding: 5px 10px;
			transition: var(--main-transition);
			margin-right: 20px;
		}

			.ml_pro_sec a:hover {
				background-color: var(--main-color) !important;
				color: var(--main-color-white) !important;
			}

	.ml_sel {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
	}

	.ml_page {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

		.ml_page a {
			display: inline-block;
			padding: 5px 10px;
			font-size: 14px;
			margin: 0 5px;
			background-color: var(--main-color-white);
			border: 1px solid #ccc;
			color: var(--main-color-p_color);
		}

			.ml_page a:hover {
				background-color: var(--main-color) !important;
				color: var(--main-color-white) !important;
				border: 1px solid var(--main-color) !important;
			}

	.ml_currentpage {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color) !important;
	}

	.strong_1 {
		display: block;
		padding: 10px;
		border-bottom: 2px solid var(--main-color);
		font-size: 16px;
		font-weight: normal;
		color: var(--main-color-p_color);
	}

	.ml_bread {
		max-width: 1200px;
		margin: 30px auto;
		display: flex;
		align-items: center;
		padding-left: 25px;
		background-image: url(../images/home.png);
		background-repeat: no-repeat;
		background-position: left center;
	}

		.ml_bread a {
			display: block;
			color: var(--main-color-p_color);
			font-size: 14px;
		}

		.ml_bread span {
			display: block;
			color: var(--main-color-p_color);
			font-size: 14px;
			padding: 0 10px;
		}

	.ml_new {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 0;
	}

	.ml_new_item {
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		transition: var(--main-transition);
		margin-bottom: 30px;
		padding: 10px;
		align-items: center;
	}

		.ml_new_item:hover {
			box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		}

	.ml_new_item_left {
		width: 25%;
	}

		.ml_new_item_left img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			height: 220px;
		}

	.ml_new_item_right {
		background-color: var(--main-color-white);
		flex: 1;
		padding: 20px;
		position: relative;
	}

		.ml_new_item_right .newtitle {
			font-size: 20px;
			color: var(--main-color-p_color);
			display: block;
			margin-bottom: 15px;
		}

		.ml_new_item_right p {
			font-size: 16px;
			color: #666;
			display: block;
			line-height: 25px;
			margin-bottom: 15px;
		}

	.moredetail {
		display: block;
		text-align: center;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background-color: var(--main-color);
		color: var(--main-color-white);
	}

		.moredetail:hover {
			background-color: var(--main-color-white) !important;
		}

	.ml_date {
		font-size: 25px;
		color: var(--main-color);
		margin-bottom: 10px;
	}

	.inside {
		max-width: 1200px;
		padding: 30px 15px;
		background-color: var(--main-color-white);
		margin: 0 auto;
		margin-bottom: 50px;
	}

		.inside img {
			width: 100%;
		}

		.inside p {
			color: var(--main-color-p_color);
			font-size: 16px;
			margin-bottom: 10px;
			line-height: 2em;
		}

	.ml_contact {
		max-width: 1230px;
		margin: 0 auto;
		padding: 30px 25px;
		background-color: var(--main-color-white);
		margin-bottom: 50px;
	}

	.ml_contactcon {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_contactcon_left {
		width: 48%;
	}

	.ml_contactcon_right {
		width: 48%;
	}

	.tact_strong {
		display: block;
		font-weight: normal;
		font-size: 25px;
		margin-bottom: 35px;
	}

	.ml_contactcon_left ul li {
		/* margin-bottom: 25px; */
		padding-left: 75px;
		background-repeat: no-repeat;
		background-position: left center;
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #ededed;
	}

		.ml_contactcon_left ul li p {
			font-size: 17px;
			color: var(--main-color-fontColor);
			margin-bottom: 10px;
		}

		.ml_contactcon_left ul li span {
			display: block;
			font-size: 16px;
			color: var(--main-color-fontColor);
		}

	.ml_contactcon_right input {
		display: block;
		padding-left: 15px;
		outline: none;
		height: 44px;
		width: 100%;
		margin-bottom: 17px;
		border: 1px solid #ededed;
		border-radius: 4px;
	}

	.ml_contactcon_right textarea {
		display: block;
		padding-left: 15px;
		padding-top: 15px;
		outline: none;
		height: 100px;
		width: 100%;
		margin-bottom: 17px;
		border: 1px solid #ededed;
		border-radius: 4px;
	}

	.ml_sub {
		display: block;
		height: 44px;
		line-height: 44px;
		text-align: center;
		border-radius: 4px;
		background-color: var(--main-color);
		color: var(--main-color-white);
		width: 100%;
	}

	.ml_map {
		max-width: 1230px;
		margin: 0 auto;
		/* background-color: #ccc;
        min-height: 100px;
        margin-bottom: 50px; */
	}

	.mygallery img {
		padding: 15px;
		margin-bottom: 20px;
	}

	.ml_content {
		width: 100%;
	}
	/* 关于我们样式二 */
	.ml_aboutus_module2 {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ml_aboutus_module2_left {
		width: 48%;
	}

		.ml_aboutus_module2_left img {
			width: 100%;
			/* display: none; */
		}

		.ml_aboutus_module2_left video {
			display: block;
			width: 100%;
		}

	.ml_aboutus_module2_right {
		width: 48%;
	}

		.ml_aboutus_module2_right strong {
			display: block;
			font-size: 30px;
			position: relative;
			font-weight: normal;
			color: var(--main-color);
			margin-bottom: 30px;
		}

			.ml_aboutus_module2_right strong::after {
				position: absolute;
				bottom: -10px;
				left: 0;
				width: 100px;
				content: '';
				background-color: var(--main-color);
				height: 2px;
			}

		.ml_aboutus_module2_right p {
			text-align: left !important;
			font-size: #303133;
			font-size: 16px;
			line-height: 30px;
		}
	/* 关于我们样式二 */
	/* 关于我们样式三 */
	.ml_aboutus_module3 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.ml_num_scroll ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}

		.ml_num_scroll ul li {
			width: 48%;
			margin-bottom: 30px;
		}

			.ml_num_scroll ul li h2 {
				color: var(--main-color);
				font-size: 40px;
			}

	.mun_top {
		display: flex;
		justify-content: left;
	}

		.mun_top span {
			display: block;
			padding-top: 16px;
			font-size: 16px;
			padding-left: 5px;
		}

	.ml_num_scroll ul li p {
		text-align: left !important;
		display: block;
		width: 100%;
		font-size: 16px;
	}
	/* 关于我们样式三 */
	/* 联系我们2 */
	.ml_contactcon_module1 {
		width: 100%;
	}

	.ml_contactcon_module1_top {
		width: 100%;
	}

		.ml_contactcon_module1_top ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.ml_contactcon_module1_top ul li {
				width: 31%;
				padding: 20px;
				background-color: var(--main-color-white);
				border-radius: 10px;
				box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
			}

				.ml_contactcon_module1_top ul li img {
					display: block;
					margin: 0 auto;
					margin-bottom: 20px;
				}

				.ml_contactcon_module1_top ul li strong {
					display: block;
					text-align: center;
					color: var(--main-color);
				}

				.ml_contactcon_module1_top ul li p {
					text-align: center;
					color: #303133;
					font-size: 17px;
					margin-top: 15px;
				}

	.ml_contactcon_module1_bot {
		display: flex;
		margin-top: 140px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.ml_contactcon_module1_bot_left {
		width: 49%;
	}

	.ml_contactcon_module1_bot_right {
		width: 49%;
	}

	.ml_contactcon_module1_bot_left .ml_contactcon_right {
		width: 100% !important;
	}
	/* 联系我们2 */
	/* 联系我们3 */
	.ml_contactcon_module2 {
		max-width: 1300px;
		margin: 0 auto;
		background-color: var(--main-color-white);
		padding: 25px;
	}

	.ml_map1 {
		/* min-height: 100px;
        background-color: #ccc;
        margin-bottom: 50px; */
	}

	.ml_contactcon_module2 .ml_contactcon_module1_bot {
		width: 100% !important;
	}

	.ml_contactcon_module2 .ml_contactcon_module1_bot_left {
		width: 100% !important;
	}

		.ml_contactcon_module2 .ml_contactcon_module1_bot_left input {
			width: 48%;
		}

		.ml_contactcon_module2 .ml_contactcon_module1_bot_left .ml_contactcon_right {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.ml_contactcon_module2 .ml_contactcon_module1_bot_left .ml_contactcon_right strong {
				display: block;
				width: 100%;
			}
	/* 联系我们3 */
	/* 新闻2 */
	.ml_new1 {
		max-width: 1300px;
		margin: 50px auto;
	}

		.ml_new1 ul {
			display: flex;
			flex-wrap: wrap;
		}

			.ml_new1 ul li {
				width: calc(100% / 3);
				padding: 20px;
				box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
				margin-bottom: 40px;
				transition: var(--main-transition);
			}

				.ml_new1 ul li a img {
					width: 100%;
				}

	.ml_new1_box {
		padding: 15px 10px;
	}

		.ml_new1_box p {
			font-size: 20px;
			color: #222;
			margin-bottom: 15px;
		}

		.ml_new1_box span {
			color: #666;
			font-size: 14px;
			line-height: 25px;
		}
	/* 新闻2 */
	/* 带左侧栏通用 */
	.ml_panel {
		max-width: 1300px;
		margin: 100px auto;
	}

	.ml_panel_left {
		width: 300px;
		position: sticky;
		top: 130px;
		float: left;
	}

	.ml_panel_left_top {
		width: 100%;
		line-height: 60px;
		padding-left: 20px;
		color: var(--main-color-white);
		font-size: 25px;
		height: 60px;
		background-color: var(--main-color);
	}

		.ml_panel_left_top strong {
			font-weight: normal;
			display: block;
			line-height: 60px;
			padding-left: 20px;
			color: var(--main-color-white);
			font-size: 25px;
			height: 60px;
		}

	.ml_panel_left_ul {
		border: 1px solid #ccc;
		border-top: none !important;
	}

		.ml_panel_left_ul li {
			border-bottom: 1px solid #efefef;
			display: flex;
			align-items: center;
			padding: 0 20px;
			justify-content: space-between;
		}

			.ml_panel_left_ul li:hover {
				background-color: var(--main-color);
			}

				.ml_panel_left_ul li:hover a {
					color: var(--main-color-white) !important;
				}

				.ml_panel_left_ul li:hover i {
					color: var(--main-color-white) !important;
				}

			.ml_panel_left_ul li a {
				height: 50px;
				line-height: 50px;
				color: #666;
				display: block;
				width: 100%;
			}

	.ml_panel_left_arr {
		transition: var(--main-transition);
		font-size: 20px !important;
		cursor: pointer;
	}

	.left_panel_left_third a {
		height: 50px;
		line-height: 50px;
		color: #666;
		display: block;
		width: 100%;
		padding-left: 30px;
		border-bottom: 1px solid #efefef;
	}

	.left_panel_left_third {
		display: none;
	}

		.left_panel_left_third a:hover {
			background-color: var(--main-color);
			color: var(--main-color-white) !important;
			border-bottom: 1px solid var(--main-color) !important;
		}

	.rroo {
		transform: rotate(90deg);
	}

	.ml_clear {
		clear: both;
	}

	.yijiarr {
		display: none;
	}

	.ml_footer_bot_right ul li img {
		width: 110px;
		height: 110px;
		object-fit: cover;
	}

	.backtotop {
		transition: var(--main-transition);
		opacity: 0;
		visibility: hidden;
	}

	.index_ml_new .ml_more:hover {
		color: var(--main-color-white) !important;
	}

	.ml_footer_bot_left li a {
		color: #ccc;
	}

	.tabactive {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
	}

	.tab_pro {
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.tab_pro a {
			text-align: center;
			width: 150px;
			height: 40px;
			line-height: 40px;
			border: 1px solid #ccc;
			font-size: 16px;
			color: #303133;
			display: block;
		}

			.tab_pro a:hover {
				color: var(--main-color-white) !important;
				background-color: var(--main-color) !important;
			}

	.mySwiper .swiper-slide img {
		height: 100px;
		object-fit: contain;
	}

	.backtotop {
		border-bottom: none !important;
	}

	.ml_sep {
		display: none;
	}

	.ml_download li {
		padding: 15px 0;
		border-bottom: 1px dashed #ccc;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.ml_download li img {
			width: 55px;
		}

	.loadnow {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: var(--main-color);
		color: var(--main-color-white);
		font-size: 15px;
	}

	.d_center {
		flex: 1;
		padding: 0 20px;
	}

		.d_center a {
			display: block;
			font-size: 15px;
			color: #303133;
			margin-bottom: 7px;
		}

		.d_center span {
			font-size: 14px;
			color: #444;
			display: inline-block;
			margin-right: 5px;
		}
	/* 评价 */
	.ml_conment li {
		padding: 15px 0;
		border-bottom: 1px dashed var(--main-color);
	}

	.ml_conment_d {
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
	}

	.d_left {
		display: flex;
		width: 200px;
		align-items: center;
	}

		.d_left img {
			margin: 0 !important;
			width: 25px !important;
		}

		.d_left span {
			display: block;
			margin-left: 15px;
			color: var(--main-color);
			font-size: 15px;
		}

	.ml_conment_d p {
		font-size: 15px;
		color: #303133;
		flex: 1;
		line-height: 25px;
	}
	/* 评价 */
	.float_cart {
		cursor: pointer;
		width: 100px;
		height: 100px;
		background-color: var(--main-color-white);
		z-index: 9999;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		position: fixed;
		right: 0;
		bottom: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}

	.cart_num {
		width: 25px;
		height: 25px;
		position: absolute;
		background-color: var(--main-color);
		color: var(--main-color-white);
		right: 15px;
		top: 20px;
		font-size: 15px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* 商品属性 */
	.shuxing {
		padding: 15px 0;
	}

	.shuxingitem {
		display: flex;
		justify-content: space-between;
	}

		.shuxingitem span {
			display: block;
			width: 60px;
			text-align: left;
			margin: 0 !important;
		}

		.shuxingitem ul {
			display: flex;
			flex: 1;
			align-items: center;
		}

			.shuxingitem ul li {
				display: block;
				padding: 5px 20px;
				margin-bottom: 10px;
				border: 1px solid #ccc;
				margin-right: 20px;
				font-size: 14px;
				cursor: pointer;
				transition: var(--main-transition);
			}

	.chooesen {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color) !important;
	}
	/* 商品属性 */
}

@media only screen and (max-width: 996px) {
	.inside_box {
		padding: 30px 15px;
	}

	.ml_indexprocon ul {
		display: flex;
		flex-wrap: wrap;
	}

		.ml_indexprocon ul li {
			/* padding: 10px; */
			width: 50%;
		}

			.ml_indexprocon ul li p {
				text-align: center;
				color: #303133;
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				font-size: 16px;
				/* padding: 10px 0; */
			}

			.ml_indexprocon ul li span {
				text-align: center;
				color: #303133;
				display: block;
				text-align: center;
				font-size: 14px;
			}

	.indexpro_div {
		background-color: #fff;
		padding: 15px;
	}

		.indexpro_div img {
			width: 100%;
			height: 150px;
			object-fit: contain;
			transition: all ease 0.4s;
			display: block;
			margin: 0 auto;
		}

		.indexpro_div:hover img {
			transform: scale(1.1);
		}

	.ml_indexpro {
		width: 100%;
		padding: 30px 15px;
		background-color: #fafafa;
	}

	.ml_indexprocon {
		width: 100%;
		margin: 0 auto;
	}
	/* 商品属性 */
	.shuxing {
		padding: 15px 0;
	}

	.shuxingitem {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.shuxingitem span {
			display: block;
			font-size: 14px;
			width: 100%;
			text-align: left;
			margin-bottom: 5px !important;
		}

		.shuxingitem ul {
			display: flex;
			width: 100%;
			align-items: center;
			flex-wrap: wrap;
		}

			.shuxingitem ul li {
				display: block;
				padding: 5px 20px;
				margin-bottom: 10px;
				border: 1px solid #ccc;
				margin-right: 20px;
				font-size: 14px;
				cursor: pointer;
				transition: var(--main-transition);
			}

	.chooesen {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color) !important;
	}
	/* 商品属性 */
	.float_cart {
		cursor: pointer;
		width: 70px;
		height: 70px;
		background-color: var(--main-color-white);
		z-index: 9999;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		position: fixed;
		right: 0;
		bottom: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}

		.float_cart img {
			width: 35px;
		}

	.cart_num {
		width: 25px;
		height: 25px;
		position: absolute;
		background-color: var(--main-color);
		color: var(--main-color-white);
		right: 10px;
		top: 10px;
		font-size: 15px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* 评价 */
	.ml_conment li {
		padding: 15px 0;
		border-bottom: 1px dashed var(--main-color);
	}

	.ml_conment_d {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 15px 0;
	}

	.d_left {
		display: flex;
		width: 100%;
		align-items: center;
	}

		.d_left img {
			margin: 0 !important;
			width: 25px !important;
		}

		.d_left span {
			display: block;
			margin-left: 15px;
			color: var(--main-color);
			font-size: 15px;
		}

	.ml_conment_d p {
		font-size: 15px;
		color: #303133;
		width: 100%;
		margin-top: 5px;
		line-height: 25px;
	}
	/* 评价 */
	.ml_download li {
		padding: 15px 0;
		border-bottom: 1px dashed #ccc;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

		.ml_download li img {
			width: 30px;
		}

	.loadnow {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: var(--main-color);
		color: var(--main-color-white);
		font-size: 15px;
		margin-top: 10px;
	}

	.d_center {
		flex: 1;
		padding: 0 20px;
	}

		.d_center a {
			display: block;
			font-size: 15px;
			color: #303133;
			margin-bottom: 7px;
		}

		.d_center span {
			font-size: 14px;
			color: #444;
			display: inline-block;
			margin-right: 5px;
		}

	#ContactMoban .ml_map1 li {
		list-style: none !important;
	}

	#ContactMoban .ml_map1 {
		margin-bottom: 50px;
	}

	.ml_map li {
		list-style: none;
	}

	.ml_sep {
		height: 60px;
	}

	.tab_pro {
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.tab_pro a {
			text-align: center;
			width: 150px;
			height: 40px;
			line-height: 40px;
			border: 1px solid #ccc;
			font-size: 16px;
			color: #303133;
			display: block;
		}

			.tab_pro a:hover {
				color: var(--main-color-white) !important;
				background-color: var(--main-color) !important;
			}

	.tabactive {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
	}

	.ml_footer_bot_left li a {
		color: #ccc;
	}

	.ml_footer_bot_right ul li img {
		width: 110px;
		height: 110px;
		object-fit: cover;
	}
	/* 带左侧栏通用 */
	.ml_panel_left_ul {
		display: none;
	}

	.ml_panel {
		width: 100%;
		padding: 30px 15px;
	}

	.ml_panel_left {
		width: 100%;
		background-color: var(--main-color-white);
		position: sticky;
		top: 60px;
		z-index: 999;
	}

	.ml_panel_left_top strong {
		font-size: 25px;
		font-weight: normal;
	}

	.ml_panel_left_top {
		width: 100%;
		line-height: 60px;
		padding-left: 20px;
		color: var(--main-color-white);
		font-size: 25px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 20px;
		height: 60px;
		background-color: var(--main-color);
	}

	.ml_panel_left_ul {
		border: 1px solid #ccc;
		border-top: none !important;
	}

		.ml_panel_left_ul li {
			border-bottom: 1px solid #efefef;
			display: flex;
			align-items: center;
			padding: 0 20px;
			justify-content: space-between;
		}

			.ml_panel_left_ul li:hover {
				background-color: var(--main-color);
			}

				.ml_panel_left_ul li:hover a {
					color: var(--main-color-white) !important;
				}

				.ml_panel_left_ul li:hover i {
					color: var(--main-color-white) !important;
				}

			.ml_panel_left_ul li a {
				height: 50px;
				line-height: 50px;
				color: #666;
				display: block;
				width: 100%;
			}

	.ml_panel_left_arr {
		transition: var(--main-transition);
		font-size: 20px !important;
		cursor: pointer;
	}

	.left_panel_left_third a {
		height: 50px;
		line-height: 50px;
		color: #666;
		display: block;
		width: 100%;
		padding-left: 30px;
		border-bottom: 1px solid #efefef;
	}

	.left_panel_left_third {
		display: none;
	}

		.left_panel_left_third a:hover {
			background-color: var(--main-color);
			color: var(--main-color-white) !important;
			border-bottom: 1px solid var(--main-color) !important;
		}

	.rroo {
		transform: rotate(90deg);
	}

	.ml_clear {
		clear: both;
	}
	/* 带左侧栏通用 */
	/* 新闻2 */
	.ml_new1 {
		width: 100%;
		padding: 30px 15px;
	}

		.ml_new1 ul {
			display: flex;
			flex-wrap: wrap;
		}

			.ml_new1 ul li {
				width: 100%;
				padding: 20px;
				box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
				margin-bottom: 40px;
				transition: var(--main-transition);
				margin-bottom: 30px;
			}

				.ml_new1 ul li a img {
					width: 100%;
				}

	.ml_new1_box {
		padding: 15px 10px;
	}

		.ml_new1_box p {
			font-size: 20px;
			color: #222;
			margin-bottom: 15px;
		}

		.ml_new1_box span {
			color: #666;
			font-size: 14px;
			line-height: 25px;
		}
	/* 新闻2 */
	.ml_aboutus_module3 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.ml_num_scroll ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}

		.ml_num_scroll ul li {
			width: 48%;
			margin-bottom: 30px;
		}

			.ml_num_scroll ul li h2 {
				color: var(--main-color);
				font-size: 40px;
			}

	.mun_top {
		display: flex;
		justify-content: left;
	}

		.mun_top span {
			display: block;
			padding-top: 16px;
			font-size: 16px;
			padding-left: 5px;
		}

	.ml_num_scroll ul li p {
		text-align: left !important;
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.ml_aboutus_module2 {
		width: 100%;
		padding: 30px 15px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.ml_aboutus_module2_left {
		width: 100%;
		margin-bottom: 30px;
	}

		.ml_aboutus_module2_left img {
			width: 100%;
			/* display: none; */
		}

		.ml_aboutus_module2_left video {
			display: block;
			width: 100%;
		}

	.ml_aboutus_module2_right {
		width: 100%;
	}

		.ml_aboutus_module2_right strong {
			display: block;
			font-size: 30px;
			position: relative;
			font-weight: normal;
			color: var(--main-color);
			margin-bottom: 30px;
		}

			.ml_aboutus_module2_right strong::after {
				position: absolute;
				bottom: -10px;
				left: 0;
				width: 100px;
				content: '';
				background-color: var(--main-color);
				height: 2px;
			}

		.ml_aboutus_module2_right p {
			text-align: left !important;
			font-size: #303133;
			font-size: 16px;
			line-height: 30px;
		}

	.propage_sec {
		display: none;
	}

	.ml_content {
		width: 100%;
		padding: 30px 15px;
	}

	.ml_map {
		width: 95%;
		margin: 0 auto;
		/* min-height: 100px;
        background-color: #ccc;
        margin-bottom: 50px; */
	}

	.ml_sub {
		display: block;
		height: 44px;
		line-height: 44px;
		text-align: center;
		border-radius: 4px;
		background-color: var(--main-color);
		color: var(--main-color-white);
	}

	.inside {
		width: 95%;
		padding: 20px 15px;
		background-color: var(--main-color-white);
		margin: 30px auto;
	}

		.inside img {
			width: 100%;
		}

		.inside p {
			color: var(--main-color-p_color);
			font-size: 16px;
			line-height: 35px;
		}

	.ml_new {
		width: 100%;
		padding: 30px 15px;
		margin: 0 auto;
	}

	.ml_new_item {
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		flex-wrap: wrap;
		transition: var(--main-transition);
		margin-bottom: 30px;
	}

		.ml_new_item:hover {
			box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		}

	.ml_new_item_left {
		width: 100%;
	}

		.ml_new_item_left img {
			width: 100%;
		}

	.ml_new_item_right {
		background-color: var(--main-color-white);
		width: 100%;
		padding: 15px;
		position: relative;
	}

		.ml_new_item_right .newtitle {
			font-size: 16px;
			color: var(--main-color-p_color);
			display: block;
			margin-bottom: 10px;
		}

		.ml_new_item_right p {
			font-size: 16px;
			color: #666;
			display: block;
			line-height: 25px;
			margin-bottom: 10px;
		}

	.moredetail {
		display: block;
		text-align: center;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background-color: var(--main-color);
		color: var(--main-color-white);
	}

		.moredetail:hover {
			background-color: var(--main-color-white) !important;
		}

	.ml_date {
		font-size: 18px;
		color: var(--main-color);
		margin-bottom: 10px;
	}

	.ml_bread {
		width: 100%;
		margin: 30px auto;
		display: flex;
		align-items: center;
		padding-left: 25px;
		background-image: url(../images/home.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

		.ml_bread a {
			display: block;
			color: var(--main-color-p_color);
			font-size: 14px;
		}

		.ml_bread span {
			display: block;
			color: var(--main-color-p_color);
			font-size: 14px;
			padding: 0 10px;
		}

	.strong_1 {
		display: block;
		padding: 10px;
		border-bottom: 2px solid var(--main-color);
		font-size: 16px;
		font-weight: normal;
		color: var(--main-color-p_color);
	}

	.ml_page {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		flex-wrap: wrap;
	}

		.ml_page a {
			display: inline-block;
			padding: 5px 10px;
			font-size: 14px;
			margin: 0 5px;
			background-color: var(--main-color-white);
			border: 1px solid #ccc;
			margin-bottom: 15px;
			color: var(--main-color-p_color);
		}

			.ml_page a:hover {
				background-color: var(--main-color) !important;
				color: var(--main-color-white) !important;
				border: 1px solid var(--main-color) !important;
			}

	.ml_currentpage {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color) !important;
	}

	.ml_procon {
		width: 100%;
		padding: 30px 15px;
		margin: 0 auto;
	}

	.ml_pro_fir {
		display: block;
		font-size: 25px;
		color: var(--main-color-p_color);
		font-weight: normal;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
		margin-bottom: 15px;
	}

	.ml_pro_sec {
		display: flex;
		align-items: center;
		white-space: nowrap;
		overflow: scroll;
	}

		.ml_pro_sec::-webkit-scrollbar {
			display: none;
		}

		.ml_pro_sec a {
			color: var(--main-color-p_color);
			font-size: 16px;
			display: inline-block;
			padding: 5px 10px;
			transition: var(--main-transition);
			margin-right: 20px;
		}

			.ml_pro_sec a:hover {
				background-color: var(--main-color) !important;
				color: var(--main-color-white) !important;
			}

	.ml_sel {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
	}

	.ml_partner {
		padding: 30px 15px;
		width: 100%;
		background-color: #fafafa;
	}

	.ml_partner_con {
		margin: 0 auto;
	}

		.ml_partner_con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.ml_partner_con ul li {
				width: 50%;
				padding: 15px;
			}

				.ml_partner_con ul li img {
					width: 100%;
					height: 100px;
					object-fit: contain;
				}

	.partnerdiv {
		background-color: var(--main-color-white);
		padding: 15px;
	}

	.ml_inbanner {
		width: 100%;
		position: relative;
		height: 150px;
	}

	.ml_inbanner_pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 9;
		background: rgba(0, 0, 0, .3);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.ml_inbanner_pos strong {
			display: block;
			font-size: 30px;
			color: var(--main-color-white);
			text-align: center;
			font-weight: normal;
			margin-bottom: 15px;
		}

		.ml_inbanner_pos p {
			text-align: center;
			color: var(--main-color-white);
			font-size: 20px;
		}

	.ml_inbanner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ml_totop {
		position: fixed;
		bottom: 100px;
		right: 30px;
		z-index: 9999;
		display: none;
	}

	.ml_foot {
		padding: 30px 15px;
		background-color: #222222;
	}

	.ml_footer {
		margin: 0 auto;
	}

	.ml_footer_top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #393939;
	}

		.ml_footer_top a {
			color: #ccc;
			font-size: 14px;
			margin-bottom: 10px;
		}

		.ml_footer_top span {
			color: #ccc;
			font-size: 14px;
			margin-bottom: 10px;
			padding: 0 15px;
			display: block;
		}

	.ml_footer_bot {
		padding-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ml_footer_bot_left {
		width: 100%;
		margin-bottom: 20px;
	}

		.ml_footer_bot_left ul li {
			margin-bottom: 20px;
			display: flex;
			align-items: center;
		}

			.ml_footer_bot_left ul li span {
				display: block;
				margin-left: 10px;
				color: #ccc;
				font-size: 14px;
			}

			.ml_footer_bot_left ul li i {
				color: #ccc;
			}

	.ml_footer_bot_right {
		width: 100%;
	}

		.ml_footer_bot_right ul {
			display: flex;
			justify-content: center;
		}

			.ml_footer_bot_right ul li {
				margin: 0 20px;
			}

				.ml_footer_bot_right ul li p {
					text-align: center;
					color: #ccc;
					font-size: 14px;
					margin-top: 15px;
				}

	.ml_more {
		display: block;
		width: 150px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		margin: 0 auto;
		margin-top: 30px;
	}

	.ml_new {
		width: 100%;
		padding: 30px 15px;
	}

	.ml_new_con {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_new_con_left {
		width: 100%;
		margin-bottom: 22px;
	}

		.ml_new_con_left a img {
			width: 100%;
		}

	.ml_new a:hover {
		color: var(--main-color) !important;
	}

	.new_left_div {
		padding: 15px;
		background-color: #fafafa;
	}

		.new_left_div a {
			font-size: 16px;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
			/*强制文本在一行内显示*/
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.new_left_div p {
			font-size: 14px;
			color: var(--main-color-span_color);
		}

	.ml_new_con_right {
		width: 100%;
	}

		.ml_new_con_right ul li {
			width: 100%;
			padding: 15px;
			background-color: #fafafa;
			margin-bottom: 22px;
		}

	.n_li_top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

		.n_li_top a {
			font-size: 16px;
			/*强制文本在一行内显示*/
			white-space: nowrap;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
		}

		.n_li_top span {
			font-size: 16px;
			color: var(--main-color-fontColor);
			display: block;
			margin-bottom: 20px;
		}

	.n_li_bot {
		font-size: 14px;
		color: var(--main-color-span_color);
		overflow: hidden;
		text-overflow: ellipsis;
		/* 将对象作为弹性伸缩盒子模型显示 */
		display: -webkit-box;
		/* 限制在一个块元素显示的文本的行数 */
		/* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
		-webkit-line-clamp: 2;
		/* 设置或检索伸缩盒对象的子元素的排列方式 */
		-webkit-box-orient: vertical;
	}

	.ml_app {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_app_left {
		width: 100%;
	}

		.ml_app_left img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.ml_app_right {
		background-color: var(--main-color);
		width: 100%;
		display: flex;
		padding: 30px 20px;
		flex-direction: column;
		justify-content: center;
	}

		.ml_app_right .title strong {
			color: var(--main-color-white) !important;
		}

			.ml_app_right .title strong::after {
				background-color: var(--main-color-white);
			}

		.ml_app_right ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.ml_app_right ul li {
				width: 31%;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				padding: 30px 0;
				border: 1px dashed var(--main-color-white);
				margin-bottom: 30px;
			}

				.ml_app_right ul li img {
					transition: var(--main-transition);
				}

				.ml_app_right ul li:hover img {
					transform: rotateY(360deg);
				}

				.ml_app_right ul li p {
					text-align: center;
					color: var(--main-color-white);
					font-size: 16px;
					margin-top: 20px;
				}

	.ml_aboutus {
		padding: 30px 15px;
		background-color: var(--main-color-white);
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.ml_aboutuscon {
		width: 100%;
		margin: 0 auto;
	}

		.ml_aboutuscon p {
			text-align: center;
			color: var(--main-color-span_color);
			font-size: 14px;
			line-height: 25px;
		}

		.ml_aboutuscon img {
			display: block;
			width: 100%;
			margin: 30px auto;
		}

	.title {
		margin-bottom: 40px;
	}

		.title strong {
			text-align: center;
			color: var(--main-color-p_color);
			font-size: 25px;
			position: relative;
			display: block;
			font-weight: normal;
		}

			.title strong::after {
				position: absolute;
				width: 40px;
				height: 2px;
				background-color: var(--main-color);
				bottom: -20px;
				left: 50%;
				content: '';
				transform: translateX(-50%);
			}

	.indexpro_div {
		background-color: var(--main-color-white);
		padding: 15px;
	}

		.indexpro_div img {
			width: 100%;
			height: 150px;
			object-fit: contain;
			transition: var(--main-transition);
			display: block;
			margin: 0 auto;
		}

		.indexpro_div:hover img {
			transform: scale(1.1);
		}

	.ml_hot {
		padding: 15px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		background-color: var(--main-color-white);
	}

	.ml_hot_con {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ml_hot_left {
		display: flex;
		width: 100%;
		align-items: center;
	}

		.ml_hot_left a {
			color: var(--main-color-span_color);
			font-size: 14px;
			padding: 0 10px;
		}

		.ml_hot_left span {
			color: var(--main-color-span_color);
			font-size: 14px;
		}

	.ml_hot_right {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}

		.ml_hot_right input {
			padding-left: 15px;
			height: 40px;
			border: 1px solid #ededed;
			outline: none;
			width: 80%;
		}

		.ml_hot_right a {
			display: block;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: var(--main-color);
			font-size: 16px;
			color: var(--main-color-white);
			flex: 1;
		}

	.ml_banner {
		width: 100%;
	}

		.ml_banner img {
			width: 100%;
		}

	.sep {
		height: 60px !important;
	}

	.ml_banner_btn {
		background-image: none !important;
		width: 35px !important;
		height: 35px !important;
		color: var(--main-color-white) !important;
		font-size: 20px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: rgba(0, 0, 0, .5);
		transition: var(--main-transition);
	}

	.ml_banner_page .swiper-pagination-bullet {
		width: 35px !important;
		height: 5px !important;
		background-color: var(--main-color-white) !important;
		border-radius: 0 !important;
	}

	.sep {
		height: 60px;
	}

	.ml_mb_nav {
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 60px;
		right: -100%;
		background-color: var(--main-color-white);
		z-index: 100;
		border-top: 1px solid #ccc;
		overflow: scroll;
		padding: 20px 0;
		transition: var(--main-transition);
	}

	.mb_navShow {
		right: 0 !important;
	}

	.ml_mbnav_2 {
		display: none;
	}

	.ml_mbnav_3 {
		display: none;
	}

	.ml_mb_arrowChange {
		transform: rotate(90deg);
	}

	.ml_mb_nav i {
		font-size: 22px !important;
		transition: var(--main-transition);
	}

	.ml_mbnav_1_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
	}

	.ml_mbnav_2_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #e3e3e3;
	}

	.ml_mbnav_3_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef;
	}

	.ml_mbnav_1_item > a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: #303133;
		width: 100%;
		font-size: 16px;
	}

	.ml_mbnav_2_item > a {
		display: block;
		height: 40px;
		width: 100%;
		line-height: 40px;
		color: #303133;
		font-size: 16px;
		padding-left: 20px;
	}

	.ml_mbnav_3_item > a {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		color: #303133;
		font-size: 16px;
		padding-left: 35px;
	}

	.ml_pc_head {
		display: none;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: var(--main-color-white);
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		z-index: 99;
	}

	.ml_mb_logo img {
		height: 45px;
	}

	.hb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 20px;
		flex-direction: column;
	}

		.hb span {
			display: block;
			width: 30px;
			height: 1px;
			background-color: var(--main-color-p_color);
			transition: var(--main-transition);
		}

	.hb_fadeout {
		opacity: 0 !important;
	}

	.change1 {
		transform: translateY(10px) rotate(45deg);
	}

	.change2 {
		transform: translateY(-10px) rotate(-45deg);
	}
}
