@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

html,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
	color: #000;
}

input,
textarea,
select,
button,
area {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

.section {
	width: 88%;
	margin: auto;
	max-width: 1504px;
}

.main-more {
	overflow: hidden;
}

.main-more a {
	display: inline-block;
	line-height: 52px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	padding: 0 70px 0 35px;
}

.main-more a:hover img {
	filter: brightness(100);
}

.after {
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 18px;
	height: 18px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -10px;
	border: 1px solid #fff;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.main-more a:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.main-more a:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.b-main-more a {
	color: #fff;
	background-color: #000;
}

.b-main-more .after {
	border: 1px solid #fff;
}

.cb-main-more a {
	color: #fff;
	background-color: #a3a3a3;
}

.w-main-more a {
	color: #000;
	background-color: #fff;
}

.w-main-more .after {
	border: 1px solid #000;
}

.Printed-content a:hover,
.main-more a:hover {
	background: #09561f;
	color: #fff;
}

.main-more a:hover .after {
	border: 1px solid #fff;
}

.header {
	width: 100%;
	position: fixed;
	transition: 0.3s;
	left: 0;
	top: 0;
	z-index: 999;
}

.logo-icon .section {
	position: relative;
	display: flex;
}

.logo-icon {
	padding: 27px 0;
	border-bottom: 1px solid #9f9f9f;
}

.header .logo {
	float: left;
	display: flex;
	width: 223px;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 100%;
	padding: 25px 0;
	display: flex;
	position: relative;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li a.menu-a {
	display: block;
	font-size: 22px;
	position: relative;
	line-height: 30px;
	z-index: 20;
}

.drop {
	background: #f5f5f5;
	overflow: hidden;
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	display: none;
	padding: 100px 0;
	z-index: 10;
}

.menutabs {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menu-links {
	width: 45%;
}

.menu-tab-contents {
	width: 50%;
}

.menu-tab-link {
	width: 100%;
	display: block;
}

.menu-tab-link a {
	display: inline-block;
	padding: 14px 65px 14px 30px;
	font-size: 19px;
	cursor: pointer;
	border-radius: 30px;
	position: relative;
}

.menu-tab-link a:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-size: 100%;
	background-image: url(../icon17.png);
	position: absolute;
	right: 25px;
	top: 18px;
	opacity: 0;
	transition: 0.2s;
}

.menu-tab-link.active a {
	background: #000;
	color: #fff;
}

.menu-tab-link.active a:before {
	opacity: 1;
}

.menu-tab-content {
	width: 100%;
	display: none;
	padding: 20px;
}

.menu-tab-content a {
	display: block;
	overflow: hidden;
}

.menu-tab-content a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.menu-tab-content a:hover img {
	transform: scale(1.2, 1.2);
}

.menu-tab-content.active {
	display: block;
}

.header-icon {
	position: absolute;
	right: 115px;
	top: 33px;
	transition: 0.4s;
	display: flex;
	z-index: 100;
}

.header-icon a {
	width: 33px;
	margin: 0 5px;
	display: inline-block;
	transition: 0.4s;
	position: relative;
	cursor: pointer;
}

.index-icon img.icon {
	max-width: 100%;
	transition: 0.4s;
}

.header-icon a:hover img.icon {
	opacity: 0.8;
}

.tel_icon_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: 50%;
	margin-left: -60px;
}

.tel_icon_img img {
	width: 100%;
}

.tel_icon_img::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.tel_icon:hover {
	background: #09561f;
}

.lang-icon {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 100;
	width: 95px;
	height: 40px;
	padding: 5px 10px;
	background: #000;
	border-radius: 30px;
}

.lang-icon:before {
	content: "";
	display: block;
	width: 15px;
	height: 9px;
	background-size: 100%;
	background-image: url(../icon31.png);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: 0.2s;
}

.lang_txt {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: 50%;
	margin-left: -60px;
}

.lang_txt a {
	font-size: 17px;
	display: block;
	margin: 8px 0;
	color: #333;
}

.lang_txt a:hover {
	color: #09561f;
}

.lang_txt::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 18px;
	position: absolute;
	right: 20px;
	top: 0;
	height: 74px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 18px;
	height: 2px;
	border-radius: 3px;
	background: #000;
}

.m_menu .line2 {
	margin: 3px 0;
}

.m_menu.on .line3 {
	transform: translateY(-2px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(0) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.header .menu ul li.on a.menu-a,
.header .menu ul li a.menu-a:hover {
	color: #09561f
}

.fixnav {
	top: -109px;
	background: #fff;
}

.banner-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #000;
}

.swiper-slide-txt03 {
	top: 30%;
	text-align: center;
}

.swiper-slide-txt03 h1 {
	max-width: 500px;
	margin: 0 auto 20px auto;
	font-size: 2vw;
}

.swiper-slide-txt04 .txt span,
.swiper-slide-txt03 h1 span {
	color: #09561f;
}

.swiper-slide-txt03 .txt {
	max-width: 500px;
	margin: 0 auto;
	font-size: 18px;
}

.swiper-slide-txt04 {
	top: 40%;
	text-align: center;
}

.swiper-slide-txt04 h1 {
	text-transform: uppercase;
	font-size: 6vw;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 10px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.swiper-slide-txt04 .txt {
	font-size: 30px;
}

.swiper-slide-txt h1 {
	animation-delay: 0.4s;
}

.swiper-slide-txt .txt {
	animation-delay: 0.8s;
}

.swiper-slide-active h1,
.swiper-slide-active .txt {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 56.6%;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.1);
	background-color: #ecedef;
	background-size: cover;
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 2.5s ease;
}

.banner-pagination {
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	opacity: 0.5;
}

.banner-pagination .swiper-pagination-bullet-active {
	border: 2px solid #09561f;
	opacity: 1;
}

.button-button {
	width: 110px;
	height: 50px;
	position: relative;
	z-index: 10;
}

.button-next,
.button-prev {
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	transition: 0.4s;
	border-radius: 50%;
	border: 1px solid #000;
}

.button-next img,
.button-prev img {
	width: 100%;
	filter: brightness(100);
}

.button-next:after,
.button-prev:after {
	display: none;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0;
}

.detail-next:hover,
.detail-prev:hover,
.button-next:hover,
.button-prev:hover {
	background: #000;
}

.button-next:hover img,
.button-prev:hover img {
	filter: invert(1);
}

.detail-next,
.detail-prev {
	top: 50%;
	width: 56px;
	height: 56px;
	background: #dfdee3;
	margin-top: -28px;
	transition: 0.4s;
	border-radius: 50%;
}

.detail-next:after,
.detail-prev:after {
	font-size: 20px;
	color: #58575f;
}

.detail-next:hover:after,
.detail-prev:hover:after {
	color: #fff;
}

.detail-next {
	right: 10px;
}

.detail-prev {
	left: 10px;
}

.news-button {
	position: absolute;
	left: 5%;
	bottom: 10%;
	z-index: 20;
}

.swiper-pagination {
	width: 100%;
	text-align: center;
	transition: 0.4s;
}

.background-ff {
	background-color: #fff;
}

.background-f1 {
	background-color: #f1f2f4;
}

.background-e9 {
	background-color: #e9e9e9;
}

.background-f6 {
	background-color: #f6f6f6;
}

.background-f3 {
	background-color: #f3f5f4;
}

.background-f4 {
	background-color: #f4f4f4;
}

.background-f5 {
	background-color: #f5f5f5;
}

.background-f6 {
	background-color: #f6fbf9;
}

.background-gr {
	background-color: #3d5d3e;
}

.background-cd {
	background-color: #dcdddd;
}

.index-title span {
	border: 1px solid #d1d1d1;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	padding: 5px 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'HarmonyOS_Sans_SC_Light';
	margin-right: 30px;
}

.index-title h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.index-title h2 i {
	font-style: normal;
}

.txt {
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.grid-content {
	width: 100%;
	padding: 105px 0;
	overflow: hidden;
}

.search {
	background: #f8f8f8;
	border-radius: 30px;
	padding: 0 15px;
}

.search form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
	border-radius: 30px;
}

.search form .search_input {
	border: none;
	outline: none;
	width: 85%;
	font-size: 17px;
	color: #7d7d7d;
	box-sizing: border-box;
	padding: 0 5px;
	line-height: 55px;
	background: none;
}

.search form .submit {
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.index-searchform {
	width: 50%;
}

.index-searchform .search {
	width: 60%;
}

.logistics-searchform {
	width: 30%;
}

.logistics-searchform .search {
	width: 100%;
}

.link-more {
	width: 28%;
	font-size: 16px;
	line-height: 55px;
	position: relative;
	background: #000;
	color: #fff;
	border-radius: 30px;
	padding: 0 10px 0 20px;
	align-items: center;
	max-width: 185px;
}

.icon-img {
	max-width: 45px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	background: #a3a3a3;
	transition: 0.4s;
}

.icon-img img {
	max-width: 100%;
}

.Aiyide-slide {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.Aiyide-slide .box {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
}

.Aiyide-slide .box img {
	position: relative;
	z-index: 10;
	transform: translateZ(0px);
	transition: transform 0.75s ease 0s;
}

.Aiyide-slide .content {
	overflow: hidden;
}

.Aiyide-slide .Aiyide-content {
	position: absolute;
	left: 3%;
	width: 94%;
	bottom: 2%;
	z-index: 40;
	background-color: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	transition: 0.75s;
	padding: 0 60px 0 20px;
	border-radius: 25px;
	color: #ffffff;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.Aiyide-slide .Aiyide-content .icon-img {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
}

.Aiyide-slide .Aiyide-content h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 65px;
}

.Aiyide-slide:hover .box img {
	transform: scale(1.15, 1.15);
}

.Aiyide-slide .main-more {
	text-align: center;
}

.Aiyide-slide:hover .Aiyide-content {
	background-color: rgba(9, 86, 31, 0.65);
}

.Cover-content {
	padding: 20px 0;
}

.Cover-content h3 {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.Cover-content .txt {
	min-height: 144px;
}

.Cover-content .icon-img {
	float: right;
}

.Cover-content-two {
	padding: 20px 30px;
}

.Cover-content-two h3 {
	line-height: 30px;
	min-height: 60px;
}

.Discover-slide {
	padding: 20px;
	border-radius: 20px;
}

.Discover-slide .content {
	padding: 30px 10px;
}

.Discover-slide .content h3 {
	line-height: 30px;
	min-height: 90px;
}

.Discover-slide .box {
	border-radius: 0;
}

.products-list a:hover .icon-img,
.product-Inquiry a:hover .icon-img,
.link-more:hover .icon-img,
.Aiyide-slide:hover .icon-img {
	transform: rotate(45deg);
	background-color: #000;
}

.product-memo {
	width: 100%;
	overflow: hidden;
}

.Aiyide-slide .Logisticsmemo {
	width: 100%;
	line-height: 28px;
	min-height: 212px;
	padding: 40px 30px;
	border-radius: 25px;
	color: #000;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.index-memo {
	max-width: 640px;
	text-align: right;
}

/*product-img-content*/
.product-img-content {
	width: 100%;
	display: block;
}

.product-img {
	width: 43%;
	float: left;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
}

.product-img img {
	width: 100%;
}

.product-img .content {
	position: absolute;
	left: 4%;
	bottom: 4%;
	width: 50%;
	padding: 30px 30px;
	border-radius: 22px;
	z-index: 10;
	background-color: #f4ede5;
}

.product-img .content span {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	padding-right: 40px;
}

.product-img .content span:before {
	content: "";
	display: block;
	width: 21px;
	height: 17px;
	background-image: url(../icon08.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 10px;
}

.product-content {
	width: 50%;
	float: right;
}

.product-content .box {
	overflow: hidden;
}

.product-content i {
	float: right;
}

.product-content .txt {
	width: 100%;
	font-size: 22px;
	line-height: 35px;
	overflow: hidden;
}

/* Customizable-content */
.Customizable-content {
	width: 100%;
}

.Customizable-content .content {
	width: 43%;
	float: left;
}

.Customizable-content .content h3 {
	font-family: 'HarmonyOS_Sans_SC_Regular';
	font-weight: bold;
}

.Customizable-content .content .txt {
	margin-top: 35px;
	font-size: 22px;
	line-height: 36px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	width: 48%;
	margin: 12px 0;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 10px;
	text-align: center;
}

.num-box ul li .num {
	width: 100%;
	font-size: 38px;
	font-weight: 600;
	color: #000;
	overflow: hidden;
}

.num-box ul li i {
	font-style: normal;
	font-weight: 600;
	position: relative;
	display: inline-block;
	line-height: 40px;
	font-family: "SourceHanSansCN-Heavy_0";
}

.num-box ul li span {
	font-size: 17px;
	line-height: 25px;
	color: #989898;
	display: block;
	position: relative;
}

.Customizable-content .img {
	width: 45.6%;
	float: right;
	border-radius: 35px;
	position: relative;
}

.Customizable-content .rotate-icon {
	z-index: 20;
	width: 16.1%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 15%;
}

.Customizable-content .rotate-icon img {
	width: 100%;
	position: relative;
	z-index: 30;
	border-radius: 50%;
}

.Customizable-content .rotate-icon .rotate-icon-lock {
	display: block;
	background: #000;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: quan 10.5s infinite;
	-moz-animation: quan 10.5s infinite;
	animation: quan 10.5s infinite;
}

.Customizable-content .img img.img-icon {
	position: absolute;
	left: -2px;
	bottom: 0;
	z-index: 10;
	width: 26.71%;
}

.Customizable-content .img-box img.img03 {
	width: 100%;
	border-radius: 30px;
}

/* partners-section */
.partners-section {
	position: relative;
	background-color: #e9e9e9;
	padding: 80px 0 40px 0;
}

.partners-section .section {
	position: relative;
}

.partners-content h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.partners-content h4 span {
	color: #3d5d3e;
}

.partners-img {
	z-index: 10;
	position: relative;
	width: 100%;
}

.partners-img img {
	max-width: 100%;
	margin: 0 auto;
}

.network-bg {
	position: relative;
	overflow: hidden;
}

.network-rote {
	display: block;
	z-index: 10;
	left: 4.56%;
	top: 5%;
	width: 90.88%;
	border-radius: 50%;
	position: absolute;
	-webkit-animation: quan 20.5s infinite;
	-moz-animation: quan 20.5s infinite;
	animation: quan 20.5s infinite;
}

.network-bg .section {
	position: relative;
	z-index: 20;
}

.map-img {
	width: 100%;
	float: right;
	max-width: 1134px;
	position: relative;
}

.map-img img {
	width: 100%;
}

.map-list {
	width: 34px;
	height: 34px;
	position: absolute;
}

.map01 {
	left: 13%;
	top: 21.2%;
}

.map02 {
	left: 11.5%;
	top: 25.1%;
}

.map03 {
	left: 14%;
	top: 26.2%;
}

.map04 {
	left: 27.9%;
	top: 30.8%;
}

.map05 {
	left: 23.4%;
	top: 17.5%;
}

.map06 {
	left: 35.8%;
	top: 13.2%;
}

.map07 {
	left: 39%;
	top: 4%;
}

.map08 {
	left: 31.8%;
	top: 71.2%;
}

.map09 {
	left: 34.2%;
	top: 67.2%;
}

.map10 {
	left: 44.5%;
	top: 52.2%;
}

.map11 {
	left: 53%;
	top: 72.2%;
}

.map12 {
	left: 52.5%;
	top: 23.1%;
}

.map13 {
	left: 55.3%;
	top: 26.2%;
}

.map14 {
	left: 54.9%;
	top: 49.8%;
}

.map15 {
	left: 62.4%;
	top: 34.5%;
}

.map16 {
	left: 63.8%;
	top: 29.2%;
}

.map17 {
	left: 73%;
	top: 17%;
}

.map18 {
	left: 75.8%;
	top: 46.2%;
}

.map19 {
	left: 81.2%;
	top: 35.2%;
}

.map20 {
	left: 82.5%;
	top: 73.2%;
}

.map21 {
	left: 88.5%;
	top: 25.2%;
}

.map-list i::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #3d5d3e;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	z-index: 10;
}

.map-list i::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(61, 93, 62, 0.4);
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	border-radius: 100%;
	background-size: 100%;
	opacity: 0;
	-webkit-animation: mapi 1.5s ease-out;
	-moz-animation: mapi 1.5s ease-out;
	animation: mapi 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.map-list i {
	display: block;
	width: 34px;
	height: 34px;
}

.grid-map-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map-content {
	width: 500px;
	position: absolute;
	background-color: #ffffff;
	left: 0;
	bottom: 28%;
	z-index: 10;
}

.map-content .txt {
	line-height: 35px;
}

.index-about-bg {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../about-bg.png);
}

.Case-list {
	display: flex;
	flex-wrap: wrap;
}

.Case-list a {
	display: block;
	width: 32%;
	margin: 10px 0;
	border-radius: 30px;
	overflow: hidden;
	color: #585757;
	background-color: #ffffff;
}

.Case-list a:nth-child(1) {
	width: 36%;
}

.Case-list a:nth-child(2),
.Case-list a:nth-child(3) {
	width: 29.68%;
}

.Case-list a:nth-child(3n-1) {
	margin: 10px 2%;
}

.Case-list a .txt {
	padding: 20px 0;
	line-height: 32px;
}

.Case-list a .box {
	overflow: hidden;
}

.Case-list a .content {
	padding: 30px 40px;
	background-color: #ffffff;
}

.Case-list a .content h3 {
	letter-spacing: 3px;
	color: #3d5d3e;
}

.Case-list a .content span {
	color: #3d5d3e;
	font-weight: bold;
}

.Case-list a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.Case-list a:hover img {
	transform: scale(1.2, 1.2);
}

.Case-list a:hover h3 {
	color: #3d5d3e;
}

.about-img-con {
	position: relative;
}

.about-img {
	width: 42%;
	float: left;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
}

.about-con {
	width: 52%;
	float: right;
}

.about-con .memo {
	background-color: #d2d2d2;
	border-radius: 28px;
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.about-con .txt {
	font-size: 18px;
	line-height: 35px;
}

.about-icon {
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 10;
}

.index-title h2 a:hover {
	color: #1f7931;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner-banner-img {
	width: 100%;
	padding-top: 56.5%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner-content .content {
	position: absolute;
	width: 38.25%;
	left: 46%;
	text-align: left;
	top: 30%;
	z-index: 20;
}

.banner-content .contentt {
	position: absolute;
	width: 60%;
	left: 10%;
	text-align: left;
	top: 30%;
	z-index: 20;
}

.banner h2 {
	font-size: 60px;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}

.banner p {
	padding-left: 5px;
	font-size: 18px;
}

.menu-class {
	overflow: hidden;
	padding-bottom: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #d4d4d4;
}

.class {
	width: 70%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.class a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 54px;
	padding: 0 44px;
	background: #ededed;
	border-radius: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.class a.choose,
.class a.on,
.class a:hover {
	color: #fff;
	background: #000;
}

.grid-memo {
	width: 100%;
	overflow: hidden;
	padding-bottom: 55px;
}

.grid-memo-border {
	border-bottom: 1px solid #000000;
}

.grid-memo h2 {
	width: 20%;
}

.grid-memo h3 {
	width: 20%;
}

.grid-memo .txt {
	width: 66%;
}

.customnotebooks-why-txt {
	font-size: 24px;
}

.Printedbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Printed-content {
	width: 50%;
	padding: 70px 45px;
	border-radius: 15px;
	background: #fff;
}

.Printed-content .txt {
	line-height: 35px;
}

.Printed-content .txt p {
	margin-bottom: 30px;
}

.Printed-content a {
	display: inline-block;
	line-height: 52px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	padding: 0 35px;
	color: #fff;
	background-color: #a3a3a3;
	text-transform: uppercase;
}

.Printed-img {
	width: 45%;
	position: relative;
}

.Printed-img img {
	width: 100%;
	position: relative;
	z-index: 20;
}

.Customization-content .memo {
	width: 40%;
	float: left;
}

.grid-content-txt {
	width: 94%;
	margin: 20px auto 50px auto;
	overflow: hidden;
}

.max-width640 {
	max-width: 640px;
	margin: 20px auto 50px auto;
}

.max-width1040 {
	max-width: 1040px;
	margin: 20px auto 50px auto;
}

.max-width1340 {
	max-width: 1340px;
	margin: 20px auto 50px auto;
}

.Customization-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}

.Customization-content .section {
	position: relative;
	z-index: 30;
}

.Customization-content .txt {
	width: 100%;
	overflow: hidden;
}

.Customization-content .content {
	width: 100%;
	overflow: hidden;
}

.Customization-content ul {
	display: flex;
	flex-wrap: wrap;
}

.Customization-content ul li {
	width: 23%;
	margin: 22px 1%;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.Customization-content ul li img {
	width: 100%;
}

.Customization-content ul li h5 {
	overflow: hidden;
	margin-top: 10px;
	padding: 10px 10px;
}

.Creativity-content .content {
	width: 100%;
	overflow: hidden;
}

.Creativity-content ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.Creativity-content ul li {
	width: 23%;
	margin: 10px 1%;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.Creativity-content ul li img {
	width: 100%;
}

.Gift-Set-dl {
	width: 100%;
	margin-top: 100px;
}

.Gift-Set-dl dt {
	width: 49%;
	border-radius: 25px;
	overflow: hidden;
}

.Gift-Set-dl dt img {
	width: 100%;
}

.Gift-Set-dl dd {
	width: 46%;
	background-color: #fff;
	border-radius: 25px;
	padding: 30px 50px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Gift-Set-dl dd h4 {
	text-align: right;
}

.Gift-pagination {
	text-align: center;
	position: absolute;
	bottom: 5%;
}

.Gift-pagination span {
	margin: 0 5px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
	background: #979fa6;
	border-radius: 0;
}

.Gift-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.Logistics-memo {
	width: 100%;
	overflow: hidden;
}

.Logistics-memo h2 {
	width: 20%;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.Logistics-memo .txt {
	width: 55%;
	line-height: 42px;
}

.product-detail-img {
	overflow: hidden;
}

.img-box {
	border-radius: 24px;
	overflow: hidden;
}

.product-detail-img img,
.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-detail-img:hover img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

.Logistics-Export {
	position: relative;
}

.Logistics-Export .content {
	width: 57%;
	padding: 110px 110px;
	background: #3d5d3e;
	border-radius: 24px;
	position: relative;
}

.Logistics-Export .content .txt {
	line-height: 32px;
}

.Logistics-Export .img {
	width: 39%;
	position: relative;
	border-radius: 24px;
}

.Logistics-Export .content img.img-icon {
	position: absolute;
	right: -2px;
	bottom: 0;
	z-index: 10;
	width: 15.71%;
}

.Logistics-Export .img img.img-icon {
	position: absolute;
	left: -2px;
	bottom: 0;
	z-index: 10;
	width: 23.4%;
}

.Logistics-Export .rotate-icon {
	z-index: 20;
	width: 10.61%;
	border-radius: 50%;
	position: absolute;
	left: 53.5%;
	top: 82%;
}

.Logistics-Export .rotate-icon img {
	width: 100%;
	position: relative;
	z-index: 30;
	border-radius: 50%;
}

.Logistics-Export .rotate-icon .rotate-icon-lock {
	display: block;
	background: #f3f5f4;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: quan 10.5s infinite;
	-moz-animation: quan 10.5s infinite;
	animation: quan 10.5s infinite;
}

.Logistics-tools .img-box {
	width: 48%;
}

.Logistics-tools .content {
	width: 47%;
	position: relative;
}

.Logistics-tools .content:before {
	content: "";
	display: block;
	width: 114px;
	height: 248px;
	background-image: url(../icon28.png);
	position: absolute;
	background-repeat: no-repeat;
	right: -22px;
	bottom: 22%;
	z-index: 20;
}

.Logistics-tools .content .txt {
	line-height: 39px;
	margin: 50px 0 150px 0;
}

.Logistics-tools .content ul {
	width: 92%;
	overflow: hidden;
	background: #f2f2f2;
	border-radius: 30px;
	padding: 20px 20px;
	position: relative;
	z-index: 10;
}

.Logistics-tools .content ul li {
	margin: 10px 10px;
}

.material-txt {
	max-width: 1340px;
	margin: 0 auto;
}

.Logistics-dl dl {
	width: 100%;
	overflow: hidden;
	flex-direction: row-reverse;
}

.Logistics-dl dl dd {
	width: 46%;
	overflow: hidden;
	position: relative;
	z-index: 40;
}

.Logistics-dl dl dd .txt {
	line-height: 32px;
}

.Logistics-dl dl dd .img-box {
	max-width: 40px;
	margin: 50px 0;
}

.Logistics-dl dl dt {
	width: 46%;
	position: relative;
}

.Logistics-dl dl dt:before {
	content: "";
	display: block;
	width: 275px;
	height: 180px;
	background-image: url(../icon14.png);
	background-size: 100%;
	position: absolute;
	right: 85%;
	bottom: 10%;
	z-index: 10;
}

.Logistics-dl dl dt img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 30px;
}

.products-list a {
	display: block;
	width: 31%;
	margin: 0 0 70px 0;
}

.products-list a:nth-child(3n-1) {
	margin: 0 3.5% 70px 3.5%;
}

.products-list a:hover h4 {
	color: #09561f;
}

.products-list .content {
	padding-right: 55px;
	position: relative;
}

.products-list .content .icon-img {
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	position: absolute;
}

.detail-title {
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.detail-content {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.detail-content dl {
	width: 100%;
	overflow: hidden;
}

.detail-content dl dt {
	width: 37%;
	float: left;
	position: relative;
}

.detail-thumbsSwiper .swiper-slide .product-detail-img {
	padding: 5px 5px;
	/* background-color: #f8f8f8; */
	border: 1px solid #f1f2f4;
}

.detail-thumbsSwiper .swiper-slide-thumb-active .product-detail-img {
	/* background-color: #d4dad4; */
	border: 1px solid #09561f;
}

.detail-content dl dd {
	width: 57%;
	float: right;
}

.detail-content dl dd h3 {
	font-weight: bold;
	position: relative;
}

.detail-content dl dd .box {
	width: 100%;
	position: relative;
	padding: 15px 0;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #f1f2f4;
}

.detail-content dl dd .box ul li {
	width: 100%;
	font-size: 20px;
	margin: 18px 0;
	position: relative;
}

.detail-content dl dd .box ul li span.cppropname {
	color: #09561f;
	font-weight: bold;
}

.detail-icon {
	width: 100%;
	position: relative;
	padding: 20px 0;
	transition: 0.4s;
	display: flex;
}

.detail-icon a {
	width: 33px;
	margin-right: 18px;
	display: inline-block;
	transition: 0.4s;
	position: relative;
}

.detail-icon a:hover img {
	opacity: 0.8;
	transition: 0.4s;
}

.detail-content dl dd .content {
	width: 100%;
	margin: 30px 0 40px 0;
	line-height: 28px;
}

.product-Inquiry a {
	font-size: 17px;
	line-height: 45px;
	position: relative;
	background: #09561f;
	color: #fff;
	border-radius: 30px;
	padding: 0 10px 0 30px;
	align-items: center;
	max-width: 190px;
}

.product-Inquiry .icon-img {
	margin-left: 5px;
	background: #09561f;
}

.productcontent {
	width: 100%;
	overflow: hidden;
	background: #fbfbfb;
}

.detail-intro {
	font-size: 20px;
	line-height: 35px;
}

.detail-intro strong {
	font-size: 26px;
}

.detail-img-ul li {
	width: 31%;
	overflow: hidden;
	background: #ffffff;
	border-radius: 30px;
	padding: 40px 40px;
}

.detail-img-ul li h3 {
	margin: 25px 0 10px 0;
	line-height: 30px;
	min-height: 60px;
}

.detail-img-ul li img {
	margin: auto;
	max-width: 100%;
}

.color-green {
	color: #09561f;
}

.detail-advantage-content {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	border-radius: 30px;
	position: relative;
	padding: 45px 55px;
}

.Why-txt {
	line-height: 42px;
}

.Premium-Fabrics-list a {
	width: 30%;
	display: block;
	overflow: hidden;
	text-align: center;
}

.Premium-Fabrics-list a h3 {
	display: inline-block;
	margin-top: 35px;
	line-height: 18px;
	padding: 15px 30px;
	color: #fff;
	background: #6d9577;
	border-radius: 50px;
}

.Premium-Fabrics-list a img {
	margin: auto;
	width: 100%;
}

.detail-exp-img li {
	width: 24%;
	overflow: hidden;
}

.detail-exp-img li h3 {
	margin: 15px 0;
	line-height: 30px;
	min-height: 60px;
}

.detail-exp-img li .box {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	margin: 15px auto;
	border: 1px solid #6d9577;
	border-radius: 50%;
}

.detail-exp-img li img {
	margin: auto;
	max-width: 100%;
}

.main-products {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}

.main-product {
	width: 100%;
	padding: 60px 0 120px 0;
	overflow: hidden;
	background-color: #f0f1f3;
}

.product-warp {
	width: 100%;
	overflow: hidden;
}

.product-class {
	width: 18%;
	float: left;
}

.product-class .box {
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}

.product-class a.bigclass {
	display: block;
	background-color: #ffffff;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 22px 25px;
	border-bottom: 1px solid #e9e9e9;
}

.materialclass,
.color-class {
	padding: 20px 25px;
}

.color-class {
	display: flex;
	flex-wrap: wrap;
}

.color-class i {
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
}

.product-color-class {
	max-width: 970px;
	margin: 0 auto 100px auto;
}

.product-color-class i {
	width: 75px;
	height: 75px;
	margin: 20px 20px;
}

.Material-color-class i {
	width: 45px;
	height: 45px;
	margin: 5px 5px;
}

.color-class i:hover {
	border: 2px solid #09561f;
}

.color-class i.color01 {
	background-color: #f7f7f7;
}

.color-class i.color02 {
	background-color: #d4d5d7;
}

.color-class i.color03 {
	background-color: #8d8e92;
}

.color-class i.color04 {
	background-color: #1a1819;
}

.color-class i.color05 {
	background-color: #001e55;
}

.color-class i.color06 {
	background-color: #0153a7;
}

.color-class i.color07 {
	background-color: #93b9e3;
}

.color-class i.color08 {
	background-color: #49c7c3;
}

.color-class i.color09 {
	background-color: #95bf5d;
}

.color-class i.color10 {
	background-color: #1f7931;
}

.color-class i.color11 {
	background-color: #5c3d0f;
}

.color-class i.color12 {
	background-color: #c49214;
}

.color-class i.color13 {
	background-color: #ccc4b1;
}

.color-class i.color14 {
	background-color: #d4d5d7;
}

.color-class i.color15 {
	background-color: #fedae1;
}

.color-class i.color16 {
	background-color: #ca2b89;
}

.color-class i.color17 {
	background-color: #852986;
}

.color-class i.color18 {
	background-color: #aa061a;
}

.color-class i.color19 {
	background-color: #b99ea2;
}

.color-class i.color20 {
	background-color: #ffdf42;
}

.color-class i.color21 {
	background-color: #796baf;
}

.color-class i.color22 {
	background-color: #3a0309;
}

.color-class i.color23 {
	background-color: #ef9e27;
}

.color-class i.color24 {
	background-color: #c5b272;
}

.color-class i.color25 {
	background-color: #006e99;
}

.color-class i.color26 {
	background-color: #84161a;
}

.color-class i.color27 {
	background-color: #264c33;
}

.color-class i.color28 {
	background-color: #cd3b06;
}

.color-class i.color29 {
	background-color: #a2754d;
}

.color-class i.color30 {
	background-color: #93b79d;
}

.color-class i.color31 {
	background-color: #212837;
}

.color-class i.color32 {
	background-color: #b6ba8a;
}

.materialclass a {
	display: block;
	width: 100%;
	margin: 5px 0;
	font-size: 17px;
	line-height: 28px;
	position: relative;
	color: #717070;
}

.materialclass a.on,
.materialclass a:hover {
	color: #09561f;
}

.color9 {
	color: #09561f;
}

.product-list {
	width: 80%;
	float: right;
}

.product-list .list {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 25px 25px;
	border-radius: 10px;
}

.product-list .list ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
}

.product-list .list ul li {
	width: 18%;
	margin: 10px 1%;
}

.product-list .list ul li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-list .list ul li:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.newsswiper {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 30px;
	position: relative;
}

.news-dl-link {
	display: block;
	width: 100%;
}

.news-dl-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.news-dl-box dt {
	width: 49%;
	overflow: hidden;
}

.news-dl-box dt img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.news-dl-box dd {
	width: 51%;
	overflow: hidden;
	padding: 40px 35px;
}

.news-dl-box dd span {
	color: #3d5d3e;
	font-weight: bold;
}

.news-dl-box dd h3 {
	font-weight: bold;
}

.news-dl-box dd .txt {
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-dl-link:hover h3 {
	color: #3d5d3e;
}

.news-dl-link:hover img {
	transform: scale(1.05, 1.05);
}

.news-swiper-pagination {
	width: 100%;
	max-width: 100px;
	bottom: 10%;
	right: 10px;
	position: absolute;
	text-align: left !important;
}

.news-swiper-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	transition: 0.4s;
	background: #c49a4a;
	opacity: 0.5;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.modNewsQuery-content {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.list-a {
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 10;
	color: #000;
}

.news-list a {
	width: 32%;
	margin: 15px 0;
}

.news-list a:nth-child(3n-1) {
	margin: 15px 2%;
}

.list-a .box {
	background: #f4f4f4;
	border-radius: 30px;
	overflow: hidden;
}

.list-a .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.newscontent {
	padding: 30px 0;
}

.newscontent span {
	color: #3d5d3e;
	font-weight: bold;
}

.newscontent h2 {
	overflow: hidden;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list a:hover h2 {
	color: #3d5d3e;
}

.list-a:hover img,
.news-list a:hover img {
	transform: scale(1.1, 1.1);
}

.news-detail {
	overflow: hidden;
}

.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #3d5d3e;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	overflow: hidden;
	padding: 40px 0;
}

.news-detail .news-title h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.news-detail .news-title h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
}

.news-detail .news-title .three {
	color: #888;
	margin-top: 25px;
	text-align: right;
}

.news-detail .news-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	padding: 60px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #3d5d3e;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #3d5d3e;
}

/*inner-contact */
.inner-contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-contact ul li {
	width: 25%;
	margin: 15px 0;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #d9d9d9;
}

.inner-contact ul li h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.inner-contact ul li .content {
	color: #838383;
}

.inner-contact ul li:nth-child(5),
.inner-contact ul li:nth-child(6) {
	border: 0;
}

.foot-icon {
	display: flex;
}

.foot-icon a {
	width: 33px;
	margin: 0 5px;
	display: inline-block;
	transition: 0.4s;
	position: relative;
}

.foot-icon a img {
	max-width: 100%;
}

.form-form {
	width: 100%;
	overflow: hidden;
	background-color: #f3f5f4;
	position: relative;
	background-image: url(../form-form.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.form-content {
	width: 45%;
	float: left;
}

.form-content .txt {
	width: 88%;
	line-height: 30px;
}

.form-map {
	width: 45%;
	float: right;
}

.form-map img {
	width: 100%;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	position: relative;
}

.form-form ul li input {
	font-size: 17px;
	width: 100%;
	line-height: 40px;
	padding: 10px 15px;
	color: #555555;
	border-radius: 0;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #d2d2d2;
	position: relative;
	font-family: "Roboto-Regular", Arial, sans-serif;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	line-height: 40px;
	padding: 10px 15px;
	font-size: 17px;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #d2d2d2;
	position: relative;
}

.form-form ul li i {
	font-style: normal;
	color: #ff0000;
	position: absolute;
	right: 15px;
	top: 0;
	width: 15px;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-form ul li input::placeholder {
	color: #818181;
}

.form-form ul li textarea::placeholder {
	color: #818181;
}

.form-form ul li .button {
	width: 40%;
	max-width: 210px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 35px;
	font-size: 22px;
	border-radius: 35px;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #3d5d3e;
}

.form-form input::placeholder {
	color: #828282;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #3d5d3e;
	color: #fff;
}

.index-foot {
	background: #f5f5f5;
}

.foot-box {
	width: 100%;
	padding: 80px 0 100px 0;
	overflow: hidden;
}

.foot-box .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-weight: bold;
	margin-bottom: 20px;
}

.foot-about {
	width: 24%;
	overflow: hidden;
}

.foot-about .txt {
	line-height: 30px;
}

.foot-menu {
	width: 36%;
	margin: 0 1.5%;
	float: left;
}

.foot-menu .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu ul li {
	width: 100%;
	margin: 10px 0;
	font-size: 18px;
	font-weight: 400;
}

.foot_contlis {
	width: 48%;
	margin-right: 2%;
	border-left: 1px solid #d8d8d8;
	padding-left: 20px;
}

.foot-contact {
	width: 22%;
	float: left;
}

.contact-ul li {
	width: 100%;
	margin: 14px 0;
	line-height: 22px;
	font-size: 18px;
	font-weight: 400;
}

.contact-ul li a:hover,
.foot-menu ul li a:hover {
	color: #3d5d3e;
}

.footer {
	width: 100%;
	padding: 17px 0;
	font-size: 18px;
	font-weight: 400;
}

.footer a:hover {
	opacity: 0.4;
}

.footer .section {
	display: flex;
	position: relative;
}

.foot-Support {
	width: 221px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 65px;
	display: flex;
	align-items: center;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer-fsc-logo {
	max-width: 255px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer-fsc-logo img {
	width: 25%;
}

.footer-fsc-logo .txt {
	width: 65%;
	display: flex;
	align-items: end;
}

/* 遮罩层样式 */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* 弹窗样式 */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f3f5f4;
	padding: 50px 30px;
	border-radius: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 80%;
	width: 620px;
	text-align: center;
	z-index: 99989;
}

#popup-content h2 {
	font-size: 45px;
	font-family: "CARDO-BOLD";
	margin-bottom: 25px;
}

#popup-content a {
	background-color: #4e7fab;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	transition: 0.4s;
	font-size: 19px;
	position: relative;
	max-width: 230px;
	border-radius: 8px;
}

#popup-content a i {
	margin-right: 15px;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:1650px) {
	.header .menu ul li a.menu-a {
		font-size: 20px;
	}

	.customnotebooks-why-txt {
		font-size: 20px;
	}
}

@media (max-width:1400px) {

	.map-content .txt,
	.Customizable-content .content .txt,
	.product-content .txt {
		font-size: 20px;
		line-height: 32px;
	}

	.Logistics-memo .txt,
	.about-con .txt {
		line-height: 32px;
	}

	.Aiyide-slide .Aiyide-content h3 {
		line-height: 52px;
	}

	.icon-img {
		max-width: 35px;
	}

	.Aiyide-slide .Aiyide-content .icon-img {
		right: 8px;
		top: 8px;
	}
}

@media (max-width:1199px) {
	.customnotebooks-why-txt {
		font-size: 18px;
	}

	.Material-color-class i {
		width: 35px;
		height: 35px;
		margin: 3px 3px;
	}

	.section {
		width: 100%;
		padding: 0 24px;
	}

	.header {
		height: 74px;
		background: #fff;
	}

	.fixnav {
		top: 0;
	}

	.lang-icon {
		position: absolute;
		right: 59px;
		top: 0px;
		width: 74px;
		height: 33px;
		padding: 5px 7px;
	}

	.lang-icon img.img01 {
		max-width: 22px;
	}

	.lang-icon:before {
		width: 11px;
		height: 7px;
		top: 12px;
	}

	.logo-icon {
		padding: 21px 0;
		border-bottom: 1px solid #eee;
	}

	.header .logo {
		width: 130px;
	}

	.m_menu {
		right: 24px;
	}

	.header .section {
		width: 100%;
		padding: 0 24px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 64px;
		background: #e9e9e9;
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
		padding: 10px 0;
	}

	.header .menu ul {
		width: 100%;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.header .menu ul li a.menu-a {
		line-height: 55px;
		display: inline-block;
		margin-left: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding: 10px 00px;
	}

	.header .menu ul li.menu-li:nth-child(2):before,
	.header .menu ul li.menu-li:nth-child(3):before {
		width: 11px;
		height: 7px;
		content: '';
		display: block;
		position: absolute;
		right: 14px;
		top: 26px;
		background: url(../menu-span.png);
	}

	.menu-links {
		width: 100%;
	}

	.menu-tab-contents {
		display: none;
	}

	.menu-tab-link a {
		padding: 10px 65px 10px 30px;
		font-size: 18px;
	}

	.grid-content {
		padding: 80px 0;
	}

	.banner-swiper,
	.banner {
		margin-top: 74px;
	}

	.button-next,
	.button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.banner-button {
		width: 94px;
		height: 40px;
	}

	.index-searchform,
	.header-icon {
		display: none;
	}

	.Case-list a .content h3 {
		letter-spacing: 2px;
	}

	.Case-list a .content {
		padding: 15px 20px;
	}

	.index-title span {
		margin-right: 15px;
	}

	.button-button {
		width: 92px;
		height: 40px;
	}

	.about-img,
	.about-con,
	.Customizable-content .content,
	.Customizable-content .img,
	.product-img,
	.product-content,
	.Printed-content,
	.Printed-img,
	.Gift-Set-dl dt,
	.Gift-Set-dl dd,
	.Logistics-memo h2,
	.Logistics-memo .txt,
	.Logistics-dl dl dt,
	.Logistics-dl dl dd {
		width: 100%;
		margin: 15px 0;
	}

	.Logistics-Export .content {
		width: 100%;
		padding: 60px 60px;
	}

	.about-img img {
		width: 100%;
	}

	.Logistics-tools .img-box,
	.Logistics-Export .rotate-icon,
	.Logistics-Export .content img.img-icon,
	.Logistics-Export .img {
		display: none;
	}

	.Logistics-tools .content {
		width: 100%;
	}

	.Printed-content .txt,
	.Logistics-dl dl dd .txt {
		line-height: 32px;
	}

	.Logistics-tools .content .txt {
		line-height: 32px;
		margin: 20px 0 80px 0;
	}

	.map-content {
		width: 80%;
		bottom: 10%;
	}

	.menu-class span {
		display: none;
	}

	.newscontent {
		padding: 15px 0;
	}

	.class {
		width: 100%;
	}

	.list-a .box {
		border-radius: 15px;
	}

	.news-detail .news-intro {
		font-size: 17px;
		line-height: 34px;
		padding: 40px 10px;
	}

	.form-content,
	.form-map {
		width: 100%;
	}

	.form-form ul li .button {
		font-size: 19px;
	}

	.inner-contact ul li {
		width: 29%;
		padding-bottom: 20px;
	}

	.banner h2 {
		font-size: 44px;
		margin-bottom: 10px;
	}

	.banner-content .content {
		top: 16%;
		width: 43.25%;
	}

	.banner-content .contentt {
		width: 60%;
		left: 5%;
		top: 16%;
	}

	.contact-ul li {
		line-height: 22px;
		font-size: 16px;
	}

	.menu-tab-link a:before {
		top: 13px;
	}

	.Printed-content {
		padding: 35px 25px;
	}

	.grid-memo h2,
	.grid-memo .txt {
		width: 100%;
		margin: 5px 0;
	}

	.footer .content {
		width: 100%;
	}

	.footer .section {
		width: 100%;
		padding: 0 24px;
	}

	.product-class,
	.product-list {
		width: 100%;
		float: none;
		margin: 10px 0;
	}

	.materialclass a {
		display: inline-block;
		width: auto;
		margin: 2px 14px 2px 0;
		font-size: 16px;
		line-height: 25px;
	}
}

@media (max-width:999px) {
	.banner h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	.Logistics-Export .content {
		width: 100%;
		padding: 30px 30px;
	}

	.img-box,
	.Case-list a,
	.about-img,
	.Aiyide-slide .box {
		border-radius: 15px;
	}

	.detail-content dl dt,
	.detail-content dl dd {
		width: 100%;
		margin: 15px 0;
	}

	.detail-content dl dd .box ul li {
		width: 100%;
		font-size: 16px;
		margin: 10px 0;
		position: relative;
	}

	.detail-intro {
		font-size: 18px;
		line-height: 28px;
	}

	.Why-txt {
		line-height: 28px;
	}

	.product-list .list ul li {
		width: 31.33%;
	}
}

@media (max-width:856px) {}

@media (max-width:768px) {
	.products-list a:nth-child(3n-1) {
		margin: 10px 1%;
	}

	.products-list a {
		width: 48%;
		margin: 10px 1%;
	}
}

@media (max-width:658px) {
	.product-list .list ul li {
		width: 48%;
	}

	.foot-box {
		width: 100%;
		padding: 50px 0;
		overflow: hidden;
	}

	.footer {
		font-size: 15px;
	}

	.foot-about,
	.foot-menu,
	.foot-contact {
		width: 100%;
		margin: 10px 0;
	}

	.foot_contlis {
		width: 48%;
		margin-right: 2%;
	}

	.foot_contlis:first-child {
		border: 0;
		padding-left: 0;
	}

	.foot-about .txt {
		line-height: 25px;
	}

	.footer .section {
		display: block;
	}

	.footer .content {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-fsc-logo .txt {
		width: 56%;
	}

	.footer-fsc-logo {
		position: relative;
	}

	.footer-fsc-logo img {
		width: 12%;
	}

	.foot-box h3 {
		margin-bottom: 10px;
	}

	.foot-menu ul li {
		width: 100%;
		margin: 5px 0;
		font-size: 15px;
		font-weight: 400;
	}

	.contact-ul li {
		margin: 8px 0;
		line-height: 22px;
		font-size: 15px;
	}

	.about-con .txt,
	.map-content .txt,
	.Customizable-content .content .txt,
	.product-content .txt {
		font-size: 16px;
		line-height: 25px;
	}

	.index-title {
		width: 100%;
	}

	.index-title h2 {
		width: 100%;
		display: block;
	}

	.index-title h2 i {
		display: block;
		width: 100%;
		text-align: center;
	}

	.product-content .box {
		display: none;
	}

	.map-img {
		float: none;
		margin-bottom: 40px;
	}

	.map-list {
		width: 20px;
		height: 20px;
	}

	.map-list i::before {
		width: 8px;
		height: 8px;
		margin-left: -4px;
		margin-top: -4px;
	}

	.map-list i {
		display: block;
		width: 20px;
		height: 20px;
	}

	.map-content {
		width: 100%;
		position: relative;
	}

	.Case-list a:nth-child(1),
	.Case-list a:nth-child(2),
	.Case-list a:nth-child(3) {
		width: 100%;
		margin: 10px 0;
	}

	.Case-list a .content h3 {
		letter-spacing: 0;
	}

	.Case-list a .txt {
		padding: 10px 0;
		line-height: 24px;
	}

	.grid-content {
		padding: 40px 0;
	}

	.Logistics-memo .txt,
	.about-con .txt {
		line-height: 25px;
	}

	.Logistics-dl dl dd .img-box,
	.about-icon {
		display: none;
	}

	.Customization-content ul li {
		width: 48%;
		margin: 10px 1%;
		overflow: hidden;
		border-radius: 10px;
		position: relative;
	}

	.Discover-slide {
		padding: 10px;
		border-radius: 10px;
	}

	.main-more a {
		line-height: 43px;
		font-size: 14px;
		padding: 0 60px 0 27px;
	}

	.Logistics-Export .content .txt {
		line-height: 25px;
	}

	.Logistics-Export .content img {
		max-width: 30px;
	}

	.Printed-content .txt,
	.Logistics-dl dl dd .txt {
		line-height: 26px;
	}

	.Logistics-tools .content .txt {
		line-height: 25px;
		margin: 20px 0 40px 0;
	}

	.news-list a {
		width: 100%;
		margin: 15px 0;
	}

	.newscontent h2 {
		overflow: hidden;
		line-height: 29px;
	}

	.news-detail .news-title h1 {
		font-size: 21px;
		line-height: 34px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 28px;
		padding: 20px 5px;
	}

	.list-a .box {
		border-radius: 10px;
	}

	.inner-contact ul li {
		width: 100%;
		margin: 10px 0;
		padding-bottom: 10px;
	}

	.form-content .txt {
		width: 100%;
		line-height: 25px;
	}

	.form-form ul li input {
		font-size: 17px;
		width: 100%;
		line-height: 30px;
		padding: 5px 0;
		border-bottom: 1px solid #d2d2d2;
	}

	.form-form ul li textarea {
		line-height: 30px;
		padding: 5px 0;
	}

	.form-form ul li .button {
		font-size: 17px;
		padding: 10px 35px;
		width: 60%;
		max-width: 310px;
	}

	.Gift-pagination span {
		width: 10px;
		height: 2px;
	}

	.Gift-Set-dl dd {
		border-radius: 15px;
		padding: 30px 15px;
	}

	.Creativity-content ul li {
		width: 48%;
	}

	.logistics-searchform {
		display: none;
	}

	.Logistics-Export .content,
	.Logistics-dl dl dt img,
	.Creativity-content ul li,
	.img-box,
	.Case-list a,
	.about-img,
	.Aiyide-slide .box {
		border-radius: 8px;
	}

	.products-list a {
		width: 98%;
	}

	.detail-content dl dd .box ul li {
		font-size: 15px;
		margin: 5px 0;
		position: relative;
	}

	.detail-intro {
		font-size: 15px;
		line-height: 25px;
	}

	.Why-txt {
		line-height: 25px;
	}

	.detail-next,
	.detail-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.Premium-Fabrics-list a {
		width: 98%;
		margin: 10px 1%;
	}

	.Premium-Fabrics-list a h3 {
		margin-top: 15px;
		line-height: 18px;
		padding: 10px 30px;
	}

	.product-color-class i {
		width: 35px;
		height: 35px;
		margin: 5px 5px;
	}

	.detail-exp-img li .box {
		width: 75px;
		height: 75px;
	}

	.detail-exp-img li {
		width: 48%;
		margin: 10px 1%;
	}

	.index-banner-img {
		height: 400px;
		padding-top: 0;
	}

	.inner-banner-img {
		height: 280px;
		padding-top: 0;
	}

	.banner h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.banner p {
		padding-left: 1px;
		font-size: 13px;
	}

	.banner-content .content {
		top: 16%;
		width: 70%;
		left: 15%;
	}

	.section {
		width: 100%;
		padding: 0 14px;
	}

	.header .section {
		width: 100%;
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.lang-icon {
		right: 48px;
	}

	.class a {
		font-size: 14px;
		line-height: 35px;
		padding: 0 12px;
	}

	.news-detail .goBack {
		font-size: 13px;
	}

	.Aiyide-slide .Logisticsmemo {
		line-height: 22px;
		min-height: 212px;
		padding: 20px 10px;
	}

	.customnotebooks-why-txt {
		font-size: 15px;
	}

	.Printed-content .txt p {
		margin-bottom: 10px;
	}

	.swiper-slide-txt04 h1 {
		letter-spacing: 3px;
	}

	.swiper-slide-txt04 h1,
	.swiper-slide-txt03 h1 {
		font-size: 22px;
	}

	.swiper-slide-txt .txt {
		font-size: 15px;
	}

	.Aiyide-slide .Aiyide-content h3 {
		line-height: 40px;
	}

	.icon-img {
		max-width: 27px;
	}

	.Aiyide-slide .Aiyide-content .icon-img {
		right: 8px;
		top: 6px;
	}

	.Printed-content a {
		line-height: 42px;
		font-size: 14px;
		border-radius: 30px;
		padding: 0 27px;
	}

	.Gift-Set-dl {
		margin-top: 30px;
	}

	.grid-memo {
		padding-bottom: 25px;
	}

	.materialclass a {
		margin: 2px 8px 2px 0;
		font-size: 15px;
		line-height: 25px;
	}

	.Material-color-class i {
		width: 30px;
		height: 30px;
		margin: 2px 2px;
	}

	.product-list .list {
		padding: 10px 10px;
		border-radius: 10px;
	}

	.qt-pagination {
		padding: 25px 0;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
	}

	.main-product {
		padding: 30px 0 50px 0;
	}

	.button-button {
		width: 70px;
		height: 32px;
	}

	.button-next,
	.button-prev {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.menu-tab-link a {
		padding: 7px 48px 7px 18px;
		font-size: 16px;
	}

	.menu-tab-link a:before {
		width: 12px;
		height: 12px;
		top: 10px;
		right: 17px;
	}
}