/* main */
.list {
	background-color: #ffffff;
	padding: 0;
	
}

.list ul {
	max-width: 1440px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid #dbdbdb;
}

.list ul li {}

.list ul li a {
	margin: 0 15px;
	font-size: 16px;

	position: relative;
	display: block;
	padding: 20px 30px;
	background: #ffffff;
	text-transform: capitalize;

	font-weight: bold;
}




.list ul li:hover a {
	color: var(--Bcolor);

}

.list ul li a.active {
	color: var(--Hcolor);

}

.list ul li a.active::after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--Hcolor);
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.list ul li a.active::after {

	/* 	width: 100%; */
}

.list ul li a.active:hover {
	color: var(--Hcolor);
}

.list ul li a:hover {
	color: var(--Hcolor);
}

.list ul li a:hover:after {
	width: 100%;
}

.listBox {
	padding: 40px 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.listBox .pic {
	width: 45%;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}

.listBox .pic img {
	width: 100%;
	    display: block;
}

.listBox .pic img.bottom {
	width: 65%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	right: 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: 55%;
	padding-right: 5%;
}

.listBox h3 {
	font-size: 38px;
	position: relative;
	text-transform: capitalize;
	    margin-bottom: 20px;
}

.listBox .title {
	font-size: 40px;
	color: #333;
	font-weight: 500;
	padding-bottom: 40px;
	font-weight: bold;
	margin-bottom: 0;
}

.tit h2 {
	font-size: 38px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	    margin-bottom: 20px;
}


.listBox .txt p {
	padding-bottom: 26px;
	text-align: left;
	line-height: 32px;
	font-size: 16px;
}

/* certifications */
.cerList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.cerList .cerBox {
	width: 23%;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	margin: 0 2% 20px 0;
	border: 1px solid #ececec;
	    box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
}
.cerList .cerBox:hover{
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.cerList .cerBox a {
	display: block;
	overflow: hidden;
	padding: 5px;
}

.cerList .cerBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.cerList .cerBox div {
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	padding: 5px;
	color: #6a6a6a;
}

.cerList .cerBox p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.dynamic .cerList .cerBox:nth-child(n+5) {
	display: none;
	opacity: 0;
}

.honory {
	
}

/* culture */
.titleh3 {
	font-size: 40px;
	color: #232323;
	font-weight: 700;
	position: relative;
	text-align: center;
	font-family: 'CustomFontBold';
	text-transform: capitalize;
	padding: 40px 0 0px;
}

.culList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.culList .culBox {
	width: 31%;
	    position: relative;
	    border-radius: 0;
	    overflow: hidden;
	    transition: all .5s 
	ease;
	    margin-bottom: 24px;
	    MARGIN: 0 2% 20px 0;
	    border: 1px solid #ececec;
	    box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	    padding: 20px;
}
	
.culList .culBox .img {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 66%;
}

.culList .culBox img {
	width: 100%;
	display: block;
}

.culList .culBox .title {
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 4px;
}
.culList .culBox:hover{
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}


/* newslist */
.newsBox {
	display: flex;

	margin: 0 auto;
	position: relative;
	margin-bottom: 90px;
	flex-wrap: wrap;
}

.newsBox picture {
	display: flex;
	width: 100%;
	position: relative;
	padding-bottom: 68%;
	overflow: hidden
}

.newsBox picture img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%
}
.newPicBox {
    overflow: hidden;
    width: 30%;
	border-radius: 12px;
}

.newPicBox img {
	display: block;
	width: 100%;
}

.newList {
	    width: 100%;
	    overflow: hidden;
	    padding: 20px 0;
	    border-bottom: 1px solid #ddd;
}
.newList a{
	display: flex;
}
.dynamicnews .newList a{
	flex-wrap: wrap;
}
.dynamicnews .newList{
	width: 30%;
	    overflow: hidden;
	    margin: 0 1.5%;
		padding: 0;
		border: none;
}
.dynamicnews .newPicBox {
    width: 100%;
    overflow: hidden;
}
.dynamicnews .centerContentBox {
	width: 100%;
    padding: 15px;
}
.centerContentBox {
	    padding: 0 30px;
	position: relative;
	    width: 70%;
}

.newsImg {
	width: 60%;
}

.newList .title {
	color: var(--FTcolor);
	font-size: 20px;
	transition: all .5s ease;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10Px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 32px;
	padding-bottom: 0;
	text-align: left;
}

.newList .cont {
	font-size: 15px;
	    line-height: 25px;
	    margin-bottom: 10px;
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    color: #86848c;
}

.newList .time {
	font-size: .8rem;
	color: #888;
}

.newList .more::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -15px;
	margin-left: 0;
	width: 100px;
	height: 1px;
	background-color: #999
}

.news a:hover .title {
	color: var(--Bcolor);
	transition: all .5s ease
}

.newList a:hover .more::after {
	background-color: var(--Bcolor);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}


/* newslist */
.listBox .center .centerTit {
	text-align: center;
	margin-bottom: 25px;
}

.listBox .center .centerTit h1 {
	margin-bottom: 20px;
}

.listBox .center.newsContent {
	line-height: 26px;
}
/* privacy */
.privacybox{
	padding: 20px 30px;
}
.privacybox .content {
	margin: 10px 0;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.privacybox .date {
	text-align: left;
	padding-bottom: 1rem;
	font-size: .85rem;
	color: #999;
}
/* articl */
.articlbox {
	padding: 20px 30px;
}

.articlbox .title {
	font-size: 28px;
	    color: #222;
	    margin-bottom: 15px;
	    text-align: left;
	    text-transform: capitalize;
	    font-weight: bold;
}

.articlbox .date {
	text-align: left;
	border-bottom: 0.5px solid #e3e3e3;
	padding-bottom: 1rem;
	font-size: .85rem;
	color: #999;
}

.articlbox .content {
	margin: 10px 0;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}

.articlbox .content img {
	max-width: 100%;
}
.linkarticle{
	display: flex
	;
	    justify-content: space-between;
	    align-items: center;
	    padding-top: 15px;
	    margin-top: 20px;
	    border-top: 0.5px solid #e3e3e3;
}
.linkarticle a{
	    padding: 10px 20px;
	    color: var(--Bcolor);
	    
	    display: flex
	;
	    align-items: center;
		background: #fff;
		max-width: 45%;
}
.linkarticle a div{
	width: calc(100% - 40px);
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
}
.linkarticle a.prevarticle svg{
	margin-right: 8px;
}
.linkarticle a.nextarticle svg{
	margin-left: 8px;
}
.linkarticle a svg{
	    width: 24px;
}
.linkarticle a svg path{
	   fill:var(--Bcolor);
}
.linkarticle a:hover{
	background: var(--Bcolor);
	color: #fff;
}
.linkarticle a:hover svg path{
	fill:#fff
}
.relatedarticle{
		margin-top: 40px;
	}
.newslist .item{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
}
.newslist .item .title{
	font-size: 15px;
	color: #222;
	margin-bottom: 10px;
}
.newslist .item .time{
	font-size: 14px;
	color: #999;
}
.newslist .item:hover .title{
	color: var(--Bcolor);
	text-decoration: underline;
}
/* faq */
.pos_abs {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.faqlist {
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid #ededed;
	margin-top: 16px;
}

.faqlist.active {
	border: 1px solid var(--Bcolor);
}

.toggle-container {

	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	box-sizing: border-box;
}

.faqlist.active .toggle-container {
	border-color: var(--Bcolor);
}

.toggle-title {
	font-size: 18px;
	padding: 24px 0;
	padding-left: 40px;
	position: relative;
}

.toggle-title::before {
	content: "Q";
	width: 24px;
	height: 24px;
	border-radius: 6px 6px 0 6px;
	background: var(--Bcolor);
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
	position: absolute;
	left: 0;
}
.faqlist:hover .toggle-title::before{
	background: var(--Hcolor);
}
.faqlist.active .toggle-title::before {
	background: var(--Hcolor);
}

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-left: 8px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d1d1d1;
	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;
	line-height: 1.8rem;
	padding: 30px 0;
	padding-left: 40px;
	position: relative;
	border-top: 1px solid #ededed;
}

.toggle-content::before {
	content: "A";
	color: var(--Hcolor);
	display: inline-block;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 18px;
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
	background: var(--Bcolor);
}

/* download */
.download {
	/* background: url("../images/ban_04.png")no-repeat center bottom;
	background-size: cover; */
	padding: 60px 0;
	min-height: 40vh;
}

.downloadbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.downloadbox .item {
	width: 30%;
	margin: 0 1.5%;
	background: #fff;
	padding: 40px 30px;
	border: 1px solid #ececec;
	    box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	border-radius: 16px;
	    overflow: hidden;
}

.downloadbox .item:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	background: var(--Hcolor);
	transition: all 0.3s;
	left: 0;
	transform: translateX(0%);
}

.downloadbox .name {
	font-size: 22px;
	text-align: center;
	width: 100%;
	text-transform: capitalize;
}

.downloadbox .introduction {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #9d9d9d;
	width: 100%;
}

.downloadbox .downloadbtn {
	display: flex;
	align-items: center;
	margin-top: 30px;
	width: 80%;
	height: 50px;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(237, 237, 237);
	border-image: initial;
	color: #adadad;
	border-radius: 50px;
}

.downloadbox .downloadbtn svg {
	margin-right: 12px;
}

.downloadbox .downloadbtn:hover {
	background: var(--Hcolor);
	color: #fff;
	border-color: var(--Hcolor);
}

.downloadbox .downloadbtn:hover svg path {
	fill: #fff;
}

/* contactus */
.contactUs {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	align-items: stretch;
	flex-wrap: wrap;
}

.contactUs .wd1600 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company-infos {
	width: 40%;
}

.company-infos .item {
	padding: 30px 0;
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}

.company-infos .item .title {
	font-size: 22px;
	margin-bottom: 10px;
	color: var(--Bcolor);
	    display: flex
	;
	    align-items: center;
}
.company-infos .item .title svg{
	    margin-right: 10px;
		width: 20px;
}
.company-infos .item .title svg path{
	fill:var(--Hcolor)
}
.company-form {
	width: 55%;
	background: #ffffff;
	padding: 40px;
	box-shadow: 0px 5px 20px #0a3b6d30;
	border-radius: 16px;
}

.contactUs h3 {
	text-align: center;
	width: 100%;
}
	
.contactUs .inquiryForm {
	width: 100%;
	margin-top: 10px;
}


.contactUs .factoryinfo .tips {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-top: 10px;
	margin-bottom: 35px;
}



.contactUs .inquiryForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .inquiryForm .formList {
	font-size: .8rem;
	width: 48.5%;
	    margin-bottom: 20PX;
}

.contactUs .inquiryForm input {
	width: 100%;
	height: 3.2rem;
	padding-left: 20px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	    background: #edf2f5;
	transition: all 0.3s;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 8px;
}

.contactUs .inquiryForm textarea {
	width: 100%;
	padding: 10px;
	color: #212121;
	font-size: 14px;
	border-radius: 0px;
	    background: #edf2f5;
	height: 100px;
	resize: none;
	border-radius: 8px;
}

.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: 245px;
	margin: 0 auto;

}

.nameBox {
	display: flex;
	align-items: baseline;
}

.asterisk {
	color: #c40f0f;
	font-weight: bold;
	margin-right: 10px;
}

.nameText {
	font-size: 15px;
	color: #333333;
}

/*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 {
	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: 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;
}

.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: #f3f3f3;
	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;
	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("../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*/
.contactUs-info {
	background: #f9f9f9;
}

.factoryinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	text-align: center;
	padding: 60px 0;
}

.factoryinfo .item {
	width: 30%;
	background: #ffffff;
	border-radius: 0;
	padding: 40px 0;
	color: #333;
	transition: all 0.3s ease;
}

.factoryinfo .item svg {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}

.factoryinfo .item svg path {
	fill: var(--Bcolor);
	transition: all 0.3s ease;
}

.factoryinfo .title {
	font-size: 1.4rem;
	padding-bottom: 30px;
	font-weight: 500;

}


/*Video*/
.videos {
	padding-bottom: 2rem;
}

.VideoBox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.VideoList {
	width: 31%;
	overflow: hidden;
	margin: 30px 1% 0;
	position: relative;
}

.VideoList .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	position: relative;
	border-radius: 12px;
	    overflow: hidden;
}

.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 {
	padding: 0;
	border: none;
	position: relative;
	    display: contents;
}

.VideoList .groups-video .video-intro-play {
	width: 64px;
}

.VideoList .groups-video svg {
	width: 100px;
	opacity: 1;
	margin: 0;
}

.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%;
	color: #222;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}

.groups-video {
	display: flex;
	cursor: pointer;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
}

.groups-video svg {
	width: 80px;
	height: 80px;
}

.groups-video svg path {
	fill: #fff;
}

.groups-video:hover {
	color: var(--Bcolor);
	border-color: var(--Bcolor);
}

.groups-video:hover svg path {
	fill: var(--Bcolor);
}

.content-lr{
	display: flex;
	justify-content: space-between;
	    padding: 30px 0;
}
.content-left {
    width: 18%;
    display: block;
    border-radius: 0px;
    background: #fff;
}
.content-right {
    width: 78%;
    padding: 0px;
    text-align: left;
    margin-bottom: 40px;
}
.list ul.articleul{
	display: flex
	;
	    flex-wrap: wrap;
	    justify-content: flex-start;
		border-bottom: none;
}
.list ul.articleul li a{
	margin: 0;
	    padding: 15px 0;
	    width: 100%;
}
.list ul.articleul li {
     width: 100%;
         text-align: left;
		 border-bottom: 1px solid #dbdbdb;
		 padding: 0px;
}
.content_top{
	    background: #eeeeee;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
		    height: 50px;
			padding: 0 20px;
			margin-bottom:15px;
}
.content_top .title{
	    font-size: 22px;
	    color: #222;
	    font-weight: bold;
	}
.content_top .breadcrumb{
	width: auto;
	    text-align: right;
	    color: #999;
	    margin: 0;
}
/*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: #f3f3f3;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

/*dynamicBox*/
.dynamicBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 60px 0;
	padding: 0;
}

.dynamicBox .imgBox {
	overflow: hidden;
	max-width: 600px;
	width: 45%;
	border: 1px solid #ddd;
}

.dynamicBox .txtBox {
	width: 50%;
	line-height: 34px;
	font-size: 18px;
	color: #666666;
	padding: 20px 0;
}

.dynamicBox .txtBox .date {
	color: #999;
	margin: 20px 0 10px;
}

.dynamicBox .btn {
	margin-top: 30px;
	width: max-content;
}

.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;
}

.patent {

	position: relative;
	
}

.patentbg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.patent .box {
	z-index: 1;
	width: 90%;
}

.patent .box .patents {
	padding: 72px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.patent .box .patents::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #0000001f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.patent .box .patents .pate {
	width: 25%;
	position: relative;
	float: left;
	margin: 40px 0 50px;
	text-align: center;
	z-index: 2;
}

.patent .box .patents .pate .dtu {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.patent .box .patents .pate .dtu p {
	font-size: 60px;
	color: #fff;
	font-weight: 500;
}

.patent .box .patents .pate .dtu span {
	font-size: 18px;
	color: #fff;
	margin-left: 14px;
	font-weight: normal;
}

.patent .box .patents .pate b {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}


.datalist {
	display: flex;
	width: 100%;
	    gap: 30px;
	margin-top: 30px;
}

.datalist .item {
	width: 100%;
	    position: relative;
	    padding: 20px;
	    border-radius: 12px;
	    background: var(--BgLight);
}
.datalist .item:hover{
	box-shadow: 0px 5px 0px var(--Bcolor);
}

.datalist .item .title {
	font-size: 34px;
	    font-weight: bold;
		padding-bottom: 10px;
	    color: #1E3A5F;
		text-align: left;
		
}

.datalist .item p {
	    font-size: 16px;
	    margin-top: 5px;
}

.datalist .item .img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.datalist .item .img img {
	width: 24px;
}

.data {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 0;
}

.data .item {
	padding: 60px 10px;
	color: #fff;
	text-transform: capitalize;
}

.data .item .top {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.data .item i {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.data .item i img {
	width: 48px;
	display: block;
}

.data .item .title {
	color: #fff;
	font-size: 24px;
}

.partner {
	padding: 80px 0;
}

.partner .friends {
	width: 100%;
	height: 100%;
	border-top: 1px dashed #ededed;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	overflow: hidden;
}

.partner .friends .list {
	width: 19.8%;
	height: 126px;
	float: left;
	position: relative;
	transform: scale(1);
	z-index: 1;
	border-right: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
}

.partner .friends .list:nth-child(5n) {
	border-right: none;
}

.partner .friends .list .fr {
	width: 18px;
	height: 18px;
	background: url(https://cdncn.prodrone-tech.com/images/lpage/jia.png) top right no-repeat;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2;
}

.partner .friends .list .ft {
	width: 18px;
	height: 18px;
	background: url(https://cdncn.prodrone-tech.com/images/lpage/jia.png) top right no-repeat;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 2;
}

.partner .friends .list .fr_img {
	width: 160px;
	height: 95px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.partner .friends .list .fr_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partner .friends .list:hover {
	transform: scale(1.1);
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	z-index: 2;
}

.partner .friends .list:hover i {
	background: none;
}

/*equipment*/
.equipment {
	padding: 80px 0;
}

.equipmentbox {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
}

.equipmentbox .item {
	width: 22%;
	position: relative;
	margin: 0 1.5% 20px;
	overflow: hidden;
}

.equipmentbox .item img {
	display: block;
	width: 100%;
}

.equipmentbox .item p {
	position: absolute;
	bottom: 0;
	background: var(--Bcolor);
	width: 100%;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

/*mission*/
.mission {
	padding: 60px 0;
	background: #f7f7f7;
}

.missionbox {
	display: flex;
	justify-content: flex-start;
	margin: 40px 0 0;
	flex-wrap: wrap;
}

.missionbox .item {
	padding: 20px;
	line-height: 28px;
	background: #fff;
	width: 46%;
	margin: 0 2%;
	text-align: center;
	color: #424242;
}

.missionbox .item i {
	display: flex;
	background: #c697491a;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.missionbox .item i svg {
	width: 60px;
}
.missionbox .item i svg path{
	fill:var(--Bcolor)
}
.missionbox .item div {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #222;
}

/*page-contant*/
.page-contant {
	padding: 60px 0;
	position: relative;

}
.page-contant .wd1600{
	display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
}
.page-contant .tit{
	width: 40%;
	padding: 0;
	
}

.page-contant * {
	z-index: 1;
}

.page-contant h2,.page-contant p {
        text-align: left;
		    line-height: 28px;
}

.page-contant .inquiryForm {
	width: 50%;
	max-width: 1000px;
	margin: 0 auto;
}

.page-contant .inquiryForm form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-contant .inquiryForm input {
	width: 49%;
	height: 3.2rem;
	padding-left: 20px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	margin-top: 0px;
	height: 44px;
	line-height: 44px;
	background: #edf2f5;
	transition: all 0.3s;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 16px;
	border-radius: 8px;
}

.page-contant .inquiryForm textarea {
	width: 100%;
	padding: 10px;
	color: #212121;
	font-size: 14px;
	border-radius: 0px;
	background: #edf2f5;
	height: 100px;
	resize: none;
	border-radius: 8px;
}

.page-contant .inquiryForm button {
	margin-top: 24px;
}
.backgroundbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	    width: 100%;
	    height: 100%;
}
.backgroundbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subtitle{
	font-size: 24px;
	color: #222;
	margin-bottom: 20px;
	position: relative;
	    text-transform: capitalize;
		width: 100%;
}
.subtitle::after{
	    content: "";
	    width: 48px;
	    height: 4px;
	    background: var(--Bcolor);
	    display: block;
	    margin-top: 8px;
}
@media only screen and (max-width: 1200px) {


	.listBox h3 {
		font-size: 45px;
	}



	.listBox .info {
		width: 100%;
		padding: 0;
	}

	.listBox .pic {
		width: 100%;
	}
	
	.cerList {
		justify-content: normal;
	}

	.cerList .cerBox {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 60px;
	}



	.contactUs .factoryinfo .tips {
		margin-bottom: 10px;
	}

	.hisBox .hisLinkBox {
		align-items: flex-start;
	}

	.hisBox .centerContentBox {
		width: 57%;
	}

	.hisBox .Summry {
		line-height: 30px;
		text-align: left;
	}

	.listBox {
		padding: 30px 0;
	}
	.content-lr{
		flex-wrap: wrap;
		padding-top: 10px;
	}
	.content-left{
		width:100% ;
	}
	.content-right{
		width: 100%;
	}
	.articleul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.articleul li {
	    justify-content: center;
	            width: 50%;
	            padding: 10px;
	            text-align: center;
	            font-size: 14px;
	            line-height: 20px;
	}
	.company-form{
		padding: 30PX;
	}
	.contactUs .inquiryForm .formList {
	    width: 100%;
	    margin-top: 15px;
	}
	.company-infos .item {
	    padding: 20px 0;
	}
}

@media only screen and (max-width: 769px) {
	

	.list {
		margin: 0 auto;
	}

	.listBox h3 {
		        font-size: 24px;
		        text-align: center;
		        margin-bottom: 12px;
	}

	.list ul {
		align-items: center;
		flex-wrap: wrap;
		        justify-content: flex-start;
		        text-align: left;
		        width: 100%;
				        border: none;
				        margin-top: 10px;
	}

	.list ul li a {
		font-size: 14px;
		line-height: 20px;
		padding: 20px 10px;
		min-width: auto;
		margin: 0 5px;
		height: auto;
	}

	.listBox {
		padding: 32px 0;
	}

	.listBox .pic {
		width: 100%;
		height: auto;
	}

	.listBox .info {
		width: 100%;
	}

	.contactUs {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.contactUs .inquiryForm .formList {
		width: 100%;
	}

	.contactUs div h3 {
		font-size: 30px;
	}

	.list ul li {
		display: block;
		width: 50%;
	}
	.list ul li a {
		padding: 10px;
		text-align: center;
		background: #ededed;
		        margin: 2px;
	}
	.list ul li a.active {
	    background: var(--Bcolor);
	    color: #fff;
	}
	.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;
	}





	.articlbox {
		padding: 10px 0;
		background: #fff;
	}

	.articlbox .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.articlbox .content {
		font-size: 14px;
		margin: 15px 0;
		padding: 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%;
	}

	.downloadbox .item {
		width: 100%;
		padding: 30px;
		box-shadow: 0px 0px 10px #cccccc61;
	}

	.toggle-title {
		padding: 20px 0 20px 40px;
	}

	.faqlist {
		padding: 0 20px;
		margin-top: 20px;
	}

	.newsBox .newList {
		width: 100%;
	}

	

	.titleh3 {
		font-size: 30px;
		padding: 30px 0 0px;
	}

	.listBox .txt p {
		line-height: 28px;
		font-size: 16px;
	}

	.patent .box .patents .pate .dtu p {
		font-size: 40px;
	}

	.patent .box .patents .pate b {
		font-size: 14px;
	}

	.patent .box .patents {
		padding: 30px 0;
	}

	.patent .box .patents .pate {
		width: 48%;
		margin: 20px 0;
	}

	.patent .box .patents .pate:nth-child(3n)::after {
		content: "";
		width: 1px;
		height: 76px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #a5b0b4;
	}

	.patent .box .patents .pate:nth-child(2n)::after {
		content: "";
		width: 0px;
		height: 0px;
	}

	.partner .friends .list {
		width: 50%;
		height: 95px;
	}

	.partner .friends .list:nth-child(5n) {
		border-right: 1px dashed #ededed;
	}

	.partner .friends .list:nth-child(2n) {
		border-right: none;
	}

	.dynamicBox {
		margin-top: 0;
	}

	.dynamicBox .btn {
		width: 100%;
		font-size: 18px;
	}

	.listBox .title {
		font-size: 30px;
		text-align: center;
		width: 100%;
	}

	.tit h2 {
		font-size: 30px;
	}

	.equipmentbox {
		margin-top: 30px;
	}

	

	.equipmentbox .item {
		width: 47%;
	}

	.missionbox .item {
		padding: 30px;
		line-height: 24px;
		width: 100%;
		margin: 0 0 20px;
	}

	.listBox .pic img.top {
		width: 100%;
	}

	.listBox .pic img.bottom {
		width: 100%;
		position: relative;
	}

	.data {
		justify-content: flex-start;
	}

	.data {
		justify-content: flex-start;
	}

	.data .item {
		padding: 20px 5px;
		width: 33%;
	}

	.data .item .top {
		font-size: 20px;
		line-height: 26px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.data .item .top .title {
		width: 100%;
		text-align: center;
		font-size: 18px;
		margin-bottom: 0;
	}

	.data .item .bottom {
		text-align: center;
		font-size: 14px;
	}

	.data .item i {
		width: 60px;
		height: 60px;
		margin: 0;
		margin-bottom: 8px;
	}

	.data .item i img {
		width: 30px;
		display: block;
	}
	.datalist .item {
	    width: 100%;
	    margin: 0 0 20px;
	    padding: 10px;
	}
	.datalist .item .title{
		text-align: left;
	}
	.page-contant .inquiryForm input{
		width: 100%;
	}
	.content_top {
		    background: none;
		    height: auto;
		    padding: 0;
			        justify-content: flex-end;
		}
		.content_top .title{
			display: none;
		}
		.list ul.articleul li {
		    width: 50%;
			overflow: hidden;
			border: none;
		}
		.list ul.articleul li a{
			padding: 10px;
			width: auto;
			margin: 4px ;
		}
		.newList a{
			flex-wrap: wrap;
		}
		.newPicBox {
		    overflow: hidden;
		    width: 100%;
		}
		.centerContentBox {
		    padding: 10px 0;
		    width: 100%;
		}
		.contactUs .wd1600 {
		  flex-flow: column-reverse;
		}
		.company-infos {
		    width: 100%;
			margin-bottom: 20px;
		}
		    .company-form {
		       width: 100%;
			           box-shadow: none;
		    }
			.company-infos .item .title {
			    font-size: 20px;
			    margin-bottom: 8px;
			}
			.company-infos .item {
			        padding: 12px 0;
			    }
				.privacybox {
				    padding: 20px 0;
				}
				.faqbox,.download {
				    padding: 20px 0;
				}
				.linkarticle{
					flex-wrap: wrap;
				}
				.linkarticle a{
					        width: 100%;
					        max-width: 100%;
					        background: #f6f6f6;
					        margin: 4px 0;
					        padding: 6px;
				}
				.linkarticle a.nextarticle{
					justify-content: flex-end;
				}
				.page-contant .wd1600{
					flex-wrap: wrap;
				}
				.page-contant .tit{
					width: 100%;
				}
				.page-contant .inquiryForm {
				    width: 100%;
				    margin: 10px 0 0;
				}
}