.floatRight {}

.inside-banner .bannerC {
	position: relative;
}

.inside-banner .text {
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.inside-banner .title {
	font-family: Arial;
	font-size: 4.8rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 3px 2px #000000;
	margin-bottom: 1rem;
}

.inside-banner .inside-current {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Poppins-Regular';
	text-align: center;
	font-weight: unset;
}

.inside-banner .inside-current a {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Poppins-Regular';
}

.inside-banner .inside-current img {
	margin-top: 0.3rem;
	margin-right: 1rem;
}

.about01 {
	padding-top: 8rem;
}

.about01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

.about01 .content p {
	font-size: 1.8rem;
	color: #666666;
	margin-bottom: 0.8rem;
}

.about01 {
	background-size: cover;
	padding-bottom: 7rem;
}

.about01 .content {
	display: flex;
	justify-content: space-around;
}

.about01 .left-section {
	width: 50%;
	padding-right: 4rem;
}

.about01 .right-section {
	width: 52%;
}

.about01 .left-section .tit {
	font-size: 3.6rem;
	color: #131313;
	font-family: 'Poppins-Regular';
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.about01 .left-section .tit span {
	color: #62c561
}

.about01 .left-section .summary {
	font-size: 2rem;
	color: #131313;
	font-family: 'Poppins-Regular';
	margin-bottom: 1rem;
}

.about01 .left-section .company-description p {
	font-size: 1.8rem;
	color: #555555;
	font-family: 'Poppins-Regular';
	line-height: 1.8;
}

.about01 .right-section {
	width: 48%;
}

.about01 .right-section .main-image {
	margin-top: 4rem;
}

.about01 .main-image {
	position: relative;
}

.about01 .main-image:after {
	content: "";
	width: 90%;
	height: 90%;
	background-color: #62c561;
	position: absolute;
	top: -2rem;
	right: -2rem;
	z-index: -1;
}

.about01 .stats-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 3rem;
}

.about01 .stat-card {
	text-align: left;
	flex: 1;
	min-width: 80px;
	margin-left: 8rem;
}

.about01 .stat-card .num {
	font-size: 3.6rem;
}

.about01 .stat-card span {
	font-size: 1.6rem;
}

.about01 .stat-card .counter {
	font-size: 4.8rem;
	font-family: 'Poppins-Medium';
	color: #1a1a1a;
	margin-bottom: 0.2rem;
	margin-right: 1rem;
}

.about01 .stat-card .h3 {
	font-size: 1.8rem;
	color: #1a1a1a70;
	font-family: 'Poppins-Regular';
}

.about01 .stat-card .pic:after {
	content: "";
	display: block;
	padding-top: 11%;
}

.about01 .stat-card .middleCenter {
	margin: unset;
}

.about01 .stat-card {
	position: relative;
}

.about01 .stat-card:after {
	content: "";
	height: 6rem;
	width: 0.1rem;
	background: #c6c4c4;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -3rem;
}

.about01 .stat-card:nth-child(1) {}

.about01 .stat-card:nth-child(4) {}

.about01 .stat-card:nth-child(4):after {
	display: none;
}

.about02 .title {
	font-size: 4.2rem;
	color: #131313;
	font-family: 'Oswald-Bold';
	margin-bottom: 2rem;
}

.about02 {
	padding: 8rem 0;
	overflow: hidden;
}

.about02 .content {
	width: 80rem;
	height: 61rem;
	position: relative;
	padding: 5rem;
	padding-top: 4rem;
}

.about02 .content:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 2rem;
}

.about02 .content p {
	font-size: 1.8rem;
	color: #131313;
	font-family: 'Poppins-Regular';
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

.about03 {
	padding-top: 9rem;
}

.about03 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

.about03 .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about03 .advantage .pic img {
	transition: 0.5s;
}

.about03 .advantage:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.about03 .advantage {
	width: calc(50% - 2rem);
	margin-bottom: 9rem;
}

.about03 .pic:after {
	content: "";
	display: block;
	padding-top: 60%;
}

.about03 .adv-tit {
	font-size: 2.4rem;
	color: #131313;
	font-family: 'Oswald-Regular';
	margin: 3.5rem 0 1.5rem;
}

.about03 .adv-txt {
	font-size: 1.8rem;
	color: #131313;
	font-family: 'Poppins-Regular';
	line-height: 1.8;
}

.rd01 {
	padding-top: 10rem;
}

.rd01 .title {
	font-size: 4rem;
	color: #222222;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-bottom: 4rem;
}

.rd01 .shuju div:nth-child(1) {
	font-size: 4.8rem;
	color: #62c561;
	font-family: 'Oswald-Bold';
}

.rd01 .shuju div:nth-child(2) {
	font-size: 1.8rem;
	color: #222222;
	font-family: 'Poppins-Regular';
}

.rd01 .shuju {
	padding: 4.5rem;
	margin-bottom: 3rem;
}

.rd01 .data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rd01 .data-1 {
	width: calc(50% - 1.5rem);
	background: #f8f8f8;
}

.rd01 .data-2 {
	width: calc(33.33% - 1.5rem);
	background: #f8f8f8;
}

.rd02 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.rd02 .title {
	font-size: 4rem;
	color: #222222;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-bottom: 4rem;
}

.rd02 .honor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rd02 .honor-li {
	width: calc(25% - 1.5rem);
	margin-bottom: 3rem;
}

.rd02 .pic:after {
	content: "";
	display: block;
	padding-top: 112%;
}

.contact01 {
	background: #f6f7f9;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.contact01 .p-t div:nth-child(1) {
	font-size: 2.4rem;
	color: #666666;
	font-family: 'Poppins-Regular';
}

.contact01 .p-t div:nth-child(2) {
	font-size: 3rem;
	color: #222222;
	font-family: 'Poppins-Regular';
}

.contact01 .style {
	display: flex;
	background: #ffffff;
	padding: 8rem;
	border-bottom: 1px solid #e5e5e5;
	padding-right: 4rem;
}

.contact01 .style-li-l {
	display: flex;
}

.contact01 .style-li-l img {
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 5.5rem;
}

.contact01 .title {
	color: #1e1e1e;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-right: 27rem;
}

.contact01 .phone {
	margin-bottom: 6rem;
}

.contact01 .style-li-l .ty {
	color: #222222 !important;
	font-size: 2rem !important;
	font-family: 'Poppins-Regular' !important;
	margin-bottom: 4rem;
}

.contact01 .style-li-l .ty span {
	color: #62c561
}

.contact01 .address-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact01 .style-li .address {
	width: calc(50% - 2rem);
	margin-bottom: 7rem;
}

.contact01 .address .button {
	height: 5rem;
	width: 22rem;
	text-align: center;
	line-height: 5.5rem;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 2rem;
	border-radius: 2.5rem;
}

.contact01 .address a .button {
	color: #fff;
	font-size: 2rem;
}

.contact02 {
	padding-top: 11.5rem;
	padding-bottom: 9.5rem;
}

.contact02 .title {
	color: #222222;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
}

.contact02 .fromlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact02 .fromlist li {
	width: 49%;
	padding-top: 2rem;
}

.contact02 .fromlist li label {
	color: #333333;
	font-size: 1.8rem;
}

.contact02 .fromlist li em {
	color: #f30;
	font-style: normal;
}

.contact02 .fromlist li p {
	padding-top: 1rem;
	position: relative;
}

.contact02 .fromlist li p label {
	position: absolute;
	top: 46%;
	left: 1.5rem;
}

.contact02 .li1 label {
	position: absolute !important;
	top: 14% !important;
	left: 1.5rem !important;
}

.contact02 .fromlist li .iinput,
.contact02 .fromlist li .itextarea {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 1.8rem;
	padding: 0 4rem;
	height: 5rem;
	line-height: 5rem;
	border-radius: 0.2rem;
	border: 1px solid #dce0e2;
	font-family: 'Poppins-Regular';
}

.contact02 .fromlist .li1 {
	width: 100%;
}

.contact02 .fromlist .ttt {
	margin: 2.5rem 0;
	font-size: 1.4rem;
	color: #999999;
}

.contact02 .fromlist li .itextarea {
	height: 16rem;
	line-height: 3rem;
	padding-top: 1rem;
}

.contact02 .fromlist .btnDiv a {
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	height: 5.6rem;
	line-height: 6rem;
	width: 18rem;
	display: inline-block;
	background: var(--main-color);
	border-radius: 2.8rem;
	transition: 0.3s;
	font-family: 'Poppins-Regular';
	margin-top: 4rem;
}

.contact02 .fromlist .btnDiv a:hover {
	width: 18.5rem;
	transition: 0.3s;
}

.support01 {
	padding-top: 10rem;
	padding-bottom: 5rem;
}

.support01 .title {
	color: #000000;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	text-align: center;
}

.support01 .inside-faq {
	background: url(../images/faq-bk.png) no-repeat;
	background-size: cover;
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.support01 .inside-faq .title {
	font-size: 4rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: var(--font-family-P-B);
	text-align: center;
	margin-bottom: 3rem;
}

.support01 .inside-faq .list_dt {
	height: 10rem;
	line-height: 10rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 2rem;
	background: #f5f5f5;
	border-radius: 1.5rem;
}

.support01 .inside-faq .border {
	clear: both;
	overflow: hidden;
	margin-top: 1rem;
}

.support01 .inside-faq .list_dt .name {
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 10rem;
	display: block;
	float: left;
	font-family: 'Poppins-Regular';
	text-align: left;
	font-weight: normal;
	font-size: 2.4rem;
	padding-left: 7rem;
	color: #222222;
	padding-right: 10rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.support01 .inside-faq dl dt .jiantou {
	overflow: hidden;
	height: 10rem;
	background: url(../images/jright.png) no-repeat center center;
	width: 5.8rem;
	float: right;
	position: absolute;
	top: 0;
	right: 50px;
}

.support01 .inside-faq dl dt .wen {
	overflow: hidden;
	height: 10rem;
	background: url(../images/qd.png) no-repeat center center;
	width: 5.8rem;
	float: left;
	position: absolute;
	top: 0;
	left: 5px;
}

.support01 .inside-faq .list_dd {
	display: none;
}

.support01 .inside-faq .jobsub {
	border-top: 0;
	line-height: 3rem;
	padding: 2.5rem 3.5rem;
	color: #333333;
	font-size: 1.8rem;
	background: #fff;
	font-family: 'Poppins-Regular';
	border: 1px solid #e3e6ec;
	border-radius: 1.5rem;
	margin-top: 1rem;
}

.support01 .inside-faq .jobsub p {
	line-height: 3rem;
	color: #666;
}

.support01 .inside-faq dl #open {
	background: #62c561;
}

.support01 .inside-faq dl #open .name {
	color: #ffffff
}

.support01 .inside-faq dl #open .jiantou {
	background: url(../images/jtop.png) no-repeat center center;
}

.support01 .inside-faq dl #open .wen {
	background: url(../images/qs.png) no-repeat center center;
}

.support02 {
	background: #f8fbfe;
	padding-top: 10rem;
}

.support02 .title {
	color: #000000;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-bottom: 9rem;
}

.support02 .core-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.support02 .core-list .core-list-li {
	width: calc(25% - 2rem);
	background: #ffffff;
	padding: 6.5rem 3.5rem;
	padding-bottom: 4rem;
	margin-bottom: 8.5rem;
	position: relative;
}

.support02 .core-list .core-list-li .num {
	width: 6.5rem;
	height: 6.5rem;
	background: #62c561;
	text-align: center;
	line-height: 7rem;
	font-size: 3.6rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	position: absolute;
	top: -3.25rem;
	left: 3rem;
}

.support02 .core-list .core-list-li .tit {
	color: #000000;
	font-size: 2rem;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 2.5rem;
}

.support02 .core-list .core-list-li .txt {
	color: #333333;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	text-align: center;
	line-height: 1.8;
}

.support02 .core-list .pic:after {
	content: "";
	display: block;
	padding-top: 18%;
}

.download01 {
	background: #f7f7f7;
	padding-top: 7.4rem;
}

.download01 .d-top {
	display: flex;
	justify-content: space-between;
}

.download01 .title {
	color: #000000;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
}

.download01 .selectDiv {
	width: 47.5rem;
	display: inline-block;
	position: relative;
}

.download01 .selectDiv::after {
	content: "";
	display: block;
	border-bottom: solid 1rem #7c7c7c;
	border-left: solid 1rem transparent;
	position: absolute;
	top: 2rem;
	right: 3rem;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.download01 .selectDiv select {
	cursor: pointer;
	color: #000000;
	background-color: #fff;
	font-family: Oswald;
	font-size: 2.4rem;
	width: 100%;
	height: 5.2rem;
	line-height: 5rem;
	border: none;
	border-radius: 0;
	padding-left: 2rem;
	padding-right: 3rem;
	appearance: none;
	border-radius: 2.6rem;
	font-family: 'Poppins-Regular';
}

.xiazailist {
	margin-top: 3.7rem;
	padding-bottom: 11rem;
}

.xiazailist ul {
	margin-bottom: 6rem;
}

.xiazailist li {
	overflow: hidden;
	background: #fff;
	padding: 2rem 1.8rem;
	margin-bottom: 3rem;
}

.xiazailist li span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	line-height: 4rem;
	height: 4rem;
}

.xiazailist li span {
	color: #222222;
	font-family: 'Poppins-Regular';
	font-size: 2rem;

}

.xiazailist li .left-box {
	float: left;
}

.xiazailist li .left-box img {
	margin-right: 2rem;
}

.xiazailist li .right-box {
	float: right;
}

.xiazailist li .right-box span {
	margin-right: 2rem;
}

.xiazailist li .right-box span:nth-child(3) {
	border: 1px solid var(--main-color);
	border-radius: 2rem;
	color: var(--main-color);
	transition: 0.3s;
}

.xiazailist li .right-box span:nth-child(3):hover{
	width: 15.5rem;
	transition: 0.3s;
}
.xiazailist li .right-box span:last-child:hover{
	width: 15.5rem;
	transition: 0.3s;
}
.xiazailist li .df {
	width: 14.5rem;
	text-align: center;
	color: #666666;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
}

.xiazailist li .df img {
	vertical-align: middle;
	margin: 0 0.6rem;
	margin-top: -0.3rem;
}

.xiazailist li .right-box span:last-child {
	background: var(--main-color);
	border-radius: 2rem;
	color: #f8f9fa;
	transition: 0.3s;
}

.xiazailist li span:last-child img {}

.xiazailist li:hover .left-box span:first-child {
	color: var(--main-color);
}


.about03 .advantage {
	width: calc(50% - 2rem);
	margin-bottom: 9rem;
}

.news01 {
	padding-top: 2rem;
	padding-bottom: 10rem;
}

.news01 .listNews {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 -1.5rem;
}

.news01 li {
	width: 33.33%;
	margin-bottom: 3rem;
	padding: 0 1.5rem;
}

.news-nav {
	display: flex;
	justify-content: center;
	position: relative;
	top: -9rem;
}

.news-nav div {
	width: 32rem;
	height: 9rem;
	line-height: 9.5rem;
	text-align: center;
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	margin-right: 1rem;
}

.news-nav div:hover {
	background: #62c561;
}

.news-nav div.active {
	background: #62c561;
}

.news-nav div a {
	font-size: 2.4rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}

.home-news {
	background: #f2f4f6;
	padding-top: 8rem;
	padding-bottom: 7rem;
}

.home-news .title-big {
	margin-bottom: 4rem;
	font-weight: bold;
}

.home-news li {
	margin-bottom: 3.5rem;
	padding: 0 1.75rem 0rem 1.25rem;
}

.header-fixed {
	background: #00102a;
}

.neiyecurrent {
	padding-top: 10rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.neiyecurrent h2 {
	font-size: 1.6rem;
	font-weight: normal;
	height: 3rem;
	line-height: 3rem;
	font-family: 'Poppins-Regular';
}

.neiyecurrent img {
	vertical-align: middle;
	margin-top: -0.5rem;
	margin-right: 8px;
}

.neiyecurrent a {
	color: #222222;
}

.neiyecurrent span {
	color: #62c561;
}

.nyxinwen-xiangxi {
	padding: 4rem 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 8rem;
}

.nyxinwen-xiangxi .left {
	width: 75%;
	float: left;
	padding-right: 7.5rem;
}

.nyxinwen-xiangxi .left h1 {
	font-size: 3.2rem;
	color: #333333;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
}

.nyxinwen-xiangxi .left .xw-smalltit {
	font-size: 1.6rem;
	color: #999999;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-family: 'Poppins-Regular';
}

.nyxinwen-xiangxi .left .xw-smalltit span {
	padding-right: 3rem;
}

.nyxinwen-xiangxi .left .xqtext {
	font-size: 1.8rem;
	color: #333333;
	font-family: 'Poppins-Regular';
	line-height: 3.1rem;
	padding-bottom: 1.4rem;
}

.nyxinwen-xiangxi .list-page-news ul li a span {
	width: 12.5%;
}

.nyxinwen-xiangxi .left .xqtext p {
	margin-bottom: 1.7rem;
}

.nyxinwen-xiangxi .right {
	width: 25%;
	float: right;
	position: -webkit-sticky;
	position: sticky;
	padding: 2.5rem 2rem;
	z-index: 9;
	right: 0;
	top: 15rem;
	box-shadow: 0px 0px 8px #bfb9b9;
	border-radius: 1rem;
	padding-bottom: 0;
}

.nyxinwen-xiangxi .right h2 {
	font-size: 2.6rem;
	text-align: left;
	color: #333333;
	margin-bottom: 3rem;
}

.nyxinwen-xiangxi .right .event-list {
	padding: 0;
}

.nyxinwen-xiangxi .right .event-list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2.2rem;
	border-bottom: 1px solid #e4e4e4
}

.nyxinwen-xiangxi .right .event-list li:hover .wenzi p {
	color: #62c561 !important
}

.nyxinwen-xiangxi .right .event-list li .pic img {
	transition: 0.5s;
}

.nyxinwen-xiangxi .right .event-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.nyxinwen-xiangxi .right .event-list li:last-child {
	border: none
}

.nyxinwen-xiangxi .right .event-list li .boxtext .title-1 {
	font-size: 1.6rem;
	color: #666666;
	font-family: 'Poppins-Regular';
	background: url(../images/date.png) no-repeat left center;
	padding-left: 2.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.nyxinwen-xiangxi .right .pic:after {
	content: "";
	display: block;
	padding-top: 66%;
}

.nyxinwen-xiangxi .right .event-list li .boxtext .wenzi {
	overflow: hidden;
	display: -webkit-box;
	font-weight: lighter;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	margin-bottom: 3rem;
	font-size: 1.6rem;
	color: #333333;
	font-family: 'arial';
}

.news-lable {
	font-size: 2rem;
	color: #000000;
	line-height: 4rem;
	padding-bottom: 4rem;
	margin-top: 9rem;
	border-bottom: 1px solid #e5e5e5;
}

.news-lable a {
	min-width: 13rem;
	padding: 0 .05rem;
	margin-right: 1.3rem;
	background: #b2b2b2;
	color: #fff;
	height: 3rem;
	font-size: 1.4rem;
	line-height: 3rem;
	display: inline-block;
	text-align: center;
}

.news-lable a:hover {
	text-decoration: underline;
}

.news-lable span {
	font-size: 1.8rem;
	font-family: arial;
	margin-right: 2rem;
}

.list-page-news {
	font-size: 1.8rem;
	font-family: arial;
	color: #333333;
	display: flex;
	padding-top: 4.5rem;
}

.list-page-news span {
	color: #62c561;
	display: block;
}

.list-page-news a:hover {
	color: #62c561
}

.list-page-news div {
	width: calc(50% - 13rem);
}

.list-page-news .more-button {
	width: 26rem;
	text-align: center;
}

.list-page-news .more-button span {
	color: #333333
}

.list-page-news .more-button img {
	margin-bottom: 1rem;
}

.list-page-news div:nth-child(3) {
	text-align: right;
}

.product-nav {
	top: -9rem;
	position: relative;
}

.product-nav .container {
	display: flex;
	justify-content: space-around;

}

.product-nav p {
	width: 33%;
	height: 9rem;
	line-height: 9.5rem;
	text-align: center;
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
}

.product-nav p:hover {
	background: #62c561;
}

.product-nav p.active {
	background: #62c561;
}

.product-nav p a {
	font-size: 2.4rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}

.product01 {
	padding-bottom: 10rem;
}

.product01 .listProducts {
	padding-bottom: 1rem;
}

.product01 .listProducts li:hover .content {
	background: #62c561;
	
}

.product01 .listProducts li:hover .title {
	color: #ffffff
}

.product01 .listProducts li {
	width: 23%;
	background: #f9f9f9;
	margin-right: 2.66%;
	float: left;
	margin-bottom: 4rem;
	border-radius: 1.5rem;
	overflow: hidden;
}

.product01 .listProducts li:nth-child(4n) {
	margin-right: 0%;
}

.product01 .pic:after {
	content: "";
	display: block;
	padding-top: 67%;
}
.product01 .listProducts .content{
		padding: 2rem;
}
.product01 .listProducts .title {
	font-size: 2rem;
	color: #1a1a1a;
	font-family: 'Oswald-Regular';
	font-weight: unset;
	height: 6.5rem;
}

.product-detail {
	padding-top: 7.5rem;
	padding-bottom: 10rem;
}

.product-detail h1 {
	text-align: center;
	color: #232323;
	font-size: 4.8rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 2rem;
}

.product-detail .button {
	height: 4rem;
	width: 14rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	border-radius: 2rem;
	margin-top: 4rem;
}

.product-detail .summary {
	display: flex;
	justify-content: space-around;
	margin-bottom: 7rem;
}

.product-detail .summary .summary-img {
	width: 48%;
}

.product-detail .summary .summary-txt {
	width: 52%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 8.5rem;
}

.product-detail .summary .summary-img .pic:after {
	content: "";
	display: block;
	padding-top: 74%;
}

.product-detail .tit-big {
	color: #1a1a1a;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 4.5rem;
}

.product-detail .summary-txt .data p {
	color: #666666;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	padding-left: 2rem;
	background: url(../images/dot.png) left center no-repeat;
	margin-bottom: 1.5rem;
}

.product-detail .summary-txt .data p span {
	color: #1a1a1a;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
}

.product-detail .p-detail {
	margin-bottom: 4rem;
}

.product-detail .p-detail p {
	color: #000000;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	line-height: 1.8;
}

.product-detail .p-detail .tit-big {
	margin-bottom: 2rem;
}

.product-detail .p-detail.arrow p {
	margin-bottom: 2rem;
}

.motor-table table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1.5;
}

/* 表头单元格样式 */
.motor-table table th {
	background-color: #ffffff;
	color: #333;
	font-weight: normal;
	padding: 20px 8px;
	text-align: center;
	border: none;
	/* 清空原有边框 */
	border-bottom: 1px solid #e0e0e0;
	/* 仅保留底部水平边框 */
	vertical-align: middle;
}

/* 普通单元格样式 */
.motor-table table td {
	padding: 10px 8px;
	text-align: center;
	border: none;
	/* 清空原有边框 */
	border-bottom: 1px solid #e0e0e0;
	/* 仅保留底部水平边框 */
	vertical-align: middle;
	font-size: 1.6rem;
	color: #000000;
	font-family: 'Poppins-Regular';
}

/* 第一列（参数名）样式：仅保留左对齐和字体加粗，移除独立背景色 */
.motor-table table td:first-child {
	font-weight: 500;
	/* 移除原有的 background-color: #f8f8f8; 让背景色继承行样式 */
}

/* 型号行的特殊样式（绿色文字） */
.motor-table table th {
	color: #4CAF50;
	/* 接近原图的绿色 */
	font-weight: 600;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
}

/* 偶数行背景色（整行统一的隔行变色） */
.motor-table table tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

/* 表格行悬停效果（整行统一变色） */
.motor-table table tbody tr:hover {
	background-color: #f0f8f0;
}

/* 统一跨列单元格的样式（和<70db行保持一致） */
.motor-table table td.full-col,
.motor-table table td.part-col {
	text-align: center;
	background-color: inherit;
}


.product-detail .more-p {
	padding-bottom: 5rem;
}

.product-detail .more-p .pic:after {
	content: "";
	display: block;
	padding-top: 67%;
}

.product-detail .more-p .pic {
	border: 1px solid #d7d7d7
}

.product-detail .more-p .tit {
	font-size: 1.8rem;
	color: #1a1a1a;
	font-family: 'Poppins-Regular';
	text-align: center;
	padding: 1.5rem 2.5rem;
}

.product-detail .more-p .swiper-pagination-bullet {
	background: #62c561;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}

.product-detail .more-p .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
	transition: 0.5s;
}

.methods01 {
	padding-top: 8rem;
}

.methods01 .title {
	font-size: 3.2rem;
	color: #232323;
	text-align: left;
	font-weight: bold;
	margin-bottom: 4rem;
	line-height: 4rem;
	font-family: 'Poppins-Regular';
}

.methods01 .title span {
	font-size: 2.2rem;
}


.methods01 .product-list {
	display: flex;
	justify-content: space-between;
}

.methods01 .product-list:nth-child(2n) {
	flex-direction: row-reverse;
}

.methods01 .product-list .product-content {
	width: 52%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.methods01 .product-list .product-img {
	width: 48%;
}

.methods01 .product-img .pic {
	border-radius: 1.5rem;
	overflow: hidden;
}

.methods01 .product-content .content span {
	font-weight: bold;
}

.methods01 .product-content .content {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	line-height: 1.8;
}

.methods01 .product-list {
	margin-bottom: 10rem;
}

.methods01 .product-list:nth-child(2n) .product-content {
	padding-right: 5rem;
}

.methods01 .product-list:nth-child(2n+1) .product-content {
	padding-left: 5rem;
}

.methods01 .product-list .pic:after {
	content: "";
	display: block;
	padding-top: 60%;
}

.methods01 .button {
	height: 4rem;
	width: 14rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	border-radius: 2rem;
	margin-top: 4rem;
}

.methods01 .button a {
	color: #fff;
}

.button {
	transition: 0.3s;
}

.button:hover {
	width: 16rem;
	transition: 0.3s;
}

.solution-detail {
	padding-top: 7.5rem;
	padding-bottom: 10rem;
}

.solution-detail h1 {
	text-align: center;
	color: #232323;
	font-size: 4.8rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 7rem;
}

.solution-detail .summary {
	display: flex;
	justify-content: space-around;
	margin-bottom: 7rem;
}

.solution-detail .summary .summary-img {
	width: 48%;
}

.solution-detail .summary .summary-txt {
	width: 52%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5rem
}

.solution-detail .tit-big {
	color: #1a1a1a;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 4.5rem;
}


.solution-detail .more-p {
	padding-bottom: 5rem;
}

.solution-detail .more-p .pic:after {
	content: "";
	display: block;
	padding-top: 67%;
}

.solution-detail .more-p .pic {
	border: 1px solid #d7d7d7
}

.solution-detail .more-p .tit {
	font-size: 1.8rem;
	color: #1a1a1a;
	font-family: 'Poppins-Regular';
	text-align: center;
	padding: 1.5rem 2.5rem;
}

.solution-detail .more-p .swiper-pagination-bullet {
	background: #62c561;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}

.solution-detail .more-p .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
	transition: 0.5s;
}

.solution-detail .summary-img .pic:after {
	content: "";
	display: block;
	padding-top: 60%;
}


.solution-detail .inside-faq .list_dt {
	height: 6rem;
	line-height: 6rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 2rem;
	background: #f5f5f5;
	border-radius: 0.5rem;
}

.solution-detail .inside-faq .border {
	clear: both;
	overflow: hidden;
	margin-bottom: 1rem;
}

.solution-detail .inside-faq .list_dt .name {
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 6rem;
	display: block;
	float: left;
	font-family: 'Poppins-Regular';
	text-align: left;
	font-weight: normal;
	font-size: 1.8rem;
	padding-left: 1.5rem;
	color: #111111;
	padding-right: 4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	font-weight: bold;
}

.solution-detail .inside-faq dl dt .jiantou {
	overflow: hidden;
	height: 6rem;
	background: url(../images/chevron-right2.png) no-repeat center center;
	width: 5.8rem;
	float: right;
	position: absolute;
	top: 0;
	right: 1.5rem;
}

.solution-detail .inside-faq .list_dd {
	display: none;
}

.solution-detail .inside-faq .jobsub {
	border-top: 0;
	line-height: 3rem;
	padding: 2rem;
	padding-bottom: 1rem;
	color: #222222;
	font-size: 1.8rem;
	background: #fff;
	font-family: 'Poppins-Regular';
}

.solution-detail .inside-faq .jobsub p {
	line-height: 3rem;
	color: #666;
}

.solution-detail .inside-faq dl #open {
	background: #62c561;
}

.solution-detail .inside-faq dl #open .name {
	color: #ffffff
}

.solution-detail .inside-faq dl #open .jiantou {
	background: url(../images/chevron-right.png) no-repeat center center;
}

.customization01 {
	background: #f9fbff;
	padding: 10rem 0;
}

.customization01 .title {
	color: #232323;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 2rem;
}

.customization01 .company-description p {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
	line-height: 3rem
}

.customization01 .company-description {
	margin-bottom: 3rem;
}

.customization01 .biaoqian div {
	color: #ffffff;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	padding: 0rem 1.5rem;
	background: #62c561;
	float: left;
	height: 4rem;
	line-height: 4rem;
	border-radius: 2rem;
	margin-right: 1rem;
}

.customization01 .content {
	display: flex;
	justify-content: space-around;
}

.customization01 .left-section {
	width: 50%;
	padding-right: 7rem;
}

.customization01 .right-section {
	width: 50%;
}

.customization01 .right-section .main-image img {
	border-radius: 1.5rem;
}

.customization02 {
	padding: 10rem 0;
	padding-bottom: 2rem;
}

.customization02 .title {
	color: #232323;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-bottom: 8rem;
}

.customization02 {}

.customization02 .core-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customization02 .core-list .core-list-li {
	width: 25%;
	position: relative;
	margin-bottom: 9rem;
}

.customization02 .core-list .pic:after {
	content: "";
	display: block;
	padding-top: 23%;
}

.customization02 .core-list .core-list-li .tit {
	color: #232323;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	text-align: center;
	margin-top: 1.5rem;
}

.customization02 .core-list .core-list-li .num {
	width: 3.6rem;
	height: 3.6rem;
	background: #fff;
	line-height: 3.6rem;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	color:#62c561;
	z-index: 1000;
	margin-left: 1.8rem;
	box-shadow: 1px 1px 5px #62c561;
	border-radius: 50%;
}

.customization03 {
	padding-top: 11rem;
	padding-bottom: 10rem;
	margin-bottom: 10rem;
}

.customization03 .title {
	color: #222222;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	text-align: center;
	margin-bottom: 3rem;
}

.customization03 .txt {
	color: #000000;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	text-align: center;
	padding: 0 14rem;
}

.customization03 .button {
	height: 4rem;
	width: 14rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #62c561;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	border-radius: 2rem;
	transition: 0.3s;
	margin: 0 auto;
	margin-top: 4.5rem;
}

.customization03 a {
	color: #fff;
}

.customization03 .button:hover {
	width: 16rem;
	transition: 0.3s;
}

.quality01 {
	padding-top: 13rem;
	background: #f9fbff;
	padding-bottom: 3rem;
}

.quality01 .title {
	color: #232323;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 3rem;
}

.quality01 .description {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 12rem;
}

.quality01 .core-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quality01 .core-list .core-list-li {
	width: calc(25% - 4rem);
	position: relative;
	background: #ffffff;
	border: 1px solid #ededed;
	padding: 2rem;
	margin: 0 2rem;
	margin-bottom: 9rem;
	padding-bottom: 4rem;
}

.quality01 .core-list .core-list-li:hover {
	border: 1px solid #62c561;
}

.quality01 .core-list .process-1 {
	position: absolute;
	width: 10rem;
	height: 10rem;
	top: -5rem;
	right: 50%;
	margin-right: -5rem;
}

.quality01 .pic:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.quality01 .core-list .num {
	text-align: right;
	color: #62c561;
	font-size: 2.4rem;
	font-family: 'Poppins-Regular';
}

.quality01 .core-list .tit {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Bold';
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.quality01 .core-list .txt {
	color: #666666;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
}

.quality02 {
	padding-top: 11rem;
	padding-bottom: 8rem;
}

.quality02 .title {
	color: #232323;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 2rem;
}

.quality02 .description {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 4rem;
}

.quality02 .core-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -2rem;
}

.quality02 .core-list .core-list-li {
	width: calc(25% - 4rem);
	margin: 0 2rem;
	margin-bottom: 4rem;
}

.quality02 .pic:after {
	content: "";
	display: block;
	padding-top: 67%;
}

.quality02 .core-list .core-list-li .tit {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	text-align: center;
	line-height: 5.6rem;
}

.quality02 .core-list .core-list-li .pic img {
	transition: 0.5s;
}

.quality02 .core-list .core-list-li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.manufacturing01 {
	padding-top: 11rem;
	padding-bottom: 11rem;
}

.manufacturing01 .title {
	color: #232323;
	font-size: 3.6rem;
	font-family: 'Oswald-Bold';
	margin-bottom: 2rem;
	text-align: center;
}

.manufacturing01 .description {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 4rem;
	text-align: center;
}

.manufacturing01 .core-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -3rem;
}

.manufacturing01 .core-list .core-list-li {
	width: calc(33.33% - 3rem);
	margin: 0 1.5rem;
	margin-bottom: 2rem;
	background: #f8f8f8;
	padding: 4rem;
}

.manufacturing01 .core-list .core-list-li:nth-child(2) {
	background: #62c561;
}

.manufacturing01 .core-list .core-list-li .tit {
	color: #62c561;
	font-size: 4.8rem;
	font-family: 'Oswald-Bold';
}

.manufacturing01 .core-list .core-list-li .txt {
	color: #222222;
	font-size: 1.8rem;
	font-family: 'Oswald-Bold';
	font-family: 'Poppins-Regular';
}

.manufacturing01 .core-list .core-list-li .tit span {
	font-size: 3.5rem;
}

.manufacturing01 .core-list .core-list-li:nth-child(2) .tit {
	color: #ffffff;
}

.manufacturing01 .core-list .core-list-li:nth-child(2) .txt {
	color: #ffffff;
}

.manufacturing02 {
	height: 77rem;
	margin-bottom: 10rem;
}

.videoWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	display: none;
}

.videoWindow video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	max-height: 70%;
	max-width: 80%;
}

.videoWindow i {
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 30px;
	height: 30px;
	background: url(../images/onlineClose.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

@media(max-width:1366px){
	.contact02 .fromlist li p label {
	    position: absolute;
	    top: 41%;
	    left: 1.5rem;
	}
	
	.contact02 .fromlist li .iinput, .contact02 .fromlist li .itextarea{
		padding: 0 4rem;
		padding-left: 33px;
	}
	
	.contact02 .fromlist li .itextarea{
		padding-top: 10px;
	}

}
@media(max-width:756px) {
	.motor-table table th {
	    font-size: 16px;
	}
	.motor-table table td{
		font-size: 16px;
	}
	.inside-banner .title {
		font-size: 22px;
	}

	.inside-banner .inside-current {
		font-size: 15px;
	}

	.inside-banner .inside-current a {
		font-size: 15px;
	}

	.inside-banner .text {
		width: 100%;
		color: #fff;
		position: absolute;
		z-index: 9;
		top: 64%;
		transform: translateY(-50%);
	}

	.about01 .title {
		font-size: 20px;
	}

	.about01 .content {
		flex-direction: column;
	}

	.about01 .left-section {
		width: 100%;
		padding-right: 0rem;
	}

	.about01 .right-section {
		width: 100%;
	}

	.about01 .left-section .tit {
		font-size: 22px;
		margin-bottom: 0px;
	}

	.about01 .left-section .summary {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.about01 .left-section .company-description p {
		font-size: 16px;
	}

	.about01 .stats-container {
		display: none;
	}

	.about02 .content {
		width: 100%;
		height: 655px;
	}

	.about02 .title {
		font-size: 22px;
	}

	.about02 .content p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.8;
	}

	.about03 .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.about03 .advantage {
		width: 100%;
	}

	.about03 .adv-tit {
		font-size: 20px;
	}

	.about03 .adv-txt {
		font-size: 16px;
		color: #131313;
		font-family: 'Poppins-Regular';
		line-height: 1.8;
	}

	.rd01 .title {
		font-size: 20px;
	}

	.rd02 .title {
		font-size: 20px;
	}

	.rd01 .data {
		flex-direction: column;
	}

	.rd01 .data-1 {
		width: 100%;
	}

	.rd01 .data-2 {
		width: 100%;
	}

	.rd01 .shuju div:nth-child(1) {
		font-size: 25px;
	}

	.rd01 .shuju div:nth-child(2) {
		font-size: 18px;
	}

	.rd02 .honor-li {
		width: calc(50% - 1.5rem);
		margin-bottom: 3rem;
	}

	.customization01 .content {
		flex-direction: column;
	}

	.customization01 .left-section {
		width: 100%;
		padding-right: 0rem;
		margin-bottom: 20px;
	}

	.customization01 .right-section {
		width: 100%;
	}

	.customization01 .title {
		font-size: 20px;
	}

	.customization01 .company-description p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.8;
	}

	.customization01 .biaoqian div {
		color: #ffffff;
		font-size: 14px;
		font-family: 'Poppins-Regular';
		padding: 0rem 10px;
		background: #62c561;
		float: left;
		height: 30px;
		line-height: 30px;
		border-radius: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.customization02 .title {
		font-size: 20px;
	}

	.customization02 .core-list .core-list-li {
		width: 50%;
		position: relative;
		margin-bottom: 15px;
	}

	.customization02 .core-list .core-list-li .tit {
		font-size: 16px;
		margin-top: 10px;
	}

	.customization02 .core-list .pic:after {
		content: "";
		display: block;
		padding-top: 40%;
	}

	.customization02 .core-list .core-list-li .num {
		width: 30px;
		height: 30px;
		background: #fff;
		line-height: 30px;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 1000;
		margin-left: 1.8rem;
		box-shadow: 1px 1px 5px #62c561;
		border-radius: 50%;
	}

	.customization03 .title {
		color: #222222;
		font-size: 22px;
		font-family: 'Oswald-Bold';
		text-align: center;
		margin-bottom: 15px;
	}

	.customization03 .txt {
		color: #000000;
		font-size: 16px;
		font-family: 'Poppins-Regular';
		text-align: center;
		padding: 0 10px;
	}

	.customization03 .button {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 10px;
	}

	.button {
		transition: 0.3s;
	}

	.button:hover {
		width: 160px !important;
		transition: 0.3s;
	}

	.quality01 .title {
		color: #232323;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.quality01 .description {
		color: #222222;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.quality01 .core-list .core-list-li {
		width: 100%;
		position: relative;
		background: #ffffff;
		border: 1px solid #ededed;
		padding: 2rem;
		margin: 0 2rem;
		margin-top: 40px;
		padding-bottom: 15px;
	}

	.quality01 .core-list .process-1 {
		position: absolute;
		width: 60px;
		height: 60px;
		top: -30px;
		right: 50%;
		margin-right: -30px;
	}

	.quality01 .core-list .tit {
		color: #222222;
		font-size: 15px;
		font-family: 'Poppins-Bold';
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.quality01 .core-list .txt {
		color: #666666;
		font-size: 14px;
		font-family: 'Poppins-Regular';
	}

	.quality01 .core-list .num {
		font-size: 18px;
	}

	.quality02 .title {
		font-size: 20px;
	}

	.quality02 .description {
		font-size: 16px;
	}

	.quality02 .core-list .core-list-li {
		width: calc(50% - 4rem);
		margin: 0 2rem;
		margin-bottom: 4rem;
	}

	.quality02 .core-list .core-list-li .tit {
		color: #222222;
		font-size: 16px;
		font-family: 'Poppins-Regular';
		text-align: center;
		line-height: 30px;
	}

	.manufacturing01 .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.manufacturing01 .description {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.manufacturing01 .core-list {
		flex-direction: column;
		margin: 0;
	}

	.manufacturing01 .core-list .core-list-li {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		background: #f8f8f8;
		padding: 15px;
	}

	.manufacturing01 .core-list .core-list-li .tit {
		font-size: 30px;
	}

	.manufacturing01 .core-list .core-list-li .txt {
		font-size: 20px;
	}

	.product-nav {
		top: -9rem;
		position: unset;
		padding: 10px 0;
	}

	.product-nav .container {
		flex-direction: column;
	}

	.product-nav p a {
		font-size: 16px;
		color: #ffffff;
		font-family: 'Poppins-Regular';
	}

	.product-nav p {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-top-right-radius: 1rem;
		border-top-left-radius: 1rem;
		background: #000000;
	}

	.product01 .listProducts li {
		width: 100%;
		background: #f9f9f9;
		margin-right: 0%;
		float: left;
		margin-bottom: 15px;
		border-radius: 1.5rem;
		overflow: hidden;
	}

	.product01 .listProducts .title {
		font-size: 18px;
		height: 44px;
		text-align: center;
	}

	.neiyecurrent {
		padding-top: 60px;
	}

	.neiyecurrent h2 {
		font-size: 16px;
		font-weight: normal;
		height: 32px;
		line-height: 32px;
		font-family: 'Poppins-Regular';
	}

	.product-detail h1 {
		text-align: center;
		color: #232323;
		font-size: 22px;
		font-family: 'Oswald-Bold';
		margin-bottom: 15px;
	}

	.product-detail .tit-big {
		color: #1a1a1a;
		font-size: 18px;
		font-family: 'Oswald-Bold';
		margin-bottom: 15px;
	}

	.product-detail .summary .summary-txt {
		padding: 0 15px;
	}

	.product-detail .summary-txt .data p {
		color: #666666;
		font-size: 14px;
		font-family: 'Poppins-Regular';
		padding-left: 20px;
		background: url(../images/dot.png) left center no-repeat;
		margin-bottom: 10px;
	}

	.product-detail .summary-txt .data p span {
		color: #1a1a1a;
		font-size: 14px;
		font-family: 'Poppins-Regular';
		font-weight: bold;
	}

	.product-detail .summary {
		flex-direction: column;
	}

	.product-detail .summary .summary-img {
		width: 100%;
	}

	.product-detail .summary .summary-txt {
		width: 100%;
		padding: 20px 0;
	}

	.product-detail .button {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 10px;
	}

	.product-detail .p-detail p {
		color: #000000;
		font-size: 16px;
		font-family: 'Poppins-Regular';
		line-height: 1.8;
	}

	.model-row th {
		color: #4CAF50;
		font-weight: 600;
		font-size: 16px;
		font-family: 'Poppins-Regular';
	}

	.motor-table td {
		padding: 10px 8px;
		text-align: center;
		border: none;
		border-bottom: 1px solid #e0e0e0;
		vertical-align: middle;
		font-size: 14px;
		color: #000000;
		font-family: 'Poppins-Regular';
	}

	.product-detail .more-p {
		padding-bottom: 50px;
	}

	.product-detail .more-p .tit {
		font-size: 16px;
		padding: 15px;
	}

	.product-detail .p-detail .tit-big {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.news-lable span {
		font-size: 16px;
		font-family: arial;
		margin-right: 5px;
	}

	.news-lable a {
		min-width: 100px;
		padding: 0 10px;
		margin-right: 10px;
		background: #b2b2b2;
		color: #fff;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
		display: inline-block;
		text-align: center;
	}

	.list-page-news {
		font-size: 16px;
		font-family: arial;
		color: #333333;
		display: flex;
		padding-top: 10px;
	}

	.contact02 .title {
		color: #222222;
		font-size: 22px;
		font-family: 'Oswald-Bold';
	}

	.contact02 .fromlist li .iinput,
	.contact02 .fromlist li .itextarea {
		width: 100%;
		border: 0;
		color: #666;
		font-size: 16px;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		border-radius: 5px;
		border: 1px solid #dce0e2;
		font-family: 'Poppins-Regular';
	}

	.contact02 .fromlist li {
		width: 100%;
	}

	.contact02 .fromlist li .itextarea {
		width: 100%;
		border: 0;
		color: #666;
		font-size: 16px;
		padding: 0 10px;
		height: 60px;
		line-height: 30px;
		border-radius: 5px;
		border: 1px solid #dce0e2;
		font-family: 'Poppins-Regular';
	}

	.contact02 .fromlist li p label {
		display: none;
	}

	.contact02 .fromlist .btnDiv a {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 10px;
	}

	.methods01 .product-list {
		flex-direction: column;
	}

	.methods01 .product-list .product-img {
		width: 100%;
	}

	.methods01 .product-list:nth-child(2n+1) .product-content {
		padding-left: 0rem;
		width: 100%;
	}

	.methods01 .product-list:nth-child(2n) {
		flex-direction: column;
	}

	.methods01 .title {
		font-size: 18px;
		color: #232323;
		text-align: left;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 20px;
		font-family: 'Poppins-Regular';
	}

	.methods01 .product-content .content {
		color: #222222;
		font-size: 16px;
		font-family: 'Poppins-Regular';
		line-height: 1.8;
	}

	.methods01 .button {
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 15px;
		margin-top: 10px;
	}

	.methods01 .product-list:nth-child(2n) .product-content {
		padding-right: 0rem;
		width: 100%;
	}

	.solution-detail h1 {
		text-align: center;
		color: #232323;
		font-size: 22px;
		font-family: 'Oswald-Bold';
		margin-bottom: 10px;
	}

	.solution-detail .summary {
		flex-direction: column;
	}

	.solution-detail .summary .summary-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.solution-detail .summary .summary-txt {
		width: 100%;
		padding-left: 0rem;
	}

	.solution-detail .inside-faq .list_dt {
		height: 30px;
		line-height: 30px;
		transition: width 2s;
		color: #333333;
		cursor: pointer;
		position: relative;
		font-size: 14px;
		background: #f5f5f5;
		border-radius: 5px;
	}

	.solution-detail .inside-faq .list_dt .name {
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 30px;
		display: block;
		float: left;
		font-family: 'Poppins-Regular';
		text-align: left;
		font-weight: normal;
		font-size: 14px;
		padding-left: 20px;
		color: #111111;
		padding-right: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		font-weight: bold;
	}

	.solution-detail .inside-faq .jobsub {
		border-top: 0;
		line-height: 1.8;
		padding: 10px;
		padding-bottom: 10px;
		color: #222222;
		font-size: 14px;
		background: #fff;
		font-family: 'Poppins-Regular';
	}

	.solution-detail .inside-faq .jobsub p {
		line-height: 1.8;
		color: #666;
	}

	.solution-detail .inside-faq dl dt .jiantou {
		overflow: hidden;
		height: 30px;
		background: url(../images/chevron-right2.png) no-repeat center center;
		width: 30px;
		float: right;
		position: absolute;
		top: 0;
		right: 1.5rem;
	}

	.solution-detail .tit-big {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.solution-detail .more-p {
		padding-bottom: 50px;
	}

	.solution-detail .more-p .tit {
		font-size: 16px;
		padding: 15px;
	}

	.support01 .title {
		font-size: 22px;
	}

	.support01 .inside-faq .list_dt .name {
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 60px;
		display: block;
		float: left;
		font-family: 'Poppins-Regular';
		text-align: left;
		font-weight: normal;
		font-size: 15px;
		padding-left: 45px;
		color: #222222;
		padding-right: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
	}

	.support01 .inside-faq .list_dt {
		height: 60px;
		line-height: 30px;
		transition: width 2s;
		color: #333333;
		cursor: pointer;
		position: relative;
		font-size: 15px;
		background: #f5f5f5;
		border-radius: 10px;
	}

	.support01 .inside-faq .jobsub {
		border-top: 0;
		line-height: 1.8;
		padding: 15px;
		color: #333333;
		font-size: 15px;
		background: #fff;
		font-family: 'Poppins-Regular';
		border: 1px solid #e3e6ec;
		border-radius: 10px;
		margin-top: 10px;
	}

	.support01 .inside-faq .jobsub p {
		line-height: 1.8;
	}

	.support01 .inside-faq dl dt .wen {
		overflow: hidden;
		height: 30px;
		background: url(../images/qd.png) no-repeat center center;
		width: 30px;
		float: left;
		top: 15px;
	}

	.support01 .inside-faq dl dt .jiantou {
		display: none;
	}

	.support02 .title {
		color: #000000;
		font-size: 22px;
		font-family: 'Oswald-Bold';
		text-align: center;
		margin-bottom: 15px;
	}

	.support02 .core-list .core-list-li {
		width: 100%;
		background: #ffffff;
		padding: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}

	.support02 .core-list .core-list-li .tit {
		color: #000000;
		font-size: 16px;
		font-family: 'Oswald-Bold';
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.support02 .core-list .core-list-li .txt {
		color: #333333;
		font-size: 14px;
		font-family: 'Poppins-Regular';
		text-align: center;
		line-height: 1.8;
	}

	.support02 .core-list .core-list-li .num {
		width: 40px;
		height: 40px;
		background: #62c561;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		color: #ffffff;
		font-family: 'Poppins-Regular';
		position: absolute;
		top: -3.25rem;
		left: 3rem;
	}

	.download01 .title {
		color: #000000;
		font-size: 22px;
		font-family: 'Oswald-Bold';
	}

	.download01 .selectDiv select {
		cursor: pointer;
		color: #000000;
		background-color: #fff;
		font-family: Oswald;
		font-size: 16px;
		width: 100%;
		height: 30px;
		line-height: 30px;
		border: none;
		border-radius: 0;
		padding-left: 10px;
		padding-right: 10px;
		appearance: none;
		border-radius: 10px;
		font-family: 'Poppins-Regular';
	}

	.download01 .d-top {
		flex-direction: column;
	}

	.download01 .selectDiv {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.download01 .selectDiv::after {
		content: "";
		display: block;
		border-bottom: solid 10px #7c7c7c;
		border-left: solid 10px transparent;
		position: absolute;
		top: 6px;
		right: 15px;
		overflow: hidden;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.xiazailist li {
		padding: 15px;
	}

	.xiazailist li .left-box {
		float: unset;
		width: 100%;
		height: 40px;
	}

	.xiazailist li .right-box {
		float: unset;
		width: 100%;
		height: 40px;
	}

	.xiazailist li span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		float: left;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}

	.xiazailist li .df {
		width: 40%;
		text-align: center;
		color: #666666;
		font-family: 'Poppins-Regular';
		font-size: 14px;
	}

	.news-nav {
		top: -9rem;
		position: unset;
		padding: 10px 0;
	}

	.news-nav {
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news-nav div a {
		font-size: 16px;
		color: #ffffff;
		font-family: 'Poppins-Regular';
	}

	.news-nav div {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-top-right-radius: 1rem;
		border-top-left-radius: 1rem;
		background: #000000;
	}
	.news01 li {
	    width: 100%;
	    margin-bottom: 15px;
	    padding: 0 10px;
	}
	.listNews .text {
		padding: 30px;
	}
	
	.listNews .date {
		font-size: 16px;
		padding-left: 25px;
	}
	
	.listNews .title {
		font-size: 16px;
		line-height: 1.8;
		height: 80px;
	}
	
	.listNews .moreBtn {
		color: #131313;
		font-size: 16px;
		margin-top: 15px;
		transition: 0.3s;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #000000;
		width: 110px;
		font-family: 'Poppins-Regular';
	}
	.nyxinwen-xiangxi .left {
	    width: 100%;
	    float: left;
	    padding-right: 0rem;
	}
	.nyxinwen-xiangxi .right {
	    width: 100%;
	    float: right;
	    position: -webkit-sticky;
	    position: sticky;
	    padding: 10px;
	    z-index: 9;
	    right: 0;
	    top: 15rem;
	    box-shadow: 0px 0px 2px #bfb9b9;
	    border-radius: 10px;
	    padding-bottom: 0;
	}
	.nyxinwen-xiangxi .left h1 {
	    font-size: 22px;
	    color: #333333;
	    font-family: 'Poppins-Regular';
	    margin-bottom: 10px;
	}
	.nyxinwen-xiangxi .left .xw-smalltit {
	    font-size: 15px;
	    color: #999999;
	    border-bottom: 1px solid #dcdcdc;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    font-family: 'Poppins-Regular';
	}
	.nyxinwen-xiangxi .left .xqtext {
	    font-size: 16px;
	    color: #333333;
	    font-family: 'Poppins-Regular';
	    line-height: 1.8;
	    padding-bottom: 10px;
	}
	.nyxinwen-xiangxi .right h2 {
	    font-size: 16px;
	    text-align: left;
	    color: #333333;
	    margin-bottom: 10px;
	}
	.nyxinwen-xiangxi .right .event-list li .boxtext .title-1 {
	    font-size: 16px;
	    color: #666666;
	    font-family: 'Poppins-Regular';
	    background: url(../images/date.png) no-repeat left center;
	    padding-left: 25px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.nyxinwen-xiangxi .right .event-list li .boxtext .wenzi {
	    overflow: hidden;
	    display: -webkit-box;
	    font-weight: lighter;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    margin-bottom: 10px;
	    font-size: 16px;
	    color: #333333;
	    font-family: 'arial';
	}
	.nyxinwen-xiangxi .right .event-list li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 15pxm;
	    border-bottom: 1px solid #e4e4e4;
	}
	.contact01 .style{
		flex-direction: column;
	}
	.contact01 .title {
	    color: #1e1e1e;
	    font-size: 22px;
	    font-family: 'Oswald-Bold';
	    margin-right: 0;
		margin-bottom: 10px;
	}
	.contact01 .style-li-l img {
	    width: 35px;
	    height: 35px;
	    margin-right:10px;
	}
	.contact01 .p-t div:nth-child(1) {
	    font-size: 16px;
	    color: #666666;
	    font-family: 'Poppins-Regular';
	}
	.contact01 .p-t div:nth-child(2) {
	    font-size: 18px;
	    color: #222222;
	    font-family: 'Poppins-Regular';
	}
	.contact01 .style-li .address {
	    width: 100%;
	    margin-bottom: 30px
	}
	.contact01 .address a .button{
		height: 30px;
		width: 140px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 15px;
		margin-top: 10px;
		color:#fff
	}
	.contact01 .style-li-l .ty {
	    color: #222222 !important;
	    font-size: 18px !important;
	    font-family: 'Poppins-Regular' !important;
	    margin-bottom: 10px;
	}
}