﻿/* main */
.list {
	max-width: 1200px;
	background-color: #ffffff;
	margin: 55px auto;
	border-radius: 50px;
	width: 90%;
}

.list ul {
	width: 100%;
	white-space: nowrap;
	text-align: center;
	display: flex;
	justify-content: space-around;
}

.list ul li {
	display: inline-block;
	padding: 14px;
}

.list ul li a {
	font-size: 22px;
	display: block;
	width: 100%;
	color: #151515;
	text-align: center;
	line-height: 72px;
	padding: 0px 30px;
	border-radius: 50px;
	background: #fff;
	transition: all .5s ease;
	min-width: 200px;
}

.list ul li a.active {
	background: var(--Bcolor);
	color: #fff;

}

.list ul li a.active:hover {
	background: var(--Bcolor);
	color: #fff;
}

.list ul li a:hover {
	background: #f9f9f9;
}

.listBox {
	    padding: 2.5rem 0;
	    display: flex;
	    align-items: flex-start;
	    flex-wrap: wrap;
}

.listBox .pic {
	width: 50%;
	overflow: hidden;
}

.listBox .pic img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 4px;
}
.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: 50%;
	padding-left: 8%;
}

.listBox h3 {
	font-size: 2.6rem;
	color: #151515;
	margin-bottom: 30px;
	font-weight: 400;
}

.listBox .txt {
	margin-bottom: 2rem;
}

.listBox .txt p {
	font-size: 1rem;
	color: #4B4B4B;
	line-height: 1.8rem;
}

/* certifications */
.cerList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cerList .cerBox {
	width: 22.5%;
	margin-bottom: 60px;
}

.cerList .cerBox img {
	width: 100%;
	height: 100%;
}

.cerList .cerBox p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* culture */
.culList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.culList .culBox {
	width: 48%;
	margin: 0 2% 30px 0;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 0;
	padding-bottom: 38%;
	transition: all .5s ease;
}

.culList .culBox img {
	position: absolute;
	min-width: 100%;
	height: 100%;
}

.culList .culBox .picT {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #00000094, transparent);
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	transition: all .5s ease;
}

.culList .culBox .picT .picT-txt {
	margin: 30px;
	transition: all .5s ease;
}

.culList .culBox h4 {
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 16px;
	transition: all .5s ease;
}

.culList .culBox p {
	color: #fff;
	font-size: 22px;
	transition: all .5s ease;
}


.culList .culBox.hover .picT {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.culList .culBox.hover .picT .picT-txt {
	margin: 0;
}

.culList .culBox.hover h4 {
	font-size: 45px;
	font-weight: bold;
	position: relative;
	width: auto;
	display: inline-block;
}

.culList .culBox.hover h4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 30px;
	background: var(--Bcolor);
}

/* newslist */
.newsBox {
	width: 100%;
	margin-top: 2rem;
}

.newsBox .newList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 90px;
	transition: all .5s ease;
}

.newsBox .newLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.newsBox .newPicBox {
	width: 27%;
	float: left;
	position: relative;
	padding-bottom: 19%;
	overflow: hidden;
	border-radius: 12px;
	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: 67%;
	padding-left: 5.5%;
	float: left;
	position: relative;
}

.newsBox .newTitle {
	font-size: 28px;
	color: #151515;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
}

.newsBox .newData {
	font-size: 16px;
	line-height: 30px;
	padding-top: 33px;
	margin-bottom: 10px;
	color: #4b4b4b;
	position: absolute;
	bottom: 0;
}

.newsBox .newSummry {
	width: 100%;
	line-height: 24px;
	color: #4b4b4b;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newsBox .newList a:hover .newTitle {
	color: var(--Bcolor);
}

.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 */
.articlbox {
	padding: 80px 0;
}

.articlbox .title {
	font-size: 32px;
	color: #151515;
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
}

.articlbox .date {
	text-align: center;
	    border-bottom: 0.5px solid #e3e3e3;
	    padding-bottom: 1rem;
	    color: #8e8e8e;
	    font-size: .85rem;
}

.articlbox .content {
	margin: 30px 0;
	line-height: 30px;
	font-size: 18px;
	color: #4b4b4b;
}
.articlbox .content img{
	max-width: 100%;
}
/* faq */
.pos_abs {
	position: absolute;
	right: 0;
	top: 50%;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.faqlist {
	margin-bottom: .65rem;
	border-radius: 12px;
	border: 1px solid #E2E2E2;
	overflow: hidden;
	transition: all .5s ease;
}

.faqlist.active {
	border-color: #000;
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background: #efefef;
	padding: 1.1rem;
}

.toggle-title {
	font-size: 1.1rem;
	color: #151515;
}

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-right: 10px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	display: none;
	padding: .9rem;
	font-size: 1rem;
	color: #4b4b4b;
	line-height: 1.8rem;
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
}

/* download */
.downloadbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	min-height: 50vh;
}
.tb_pc{
	display: block;
}
.tb_mobile{display: none;}
.downloadbox table{
	width: 100%;
	    text-align: left;
		color: #151515;
		border-radius: 12px;
		overflow: hidden;
		font-size: 18px;
		border: 1px solid #e3e3e3;
}
.downloadbox table tr{
	
}
.downloadbox table th{
	    background: #efefef;
	    padding: 30px 20px;
	    font-weight: 400;
		border-bottom: 1px solid #e3e3e3;
}
.downloadbox table td{
	    padding: 30px 20px;
	    font-weight: 400;
		background: #fff;
		border-bottom: 1px solid #e3e3e3;
}
.downloadbox table tr:last-child td{
	border: none;
}
.downloadbox table td a{text-decoration: underline;transition: all 0.3s ease;}
.downloadbox table td a:hover{color: var(--Bcolor);}

/* contactus */
.contactUs {
	display: flex;
	justify-content: space-between;
	padding: 44px 0;
	align-items: flex-start;
}

.contactUs .factoryinfo {
	width: 40%;
	margin-bottom: 30px;
}
.contactUs .inquiryForm{
	width: 48%;
	    background: #fff;
	    border-radius: 20px;
	    padding: 40px 6%;
		box-shadow: 0px 0px 59px 0px rgba(0,0,0,0.06);
}
.contactUs div h3 {
	font-size: 2rem;
	    color: #151515;
	    margin-bottom: 3rem;
	    font-weight: 400;
	    text-align: center;
}

.contactUs .factoryinfo .tips {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #4b4b4b;
	margin-top: 10px;
	margin-bottom: 35px;
}

.contactUs .infoList {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.contactUs .infoList .icon{
	width: 20px;
	height: 29px;
	margin-right: 18px;
}
.contactUs .infoList .icon-phone{
	background: url("../image/icon_phone.png")no-repeat center;
	background-size: 100%;
}
.contactUs .infoList .icon-email{
	background: url("../image/icon_email.png")no-repeat center;
	background-size: 100%;
}
.contactUs .infoList .icon-address{
	background: url("../image/icon_address.png")no-repeat center;
	background-size: 100%;
}
.contactUs .infoList .icon-fax{
	background: url("../image/icon_fax.png")no-repeat center;
	background-size: 100%;
}
.contactUs .infoList p{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #E3E3E3;
}
.contactUs .inquiryForm .formList{font-size:.8rem;}
.contactUs .inquiryForm input {
	width: 100%;
	    height: 3.2rem;
	    padding-left: 20px;
	    border: 0.5px solid #BDBDBD;
	    margin-bottom: 20px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 10px;
	    margin-top: 10px;
}

.contactUs .inquiryForm textarea {
	width: 100%;
	    padding: 20px;
	    border: 0.5px solid #BDBDBD;
	    margin-bottom: 20px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 10px;
	    margin-top: 10px;
}
.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 {
	width: 100%;
}

/* 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{
	padding: 3rem 0;
	    border-bottom: 1px solid #e3e3e3;
}
.siteBox .Title{
	    font-size: 2rem;
	    color: #151515;
}
.siteul{
	display: flex;
	    flex-wrap: wrap;
	    justify-content:flex-start;
}
.site_top{
	width: 19%;
	    margin-top: 2rem;
	    margin-right: 1%;
}
.site_top .top_link{
	font-size: 1.1rem;
	    color: #4b4b4b;
	    border-bottom: 1px solid #4b4b4b;
}
.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;
}
/* thank */
.thank {
	font-family: "Sansation1";
	font-size: 2rem;
	color: var(--Bcolor);
}
.tksBox{
	padding: 3rem 0;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tksBox div{width:100%;display:flex;justify-content:center}
.tks-img{
	width: 4.2rem;
	height:4.2rem;
	background: url("../image/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}
@media only screen and (max-width: 1200px) {
	.contactUs {
		display: block;
	}

	.contactUs .factoryinfo,
	.contactUs .inquiryForm {
		width: 100%;
	}

	.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 .centerContentBox {
		width: 57%;
	}

	.newsBox .newSummry {
		line-height: 24px;
	}

	.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: 20px auto;
	}

	.listBox h3 {
		font-size: 30px;
	}

	.list ul {
		flex-wrap: wrap;
	}

	.listBox {
		padding: 32px 0;
	}

	.listBox .pic {
		width: 100%;
	}

	.listBox .info {
		width: 100%;
		padding: 30px 0;
	}

	.contactUs .inquiryForm .btn {
		width: 100%;
	}

	.contactUs div h3 {
		font-size: 30px;
	}

	.list ul li {
		display: block;
		width: 100%;
		padding: 6px;
	}

	.list ul li a {
		display: flex;
		font-size: 18px;
		line-height: 20px;
		width: 100%;
		white-space: break-spaces;
		word-break: break-word;
		height: 56px;
		align-items: center;
		justify-content: center;
	}

	.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;
		padding-bottom: 70%;
	}

	.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;
	}

	.newsBox {
		margin-top: 20px;
	}

	.newsBox .newList {
		margin-bottom: 30px;
	}

	.newsBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}

	.newsBox .newData {
		padding-top: 18px;
	}

	.newsBox .newTitle {
		font-size: 1rem;
	}

	.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: 66%;
	}

	.articlbox {
		padding: 50px 0;
	}

	.articlbox .title {
		font-size: 26px;
	}
	.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: 49%;
	}
	
}