/* main */
.main {
	min-height: 40vh;
	background: #fff;
}

.main .wd1600 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.list {
	width: 280px;
	display: block;

	margin-top: 30px;
	padding: 10px 16px;
}

.list .title {
	font-family: Madera, sans-serif;
	font-size: 20px;
	margin: 10px 0;
	color: #222;
	border-bottom: 1px solid var(--Bcolor);
	padding-bottom: 10px;
	width: 100%;
}

.list ul {
	width: 100%;
	max-width: 1440px;
	white-space: nowrap;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	flex-wrap: wrap;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 40px;
}

.list ul li {
	display: inline-block;
	width: 100%;
}

.list ul li a {
	font-size: 15px;
	display: block;
	width: 100%;
	text-align: left;
	padding: 16px 12px;
	transition: all .5s ease;
	line-height: 16px;
}

.list ul li:last-child a {
	border: none;
}

.list ul li:hover a {
	color: var(--Bcolor);
}

.list ul li a.active {
	color: var(--Bcolor);
	border-left: 3px solid var(--Bcolor);
	background: #7bae231a;
}

.list ul li a.active:hover {
	/* border-bottom: 2px solid var(--Bcolor); */
}

.list ul li a:hover {}

.listBox {
	width: calc(100% - 320px);
	margin-left: 30px;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.listBox .pic {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.listBox .pic img {
	width: 100%;
	margin-bottom: 4px;
}

#video-container {
	width: 100%;
	height: 0;
	margin-top: 10px;
	max-width: 100%;
	padding-bottom: 30%;
	position: relative;
}

#video-container video,
#video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
}

/* .videoContainer {
	position: relative;
	width: 100%;
	padding-bottom: 66.25%;
	height: 0;
	overflow: hidden;

}

.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
} */

#videoUrlInput {
	display: none;
	opacity: 0;
}

.listBox .pic video {
	width: 100%;
	border-radius: 12px;
}

.listBox .pic video:focus {
	outline: none;
}

.listBox .info {
	width: 100%;
}


.listBox h3,
.listBox .title {
	color: #222222;
	position: relative;
	text-align: left;
	width: 100%;
	font-size: 2rem;
	color: #313131;
	margin-bottom: 1rem;
	line-height: 3.2rem;
	text-transform: capitalize;
	color: #1b1b1b;
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
	font-family: Madera, sans-serif;
}


.listBox .txt p {
	font-size: 1rem;
	line-height: 1.8rem;
}

/* certifications */
.cerList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cerList .cerBox {
	width: 23%;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #eee;
}

.cerList .cerBox a {
	display: block;
	overflow: hidden;
}

.cerList .cerBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.cerList .cerBox div {
	background: #eee;
	text-align: center;
	font-size: 14px;
	padding: 4px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.cerList .cerBox p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cerList .cerBox:hover div {
	background: var(--Bcolor);
	color: #fff;
}

/* culture */
.titleh3 {
	display: block;
	width: 100%;
	padding: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	font-size: 2.25rem;
	color: #222222;
	position: relative;
	font-weight: 600;
	font-family: 'CustomFontBold', sans-serif;
	text-align: center;
	margin-bottom: 16px;
}

.culList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	gap: 2%;
}

.culList .culBox {
	width: 32%;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	transition: all .5s ease;
	margin-bottom: 24px;
}

.culList .culBox .img {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 66%;
}

.culList .culBox img {
	width: 100%;
	display: block;
}

.culList .culBox .title {
	width: 100%;
	background: #eee;
	text-align: center;
	font-size: 14px;
	padding: 8px 4px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 26px;
}

.culList .culBox:hover .title {
	background: var(--Bcolor);
	color: #fff;
}

/* newslist */
.newsBox {
	width: 100%;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.newsBox .newList {
	overflow: hidden;
	width: 30%;
	margin: 0 1.5% 40px;
	transition: all .5s ease;
	display: flex;
	flex-wrap: wrap;
	background: #f8f8f8;
	border-radius: 12px;
}

.newsBox .newList:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.newsBox .newLinkBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-items: flex-start;
}

.newsBox .newPicBox {
	width: 100%;
	position: relative;
	padding-bottom: 68%;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: center;
}

.newsBox .newPicBox img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.newsBox .centerContentBox {
	width: 100%;
	float: left;
	position: relative;
	padding: 16px 24px;
}

.newsBox .newTitle {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 600;
	color: #333;
}

.newsBox .newData {
	font-size: 15px;
	line-height: 30px;
	color: #a5a5a5;
}

.newsBox .newSummry {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	color: #777777;
	line-height: 23px;
}


.newsBox .newList a:hover img {
	transform: scale(1.1);
}


/* newslist */
.listBox .center .centerTit {
	text-align: center;
	margin-bottom: 25px;
}

.listBox .center .centerTit h1 {
	margin-bottom: 20px;
}

.listBox .center.newsContent {
	line-height: 26px;
}

/* articl */
.articl {
	background: #f4f4f4;	padding: 10px 0 30px;
}

.articlbox {
	background: #fff;
	padding: 50px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
border-radius: 10px;
}

.articlbox .title {
	font-size: 32px;
	color: #151515;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: left;
	font-family: 'CustomFontBold', sans-serif;
	line-height: 40px;
}

.articlbox .date {
	text-align: left;
	color: #151515;
	padding-bottom: 1rem;
	font-size: .85rem;
	font-family: 'CustomFontBold', sans-serif;
}

.articlbox .content {
	margin: 10px 0;
	line-height: 28px;
	font-size: 16px;
}

.articlbox .content img {
	max-width: 100%;
}

/* faq */
.pos_abs {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #e4e4e4;
	margin: 30px auto;
}

.faqlist {
	overflow: hidden;
	transition: all .5s ease;
	background: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.faqlist.active {
	border-bottom: 1px solid var(--Bcolor);
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 20px 0 8px;
}

.toggle-title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-right: 16px;
	font-family: 'CustomFontBold', sans-serif;
	display: flex;
	align-items: center;
	width: 100%;
}

.toggle-title::before {
	content: "Q";
	width: 32px;
	height: 32px;
	display: flex;
	background: var(--Bcolor);
	text-align: center;
	color: #fff;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;

}

.toggle-button {
	display: none;
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	margin-right: 10px;
	background: #fff;
	border-radius: 20px;

}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #999;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.toggle-content p,
.toggle-title p {
	width: calc(100% - 50px);
}

.toggle-content::before {
	content: "A";
	width: 32px;
	height: 32px;
	display: flex;
	background: #587d18;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;

}

.faqlist.active .toggle-title {
	color: var(--Bcolor);
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
}


.data_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 30px;
	padding-bottom: 30px;
}

.data_list .item {
	width: 100%;
	background: #fff;
	position: relative;
	bottom: 0;
	transition: all .5s ease;
	cursor: pointer;
	padding: 20px;
	box-shadow: 5px 5px 0px var(--Bcolor);
}

.data_list .item img {
	width: 50px;
}

.data_list .item .title {
	text-align: left;
	font-size: 40px;
	color: #0f0f0f;

	font-weight: 600;
	font-family: 'CustomFontBold', sans-serif;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.data_list .item p {
	width: 100%;
	font-size: 15px;
	color: #888;
	font-weight: 100;
	line-height: 20px;
}

.data_list .item:hover {
	bottom: 20px;
}

.data_list .item:hover .title {
	color: var(--Bcolor);
}



/* download */
.downloadbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	min-height: 50vh;
}

.download-box {
	min-height: 30vh;
	padding: 60px 0;
	flex-wrap: wrap;
}

.download-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 15px;
	align-items: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	width: 100%;

}

.download-item:hover {
	box-shadow: 0px 0px 10px #00000021;
}

.download-item:hover::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #000;
	left: 0;
	position: absolute;
	display: block;
}

.download-link a {
	display: flex;
	align-items: center;
}

.download-link a .icon-download {
	display: flex;
}

.download-link svg {
	width: 20px;
	margin-right: 6px;
}

.download-link a:hover {
	color: var(--Bcolor);
}

.download-link a:hover svg path {
	fill: var(--Bcolor);
}

.download-item .name::before {
	content: "■";
	vertical-align: text-bottom;
	margin-right: 10px;
	color: #000;
}





.tb_pc {
	display: block;
}

.tb_mobile {
	display: none;
}

.downloadbox table {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	overflow: hidden;
	font-size: 18px;
	border: 1px solid #e3e3e3;
	font-size: 1rem;
}

.downloadbox table tr {}

.downloadbox table th {
	background: #efefef;
	padding: 15px;
	font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
}

.downloadbox table td {
	padding: 15px;
	font-weight: 400;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.downloadbox table tr:last-child td {
	border: none;
}

.downloadbox table td a {
	transition: all 0.3s ease;
}

.downloadbox table td a:hover {
	color: var(--Bcolor);
}

.downloadbox .icon-download svg {
	width: 16px;
	vertical-align: bottom;
	margin-right: 5px;
}

.downloadbox .icon-download svg path {
	fill: #222;
}

.downloadbox table td a:hover .icon-download svg path {
	fill: var(--Bcolor);
}

/* contactus */
.contactUs {
	padding: 60px 0;
}

.contactUs .wd1600 {
	display: flex;
	justify-content: space-between;

	align-items: stretch;
	flex-wrap: wrap;
}

.contactUs .tit {
	width: 30%;
}

.contactUs .inquiryForm {
	background: #fff;
	padding: 4%;
	margin: 0 auto;
	width: 60%;
	border-radius: 16px;
}

.contactUs div h3 {
	font-size: 3rem;
	color: #151515;
	margin-bottom: 1rem;
	font-family: 'CustomFontBold', sans-serif;
	line-height: 4rem;
	margin: 30px 0;
}

.contactUs .factoryinfo .tips {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-top: 10px;
	margin-bottom: 35px;
}

.contactUs .infoList {
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid #ffffff47;

}

.contactUs .infoList .icon {
	margin-right: 6px;
}

.contactUs .infoList .icon::before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 20px;
	border: 2px solid #fff;
	display: block;
}

.contactUs .infoList .icon-phone {
	background: url("../images/icon-phone.svg")no-repeat center;
	background-size: 22px;

}

.contactUs .infoList .icon-email {
	background: url("../images/icon-email.svg")no-repeat center;
	background-size: 22px;
}

.contactUs .infoList .icon-address {
	background: url("../images/icon-address.svg")no-repeat center;
	background-size: 22px;
}

.contactUs .infoList .icon-fax {
	background: url("../images/icon-fax.svg")no-repeat center;
	background-size: 22px;
}

.contactUs .infoList p {
	width: 100%;
	padding: 20px 0;

}

.contactUs .inquiryForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .inquiryForm .formList {
	font-size: 14px;
	color: #777;
	width: 48%;
	margin-bottom: 24px;
}

.contactUs .inquiryForm input {
	padding: 14px 10px;
	padding-left: 20px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	display: flex;
	line-height: 20px;
	box-shadow: inset 0px 0px 3px #ccc;
	border-radius: 8px;
	margin-top: 6px;
	width: 100%;
}

.contactUs .inquiryForm textarea {
	padding: 14px 10px;
	padding-left: 20px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	display: flex;
	line-height: 20px;
	box-shadow: inset 0px 0px 3px #ccc;
	border-radius: 8px;
	margin-top: 6px;
	width: 100%;
}

.contactUs .inquiryForm input:focus {
	border-color: #000;
}

.contactUs .inquiryForm textarea:focus-visible {
	outline: none;
	border-color: #000;
}

.contactUs .inquiryForm textarea:focus {
	border-color: #000;
}

.contactUs .inquiryForm .btn {
	background: var(--Bcolor);
	color: #fff;
	border-color: var(--Bcolor);
	border: none;
	padding: 16px 20px;
	font-size: 18px;
	width: 300px;

}

.contactUs .inquiryForm .btn::after {
	border-color: #fff;
}

/*advantages*/
.advantages-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-radius: 32px;
	/* padding: 1rem; */
	text-align: center;
	height: auto;
	min-height: 260px;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.advantages-list-item .title {
	font-size: 18px;
	text-align: left;
}

.advantages-list-item {
	background: #f6f8fa;
	width: 48%;
	padding: 30px;
	border-radius: 16px;
	text-align: left;
}

.advantages-list-item .img-box {
	width: 50%;
	max-width: 200px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 10px;
}

.advantages-list img {
	max-width: 200px;
	width: 100%;
	display: block;
}

.advantages-list p {
	font-size: 1rem;
}

/* newslist */
.hisBox {
	width: 100%;
	margin-top: 2rem;
}

.hisBox .hisList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 90px;
	transition: all .5s ease;
}

.hisBox .hisLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hisBox .hisPicBox {
	width: 35%;
	float: left;
	position: relative;
	padding-bottom: 23%;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	display: flex;
	justify-content: center;
}

.hisBox .hisPicBox img {
	width: 100%;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.hisBox .centerContentBox {
	width: 67%;
	padding-left: 5.5%;
	float: left;
	position: relative;
}

.hisBox .Title {
	font-size: 32px;
	color: #151515;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
}

.hisBox .Summry {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #4b4b4b;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.hisBox .hisList a:hover .Title {
	color: var(--Bcolor);
}

.hisBox .hisList a:hover img {
	transform: scale(1.1);
}

/* site map */
.siteBox {
width: 100%;
	padding: 3rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.siteBox .Title {
	font-size: 2rem;
	color: #151515;
	font-weight: bold;
	margin-bottom: 20px;
}

.siteul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.site_top {
	width: auto;
	margin-bottom: 20px;
	margin-right: 40px;
}

.site_top .top_link {
	font-size: 1rem;
	color: #252525;
	font-weight: bold;
}

.site_top .top_link:hover {
	color: var(--Bcolor);
	border-bottom: 1px solid var(--Bcolor);
}

.site_second_ul {}

.site_second a {
	font-size: .85rem;
	color: #4C4C4C;
	margin-top: 1.2rem;
	display: block;
}

.site_second a:hover {
	color: var(--Bcolor);
}

.keywordsBox span {
	display: inline-block;
	margin-right: 2rem;
	margin-top: 2rem;
	text-transform: capitalize;
}

.keywordsBox {
	margin-top: 20px;
}

.keywordsBox .tag-c-main {
	margin-bottom: 20px;
}

.keywordsBox .tag-c-main a {
	display: inline-block;
	margin-right: 1%;
	margin-top: 8px;
	text-transform: capitalize;
	background: #fff;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

.site_second a:hover,
.keywordsBox a:hover {
	color: var(--Bcolor);
}

/* thank */
.thank {
	font-family: "Sansation1";
	font-size: 2rem;
	color: var(--Bcolor);
}

.tksBox {
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.tksBox div {
	width: 100%;
	display: flex;
	justify-content: center
}

.tks-img {
	width: 4.2rem;
	height: 4.2rem;
	background: url("../images/icon-small.svg")no-repeat center;
	background-size: 100%;
}

.tksBox .Title {
	font-size: 2rem;
	color: #151515;
	text-align: center;
	width: 100%;
	margin: 1rem 0 2rem;
}

.tksBox div a {
	margin: 0 auto
}

/*factoryinfo*/
.factoryinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.factoryinfo .item {
	width: 30%;
	padding: 60px 20px;
	color: #222;
	transition: all 0.3s ease;
	border: 2px solid var(--Bcolor);
	border-radius: 20px;
}

.factoryinfo .item svg {
	width: 40px;
	height: 30px;
}

.factoryinfo .item svg path {
	fill: var(--Bcolor);
	transition: all 0.3s ease;
}

.factoryinfo .title {
	font-family: 'CustomFontBold';
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 20px;

}

.factoryinfo .item:hover {
	background: var(--Bcolor);
	color: #fff;
}

.factoryinfo .item:hover svg path {
	fill: #fff;
}

.factoryinfo .item:hover .title {
	color: #fff;
}

.map {
	width: 100%;
	margin: 40px 0 0;
	border-radius: 20px;
	overflow: hidden;
}

/*Video*/
.videos {
	padding-bottom: 2rem;
}

.VideoBox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	width: 100%;
}

.VideoList {
	width: 31%;
	overflow: hidden;
	margin: 40px 1% 0;
	background: #fff;
	border-radius: 10px;
}

.VideoList .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
}

.VideoList .img-box picture {
	position: absolute;
	width: 100%;
	height: 100%;
}

.VideoList .img-box picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.VideoList .groups-video .video-intro-play {
	width: 64px;
}

.VideoList .groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.video-intro-text {
	width: 100%;
	background: var(--Bcolor);
	color: #fff;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

/*contactUsbox*/
.contactUsbox {
	background: url(../images/contactbg.jpg)no-repeat center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.contactUsbox .title {
	font-size: 320%;
	color: #222222;
	position: relative;
	font-family: 'CustomFontBold';
	width: 100%;
}

.contactUsbox p {
	margin-bottom: 20px;
	font-size: 15px;
}

.keywordsBox .tag-c-main {
	margin-bottom: 20px;
}

.keywordsBox .tag-c-main a {
	display: inline-block;
	margin-right: 1%;
	margin-top: 8px;
	text-transform: capitalize;
	background: #fff;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

/*dynamicBox*/
.dynamic .listBox {
	width: 94%;
	margin: 0 auto;
	max-width: 1440px;
}

.dynamicBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.dynamicBox .imgBox {
	overflow: hidden;
	max-width: 600px;
	width: 45%;
	border-radius: 20px;
}

.dynamicBox .txtBox {
	width: 50%;
}

.dynamicBox .txtBox .date {
	color: #999;
	margin-bottom: 20px;
}

.dynamicBox .btn {
	margin-top: 30px;
	padding: 15px 20px;
	width: auto;
	padding-right: 40px;
}
.dynamic .cerList .cerBox:nth-child(n+5) {
	display: none;
	opacity: 0;
}
.inquiryForm2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inquiryForm2 input {
	/*  display: block;
	        color: #151515;
	        background: #fafafa;
	        border: 2px solid #e9e9e9;
	        padding-left: 15px;
	        width: 32%;
	        height: 50px;
	        line-height: 50px;
	        margin-bottom: 24px;
	        border-radius: 12px;
	        transition: all .5s ease;
	        margin-top: 10px; */
	width: 32%;
	height: 3.2rem;
	padding-left: 20px;
	border: 0.5px solid #dddddd;
	margin-bottom: 16px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	margin-top: 6px;
}

.inquiryForm2 textarea {
	display: block;
	color: #212121;
	border: 0.5px solid #dddddd;
	padding-left: 15px;
	width: 100%;
	height: 200px;
	line-height: 50px;
	margin-bottom: 24px;
	transition: all .5s ease;
	margin-top: 10px;
}

.inquiryForm2 input:hover,
.inquiryForm2 input:focus,
.inquiryForm2 textarea:hover,
.inquiryForm2 textarea:focus-visible,
.inquiryForm2 textarea:focus {
	border-color: var(--Bcolor);
	outline: none;
}

.inquiryForm2 .btn {
	margin: 0 auto;
	min-width: 200px;
	border: none;
	padding: 16px;
}

.products_list_left {
	display: flex;
	flex-wrap: wrap;
}

.products_list_left .item {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;

	transition: all .5s ease;
}

.products_list_left .item img {
	width: 100%;
}

.products_list_left .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.products_list_left .item .ImgBox {
	width: 30%;
}

.products_list_left .item .ImgBox img {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform ease .3s;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-ms-transition: -ms-transform ease .3s;
	-moz-transition: -moz-transform ease .3s;
	-o-transition: -o-transform ease .3s;
}

.products_list_left .item .txtBox {
	width: 65%;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;
	color: #777;
}

.products_list_left .item:hover .txtBox {
	color: var(--Bcolor);
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
}

.products_list_left .item:hover .ImgBox img {
	transform: scale(1.1);
}

.contactUs-info {
	background: #fff;
}

.contactUs-info .wd1600 {
	justify-content: center;

}

.contactUs-info .wd1600 .listBox {
	width: 100%;
}

@media only screen and (max-width: 1200px) {


	.listBox h3 {
		font-size: 45px;
	}

	.list ul li a {
		font-size: 1rem;
		line-height: 60px;
		padding: 0px 10px;
		min-width: auto;
	}

	.cerList {
		justify-content: normal;
	}

	.cerList .cerBox {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 60px;
	}

	.newsBox .newLinkBox {
		align-items: flex-start;
	}



	.newsBox .newData {
		position: relative
	}

	.contactUs .factoryinfo .tips {
		margin-bottom: 10px;
	}

	.hisBox .hisLinkBox {
		align-items: flex-start;
	}

	.hisBox .centerContentBox {
		width: 57%;
	}

	.hisBox .Summry {
		line-height: 30px;
		text-align: left;
	}
}

@media only screen and (max-width: 769px) {
	.list {
		margin: 0 auto;
		width: 100%;
	}

	.listBox h3 {
		font-size: 30px;
		line-height: 34px;
		margin: 10px 0;
		text-align: center;
	}

	.list ul {
		align-items: center;
		margin: 0;
		width: 100%;
        	display: block;
	}

	.listBox {
		padding: 32px 0;
		width: 100%;
		margin: 0;
	}

	.products_list_left {
		display: none;
	}

	.listBox .pic {
		width: 100%;
		margin: 20px 0;
	}

	.listBox .info {
		width: 100%;
	}

	.contactUs {
		padding: 0 0 30px;
	}

	.contactUs .inquiryForm .btn {
		width: 100%;
	}

	.contactUs .inquiryForm .formList {
		width: 100%;
	}

	.contactUs div h3 {
		font-size: 30px;
		line-height: 40px;
		margin: 20px 0 0;
	}

	.list ul li {
		display: block;
		width: 100%;
		padding: 10px 5px;
		padding-bottom: 0px;
		margin: 0;
	}

	.list ul li a {
		display: flex;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		white-space: initial;
		word-break: break-word;
		align-items: center;
		justify-content: center;
		padding: 10px 4px;
	}

	.listBox .info {
		flex-wrap: wrap;
		gap: 10px;
	}

	.data_list .item .title {
		flex-wrap: wrap;
		font-size: 30px;
	}

	.data_list .item p {
		width: 100%;
		line-height: initial;
		margin: 0;
	}

	.data_list .item {
		width: 45%;
		border-bottom: 1px solid var(--Bcolor);
	}

	.listBox .info .left {
		width: 100%;
	}

	.listBox .info .txt {
		width: 100%;
	}

	.data_list {
		flex-wrap: wrap;
		border-bottom: none;
	}

	.cerList {
		justify-content: space-between;
		padding-top: 0;
	}

	.cerList .cerBox {
		width: 48%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.culList .cerBox {
		width: 45%;
	}

	.culList .culBox {
		width: 100%;
		margin: 0 0 20px;
	}

	.culList .culBox h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.culList .culBox.hover h4 {
		font-size: 28px;
	}

	.culList .culBox p {
		font-size: 16px;
	}

	.culList .culBox .picT .picT-txt {
		margin: 15px;
	}

	.leftTimeBox {
		display: none;
	}

	.titleh2 {
		font-size: 30px;
		line-height: 38px;
	}

	.newsBox {
		margin-top: 0;
	}

	.newsBox .newList {
		margin-bottom: 0px;
	}

	.newsBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}


	.newsBox .newTitle {
		font-size: 18px;
		line-height: 23px;
	}

	.newsBox .newSummry {
		line-height: 18px;
		margin-top: 10px;
	}

	.newsBox .newLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}

	.newsBox .newPicBox {
		width: 100%;
		padding-bottom: 68%;
	}

	.articlbox {
		padding: 20px 10px;
	}

	.articlbox .title {
		font-size: 26px;
		line-height: 32px;
	}

	.articlbox .content {
		font-size: 14px;
		margin: 15px 0;
	}

	.tb_pc {
		display: none;
	}

	.tb_mobile {
		display: block;
	}

	.downloadbox table {
		margin-bottom: 15px;
		border: 1px solid #f3f3f3;
		font-size: 16px;
	}

	.downloadbox table th {
		background: #fff;
		color: #8e8e8e;
	}

	.downloadbox table td,
	.downloadbox table th {
		padding: 15px;
		border-bottom: 1px solid #f3f3f3;
	}

	.hisBox {
		margin-top: 20px;
	}

	.hisBox .hisList {
		margin-bottom: 30px;
	}

	.hisBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}

	.hisBox .Title {
		font-size: 1rem;
	}

	.hisBox .Summry {
		font-size: 16px;
		margin-top: 10px;
		line-height: 24px;
	}

	.hisBox .hisLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}

	.hisBox .hisPicBox {
		width: 100%;
		padding-bottom: 66%;
	}

	.site_top {
		width: 48%;
		margin: 0 0 20px;
	}

	.factoryinfo .item {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.VideoList {
		width: 100%;
		margin: 20px 0 0;
	}

	.keywordsBox .tag-c-main {
		display: flex;
		flex-wrap: wrap;
	}

	.keywordsBox .tag-c-main a {
		display: flex;
		align-items: center;
		width: 48%;
	}

	.dynamicBox .imgBox,
	.dynamicBox .txtBox {
		width: 100%;
	}

	.advantages-list-item {
		width: 100%;
	}

	.news-list-item .title {
		font-size: 20px;
		height: initial;
		text-align: left;
	}

	.inquiryForm2 input {
		width: 100%;
	}

	.contactUs .tit {
		width: 100%;
	}

	.contactUs .inquiryForm {
		width: 100%;
	}

	.dynamic .listBox {
		width: 94%;
	}
}

@media only screen and (max-width: 640px) {
	.newsBox .newList {
		width: 100%;
		margin: 0 0 20px;
	}

	.download-item {
		display: flex;
		margin: 20px 0;
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.download-item div {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #efefef;
		font-size: 14px;

	}

	.download-item div:last-child {
		border-bottom: 0;
	}

	.download-box {
		padding: 0;
	}

	.faqbox {
		padding: 0 20px;
	}

	#video-container {
		padding-bottom: 60%;
	}
}