/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

@font-face {
	font-family: 'calibri';
	src: url('../fonts/calibri.ttf')
}

@font-face {
	font-family: 'RLFont Regular';
	src: url('../fonts/RLFont Regular.otf')
}

* {
	font-family: 'calibri', '微软雅黑', Arial, Helvetica, sans-serif, 'RLFont Regular';
}

html,
body {
	font-size: 14px;
	background-color: #fff;
	border-top: 14px solid #fbb45f;
	border-left: 14px solid #fbb45f;
	border-right: 14px solid #fbb45f;
	padding-top: 70px;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-5 {
	margin: 0 11.6%;
	width: 76.8%;
}

.this-1442 {
	margin: 0 auto;
	width: 1442px;
}

/* 表格初始化 */

table {
	color: #212529;
	margin-bottom: 1rem;
	width: 100%;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
	font-family: 'calibri';
	position: relative;
	height: 130px;
	margin-bottom: 30px;
}

#header .logo_mc {
	position: absolute;
	width: 198px;
	height: 28px;
	left: calc(50% - 99px);
}


#header .logo_mc img {
	height: 28px;
}

.top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#header .logo img {
	height: 130px;
}

#nav {
	float: left;
	margin-bottom: 4px;
}

#nav a {
	float: left;
	font-size: 15px;
	color: #000;
	margin-right: 40px;
	letter-spacing: 2px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-family: 'RLFont Regular';
}

#nav a:last-child {
	margin-right: 0;
}

#nav a.active {
	border-bottom: 1px solid #fbb45f;
}

.header_search {
	float: right;
	width: 180px;
	line-height: 40px;
	height: 40px;
	padding: 0 4px 0 18px;
	background-color: #333;
	box-sizing: border-box;
}

.header_search input {
	color: #fff;
	width: 118px;
	font-family: '微软雅黑';
	font-size: 13px;
	background-color: #333;
	line-height: 40px;
	outline: none;
}

.header_search button {
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background: unset;
	border: unset;
}

#home .one {
	margin-top: 60px;
	margin-bottom: 60px;
}

.one_title {
	text-align: center;
}

.one_title em {
	background-image: linear-gradient(100deg, #fbb45f, #fbb45f);
	background-position: 0 104%;
	background-repeat: no-repeat;
	background-size: 100% 6px;
	font-style: normal;
	padding: 0 14px;
	transition: background-size .25s ease-in;
	z-index: 1;
}

.one_title span:nth-of-type(1) {
	font-family: 'calibrili';
	font-size: 34px;
	color: #666;
	font-weight: lighter;
	letter-spacing: -1px;
}

.one_title span:nth-of-type(2) {
	font-weight: 700;
	font-family: '微软雅黑';
	font-size: 34px;
	color: #333;
	margin-left: 10px;
}

.one_title i {
	color: #777;
	display: block;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.5px;
}

.grid {
	display: grid;
	grid-gap: 10px;
	/* 卡片间距 */
	grid-auto-rows: 300px;
	/* 每行基础高度 300px */
	grid-template-columns: repeat(4, 1fr);
	/* 固定4列，等宽 */
	margin-top: 30px;
}

.grid .grid-item {
	padding-bottom: 75px;
}

.grid .grid-item .grid-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.grid .grid-item .nav-block {
	display: block;
	margin-bottom: 10px;
}

.two {
	margin-bottom: 80px;
}

.two_list {
	margin-top: 30px;
}

.two_list li {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 30px;
}

.two_list li:nth-of-type(3) {
	margin-right: 0;
}

.nav-block .subtitle {
	color: #000;
	font-size: 16px;
	font-family: '微软雅黑';
	margin: 14px 0 4px 0;
}

.grid .span-row-2 {
	grid-row: span 2 / auto;
}

.grid .span-col-2 {
	grid-column: span 2 / auto;
}

.nav-block .description {
	font-size: 12px;
	font-family: '微软雅黑';
	line-height: 16px;
	height: 16px;
	color: #666;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.two_list_an {
	border-bottom: 1px solid #333;
	border-radius: 0;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-family: '微软雅黑';
	padding: 0 10px;
	margin-top: 10px;
	display: inline-block;
	line-height: 30px;
}

#footer {
	padding: 90px 0 50px 0;
	border-top: 1px solid #f5f3f3;
}

.footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer p {
	font-family: 'Poppins';
}

.footer_one .footer_logo {
	margin-bottom: 24px;
	height: 35px;
}

.footer_mc p {
	margin: 0;
	font-size: 16px;
	color: #333;
	font-family: '微软雅黑';
	line-height: 24px;
}

.footer_list {
	margin-top: 30px;
}

.footer_list_bt {
	font-size: 16px;
	color: #000;
	font-family: '微软雅黑';
	line-height: 30px;
}

.footer_list_nr p {
	font-size: 14px;
	line-height: 30px;
	font-family: '微软雅黑';
	color: #666;
	margin: 0;
}

.footer_list_fx {
	margin-top: 14px;
	display: flex;
}

.footer_list_fx a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 50%;
	transition: all 0.3s;
	margin-right: 20px;
	background-color: #fbb45f;
}

.footer_list_fx a:hover {
	transform: translateY(-5px);
}

.footer_list_title {
	font-size: 18px;
	color: #000;
	font-family: '微软雅黑';
	line-height: 30px;
}

.footer_two {
	margin-top: 6px;
}

.footer_two .footer_list {
	margin-top: 24px;
}

.footer_list_nr p a {
	color: #666;
	font-family: '微软雅黑';
}

.footer_list_nav li a {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.footer_bq {
	background-color: #fbb45f;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.footer_bq p {
	font-size: 14px;
	color: #fff;
	font-family: '微软雅黑';
	margin: 0;
}

.footer_bq p a {
	font-size: 14px;
	font-family: '微软雅黑';
	color: #fff;
}

#main {
	border-top: 1px solid #f5f3f3;
	margin-bottom: 70px;
}

.link {
	margin: 26px 0 !important;
	font-size: 16px;
	color: #666;
	width: 100%;
	display: block;
}

.link span {
	padding: 0 10px;
	color: #000;
}

.link a {
	color: #000;
	font-size: 16px;
}

#main .main_left {
	width: 330px;
	z-index: 10;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-right: 30px;
	border: 1px solid #efefef;
}

#main .main_left.is-fixed {
	position: fixed;
	z-index: 1000;
	top: 20px;
	left: auto;
	margin-right: 0;
}

#main .main_left .list .more .children {
	display: none;
}

#main .main_left .xl_title {
	line-height: 60px;
	height: 60px;
	text-align: left;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	margin-bottom: 1px;
	font-weight: bold;
	font-family: 'Poppins';
	background-color: #fff;
}

#main .main_left .xl_title i {
	margin-right: 10px;
}

#main .main_left .list {
	background-color: #fff7ec;
	padding: 20px;
}

#main .main_left .list a {
	font-size: 13px;
	font-family: 'Poppins';
	color: #777;
}

#main .main_left .list a:hover,
#main .main_left .list a.active {
	color: #000;
}

.products .products_right {
	margin-left: 360px;
	width: calc(100% - 360px);
}

.products_hf {
	width: 100%;
	height: 0;
	padding-top: 440px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.products_hf:after {
	border: 1px solid hsla(0, 0%, 100%, .5);
	content: "";
	display: block;
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	top: 24px;
}

.products_right_bt {
	font-size: 25px;
	font-weight: 800;
	margin-top: 40px;
	font-family: '微软雅黑';
	color: #333;
	margin-bottom: 20px;
}

.products_cp {
	margin-bottom: 40px;
}

.products_cp li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	transition: all 0.3s;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

.products_cp li:nth-of-type(4n) {
	margin-right: 0;
}

.products_cp li:hover {
	border: 1px solid #666;
}

.products_cp_img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

a.products_cp_bt {
	font-size: 16px;
	color: #333;
	font-family: 'Poppins';
	text-align: center;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .products-view {
	display: flex;
	justify-content: flex-start;
}

#main .products-view>.title .img {
	width: 700px;
	display: flex;
}

#main .products-view>.title .img>a {
	display: block;
	width: 591px;
	padding-top: 65%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .img .list {
	width: 64px;
	margin-right: 20px;
}

#main .products-view>.title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.title .img .list li {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #fff;
	box-sizing: border-box;
}

#main .products-view>.title .img .list li.active {
	border: 2px solid #000;
}

#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.product_xq {
	width: calc(100% - 700px);
}

.product_xq_title {
	color: #333;
	font-size: 25px;
	font-family: '微软雅黑';
	font-weight: bold;
}

.product_xq_x {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 18px 0;
}

.table-params td,
.table-params th,
.table-params.table {
	border: none;
	font-size: 13px;
	padding: 3px 0;
	color: #333;
	font-family: '微软雅黑';
}

.table-params td:nth-child(odd) {
	font-weight: 700;
	color: #212529;
	width: 300px;
}

.table-params td:nth-of-type(2n) {
	width: 160px;
}

.collections {
	margin: auto;
	width: calc(100% - 270px);
	margin-bottom: 60px;
}

.collections .one_title {
	margin-bottom: 10px;
}

.collections .products_cp li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	transition: all 0.3s;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

.collections .products_cp li:nth-of-type(4n) {
	margin-right: 0;
}

.collections .products_cp li:hover {
	border: 1px solid #666;
}

.collections .products_cp_img {
	background-size: cover;
}

.news li {
	margin-bottom: 70px;
}

.news li:nth-of-type(2n) .news_l {
	float: right;
}

.news li .news_l {
	width: 920px;
	position: relative;
	float: left;
}

.news li .news_list_img {
	width: 100%;
	height: 0;
	padding-top: 460px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.news li .news_l:after {
	border: 1px solid hsla(0, 0%, 100%, .5);
	bottom: 24px;
	content: "";
	display: block;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 24px;
}

.news_r {
	width: calc(100% - 990px);
	text-align: center;
	padding-left: 70px;
	float: right;
	display: flex;
	min-height: 460px;
}

.news li:nth-of-type(2n) .news_r {
	float: left;
	padding-right: 30px;
	padding-left: 0;
}

.news_nr {
	text-align: center;
	width: 100%;
	align-self: center !important;
}

.news .one_title span:nth-of-type(1) {
	font-size: 24px;
}

.news .one_title span:nth-of-type(2) {
	font-size: 24px;
}

.news_r_jj {
	color: #888;
	font-size: 16px;
	font-family: '微软雅黑';
	margin: 24px 0;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.news_r_btn {
	background-color: #fbb45f;
	font-size: 13px;
	font-family: '微软雅黑';
	width: 192px;
	height: 42px;
	line-height: 42px;
	display: block;
	color: #fff;
	font-weight: bold;
	margin: auto;
}

.news_view_bt {
	margin: auto;
	width: 890px;
	font-size: 22px;
	color: #222;
	margin-top: 60px;
	margin-bottom: 34px;
	text-align: center;
	font-family: '微软雅黑';
	font-weight: bold;
}

.news_view_nr p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
	color: #333;
}

.contact_title {
	color: #333;
	font-size: 25px;
	font-family: '微软雅黑';
	font-weight: bold;
	margin-bottom: 46px;
	line-height: 30px;
}

.contact_jj {
	font-size: 16px;
	color: #666;
	text-align: center;
}

.contact_nr {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact_l {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40%;
	background-position: center center;
}

.contact_r {
	width: 42%;
	margin-left: 8%;
}

a.cp_an {
	color: #fff;
	background-color: #1d2124;
	font-size: 12px;
	font-family: '微软雅黑';
	margin-top: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	width: 160px;
	display: block;
}

.cp_info {
	font-size: 15px;
	color: #333;
	font-family: '微软雅黑';
	margin-top: 20px;
	line-height: 30px;
	font-weight: bold;
}

.cp_lj {
	font-size: 15px;
	color: #666;
	font-family: '微软雅黑';
}

.news_view {
	width: 1290px;
	margin: 0 auto;
}

.news_view_img {
	margin-bottom: 34px;
}

.news_view_img li {
	float: left;
	width: calc(33.33% - 14px);
	margin-right: 20px;
	transition: all 0.3s;
}

.news_view_img li:nth-of-type(3n) {
	margin-right: 0;
}

.news_view_img li .xwtp {
	width: 100%;
	padding-top: 129%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.about_zhengshu_bt {
	font-size: 26px;
	color: #222;
	font-weight: bold;
	font-family: '微软雅黑';
	margin: 70px 0 20px 0;
}

.about_zhengshu li:nth-of-type(4n) {
	margin-right: 0;
}

.about_zhengshu li .about_zhengshu_img {
	width: 100%;
	padding-top: 150%;
	background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_top {
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 2.25rem;
}

.about_one {
	flex: 1 1 calc(50% - 18px);
}

.about_one_img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	object-position: center;
}

.about_two {
	flex: 1 1 calc(50% - 18px);
	display: flex;
	flex-direction: column;
}

.about_two_nr,
.about_three_nr {
	margin-bottom: 1.5rem;
}

.about_nr_bt {
	font-size: 22px;
	font-family: '微软雅黑';
	font-weight: bold;
	margin-bottom: 10px;
}

.about_nr_jj p {
	font-size: 16px;
	color: #666;
	margin: 0;
	text-align: left;
	line-height: 20px;
}

.about_two_img {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.about_xia {
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 2.25rem;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.about_three {
	flex: 1 1 calc(50% - 18px);
	display: flex;
	flex-direction: column;
}

.about_three_tp {
	display: flex;
	justify-content: space-between;
}

.about_three_img {
	width: 49%;
	height: 0;
	padding-top: 40%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.about_four {
	flex: 1 1 calc(50% - 18px);
}

.about_four_img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	object-position: center;
}

.about_hf {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	text-align: center;
	color: #fff;
	padding: 120px 0;
}

.about_hf_nr {
	text-align: center;
	width: 100%;
	align-self: center !important;
}

.about_hf_bt {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	font-family: '微软雅黑';
}

.about_hf_jj {
	margin: auto;
	margin-top: 34px;
	margin-bottom: 34px;
	width: 670px;
	color: #fff;
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 26px;
}

.footer_er {
	height: 130px;
}

.about_five {
	flex: 1 1 calc(50% - 18px);
}

.about_five_img {
	display: block;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	object-position: center;
}

.about_xia_x {
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 2.25rem;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.about_six {
	flex: 1 1 calc(50% - 18px);
	display: flex;
	flex-direction: column;
}

.about_six_tp {
	display: flex;
	justify-content: space-between;
}

.about_six_img {
	width: 49%;
	height: 0;
	padding-top: 65%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}


@media screen and (max-width:1460px) {

	.about_two_nr,
	.about_three_nr {
		margin-bottom: 1rem;
	}

	#nav a {
		font-size: 15px;
		margin-right: 28px;
		letter-spacing: 1.2px;
	}

	.about_top {
		gap: 1rem;
	}

	.about_xia,
	.about_xia_x {
		gap: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.news .one_title span:nth-of-type(1) {
		font-size: 22px;
	}

	.news .one_title span:nth-of-type(2) {
		font-size: 22px;
	}

	.contact_title {
		font-size: 20px;
		margin-bottom: 36px;
		line-height: 24px;
	}

	#main .main_left {
		width: 260px;
	}

	.products .products_right {
		margin-left: 290px;
		width: calc(100% - 290px);
	}

	.news li .news_list_img {
		padding-top: 350px;
	}

	.news_r {
		min-height: 350px !important;
	}

}

@media screen and (max-width:1370px) {
	.news .one_title span:nth-of-type(1) {
		font-size: 20px;
	}

	.news .one_title span:nth-of-type(2) {
		font-size: 20px;
	}

	.news li .news_list_img {
		padding-top: 330px;
	}

	.news_r {
		min-height: 330px !important;
	}

}

@media screen and (max-width:1300px) {

	#nav a {
		font-size: 15px;
		margin-right: 20px;
		letter-spacing: 1.2px;
	}

	.about_four_img {
		/* padding-top: 94% !important; */
	}

	#main .main_left {
		width: 200px;
	}

	.products .products_right {
		margin-left: 230px;
		width: calc(100% - 230px);
	}

	.products_hf {
		padding-top: 315px;
	}
}

@media screen and (width:1280px) {

	.about_four_img {
		/* padding-top: 90% !important; */
	}

}

@media screen and (max-width:1640px) {
	.this-1442 {
		margin: 0 100px;
		width: calc(100% - 200px);
	}

	.about_nr_jj p {
		font-size: 15px;
		line-height: 19px;
	}

	.online-message .content input {
		height: 24px !important;
	}

	.products_hf {
		padding-top: 325px;
	}
}

@media screen and (max-width:1660px) {
	.news li .news_l {
		width: 60%;
	}

	.news_r {
		width: calc(40% - 60px);
		padding-left: 60px;
		min-height: 460px;
	}

	.news_view {
		width: 80%;
	}

}

@media screen and (min-width:1921px) {
	.this-1442 {
		margin: 0 auto;
		width: 1600px;
	}

	.about_nr_jj p {
		line-height: 22px;
	}

	.contact_l {
		padding-top: 36%;
	}

}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {
	html {
		overflow-x: hidden;
		min-height: 100vh;
		border-top: 10px solid #fbb45f;
		border-left: 10px solid #fbb45f;
		border-right: 10px solid #fbb45f;
		padding-top: 0;
		background-color: #fff;
	}

	.this-1442 {
		margin: 0 22px;
		width: calc(100% - 44px);
	}

	.collections {
		width: 100%;
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		height: 130px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 130px;
		float: left;
	}

	#nav-m .logo img {
		height: 70px;
		margin-top: 30px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 0;
		top: 54px;
	}

	#nav-m .menu li{
		display: flex;
		width: 100%;
		margin-bottom: 5px;
        justify-content: space-between;
	}
	
	#nav-m .menu li:last-child{
		margin-bottom: 0;
	}

	#nav-m .menu li span {
		display: block;
		border-radius: 10px;
		height: 4px;
		width: 30px;
		background-color: #333;
	}

	#nav-m .menu li .dhl_q {
		border-radius: 100%;
		margin-left: 5px;
		height: 4px;
		width: 4px;
		background-color: #333;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .nav-m-list {
		background-color: #fbb45f;
		display: none;
	}

	#nav-m .nav-m-list li {
		line-height: 40px;
		border-bottom: 1px solid #ee9f3e;
	}

	#nav-m .nav-m-list li a {
		height: 100%;
		text-transform: uppercase;
		width: calc(100% - 10px);
		display: block;
		padding-left: 10px;
		font-size: 14px;
		color: #fff;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#nav-m .list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	#home .one {
		margin-top: 3rem !important;
		margin-bottom: 60px;
	}

	.one_title span:nth-of-type(1) {
		font-size: 26px !important;
	}

	.one_title span:nth-of-type(2) {
		font-size: 26px !important;
	}

	.grid {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 190px;
	}

	.grid .grid-item {
		padding-bottom: 30px;
	}

	.grid .grid-item .grid-image {
		height: 64%;
	}

	.grid .span-row-2 .grid-image {
		height: 84%;
	}

	.nav-block p.subtitle {
		font-size: 14px;
	}

	.two_list li {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.two {
		margin-bottom: 40px;
	}

	#footer {
		padding: 50px 0 50px 0;
	}

	.footer {
		flex-direction: column;
	}

	.footer_two {
		margin-top: 30px;
	}

	.footer_two .footer_list {
		margin-top: 10px;
	}

	.footer_list_bt {
		font-size: 14px;
	}

	.footer_list_title {
		font-size: 16px;
		color: #000;
		font-family: '微软雅黑';
		line-height: 20px;
	}

	.footer_bq p {
		font-size: 12px;
	}

	.footer_bq p a {
		font-size: 12px;
	}

	.link {
		font-size: 12px;
		line-height: 20px;
	}

	.link a {
		font-size: 12px;
	}

	.products {
		display: flex;
		flex-direction: column;
	}

	#main .main_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.products .products_right {
		margin-left: 0;
		width: 100%;
	}

	img,
	svg {
		vertical-align: middle;
	}

	.products_hf:after {
		bottom: 10px;
		left: 10px;
		right: 10px;
		top: 10px;
	}

	.products_hf {
		padding-top: 46%;
	}

	.products_cp li {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	#main .products-view {
		display: flex;
		flex-direction: column;
	}

	#main .products-view>.title .img {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}

	#main .products-view>.title .img>a {
		display: block;
		width: 100%;
		padding-top: 65%;
		text-align: center;
		box-sizing: border-box;
		font-size: 0;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 20px;
	}

	.product_xq {
		width: 100%;
	}

	.product_xq_title {
		font-size: 18px;
		margin-top: 20px;
	}

	a.cp_an {
		margin-top: 50px;
	}

	.cp_info {
		line-height: 22px;
		margin-bottom: 4px;
	}

	.collections .products_cp li {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.news li .news_l {
		width: 100%;
		position: relative;
		float: left;
	}

	.news li .news_l:after {
		bottom: 10px;
		left: 10px;
		right: 10px;
		top: 10px;
	}

	.news li .news_list_img {
		padding-top: 46%;
	}

	.news_r {
		width: 100%;
		padding-left: 0;
		min-height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.news_r_jj {
		font-size: 14px;
		margin: 20px 0;
		line-height: 24px;
	}

	.news li {
		margin-bottom: 20px;
	}

	.news_view {
		width: 100%;
		margin: 0 auto;
	}

	.news_view_bt {
		width: 100%;
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.news_view_img li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.news_view_nr p {
		margin-bottom: 10px;
	}

	.news_view_img {
		margin-bottom: 20px;
	}

	#main {
		margin-bottom: 50px;
	}

	.about_top {
		flex-direction: column;
	}

	.about_one {
		width: 100%;
	}


	.about_two {
		width: 100%;
	}

	.about_nr_bt {
		font-size: 18px;
	}

	.about_three {
		width: 100%;
	}

	.about_xia {
		display: flex;
		justify-content: space-between;
		margin-top: 1rem;
		margin-bottom: 1rem;
		flex-direction: column;
	}

	.about_xia_x {
		display: flex;
		justify-content: space-between;
		margin-top: 1rem;
		margin-bottom: 1rem;
		flex-direction: column;
		gap: 1rem;
	}

	.about_three_tp {
		display: flex;
		gap: 1rem;
		justify-content: space-between;
	}

	.about_three_img,
	.about_six_img {
		width: 50%;
	}

	.about_four,
	.about_five,
	.about_six {
		width: 100%;
	}

	.about_six_tp {
		display: flex;
		gap: 1rem;
		justify-content: space-between;
	}

	.about_hf_bt {
		font-size: 20px;
	}

	.about_hf_jj {
		width: calc(100% - 20px);
		padding: 0 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.about_hf {
		padding: 30px 0;
	}

	.about_zhengshu_bt {
		font-size: 20px;
		margin: 40px 0 20px 0;
	}

	.contact_nr {
		flex-direction: column;
	}

	.contact_l {
		width: 100%;
		padding-top: 66%;
	}

	.contact_r {
		width: 100%;
		margin-left: 0%;
		margin-top: 30px;
	}

	.contact_title {
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 24px;
	}

	.footer_bq {
		padding: 10px;
	}
}