/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}
@font-face {
	font-family: "CrimsonText_SemiBold";
	src: url('../font/CrimsonText-SemiBold-6.ttf');
}
body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 92%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 90px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #d9b786;
}

.slideUp .headdvright ul li:hover a span {
	color: #d9b786;
}

.slideUp .headdvright ul li.active a span {
	color: #d9b786;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #d9b786;
}

.slideUp .headdvright ul li.active::after {
	background-color: #d9b786;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.yyan {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yyan span {
	color: #fff;
	font-size: 16px;
}

.banners img {
	display: block;
	width: 100%;
}

.sypro {
	width: 100rem;
	margin: 5.625rem auto;
}

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

.syprobtleft {
	color: #333333;
	font-family: "Poppins_SemiBold";
	font-size: 36px;
	text-transform: uppercase;
	line-height: 50px;
}

.syprobtright {
	color: #606060;
	font-size: 16px;
	line-height: 30px;
	width: 31.25rem;
}

.syprolist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.syprolist ul li {
	width: 32%;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.syprolist ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.syprolist ul li:hover img {
	transform: scale(1.05);
}

.syprolist ul li div {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 0;
	height: 100%;
}

.syprolist ul li div iconpark-icon {
	position: absolute;
	color: #fbbf62;
	font-size: 24px;
	width: 50px;
	height: 50px;
	background-color: #1f1f1f;
	border-radius: 50px;
	top: 3.125rem;
	right: 2.5rem;
	transition: all 1s;
}

.syprolist ul li div h1 {
	color: #fbbf62;
	font-size: 24px;
	font-family: "Poppins_SemiBold";
	width: 80%;
	margin: 0 auto;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.17);
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 10%;
	bottom: 1.875rem;
}

.syprolist ul li:hover div iconpark-icon {
	background-color: #fbbf62;
	color: #fff;
}

.sybest {
	padding: 5.625rem 0rem;
	background-color: #f7f7f7;
}

.sybestdv {
	width: 100rem;
	margin: 0 auto;
}

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

.sybestbtleft h1 {
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.sybestbtleft p {
	color: #606060;
	font-size: 16PX;
	line-height: 30px;
}

.sybestbtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/alink_03.png) center no-repeat;
	background-size: cover;
	width: 145px;
	height: 50px;
	padding-left: 30px;
	padding-right: 25px;
	border-radius: 50px;
}

.sybestbtright a span {
	color: #fff;
	font-size: 14px;
}

.sybestbtright a iconpark-icon {
	font-size: 20px;
	color: #fff;
}

.sybestlist {
	margin-top: 3.75rem;
}

.sybestlist ul {
	display: flex;
	justify-content: flex-start;
}

.sybestlist ul li {
	width: 23%;
	margin: 1%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 15px;
}

.sybestlist ul li div {
	overflow: hidden;
}

.sybestlist ul li div img {
	display: block;
	width: 100%;
}

.sybestlist ul li section {
	padding: 15px 0px;
	background: url(../images/bai_03.png) center no-repeat;
	background-size: cover;
	transition: all 1s;
}

.sybestlist ul li section h1 {
	width: 90%;
	margin: 0 auto;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
	color: #333333;
	font-size: 18px;
	transition: all .5s;
}

.sybestlist ul li section h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	width: 90%;
	margin: 0 auto;
}

.sybestlist ul li section h2 span {
	color: #c8a063;
	font-size: 14px;
	transition: all 1s;
}

.sybestlist ul li section h2 iconpark-icon {
	font-size: 22px;
	color: #c8a063;
	transition: all 1s;
}

.sybestlist ul li:hover section {
	background: url(../images/we_03.png) center no-repeat;
	background-size: cover;
}

.sybestlist ul li:hover section h2 span,
.sybestlist ul li:hover section h2 iconpark-icon {
	color: #fff;
}

.sybestlist ul li:hover section h1 {
	color: #fff;
}

.tional {
	margin: 7.5rem auto;
	width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tionalleft {
	width: 50%;
	border-radius: 15px;
	overflow: hidden;
}

.tionalleft img {
	width: 100%;
	display: block;
}

.tionalright {
	width: 45%;
}

.tionalright h1 {
	border-bottom: 1px solid #e8e8e8;
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	line-height: 50px;
	padding-bottom: 15px;
}

.tionalright i {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #c8a063;
	margin-top: -1px;
}

.tionalright p {
	margin-top: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}

.tionalright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/alink_03.png) center no-repeat;
	background-size: cover;
	width: 145px;
	height: 50px;
	padding-left: 30px;
	padding-right: 25px;
	border-radius: 50px;
	margin-top: 3.125rem;
}

.tionalright a span {
	color: #fff;
	font-size: 14px;
}

.tionalright a iconpark-icon {
	font-size: 20px;
	color: #fff;
}

.sz {
	padding: 70px 0px;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sz ul {
	display: flex;
	width: 100rem;
	margin: 0 auto;
	justify-content: space-between;
}

.sz ul li h1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sz ul li h1 span {
	color: #d9b786;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
}

.sz ul li h1 i {
	color: #d9b786;
	font-size: 24px;
	margin-left: 10px;
	margin-top: 35px;
}

.sz ul li p {
	color: #d9b786;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
}

.start {
	padding: 5.625rem 0;
	background-color: #f7f7f7;
}

.startdv {
	margin: 0 auto;
	width: 100rem;
}

.startbt h1 {
	color: #333333;
	font-size: 36px;
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.startbt p {
	color: #808080;
	text-align: center;
	font-size: 16px;
}


/* 整体三栏容器 */
.process-wrapper {
	max-width: 100rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 32px;
	align-items: center;
	opacity: 0;
	transform: translateY(20px);
	margin-top: 3.75rem;
}

.process-wrapper.show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 左右步骤列通用 */
.col-left,
.col-right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* 单步卡片样式 */
.step-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 24px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	cursor: pointer;
	transition: all 0.3s ease;
}

.step-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.step-card.active {
	border: 1px solid #d4b899;
	background-color: #fffbf5;
}

.step-icon {
	width: 90px;
	height: 90px;
	background-color: #f3e9dd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.step-icon svg {
	width: 28px;
	height: 28px;
	fill: #b89c7e;
}

.step-text h3 {
	font-size: 18px;
	color: #222;
	margin-bottom: 6px;
	font-family: "Poppins_Medium";
}

.step-text p {
	font-size: 14px;
	color: #888;
}
.col-left .step-text p{
	text-align: right;
}
/* 中间产品图容器 + 切换过渡动画 */
.product-box {
	position: relative;
}

.product-box img {
	max-width: 480px;
	border-radius: 4px;
	display: block;
	transition: opacity 0.35s ease;
}

/* 进度提示框 */
.progress-tip {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 12px 20px;
	background: #222;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 99;
}

.progress-tip.visible {
	opacity: 1;
}

/* 响应式适配手机 */
@media(max-width: 1000px) {
	.process-wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}

	.product-box {
		order: -1;
		margin: 0 auto 30px;
	}
}

.col-left .step-card {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.col-left .step-card .step-text h3 {
	text-align: right;
}

.step-icon {
	box-shadow: 0px 0px 10px #ececec;
	position: relative;
}

.step-icon img {
	display: block;
	width: 100%;
}

.step-icon img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 1s;
	opacity: 0;
}

.step-card:hover .step-icon img:last-child {

	opacity: 1;
}

.adv {
	padding: 6.25rem 0px;
	background: url(../images/adv_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.advdv {
	width: 100rem;
	margin: 0 auto;
}

.advbt h1 {
	color: #ffffff;
	font-size: 36px;
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.advbt p {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

.adclist {
	margin-top: 3.75rem;
}

.adclist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.adclist ul li {
	width: calc(23% - 60px);
	margin: 1%;
	padding: 30px;
	background: url(../images/unqw_05.png) center no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 15px;
}

.adclist ul li div span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: block;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 36px;
    align-items: center;
}

.adclist ul li div i {
	display: block;
	height: 2px;
	width: 30px;
	margin: 20px auto;
	background-color: #fff;
}

.adclist ul li div h1 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: "Poppins_Medium";
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.adclist ul li div p {
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;
	text-align: center;
	-webkit-line-clamp: 2;
}

.adclist ul li section {
	width: calc(100% - 60px);
	padding: 30px;
	background: url(../images/unqw_03.png) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: calc(100% - 60px);
	transition: all 1s;
}

.adclist ul li section h1 {
	color: #111111;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.adclist ul li section i {
	display: block;
	height: 2px;
	width: 30px;
	margin: 10px auto;
	background-color: #111111;
}

.adclist ul li section p {
	color: #111111;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	height: 120px;
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;
	text-align: center;
	-webkit-line-clamp: 2;
}

.adclist ul li:hover section {
	opacity: 1;
}

.synews {
	margin: 5.625rem auto;
	background-color: #fff;
	width: 100rem;
}

.synewslist {
	margin-top: 3.75rem;
}

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

.synewslist ul li {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ececec;
}

.synewslist ul li div {
	overflow: hidden;
	width: 100%;
}

.synewslist ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.synewslist ul li:hover div img {
	transform: scale(1.05);
}

.synewslist ul li section {
	background-color: #fff;
	padding: 35px;
}

.synewslist ul li section h1 {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	margin-bottom: 10px;
	overflow: hidden;

	text-overflow: ellipsis;
}

.synewslist ul li section p {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.synewslist ul li section h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}

.synewslist ul li section h3 span {
	color: #c8a063;
	font-size: 14px;
}

.synewslist ul li section h3 iconpark-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #c8a063;
	border: 1px solid #c8a063;
	margin-left: 10px;
	border-radius: 50px;
	font-size: 22px;
	transition: all 1s;
}

.synewslist ul li:hover section h3 iconpark-icon {
	background-color: #c8a063;
	color: #fff;
}

.xuq {
	padding: 50px 0px;
	background: url(../images/any_02.jpg) center no-repeat;
	background-size: cover;
}

.xuqdv {
	width: 100rem;
	margin: 0 auto;
}

.xuqdv h1 {
	color: #ffffff;
	font-size: 28px;
	font-family: "Poppins_Medium";
	margin-bottom: 1rem;
}

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

.xuqdv form input {
	width: calc(17% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #333;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Poppins";
}

.xuqdv form input::placeholder {
	font-size: 14px;
	color: #b3b3b3;
	font-family: "Poppins";
}

.xuqdv form input:nth-child(4) {
	width: 25%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #000000;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #c8a063;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 25px;
	color: #fff;
	font-size: 14px;
}

.foot {
	background-color: #1f1f1f;
	padding: 3.125rem 0px;
}

.footdv {
	width: 100rem;
	margin: 0 auto;
}

.footlogo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #333333;
}

.footlogoleft img {
	display: block;
}

.footlogoright {
	width: 50%;
}

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

.footlogoright ul li a {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Montserrat_Hairline";
}

.ftdv {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
}

.ftdvleft {
	width: 360px;
}

.ftdvleft h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ftdvleft p {
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
}

.ftdvleft ul {
	display: flex;
	margin-top: 40px;
	justify-content: flex-start;
}

.ftdvleft ul li {
	margin-right: 20px;
}

.ftdvcenter {
	width: 360px;
}

.ftdvcenter h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ftdvcenter p {
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
}

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

.ftdvright ul li {
	margin-left: 25px;
}

.ftdvright ul li img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.ftdvright ul li p {
	text-align: center;
	color: #808080;
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}

.wdl {
	height: 70px;
	background-color: #181818;
}

.wdldv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.wdldv p {
	color: #808080;
	font-size: 14px;
}

.wdldv p a {
	color: #808080;
	font-size: 14px;
}

.lxwm {
	width: 100rem;
	margin: 6.25rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lxwmleft {
	width: 40%;
}

.lxwmleft h1 {
	color: #333333;
	font-size: 36px;
	text-transform: uppercase;
	font-family: "Poppins_SemiBold";
}

.lxwmleft p {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	font-family: "Poppins_Light";
}

.lxwmleft h2 {
	color: #d9b786;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-top: 2.5rem;
}

.lxwmleft h3 {
	color: #606060;
	font-size: 16px;
	line-height: 35px;
	width: 80%;
}

.lxwmright {
	width: 55%;
}

.lxwmright form {
	padding: 3.75rem;
	background-color: #fafaf8;
}

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

.lxwmright form ul li {
	width: 48%;
}

.lxwmright form ul li h1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.lxwmright form ul li input {
	width: 94%;
	padding: 0 3%;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 45px;
	color: #999999;
	font-size: 14px;
	background-color: transparent;
	font-family: "Poppins_Light";
}

.lxwmright form h1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.lxwmright form textarea {
	width: 96%;
	padding: 0 2%;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 45px;
	color: #999999;
	background-color: transparent;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.lxwmright form button {
	width: 140px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	background: url(../images/tuji_03.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
	color: #fff;
}

.htorl {
	margin: 6.25rem auto;
	width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.htorlleft {
	width: 45%;
}

.htorlleft h1 {
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}

.htorlleft i {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #c8a063;
	margin-top: -1px;
	margin-bottom: 20px;
}

.htorlleft p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.htorlleft h2 {
	color: #d9b786;
	font-size: 16px;
	line-height: 35px;
}

.htorlright img {
	display: block;
	width: 100%;
}

.htorlright {
	width: 50%;
	border-radius: 15px;
	overflow: hidden;
}

.values {
	padding: 5.9375rem 0px;
	width: 100rem;
	margin: 0 auto;
}

.valuesdv {
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.valuesleft {
	width: 50%;
	border-radius: 15px;
}

.valuesleft img {
	display: block;
	width: 100%;
}

.valuesright {
	width: 45%;
}

.valuesright .step-card {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.fuwu {
	width: 100rem;
	margin: 3.25rem auto;
	margin-bottom: 30px;
}

.fuwu ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.blank-small{
	height: 30px;
}
.fuwu ul li {
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #dcdcdc;
}

.fuwu ul li div {
	overflow: hidden;
}

.fuwu ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.fuwu ul li:hover div img {
	transform: scale(1.05);
}

.fuwu ul li section {
	padding: 20px 30px;
}

.fuwu ul li section h1 {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}

.fuwu ul li section p {
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;

	text-overflow: ellipsis;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 15%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}

.shownav ul li a:hover {
	background: url(../images/tuji_03.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.shownav ul li.active a {
	background: url(../images/tuji_03.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.pro {
	background-color: #f7f7f7;
	padding: 4.6875rem 0rem;
}

.prodv {
	width: 100rem;
	margin: 0 auto;
}

.prodv .sybestlist {
	margin-top: 0;
}

.prodv .sybestlist ul {
	flex-wrap: wrap;
}

.cpin {
	padding: 5rem 0px;
	background-color: #f7f7f7;
	padding-top: 0;
}




.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 50%;
}

.chanpinimgright h2 {
	color: #d9b786;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Poppins_Light';
}

.chanpinimgright h1 {
	color: #333333;
	font-size: 32px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
	font-family: 'Poppins_Medium';
}

.chanpinimgright i {
	display: block;
	width: 140px;
	height: 2px;
	margin-top: -2px;
	margin-bottom: 1.25rem;
	background-color: #d9b786;
}

.chanpinimgright p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

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

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 8.25rem;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #d9b786;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}


.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120px;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 50px;
	background-color: #fff;
	text-transform: uppercase;
	border: 1px solid #999999;
}

.cennuodv a span {
	color: #999999;
	transition: all 1s;
}

.cennuodv a iconpark-icon {
	color: #999999;
	font-size: 20px;
}

.cennuodv a:hover {
	color: #fff;
	background: url(../images/tuji_03.jpg) center no-repeat;
	background-size: cover;
	border-color: #fff;
}

.cennuodv a:hover span,
.cennuodv a:hover iconpark-icon {
	color: #fff;
}

.cpxq {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.625rem;
}

.cpxqleft {
	width: 100%;
	margin-top: 3.25rem;
}

.cpxqxq img {
	max-width: 100%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #cda76f;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 24px;
	margin-left: 10px;
	text-transform: capitalize;
}

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

.cpxqright {
	width: 100%;
}

.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}

.cpxqxq img {
	max-width: 100%;
}

.chanpinimgright h4 {
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.chanpinimgright h4 img {
	display: block;
	margin-right: 15px;
}

.chanpinimgright h4 span {
	color: #bd9262;
	font-size: 42px;
	font-family: "Poppins_Medium";
}

.cpxqxq img {
	max-width: 100%;
}

.cpxqleft .sybestlist {
	margin-top: 0;
}

.mesages {
	padding-top: 5.625rem;
	padding-bottom: 4.375rem;
	background: url(../images/bannerbg_06.jpg) center no-repeat;
	background-size: cover;
}

.mesages .lxwmright {
	width: 100rem;
	margin: 0 auto;
	margin-top: 2.75rem;
	padding: 0;
}

.mesages .lxwmright form {
	padding: 0;
	background-color: transparent;
}

.mesages .lxwmright form button {
	margin: 0 auto;
	margin-top: 30px;
}

.mesages .lxwmright form ul li {
	width: 49%;
	margin-bottom: 10px;
}

.mesages .lxwmright form ul li input {
	border-radius: 0px;
	width: 96%;
	padding: 0 2%;
}

.mesages .lxwmright form textarea {
	border-radius: 0px;
	width: 98%;
	padding: 0px 1%;
}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.sjnav{
	display: none;
}
.ssdv form {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}

.mbx{
	margin: 0 auto;
	width: 100rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	margin-right: 10px;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color:#d9b786;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color:#d9b786;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color:#d9b786;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 50px;
	color: #ffffff;
	font-family: "CrimsonText_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.newslitwq{
	width: 100rem;
	margin: 60px auto;
}
.newslitwq .synewslist ul{
	flex-wrap: wrap;
}
.newslitwq .synewslist ul li{
	width: 31.33%;
	margin: 1%;
}


.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1 img{
	display: block;
	width: auto;
}

.bannersasg  .swiper-slide section p{
	
	font-size: 50px;
	margin-top: 30px;
	text-transform: uppercase;
	line-height: 60px;
	font-family: "CrimsonText_SemiBold";
	color: #333;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 4.875rem;
	transition: all 1s;
   	border: 1px solid #333;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	
}
.bannersasg  .swiper-slide section a span{
	color: #333;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #fff;
	border: 1px solid #fff;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fbbf62;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fbbf62;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}


.bannerfy {
	position: absolute;
	width: 120px;
	bottom: 7rem;
	z-index: 3;
	right: 9%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bannerfy .swiper-button-prev,
.bannerfy .swiper-button-next {
	position: initial;
	margin: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	opacity: 1;
	background-color: #d9b786;
}

.bannerfy .swiper-button-next:after,
.bannerfy .swiper-button-prev:after {
	color: #fff;
	font-size: 18px;
}

.bannerfy .swiper-button-prev:hover,
.bannerfy .swiper-button-next:hover {
	background-color: #d9b786;
}

.bannerfy .swiper-button-next:hover:after,
.bannerfy .swiper-button-prev:hover:after {
	color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1499px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.headdvright {
		width: 84%;
	}

	.headdvright ul li a span {
		font-size: 16px;
	}

	.sypro {
		width: 95%;
	}

	.syprolist {
		width: 100%;
	}

	.syprolist ul li div h1 {
		font-size: 20px;
	}

	.sybestdv {
		width: 95%;
	}

	.tional {
		width: 95%;
	}

	.sz ul {
		width: 95%;
	}

	.startdv {
		width: 95%;
	}

	.process-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.step-icon {
		width: 60px;
		height: 60px;
	}

	.step-text h3 {
		font-size: 16px;
	}

	.advdv {
		width: 95%;
	}

	.synews {
		width: 95%;
	}

	.xuqdv {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.shownav ul li {
		width: 19%;
	}

	.prodv {
		width: 95%;
	}

	.fuwu {
		width: 95%;
	}

	.htorl {
		width: 95%;
	}

	.values {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

	.cpxq {
		width: 95%;
	}

	.mesages .lxwmright {
		width: 95%;
	}
	.newslitwq{
		width: 95%;

	}
	.mbx{
		width: 95%;
	}
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.newslitwq{
		width: 95%;
		margin: 30px auto;
	}
	.htmleaf-containers {
		display: block;
		height: 50px;
	}

	.sypro {
		width: 95%;
	}

	.syprobt {
		display: block;
	}

	.syprobtleft {
		color: #333333;
		font-family: "Poppins_SemiBold";
		font-size: 20px;
		text-transform: uppercase;
		line-height: 30px;
		text-align: center;
	}

	.syprobtright {
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 27px;
	}

	.syprolist {
		width: 100%;
	}

	.syprolist ul {
		flex-wrap: wrap;
	}

	.syprolist ul li {
		margin-bottom: 10px;
		width: 100%;
	}

	.syprolist ul li div iconpark-icon {
		font-size: 18px;
		width: 40px;
		height: 40px;
	}

	.syprolist ul li div h1 {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		bottom: 5%;
	}

	.sybestdv {
		width: 95%;
	}

	.sybestbt {
		display: block;
	}

	.sybestbtleft h1 {
		font-size: 20px;
		text-align: center;
	}

	.sybestbtleft p {
		color: #606060;
		font-size: 14PX;
		line-height: 25px;
		text-align: center;
	}

	.sybestbtright {
		display: none;
	}

	.sybestlist ul {
		flex-wrap: wrap;
	}

	.sybestlist ul li {
		width: 48%;
	}

	.sybestlist ul li section {
		padding: 0;
	}

	.sybestlist ul li section h1 {
		line-height: 35px;
		font-size: 14px;
		height: 35px;
	}

	.sybestlist ul li section h2 {
		height: 35px;
	}

	.sybestlist ul li section h2 span {
		font-size: 12px;
	}

	.sybestlist ul li section h2 iconpark-icon {
		font-size: 18px;
	}

	.tional {
		width: 95%;
		display: block;
	}

	.tionalleft {
		width: 100%;
	}

	.tionalright {
		margin-top: 15px;
		width: 100%;
	}

	.tionalright h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.tionalright p {
		margin-top: 20px;
		line-height: 30px;
		font-size: 14px;
		color: #666666;
	}

	.tionalright a {
		width: 100px;
		height: 40px;
	}

	.sz {
		padding: 30px 0px;
	}

	.sz ul {
		width: 95%;
		display: flex;
		flex-wrap: wrap;
	}

	.sz ul li {
		width: 48%;
		margin: 1%;
	}

	.sz ul li h1 span {
		font-size: 26px;
	}

	.sz ul li h1 i {
		color: #d9b786;
		font-size: 14px;
		margin-left: 5px;
		margin-top: 15px;
	}

	.sz ul li p {
		margin-top: -5px;
		font-size: 14px;
	}

	.startbt h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.startdv {
		width: 95%;
	}

	.startbt p {
		font-size: 14px;
		line-height: 30px;
	}

	.process-wrapper {
		max-width: 100%;
	}

	.product-box img {
		max-width: 100%;
	}

	.product-box {
		margin: 0 auto 10px;
	}

	.col-left .step-card {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
	}

	.col-left .step-card .step-text h3 {
		text-align: left;
	}

	.step-card {
		padding: 5%;
	}

	.col-left,
	.col-right {
		gap: 15px;
	}

	.step-text h3 {
		font-size: 15px;
	}

	.process-wrapper {
		gap: 15px;
	}

	.advdv {
		width: 95%;
	}

	.advbt h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.advbt p {
		font-size: 14px;
		line-height: 30px;
	}

	.adclist ul li {
		width: 40%;
		padding: 4%;
	}

	.adclist ul li section {
		display: none;
	}

	.adclist ul li div span {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.adclist ul li div h1 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.adclist ul li div p {
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}

	.synews {
		width: 95%;
	}

	.synewslist ul {
		display: block;
	}

	.synewslist ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.synewslist ul li section {
		padding: 5%;
	}

	.synewslist ul li section h1 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.synewslist ul li section p {
		font-size: 14px;
		line-height: 30px;
	}

	.synewslist ul li section h3 iconpark-icon {
		width: 35px;
		height: 35px;
	}

	.synewslist ul li section h3 {
		margin-top: 5px;
	}

	.xuq {
		padding: 20px 0px;
	}

	.xuqdv {
		width: 95%;
	}

	.xuqdv h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}

	.xuqdv form {
		display: block;
	}

	.xuqdv form input {
		width: calc(100% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}

	.xuqdv form input:nth-child(3) {
		width: calc(100% - 40px);
	}

	.xuqdv form button {
		width: 120px;
		font-size: 14px;
	}

	.xuqdv form input:nth-child(4) {
		width: calc(100% - 40px);
	}

	.foot,
	.wdl {
		display: none;
	}

	.shownav ul {
		display: block;
	}

	.shownav ul li {
		width: 100%;
	}

	.shownav ul li a {
		line-height: 45px;
	}

	.shownav {
		height: auto;
	}

	.prodv {
		width: 95%;
	}

	.fuwu {
		width: 95%;
	}

	.fuwu ul li {
		width: 48%;
	}

	.fuwu ul li section {
		padding: 5%;
	}

	.fuwu ul li section h1 {
		font-size: 16px;
	}

	.fuwu ul li section p {
		font-size: 14px;
	}

	.htorl {
		width: 95%;
		display: block;
	}

	.htorlleft {
		width: 100%;
	}

	.htorlleft h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.htorlleft i {
		margin-bottom: 10px;
	}

	.htorlleft p {
		color: #666666;
		font-size: 14px;
		line-height: 30px;
	}

	.htorlleft h2 {
		color: #d9b786;
		font-size: 14px;
		line-height: 30px;
	}

	.htorlright {
		width: 100%;
		margin-top: 20px;
	}

	.values {
		width: 95%;
	}

	.valuesdv {
		display: block;
	}

	.valuesleft {
		width: 100%;
		margin-bottom: 10px;
	}

	.valuesright {
		width: 100%;
	}

	.lxwm {
		width: 95%;
		display: block;
	}

	.lxwmleft {
		width: 100%;
	}

	.lxwmleft p {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		font-family: "Poppins_Light";
	}

	.lxwmleft h1 {
		font-size: 20px;
	}

	.lxwmleft h3 {
		color: #606060;
		font-size: 14px;
		line-height: 27px;
		width: 80%;
	}

	.lxwmleft h2 {
		font-size: 16px;
	}

	.lxwmright {
		width: 100%;
		margin-top: 10px;
	}

	.lxwmright form ul li h1 {
		font-size: 14px;
		line-height: 30px;
	}

	.lxwmright form ul li input {
		width: 90%;
		padding: 0 5%;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}

	.lxwmright form h1 {
		font-size: 14px;
		line-height: 30px;
	}

	.lxwmright form textarea {
		width: 95%;
		padding: 0 2.5%;
	}

	.lxwmright form button {
		width: 120px;
		height: 40px;
		margin-top: 20px;
	}

	.chanpinimg {
		width: 95%;
		display: block;
	}

	.chanpinimgleft {
		width: 100%;
		display: block;
	}

	.maoyileft {
		display: block;
	}

	.maoyileft #gallery2 {
		width: 100%;
		height: auto;
	}

	.maoyileft #thumbs2 {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	.chanpinimgright {
		margin-top: 20px;
		width: 100%;
	}

	.chanpinimgright h2 {
		font-size: 14px;
	}

	.chanpinimgright h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.chanpinimgright p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 28px;
	}

	.cennuodv a {
		width: 130px;
		height: 40px;
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 15px;
	}

	.cpxqbt span {
		font-size: 17px;
	}

	.cpxq {
		width: 95%;
		flex-direction: column;
	}

	.cpxq .cpxqright {
		width: 100%;
	}

	.cpxqxq {
		width: 90%;
		padding: 5%;
	}

	.fye {
		margin-top: 15px;
		display: block;
	}

	.fye p {
		margin-bottom: 10px;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: auto;
	}

	.startbt {
		width: 95%;
		margin: 0 auto;
	}

	.mesages .lxwmright {
		width: 95%;
	}

	.mesages .lxwmright form button {
		margin: 0 auto;
		margin-top: 15px;
	}
	.mesages .lxwmright form ul li input {
	    border-radius: 0px;
	    width: 90%;
	    padding: 0px 5%;
	}
	.mesages .lxwmright form textarea {
	    border-radius: 0px;
	    width: 95%;
	    padding: 0px 2.5%;
	}
	.mesages .lxwmright form ul li input::placeholder{
		font-size: 12px;
	}
	.mesages .lxwmright form textarea::placeholder{
		font-size: 12px;
	}
	.lxwmright form ul li h1 {
		font-size: 14px;
		line-height: 30px;
		margin-top: 0;
	}
	.mesages .lxwmright form ul li {
	    width: 49%;
	    margin-bottom: 5px;
	}
	.lxwmright form h1 {
	    color: #333333;
	    font-size: 16px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	}
	.mbx{
		display: none;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext section i{
		width: 30px;
    	height: 3px;
    	    margin-top: 5px;
	}
	.nrbanner .btext section p{
		margin-top: 5px;
	}
	.newslitwq .synewslist ul li {
	    width: 100%;
	    margin: 10px 0;
	}
	.x9,.x3{
		display: block;
		width: 100%;
	}
	.sidebar-l {
	    margin-right: 0;
	}
	.article .post h1 {
 	   font-size: 18px;	
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section p{
		font-size: 22px;
		line-height: 35px;
		margin-top: 10px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h1 img {
	    display: block;
	    width: 49px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#fbbf62;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #cd9846;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.mbx{
		display: none;
	}
	.cpin{
		padding-top: 10px;
	}
	.step-icon {
		width: 70px;
		height: 70px;
	}
	.bannerfy{
		width: 80px;
		z-index: 99;
	}
	.bannerfy .swiper-button-prev, .bannerfy .swiper-button-next{
		width: 30px;
    	height: 30px;
	}
	.bannerfy .swiper-button-next:after, .bannerfy .swiper-button-prev:after {
	    color: #fff;
	    font-size: 12px;
	}
}
.cpxqxq img{
	max-width: 100%;
}