.inside-banner {
	overflow: hidden;
	position: relative;
	color: #fff;
}

.inside-banner .bannerC .pc img{
	width:100%;
}

.inside-banner .bannerC .mobile img{
	width:100%;
}

.inside-banner .text {
	width: 100%;
	color: #fff;
	text-align: left;
	position: absolute;
	z-index: 9;
	top: 66%;
	transform: translateY(-50%);
}

.inside-banner .title {
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 3rem;
	position: relative;
	text-shadow: 4px 3px 5px #00000073;
	font-weight: bold;
	text-transform: uppercase;
}

.inside-banner .info {
	line-height: 1.5;
	font-size: 18px;
	font-family: var(--font-family-P-R);
	color: #F4F4F4;
	text-shadow: 4px 3px 5px #00000073
}

.inside-current img {
	margin-top: -5px;
	margin-right: 5px;
	vertical-align: middle;
}

.inside-current {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	height: 13rem;
	line-height: 13rem;
	font-size: 1.8rem;
	color: #dadada;
	font-family: 'Poppins-Regular';
	text-align: right;
	font-weight: bold;
	float: left;
}

.inside-menu-list {
	float: right;
}

.inside-current a {
	color: #dadada;
	margin: 0 10px;
}

.inside-about {
	padding-top: 7.5rem;
	background: #f7f7f7;
	border-left: #fabd00 7.7rem solid;
	border-right: #fabd00 7.7rem solid;
	padding-bottom: 7.5rem;
}

.inside-about .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
	font-weight: bold;
}

.inside-about .text-tit {
	color: #1a1a1a;
	font-size: 3.2rem;
	margin-bottom: 5rem;
	font-weight: bold;
}


.inside-about .text p {
	color: #333333;
	font-size: 2rem;
	line-height: 3.5rem;
	margin-bottom: 1.5rem;
	font-family: 'Poppins-Regular';
}

.inside-about .text strong {
	margin-top: 3.8rem;
	display: inline-block;
}

.text-bottom {
	clear: both;
	overflow: hidden;
	margin-top: 2rem;
}

.inside-about .text-bottom-left {
	width: 70%;
	float: left;
	padding-right: 12rem;
}





.numlist li .item {
	margin-left: 2rem;

}

.numlist li {
	display: flex;
}

.inside-about .numlist {
	font-size: 2rem;
	margin-top: 7rem;
	margin-bottom: 7rem;
}

.inside-about .numlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inside-about .numlist ul li {
	font-weight: 700;
	color: #000;
}

.inside-about .numlist ul li .counter {
	color: #f7a903;
	color: #FFC72C;
	font-size: 7rem;
	font-family: 'Nippo-Medium';
}

.inside-about .numlist .tit {
	color: #22212f;
	font-size: 1.8rem;
	font-family: 'Poppins-Bold';
}

.inside-about .numlist ul li P {
	margin-bottom: 0rem;
}

.inside-about .numlist ul li P sup {
	font-size: 2.5rem;
	color: #f7a903;
	color: #FFC72C;
}

.inside-about .contact-title {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 4.5rem;
}

.inside-about .contact-content {
	display: flex;
}

.inside-about .contact-content div:nth-child(2) {
	margin: 0 2%;
}

.inside-about .contact-content div {
	display: flex;
	justify-content: center;
	width: 32%;
	background: #ffffff;
	height: 9.5rem;
	align-items: center;
	/* 垂直居中 */
}

.inside-about .contact-content img {
	height: 4rem;
	vertical-align: middle;
	margin-right: 3rem;
}

.inside-about .contact-content p {
	margin-bottom: 0;
	line-height: 9.5rem;
	color: #f7a903;
	font-size: 2.2rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
}

.inside-factory .title {
	font-size: 6.8rem;
	color: #1a1a1a;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3rem;
}


.inside-factory {
	padding-top: 5rem;
	padding-bottom: 9rem;
}

.inside-factory .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.inside-factory .pic:after {
	content: '';
	display: block;
	padding-bottom: 0%;
}

.inside-factory .model:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fabd00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
}

.inside-factory .model {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	/* padding-top: 10rem; */
	display: none;
	transition: 0.3s;
}

.inside-factory #certify li {
	position: relative;
}

.inside-factory #certify li:hover .model {
	display: block;
	transition: 0.3s;
}

.inside-factory .model div {
	color: #fff;
	font-size: 3.1rem;
	text-align: center;
	position: relative;
	top:50%;
	margin-top:-2rem;
}

.inside-factory .model div img{
	height:4rem;
}


.history {
	background: url(../images/history-banner.png) no-repeat;
	background-size: cover;
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.history .title {
	font-size: 6.8rem;
	color: #f7a903;
	color: #FFC72C;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.about05 .about-bottom .about-list1 .mySwiper1:after {
	content: '';
	display: block;
	background: #bfbfbf;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 1.7rem;
	right: 0
}

.about05 .mySwiper2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-top: 2rem;
}

.about05 .mySwiper2 .swiper-slide {
	padding: 2.4rem 0
}

.about05 .mySwiper2 .swiper-slide .box {
	margin: 0 auto;
	width: 58%;
	position: relative;
	text-align: left
}

.about05 .mySwiper2 .swiper-slide .box .nr {

	overflow: hidden
}

.about05 .mySwiper2 .swiper-slide .box .nr .bt {
	font-family: 'Poppins-Bold';
	font-size: 5.6rem;
	line-height: 5.6rem;
	color: #f7a903;
	color: #FFC72C;
	text-align: center;
	margin-top: 7rem;
}

.about05 .mySwiper2 .swiper-slide .box .nr .p {
	font-size: 2rem;
	line-height: 3.8rem;
	color: #f5f9fd;
	font-family: 'Poppins-Regular';
	text-align: center;
}

.about05 .about-list1 {
	position: relative;
	width: 102%;
	margin: 0 auto;
	margin-top: 2rem;
	left: -1%
}

.about05 .mySwiper1 {
	position: relative;
	overflow: hidden;
	width: 91%;
	margin: 0 auto;
	padding-top: 0.8rem
}

.about05 .mySwiper1:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #e7e7e6;
	position: absolute;
	top: 2.2rem;
	left: 0
}

.about05 .mySwiper1 .swiper-slide {
	height: auto;
	padding-top: 4rem;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: #86909c;
	text-align: center;
	background: url(../images/dian.png) no-repeat top center;
	background-size: 3.2rem;
	cursor: pointer
}

.about05 .mySwiper1 .swiper-slide span {
	display: block;
	width: 100%
}

.about05 .mySwiper1 .swiper-slide-thumb-active {
	font-size: 3.0rem;
	color: #ffffff;
	background: url(../images/dian1.png) no-repeat top center;
	background-size: 3.2rem
}

.about05 .swiper-button-next,
.about05 .swiper-button-prev {
	width: 4.8rem;
	height: 4.8rem;
	background: var(--main-color);
	margin-top: 0;
	border-radius: 50%;
	bottom: auto;
	top: 0;
	left: 0;
	z-index: 66
}

.about05 .swiper-button-next svg,
.about05 .swiper-button-prev svg {
	width: 3.0rem;
	height: 4.8rem;
	fill: #fff
}

.about05 .swiper-button-next:after,
.about05 .swiper-button-prev:after {
	content: ''
}

@media (min-width: 1024px) {

	.about05 .swiper-button-next:hover,
	.about05 .swiper-button-prev:hover {
		background: var(--main-color)
	}

	.about05 .swiper-button-next:hover:after,
	.about05 .swiper-button-prev:hover:after {
		color: #fff
	}
}

.about05 .swiper-button-next {
	right: 0;
	left: auto
}

@media screen and (max-width: 1023px) {
	.product-show strong {
		font-size: 18px;
	}

	.about05 .mySwiper2 .swiper-slide .box {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		border-radius: 10px
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .left {
		width: 100%
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .left .pic {
		border-radius: 10px
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .right {
		width: 100%;
		padding-top: 15px
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .right .bt {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 1px
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .right .p {
		font-size: 14px;
		line-height: 20px;
		height: 120px;
		padding-top: 0
	}

	.about05 .about-list1 {
		display: none
	}
}

.plan {
	padding-top: 4rem;
	padding-bottom: 7rem;
}

.plan .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3rem;
}

.plan .fsbanner {
	position: relative;
	overflow: hidden;
	height: 752px;
	width: 98%;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	background-size: cover!important;
	font-size: 0;
	margin: 0 auto;
	border-radius: 10px;
}

.plan .fsbanner .big-title {
	position: absolute;
	top: 5%;
	left: 3%;
	font-size: 7rem;
	color: #ffffff;
	font-weight: bold;
	width: 50%;
	line-height: 7rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.plan .fsbanner .other {
	width: 33.33%;
}

.plan .fsbanner .list {
	font-size: 14px;
	width: 33.33%;
	float: left;
	height: 752px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 200ms cubic-bezier(0.645, 0.575, 0.09, 1);
	cursor: pointer;
	color: #fff;
	z-index: 2;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.plan .fsbanner .m-model {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/m-model.png) no-repeat bottom center;
	background-size: cover;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: 0.3s;
}

.plan .fsbanner .list:last-child {
	border: none
}

.plan .fsbanner .proinfo {
	position: absolute;
	bottom: 7rem;
	left: 0rem;
	padding: 0 4.8rem;
}

.plan .fsbanner .list .bt {
	font-size: 3.2rem;
	color: #ffffff;
	font-family: 'Poppins-Bold';
}

.plan .fsbanner .list .jsh {
	font-size: 1.82rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	margin-top: 1rem;
	opacity: 0;
}

.plan .fsbanner .list:hover .jsh {
	opacity: 1;
}

.plan .fsbanner .list:hover .m-model {
	opacity: 1;
}

.home-slogen {
	font-size: 4rem;
	height: 10rem;
	line-height: 10rem;
	text-align: center;
	background: #FFC72C;
	font-style: italic;
}

.inside-banner .phone {
	font-size: 2.2rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	margin-bottom: 2.5rem;
}

.inside-banner .phone img {
	margin-right: 2rem;
	vertical-align: middle;
}

.inside-banner .email {
	font-size: 2.2rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}

.inside-banner .email img {
	margin-right: 2rem;
	vertical-align: middle;
}

.contact-message {
	background-size: cover;
	padding-bottom: 7rem;
}

.contact-message .message-title {
	clear: both;
	overflow: hidden;
	margin-top: 3rem;
}

.contact-message .message-title .math {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	border: 2px solid #ff8700;
	text-align: center;
	font-size: 2.5rem;
	color: #ff8700;
	font-family: 'Poppins-Regular';
	border-radius: 50%;
	float: left;
	margin-right: 2.5rem;
}

.contact-message .message-title .tit {
	color: #383838;
	font-size: 3.8rem;
	font-weight: bold;
	float: left;
	line-height: 5rem;

}

.contact-message select {
	border: none;
	border-bottom: 1px #ebebeb solid;
	font-size: 14px;
	background: #fff;
	line-height: 36px;
	height: 38px;
	width: 100%;
	padding: 0 10px;
}

.contact-message .fromlist .itextarea {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	height: 24rem !important;
	border-radius: 0.5rem;
	border: 0 !important;
	background: #f8f8f8;
}

.contact-message .fromlist2 li {
	width: 48% !important;
}

.contact-message .fromlist li p {
	padding-top: 0rem;
}

.contact-message .fromlist li .iinput {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	height: 5.6rem;
	line-height: 5.6rem;
	border-radius: 0.5rem;
	border-bottom: 1px #ebebeb solid;
}

.contact-message .fromlist3 li {
	width: 31.33% !important;
}

.contact-message .fromlist {
	padding-left: 7.5rem;
}

.contact-message .inside-message {
	background: #ffffff;
	padding: 2rem 7rem;
	padding-bottom: 9rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -7rem;
	margin-bottom: 0
}

.contact-message .reset {
	width: 15rem;
	height: 5rem;
	border: 1px solid #1a1a1a;
	line-height: 5rem;
	text-align: center;
	display: inline-block;
	font-size: 2rem;
	margin-right: 1rem;
	font-family: 'Poppins-Regular';
}

.contact-message .reset:hover {
	color: #ffb400;
	color: #FFC72C;
	border: 1px solid #ffb400;
	border: 1px solid #FFC72C;

}

.contact-message .submit {
	width: 15rem;
	height: 5rem;
	background: #1a1a1a;
	color: #fff;
	line-height: 5rem;
	text-align: center;
	display: inline-block;
	font-size: 2rem;
	font-family: 'Poppins-Regular';
}

.contact-message .submit:hover {
	color: #ffffff;
	background: #ffb400;
	background: #FFC72C;
	border: 1px solid #ffb400;
	border: 1px solid #FFC72C;
}

.contact-message .btns {
	float: right;
	margin-top: 2rem;
}

.contact-message .wechat {
	display: flex;
	justify-content: space-between;
}

.contact-message .wechat div:nth-child(1) {
	width: 33%;
	color: #040607;
	font-size: 1.8rem;
	font-family: 'Roboto-Regular';
}

.contact-message .wechat div:nth-child(2) img {
	margin-left: 2.5rem;
}


.inside-contact .text {
	top: 53%;
}

.menu-contact {
	top: -19rem;
}

.menu-contact a {
	color: #ffffff
}

.inside-current {
	color: #ffffff !important
}

.fall-news {
	padding: 7.5rem 0;
	background: #f7f7f7;
}

.fall-news .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
	font-weight: bold;
}

.fall-news .catalog {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4rem;
}

.fall-news .catalog li {
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 7.5rem;
	width: 35.5rem;
	position: relative;
	color: #000000;
	border: 1px solid #808080;
	margin: 0 1.5rem;
	font-family: 'Poppins-Bold';
	cursor: pointer;
}

.fall-news .list {
	display: none
}

.fall-news .list.show {
	display: block
}

.fall-news .catalog li.active {
	border: 1px solid #ffffff;
	background: #ffffff;
}

.fall-news .catalog li.active a {
	color: #fabd00;
}


.fall-news .catalog li a {
	display: block;
}

.fall-news .pic:after {
	content: '';
	display: block;
	padding-bottom: 68%;
}


.fall-news .news .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 16px 35px 17px;
}

.fall-news .news .list .box {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.fall-news .news .list .pic {
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}

.fall-news .news .list img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.fall-news .news .list .text {
	background: #fff;
	padding: 20px 30px 40px 30px
}

.fall-news .news .list .date-title {
	overflow: hidden;
	margin-bottom: 20px
}

.fall-news .related-info-news .date {
	color: #000000 !important;
	font-size: 2.2rem !important;
	background: #f3c80c !important;
	width: fit-content;
	padding: 5px !important;
	position: absolute;
	bottom: 0px;
	left: 3rem;
	z-index: 101;
}

.fall-news .related-info-news .content {
	padding: 3rem;
	clear: both;
	overflow: hidden;
	background: #ffffff;
	margin-top: 0 !important;
}

.fall-news .related-info-news .tit {
	font-family: 'Nippo-Bold';
	font-size: 2.2rem !important;
}

.fall-news .related-info-news .info {
	color: #000000;
	font-size: 2rem;
	font-family: 'Roboto-Regular';
	margin-bottom: 3rem;
}

.fall-news .news .list .date {
	color: #333333;
	font-size: 1.75rem;
	background: url(../images/date.png) no-repeat left center;
	padding-left: 3.8rem;
}

.fall-news .news .list .title2 {
	color: #000;
	font-size: 2.1rem;
	overflow: hidden;
	margin-top: 2rem;
	line-height: 2.5rem;
}

.fall-news .news .list .content {
	color: #000;
	font-size: 1.7rem;
	overflow: hidden;
	font-family: 'Roboto-Regular';
	margin-top: 2rem;
}

.fall-news .news .list .detailed {
	width: 18.7rem;
	height: 5.7rem;
	background: #fabd00;
	text-align: center;
	line-height: 5.7rem;
	color: #ffffff;
	font-size: 1.7rem;
	font-family: 'Roboto-Bold';
	margin-top: 3rem;
}

.fall-news .news .list .box:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3)
}

.fall-news-header {
	background: #1e1e1e;
}

.fall-news-show {
	background: #ffffff;
}

.fall-news-show .title {
	font-size: 5.8rem;
	color: #22282d;
	font-weight: bold;
	line-height: 7rem;
}

.fall-news-show .share a {
	margin-right: 1.5rem;
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 0.3rem;
	position: relative;
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #332c2b;
}

.fall-news-show .share-info {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dbdcde;
	padding-bottom: 2rem;
	margin-top: 5.5rem;
}

.fall-news-show .share a:hover {
	background: #fabd00;
}

.fall-news-show .share a img {
	filter: brightness(0) invert(1);
}

.fall-news-show .info {
	font-size: 2.2rem;
	color: #555555;
	font-family: 'Poppins-Bold';
	line-height: 5.2rem;
}

.fall-news-show .show-container {
	padding: 0 4rem
}

.fall-news-show .content {
	padding-top: 7rem
}

.fall-news-show .content p {
	font-family: 'Poppins-regular';
	color: #22282d;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}


.fall-news-show .Label {
	font-family: 'Poppins-regular';
	color: #22282d;
	font-size: 2rem;
	margin-top: 8rem;
}

.fall-news-show .Label span {
	display: inline-block;
	margin-right: 1.3rem;
}

.fall-news-show .prev {
	height: 7rem;
	width: 38rem;
	color: #332c2b;
	font-size: 2rem;
	font-family: 'Poppins-bold';
	text-align: center;
	line-height: 7rem;
	transition: 0.5s;
}

.fall-news-show .prev-next {
	display: flex;
	justify-content: center;
	margin-top: 11rem;
}

.fall-news-show .newslist {
	height: 7rem;
	width: 17rem;
	color: #ffffff;
	line-height: 7rem;
	text-align: center;
	font-size: 2.8rem;
	padding-left: 3rem;
	background: #fabd00 url(../images/list.png) no-repeat 3rem center;
	transition: 0.5s;
}

.fall-news-show .newslist a {
	color: #ffffff;
}

.fall-news-show .next {
	height: 7rem;
	width: 38rem;
	color: #332c2b;
	font-size: 2rem;
	font-family: 'Poppins-bold';
	text-align: center;
	line-height: 7rem;
	transition: 0.5s;
}

.fall-news-show .newslist:hover {
	padding-left: 4rem;
	transition: 0.5s;
}

.fall-news-show .next:hover a {
	color: #fabd00;
	transition: 0.5s;
}

.fall-news-show .prev:hover a {
	color: #fabd00;
	transition: 0.5s;
}

.related-info {
	background: #f7f7f7;
	padding-top: 7rem;
	padding-bottom: 9rem;
}

.related-info .title {
	color: #000000;
	font-size: 6.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4.5rem;
}


.related-info-news {
	background-size: cover;
}

.related-info-news .navlist li {
	width: 33.33%;
	padding: 0 1.5rem;
}

.related-info-news .navlist {
	display: flex;
	justify-content: space-around;
	margin: 0 -1.5rem;
	margin-bottom: 2.5rem;
}

.related-info-news .date {
	color: #000000;
	font-size: 2.2rem;
	background: #f3c80c;
	width: fit-content;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	left: 3rem;
	z-index: 101
}

.related-info-news .date .date-y {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: center;
}

.related-info-news .date .date-m {
	font-size: 2.2rem;
	text-align: center;
	line-height: 2.2rem;
}

.related-info-news .content {
	padding: 3rem;
	clear: both;
	overflow: hidden;
	background: #ffffff;
}

.related-info-news .pic {
	position: relative;
}

.related-info-news .gradient-triangle-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(to bottom left, transparent 49%, rgba(255, 255, 255, 1) 51%);
	z-index: 100
}

.related-info-news .swiper-container {
	padding-bottom: 6rem;
}

.related-info-news .tit {
	color: #000000;
	font-size: 2.2rem;
	margin: 0rem 0 2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 6.8rem;
}

.related-info-news .info {
	color: #000000;
	font-size: 2rem;
	font-family: 'Roboto-Regular';
	margin-bottom: 3rem;
}

.related-info-news .pic {
	position: relative;
	overflow: hidden;
}

.related-info-news .pic:after {
	padding-bottom: 63%;
}

.related-info-news .blog-box:hover .tit {
	color: #f7a903;
	overflow: hidden;
}

.related-info-news .blog-box img {
	transition: 0.5s;
}

.related-info-news .blog-box:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	transition: 0.5s;
}

.banner-product {
	position: relative;
}

.banner-product .title {
	width: 65%;
	font-size: 6rem;
}

.banner-product .text {
	top: 54%;
}

.Pro-Cate {
	display: flex;
	height: 18rem;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.Pro-Cate .Pro-Cate-list img {
	width: 15rem;
	height: 15rem;
	margin-top: 2rem;
}

.Pro-Cate .Pro-Cate-list {
	width: 25%;
	color: #000000;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.Pro-Cate .Pro-Cate-list .name a {
	line-height: 26rem;
	color: #ffffff
}

.Pro-Cate .Pro-Cate-list:hover a,.Pro-Cate .Pro-Cate-list.cur a {
	color: #ffb400;
	color: #FFC72C;
	transition: 0.3s;
}

.Pro-Cate .Pro-Cate-list:hover img {
	margin-right: 0.5rem;
	transition: 0.3s;
}

.product-list {
	padding-top: 7rem;
	background: #f7f7f7;
	position: relative;
}

.product-list .title {
	color: #040300;
	font-size: 6rem;
	text-align: center;
}

.product-list .summary {
	color: #000000;
	font-size: 2rem;
	text-align: center;
	font-family: 'Poppins-Regular';
	margin-top: 3rem;
}


.productlist .con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.productlist .leftAsideMDiv {
	width: 22.5%;
	float: left;
	margin-right: 30px;
}

.productlist .rightCon {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 77.5%;
	float: right;

}


.productlist {
	margin-top: 85px;
}

.productlist .classifyAside {
	font-size: 18px;
	position: relative;
	z-index: 1;

}

.productlist .leftAside {}

.productlist .classifyAside .titleBig {
	line-height: 1;
	font-size: 1.8rem;
	line-height: 60px;
	overflow: hidden;
	background-size: cover;
	color: #332c2b;
	display: block;
	position: relative;
	font-family: 'Roboto-Bold';
	background: #fcca00;
	padding-left: 2.5rem;
}

.productlist .classifyAside .titleSmall {
	line-height: 1;
	font-size: 1.8rem;
	line-height: 60px;
	overflow: hidden;
	background: #f7f7f7;
	color: #332c2b;
	display: block;
	position: relative;
	font-family: 'Roboto-Bold';
	padding-left: 0.5rem;
}


.productlist .classifyAside .list>li {
	overflow: hidden;
	margin-bottom: 0.5rem;
	background: #fff;
	padding-left: 1.5rem;
	transition: 0.3s;
}

.productlist .classifyAside .list>li:hover,.productlist .classifyAside .list>li.active {
	background: #fcca00;
	background: #FFC72C;
	transition: 0.3s;
}

.productlist .classifyAside .list>li .title {
	position: relative;
	z-index: 1;

}

.productlist .classifyAside .list>li .title a {

	font-size: 18px;
	line-height: 60px;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.productlist .classifyAside .list .child a {
	color: #666666;
	display: block;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	padding-left: 15px;
	background: #e8e8e8;
	font-family: Roboto;
}

.productlist .classifyAside .list .child a:hover {
	color: #347030
}


.productlist .classifyAside .list>li .child li {

	border-bottom: none;
}

.productlist .classifyAside .list>li .title>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #332c2b;
	position: relative;
	font-size: 1.8rem;
}

.productlist .why {
	display: flex;
	margin: 0 -1.5rem;
	flex-wrap: wrap
}

.productlist .tit {
	color: #333333;
	font-size: 2rem;
	font-family: var(--font-family-P-B);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	height: 5.7rem;
	text-transform: uppercase;
}

.productlist .flag {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 两列 */
	gap: 1rem;
	margin-top: 3rem;
}

.productlist .flag div {
	padding: 1rem;
	background: #fafafa;
	border: 1px solid #dddddd;
	color: #888786;
	font-size: 1.4rem;
	font-family: 'Poppins-Regular';
	text-align: center;
	/* 水平居中 */
	display: flex;
	/* 垂直居中 */
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
}

.productlist .flag div:hover {
	border: 1px solid #fcca00;
	color: #fcca00;
	cursor: pointer;
}

.productlist .why li {
	width: calc(33.33% - 15px);
	padding: 1.5rem 1.5rem;
	background: #fff;
	margin: 0 0.75rem;
	margin-bottom: 1.5rem;
}

.productlist .why li {
	position: relative;
	border-radius: 2rem;
}
.productlist .why li .picbox:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 44;
	border-radius: 2rem;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0 !important;
	transition: 0.3s;
}

.productlist .why li:hover .picbox:before {
	opacity: 1 !important;
	transition: 0.3s;
}

.productlist .why li:hover .more {
	opacity: 1 !important;
	transition: 0.3s;
}

.productlist .pic:after {
	content: '';
	display: block;
	padding-bottom: 98%;
}

.productlist .content .content-1 div:nth-child(1) {
	color: #9495a0;
	font-size: 1.4rem;
	font-family: 'Poppins-Regular';
}

.productlist .content .content-1 div:nth-child(2) {
	color: #000408;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
}

.productlist .content .content-1 {
	margin-bottom: 2rem;
}

.productlist .content .content-2 {
	color: #232325;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
}

.productlist .content .content-3 {
	color: #232325;
	font-size: 1.6rem;
	font-family: 'Poppins-Medium';
	font-weight: bold;
	text-transform: uppercase;
}

.productlist .why li .more {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
}

.productlist .why li .more div {
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Roboto-Bold';
	margin-top: 2rem;
}


.inside-page {
	font-size: 1.2rem;
	text-align: center;
	padding-top: 6.5rem;
}

.inside-page a {
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 3.5rem;
	margin: 0 1rem;
	color: #b2b2b2;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #b2b2b2;
	font-size: 1.8rem;
	font-family: 'Roboto-Regular';
}

.inside-page .prev,
.inside-page .next {
	min-width: 5.6rem;
	position: relative;
	border-radius: 30px;
}

.inside-page a:hover,
.inside-page .cur {
	color: #fff;
	border-color: transparent;
	background: var(--main-color);
}

.pro-info {
	background: #f7f7f7;
	padding-top: 8rem;
	padding-bottom: 3rem;
}

.pro-info .title {
	color: #1a1a1a;
	font-size: 3.6rem;
	font-weight: bold;
	font-family: 'Nippo-Medium';
	line-height: 4.5rem;
}

.pro-info p {
	font-size: 2rem;
	color: #333333;
	font-family: 'Poppins-Regular';
	line-height: 3rem;
	margin-bottom: 6rem;
}

.product-show {
	clear: both;
	overflow: hidden;
}

.swiper-big .swiper-slide .pic:after {
	content: '';
	display: block;
	padding-bottom: 68%;
}

.product-show .inside-current {
	color: #c9cdcf !important;
	float: unset;
	text-align: left
}

.product-show .inside-current a {
	color: #000000
}

.product-show .container-pp {
	width: 98%;
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto;
}

.product-show .product-show-left {
	width: 50%;
	/* float: left; */
	padding-right: 4rem;
	padding-left: 5rem;
	margin:0 auto;
}

.product-show .product-show-right {
	width: 50%;
	float: left;
	background: url(../images/sasi.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 14.5rem;
	display:none;
}

.product-show .product-show-right video{
	width: 100%;
	height: auto;
}
.xz-content {
	width: 50%;
	/* float: left; */
	padding-right: 4rem;
	padding-left: 5rem;
	margin:0 auto;
}
.xz-content video{
	width: 100%;
	height: auto;
}

.xz-content img{
	margin:0 auto;
	width: 100%;
	display: block;
} 
.product-show .product-show-right:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -4rem;
	left: 0;
	background: url(../images/pp-bott.png) no-repeat bottom center;
}

.product-show .product-show-right .contact {
	height: 5.8rem;
	width: 19.5rem;
	background-color: #FFC72C;
	font-size: 1.8rem;
	line-height: 5.8rem;
	text-align: center;
	font-family: 'Roboto-Bold';
	color: #ffffff;
	margin-top: 4.3rem;
	z-index: 100;
	position: relative;
	transition: 0.3s;
}

.product-show .product-show-right .contact a {
	color: #ffffff;
	transition: 0.3s;
}

.product-show .product-show-right .contact:hover {
	background-color: #ffffff;
	transition: 0.3s;
}

.product-show .product-show-right .contact:hover a {
	color: #000;
	transition: 0.3s;
}

.backto {
	width: 20rem;
	height: 5rem;
	background: #FFC72C url(../images/back.png) no-repeat 2rem center;
	font-size: 1.6rem;
	color: #000000;
	line-height: 5rem;
	padding-left: 6rem;
	position: absolute;
	top: 6rem;
	right: 7rem;
	z-index: 100;
	transition: 0.3s;
}

.backto:hover {
	color: #ffffff;
	box-shadow: 0px 0px 7px #fff;
	transition: 0.3s;
}

.swiper-small .swiper-slide {
	background: #eaeaea;

	cursor: pointer;
}

.swiper-small .swiper-slide {
	border: 2px solid #fff
}

.swiper-small .swiper-slide-thumb-active {
	border: 2px solid #fcca00
}

.swiper-big .swiper-button-prev {
	width: 3.9rem;
	height: 3.9rem;
	background: url(../images/arrow-left.jpg) no-repeat;
	background-size: cover;
}

.swiper-big .swiper-button-next {
	width: 3.9rem;
	height: 3.9rem;
	background: url(../images/arrow-right.jpg) no-repeat;
	background-size: cover;
}

.swiper-big .swiper-button-next:after,
.swiper-big .swiper-button-prev:after {
	display: none;
}

.swiper-small {
	padding: 0 25px;
}

.swiper-small .swiper-button-prev {
	width: 20px;
	background: #efefef;
	height: 110px;
	left: 0;
	top: 20px;
	height: 100%;
}

.swiper-small .swiper-button-next {
	width: 20px;
	background: #efefef;
	right: 0;
	top: 20px;
	height: 100%;
}

.swiper-small .swiper-button-next:after,
.swiper-small .swiper-button-prev:after {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.product-show .product-show-right {
	padding-top: 17rem;
	padding-left: 9rem;
	padding-right: 23.5rem;
}

.product-show .pro-name {
	font-size: 5rem;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #9495a0;
	padding-bottom: 2.5rem;
	margin-bottom: 7.5rem;
}

.product-show .pro-summary{
	min-height: 20rem;
}

.product-show .pro-summary p {
	font-size: 2rem;
	color: #ffffff;
	font-family: 'Poppins-Regular';
	margin-bottom: 1.5rem;
}

.product-nav1 {
	background: #FFC72C;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	position: -webkit-sticky;
	position: sticky;
}

.fixed-menu {
	top: 0rem;
	margin-top: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 999;
}

.product-nav1 .nav-lists {
	display: flex;
	padding: 1.4rem 0;
}

.product-nav1 .nav-lists div {
	color: #040300;
	font-size: 1.8rem;
	height: 4.6rem;
	line-height: 4.6rem;
	width: 20%;
	text-align: center;
	border-right: 1px solid #fff
}

.product-nav1.fixed {
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 93px;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.product-nav1 .nav-lists div a {
	display: inline-block;
}


.inside-faq {
	background: url(../images/faq-bk.png) no-repeat;
	background-size: cover;
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.inside-faq .title {
	font-size: 6rem;
	color: #040300;
	text-align: center;
	margin-bottom: 3rem;
}

.inside-faq .list_dt {
	height: 6.6rem;
	line-height: 6.6rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 1.8rem;
	border-bottom: 1px solid #cfcfd4;
}

.inside-faq .border {
	clear: both;
	margin-top: 10px;
}

.inside-faq .list_dt .name {
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 66px;
	display: block;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	padding-left: 35px;
	color: #333;
	padding-right: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.inside-faq dl {}

.inside-faq dl dt .jiantou {
	overflow: hidden;
	height: 6.6rem;
	background: url(../images/jright.png) no-repeat center center;
	width: 5.8rem;
	float: right;
	position: absolute;
	top: 0;
	right: 6.5rem;
}

.inside-faq .list_dd {
	display: none;

}

.inside-faq .jobsub {
	border-top: 0;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.inside-faq .jobsub tr:nth-child(1) td {
	border-top: 1px solid #cfcfd4;
}

.inside-faq .jobsub tr td div:nth-child(1) {
	color: #9495a0;
	font-size: 1.4rem;
	font-family: 'Poppins-Regular';
}

.inside-faq .jobsub tr td div:nth-child(2) {
	color: #000408;
	font-size: 1.6rem;
	font-family: 'Poppins-Bold';
}

.inside-faq .jobsub p {
	color: #000000;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}

.inside-faq .list_dd {
	background: #fff;
	box-shadow: 1px 1px 8px #cbcbcb;
	clear: both;
	overflow: hidden;
}

.inside-faq dl #open .jiantou {
	background: url(../images/jtop.png) no-repeat center center;
}

.inside-faq dl #open .jobsub {
	border-bottom: none;
}

.inside-faq dl #open {
	background: #f7f7f7;
	border-bottom: 2px solid #fcca00;
}

.inside-faq table {
	border-collapse: separate;
	border-spacing: 2rem 0px;
}

.inside-faq th {
	line-height: 7.5rem;
	text-align: left;
	font-size: 1.8rem;
	color: #333333;
	font-weight: bold;
}

.inside-faq tr td {
	border-bottom: 1px solid #d7d7d8;
	padding: 1.5rem 0;
	padding-left: 1.5rem;
}

.con-highlight {
	padding-top: 6.5rem;
}

.con-highlight .common-title {
	color: #f7f7f7;
	font-size: 6rem;
}

.con-highlight .zhanhuiitem .bt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 9rem;
	font-size: 3rem;
	font-weight: bold;
	color: #333333;
	padding: 0 4rem;
	background-color: #ffb400;
	background-color: #FFC72C;
	border-radius: 2.4rem 2.4rem 0 0;
}

.con-highlight .zhanhuiitem .info {
	overflow: hidden;
	padding: 5rem 8rem;
	background: #ffffff;
	display: flex;
	padding-right: 12rem;
}


.con-highlight .swiperzhanhui {
	margin-top: 5rem;
	height: 94rem;
	height: 70rem;
	overflow: hidden;
	position: relative;
}

.con-highlight .zhihui1,
.con-highlight .zhihui2,
.con-highlight .zhihui3,
.con-highlight .zhihui4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.con-highlight .zhihui1 .bt {
	background: #ffb400;
	background: #FFC72C;
}

.con-highlight .zhihui2 .bt {
	background: #ffbd1f;
	background: #FFC72C;
}

.con-highlight .zhihui3 .bt {
	background: #ffc600;
	background: #FFC72C;
}

.con-highlight .zhihui4 .bt {
	background: #fbd334;
	background: #FFC72C;
}

.con-highlight .zhihui2 {
	top: 7rem;
	top: 0;
	z-index: 3;
}

.con-highlight .zhihui3 {
	top: 14rem;
	top: 0;
	z-index: 4
}

.con-highlight .zhihui4 {
	top: 21rem;
	top: 0;
	z-index: 5
}

.con-highlight .zhanhuiitem .info .text {
	padding: 0 4rem;
	margin-top: 4rem;
	line-height: 3rem;
	height: 12rem;
	overflow: auto;
}

.con-highlight .info-left .pic:after {
	content: '';
	display: block;
	padding-bottom: 88%;
}

.con-highlight .info-right {
	width: 65%;
	margin-left: 8rem;
}

.con-highlight .info-left {
	width: 35%
}

.con-highlight .info-right .info-right-title {
	color: #555555;
	font-size: 2.6rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
}

.con-highlight .info-right .info-right-content {
	color: #88888888;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
}

.info-right-pic {
	display: flex;
	justify-content: left;
	font-size: 1.8rem;
	color: #000000;
	text-align: left;
	font-family: 'Poppins-Regular';
}

.info-right-pic .txt {
	padding: 1rem
}

.info-right-pic .info-right-pic-l {
	width: 38%;
	margin-right: 5rem;
	background: #f7f7f7;
}

.info-right-pic .info-right-pic-r {
	width: 38%;
	background: #f7f7f7;
}

.info-right-pic .pic:after {
	content: '';
	display: block;
	padding-bottom: 53%;
}

.label {
	top: -9rem;
	position: relative;
}

.label-tit {
	color: #f7f7f7;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.pro-np {
	clear: both;
	overflow: hidden;

}

.pro-np div a {
	color: #fff;
}

.pro-np div a:hover {
	color: #ffb400;
	color: #FFC72C;
}

.pro-np div {
	color: #f7f7f7;
	font-size: 1.8rem;
	float: left;
	text-align: center;
	border: 1px solid #ffffff99;
	line-height: 7rem;
}

.pro-np div:nth-child(1) {
	width: 45%
}

.pro-np div:nth-child(2) {
	width: 10%;
}

.pro-np div:nth-child(3) {
	width: 45%
}

.product-message .fromlist li {
	width: 32.6%;
}

.product-message .fromlist li:nth-child(3) {
	width: 32.6%
}

.product-message .fromlist li .iinput,
.product-message .fromlist li .itextarea {
	border: none;
	background: #f7f7f7;
}

.product-message .fromlist .verifyDiv {
	width: 36%;
	float: left;
}

.product-message .fromlist .submit-0 a {
	color: #1a1a1a;
	font-size: 1.6rem;
	text-align: center;
	height: 5.5rem;
	line-height: 5.5rem;
	min-width: 17.5rem;
	display: inline-block;
	border: 1px solid #1a1a1a;
	transition: all 500ms ease;
	float: right;
}

.product-message .fromlist .btn {
	display: unset;
}

.product-message {
	padding-top: 7.8rem;
	padding-bottom: 7.8rem
}

.product-message .fromlist .submit-0 {
	float: right;
	margin-right: 2rem;
}

.product-message .fromlist .submit-1 {
	float: right;
}

.product-message .home-title-bottom {
	font-size: 6.8rem !important;
	color: #000000 !important;
}

.product-message .container {
	max-width: 1440px;
}

.more-product .classification {
	margin: unset;
	margin-bottom: 2.5rem;
}

.more-product .classification .pic {
	border: 3px #ffffff solid;
}

.more-product .classification .pic:after {
	content: '';
	display: block;
	padding-bottom: 69%;
}

.more-product .classification .ot-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4rem 2rem;
}

.more-product .classification .tit {
	font-size: 2.7rem;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.more-product .classification .content p:nth-child(1) {
	font-size: 1.6rem;
	color: #0d0f12;
	font-family: var(--font-family-R-B);
	text-align: center;
	background: var(--main-color);
	margin-bottom: 2rem;
}

.more-product .classification .content p:nth-child(2) {
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
}

.more-product .title {
	color: #ffffff;
	font-size: 6rem;
	text-align: center;
	margin-bottom: 3rem;
}

.more-product .classification .ot-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8rem 6rem;
}

.more-product .classification li:hover img {
	transform: scale(1.1) !important;
	transition: 0.5s;
}

.more-product .container02 {
	position: relative;
}

.more-product .swiper-button-next:after,
.more-product .swiper-button-prev:after {
	display: none;
}

.more-product .swiper-button-next {
	width: 3.9rem;
	height: 3.8rem;
	background: url(../images/next11.png) no-repeat;
	background-size: cover;
	top: 59%;
}

.more-product .swiper-button-prev {
	width: 3.9rem;
	height: 3.8rem;
	background: url(../images/prev11.png) no-repeat;
	background-size: cover;
	top: 59%;
}


.inside-support {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.inside-support .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
	font-weight: bold;
}

.inside-support .qa {
	color: #1a1a1a;
	font-size: 3.2rem;
	font-weight: bold
}

.inside-support .qa-content {
	color: #040607;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	border-top: 1px solid #cfcfcf;
	padding-top: 4.5rem;
	margin-top: 4.5rem;
	margin-bottom: 4rem;
}

.inside-support .support-list-left .big-t {
	color: #ffffff;
	font-size: 8rem;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	bottom: 6rem;
	left: 6rem;
	line-height: 8rem;
}

.inside-support .support-list-right .small-t {
	color: #ffffff;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.inside-support .support-list {
	display: flex;
	justify-content: space-around
}

.inside-support .support-list-left {
	width: 58.7%;
	position: relative;
}

.inside-support .support-list-right {
	width: 39%
}

.support-list-right .content {
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
}

.support-list-right .btn {
	color: #ffffff;
	font-size: 1.8rem;
	font-family: 'Roboto-Bold';
}

.support-list-right .btn {
	background: url(../images/kk.png) no-repeat right center;
	width: 13.5rem;
}

.inside-support .support-list-left .pic:after {
	content: '';
	display: block;
	padding-bottom: 66%;
}

.inside-support .support-list-right .pic:after {
	content: '';
	display: block;
	padding-bottom: 48%;
}

.inside-support .support-list-right .list-top {
	position: relative;
	margin-bottom: 2rem;
}

.inside-support .support-list-right .list-bottom {
	position: relative;
}

.inside-support .support-list-right .txt {
	position: absolute;
	top: 4rem;
	left: 5rem
}

.inside-support .support-list-right .list-top:hover .btn {
	color: #ffb400;
	color: #FFC72C;
	transition: 0.3s;
}

.inside-support .support-list-right .list-bottom:hover .btn {
	color: #ffb400;
	color: #FFC72C;
	transition: 0.3s;
}

.inside-support .support-list-left:hover .big-t {
	color: #ffb400;
	color: #FFC72C;
	transition: 0.3s;
}

.tools {
	padding-top: 7.5rem;
	padding-bottom: 10rem;
}

.tools .title {
	color: #ffffff;
	font-size: 6.8rem;
	text-align: center;
	margin-bottom: 3rem;
}

.tools .classification {
	display: flex;
	justify-content: space-around;
	margin: 0 -1.5rem;
}

.tools .classification li {
	width: 33.33%;
	margin: 0 1.5rem;
	background: #ffffff;
	padding: 2.5rem;
	padding-right: 0.5rem;
}

.tools .classification li .tit {
	color: #000000;
	font-size: 2.2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	transition: 0.3s;
}

.tools .classification li .content {
	color: #040607;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 3rem;
}

.tools .classification li .btn {
	color: #1a1a1a;
	font-size: 1.6rem;
	font-family: 'Poppins-Bold';
	border: 1px solid #1a1a1a;
	width: 17rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	transition: 0.3s;
}

.tools .classification li:hover .tit {
	color: #e8b125;
	transition: 0.3s;
}

.tools .classification li:hover .btn {
	background: #e8b125;
	color: #ffffff;
	transition: 0.3s;
	border: 1px solid #e8b125;
}

.pre-sales {
	padding-top: 7.5rem;
	padding-bottom: 10rem;
}

.pre-sales .info {
	margin-left: 2rem
}

.pre-sales .title {
	color: #000000;
	font-size: 6.8rem;
	text-align: center;
	margin-bottom: 2rem;
}

.pre-sales .content-1 {
	color: #040607;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Poppins-Regular';
}

.pre-sales .classification {
	display: flex;
	justify-content: space-around;
	margin: 0 -1.5rem;
}

.pre-sales .classification li {
	width: 33.33%;
	margin: 0 1.5rem;
	background: #ffffff;
	padding-left: 3.5rem;
	background-size: cover;
	padding-right: 2.5rem;
	padding-top: 7rem;
	padding-bottom: 7.5rem;
}

.pre-sales .big {
	color: #08060b;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#history {
	position: relative;
	overflow: hidden;
}
.anchor{
	width: 192rem;
	height: 192rem;
	position: absolute;
	top:50%;
	margin-top: -96rem;
	transition: transform 0.5s ease;
	 animation: rotate 8s linear infinite;
}
.anchor:before{
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	background: url(../images/circle.png) no-repeat center;
	z-index:0
	/* 添加过渡效果 */
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pre-sales .tit {
	color: #ffffff;
	font-size: 2.4rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
}

.pre-sales .content {
	color: #9a9c9d;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
}

.pre-sales .ot-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.data {
	padding-bottom: 6rem;
}

.data .classification {
	display: flex;
	justify-content: space-around;
	padding-top: 13rem;
}

.data .classification li {
	width: 25%;
	border-right: 1px solid #5f6060;
	padding: 0 7rem;
}

.data .classification li:last-child {
	border-right: none
}

.data .classification li .tit {
	color: #ffffff;
	font-size: 7rem;
	text-align: center;
	line-height: 7rem;
}

.data .classification li .content {
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}

.data .tel-phone {
	display: flex;
	justify-content: center;
	margin-top: 6rem;
}

.data .tel-phone-right a {
	color: #ffb400;
	color: #FFC72C;
	font-size: 5rem;
}

.data .tel-phone-left {
	color: #ffffff;
	font-size: 2rem;
	margin-right: 2rem;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 6rem;
	padding-top: 0.7rem;
	border-right: 1px solid #5f6060;
	padding-right: 2.5rem;
}

.data .ot-info {
	position: relative;
}

.data .tips {
	color: #ffffff;
	font-size: 1.6rem;
	background: url(../images/tips.png) no-repeat;
	background-size: cover;
	width: 7rem;
	height: 3.7rem;
	text-align: center;
	line-height: 3.5rem;
	position: absolute;
	top: -2rem;
	right: 0
}

.inside-base {
	padding-top: 7.5rem;
	background: #f7f7f7;
}

.inside-base .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
	font-weight: bold;
}

.inside-base .content {
	color: #333333;
	font-size: 2rem;
	font-family: 'Poppins-Regular';
}

.inside-base .searchDiv {
	width: 47rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
	position: relative;
}

.inside-base .searchDiv input {
	width: 100%;
	border-radius: 0.5rem;
	line-height: 5rem;
	height: 5rem;
	padding: 0 3.5rem 0 1.5rem;
	background: #fff;
	border: 1px #d7d7d7 solid;
}

.inside-base .searchBtn1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	right: .5rem;
	top: 0;
	z-index: 1;
}

.inside-base .searchBtn1 svg {
	fill: #9798a3;
	width: 2rem;
	height: 2rem;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inside-base .listMenu {
	display: flex;
}

.inside-base .listMenu li {
	line-height: 5rem;
}

.inside-base .listMenu a {
	color: #2d2e2e;
	font-size: 1.8rem;
	position: relative;
}

.inside-base .menu {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #d6d8e8;
	margin-bottom: 7rem;
	margin-top: 5rem;
	padding-bottom: 2.5rem;
}

.inside-base .listMenu li.active a {
	color: #fabd00
}

.inside-base .listMenu li.active a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -4.3rem;
	left: 0;
	width: 100%;
	height: 0.5rem;
	background: #fabd00
}

.inside-base .xie {
	font-size: 1.8rem;
	margin: 0 2.5rem;
	color: #c4c5c6;
	line-height: 5rem;
}

.inside-base .conTabs .item.show {
	display: block;
}

.inside-base .conTabs .item {
	display: none;
}

.inside-base .download .classification {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.4%;
}

.inside-base .classification li {
	flex: 0 0 32.5%;
	background: #ffffff;
	padding: 4rem 2.5rem;
	padding-bottom: 1rem;
	margin: 0 0.4%;
	box-sizing: border-box;
	margin-bottom: 1rem;
	cursor: pointer;
	border-bottom: 4px solid #ffffff;
}

.inside-base .classification .ot-info .img {
	float: left;
	width: 40%;
	padding: 0.2rem;
}

.inside-base .classification .ot-info img {
	box-shadow: 3px 4px 8px #c5c2c2;
}

.inside-base .classification .ot-info .content {
	float: right;
	width: 60%;
}

.inside-base .classification .ot-info .content .tit {
	color: #1a1a1a;
	font-size: 1.8rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
	margin-bottom: 7.2rem;
}

.inside-base .classification .ot-info {
	clear: both;
	overflow: hidden;
}

.inside-base .classification .ot-info .content .btn {
	color: #1a1a1a;
	font-size: 1.8rem;
	font-family: 'Roboto-Bold';
	width: 18.5rem;
	height: 5rem;
	text-align: center;
	border: 1px solid #1a1a1a;
	line-height: 5rem;
	transition: 0.3s;
}

.inside-base .classification .ot-info .content .data1 {
	color: #767575;
	font-size: 1.27rem;
	font-family: 'Poppins-Regular';
	font-weight: bold;
	display: flex;
	align-items: end;
}

.inside-base .classification .ot-info .content .bigg {
	display: flex;
	justify-content: space-between
}

.inside-base .classification li:hover {
	border-bottom: 4px solid #fabd00;
	transition: 0.3s;
	box-shadow: 3px 4px 8px #c5c2c2;
}

.inside-base .classification li:hover .btn {
	background: #1a1a1a;
	transition: 0.3s;
}

.inside-base .classification li:hover .btn a {
	color: #ffffff;
	transition: 0.3s;
}

.inside-base .download p {
	color: #333333;
	font-size: 2rem;
	font-family: 'Poppins-Regular';
	margin-top: 3rem;
}

.inside-base .conTabs {
	padding-bottom: 5rem;
}

.inside-banner .title2 {
	font-size: 2rem;
	color: #ffffff
}

.inside-video {
	padding-top: 7.5rem;
	background: #f7f7f7;
	padding-bottom: 7rem;
	overflow:hidden;
}

.inside-video .title {
	font-size: 6.8rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
	font-weight: bold;
}

.inside-video .content {
	clear: both;
	overflow: hidden;
	font-size: 1.8rem;
	color: #333333;
	min-height: 8rem;
	font-family: 'Poppins-Regular';
}

.inside-video .video-big {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	z-index: 10;
}

.inside-video .qa {
	font-size: 2.8rem;
	color: #000000;
	font-weight: bold;
	width: 40%;
	float: left;
}

.inside-video .qa-content {
	font-size: 1.8rem;
	color: #888888;
	font-family: 'Poppins-Regular';
	width: 55%;
	float: right;
}

.inside-video .video-img {
	margin-top: 6rem;
}

.v-list .pic:after {
	content: "";
	display: block;
	padding-bottom: 57%;
}

.v-list li {
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
}

.v-list {
	margin: 0 -15px;
	margin-top: 5rem;
}

.v-list .pic img {
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}

.v-list .pic {
	overflow: hidden;
	display: block;
	position: relative;
}

.v-list .text {
	padding: 30px;
}

.v-list .btnDiv {
	display: flex;
	justify-content: space-between;
}

.v-list .moreBtn {
	font-size: 14px;
	color: #666666;
}

.v-list .date {
	font-size: 1.6rem;
	color: #c0c0c0;
	font-family: 'Poppins-Regular';
	margin-bottom: 1rem;
}

.v-list .box {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 1.5rem;
}

.v-list li {
	margin-bottom: 30px;
	cursor: pointer;
}

.v-list li:hover .content {
	font-weight: bold;
}

.v-list li:hover .date {}

.v-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.v-list .picbox {
	position: relative;
}

.video-content .picbox:hover .vbtn img {
	transform: rotate3d(0, 0, 1, 180deg);
	transition: 0.5s;
}

.v-list .vbtn {
	bottom: 0;
	left: 0;
	z-index: 13;
	position: absolute;
	transition: all 500ms ease;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 1rem 1.5rem;
}

.v-list .vbtn:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.3;
	top: 0;
	left: 0;
	z-index: -1
}

.v-list .vbtn img {
	float: left;
	margin-right: 1.5rem;
}

.v-list .vbtn .title1 {
	color: #f7f7f7;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	float: right;
	text-transform: uppercase;
}

.v-list li:hover .box {
	background-color: #fff;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
	transition: 0.5s;
}

.v-list li:hover .title,
.v-list li:hover .moreBtn,
.v-list li:hover .date {
	transition: 0.5s;
}

.inside-video .inside-page {
	font-size: 1.2rem;
	text-align: center;
	padding-top: 1.5rem !important;
}

.inside-qa {
	padding-top: 7.5rem;
	background: #ffffff;

}

.inside-qa .qa-top {
	text-align: center;
}

.inside-qa .qa-top p {
	color: #333333;
	font-size: 2rem;
	font-family: 'Poppins-Regular';
	margin-bottom: 2rem;
	text-align: left;
}

.inside-qa .title {
	font-size: 6rem;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1rem;
	font-weight: bold;
}

.inside-qa .small-title {
	font-family: 'Nippo-Bold';
	font-size: 2.6rem;
	color: #040300;
	text-align: center;
}

.inside-qa .searchDiv {
	width: 64rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
	position: relative;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.inside-qa .searchDiv input {
	width: 100%;
	border-radius: 0.5rem;
	line-height: 6rem;
	height: 6rem;
	padding: 0 3.5rem 0 1.5rem;
	background: #fff;
	border: 1px #d7d7d7 solid;
}

.inside-qa .searchBtn1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 7.5rem;
	height: 6rem;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	right: 0rem;
	top: 0;
	z-index: 1;
	background: #fabd00;
}

.inside-qa .searchBtn1 svg {
	fill: #ffffff;
	width: 2rem;
	height: 2rem;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inside-qa .qa-bottom {
	clear: both;
	overflow: hidden;
	margin-top: 4.5rem;
}

.inside-qa .qa-bottom .menu {
	min-width: 26rem;
	width: 20%;
	float: left;
}

.inside-qa .qa-bottom .conTabs {
	width: 80%;
	float: right;

}

.inside-qa .qa-bottom .conTabs .item {
	display: none;
}

.inside-qa .qa-bottom .conTabs .show {
	display: block;
}

.inside-qa .qa-bottom .listMenu .box {
	font-size: 1.8rem;
	color: #000000;
	font-family: 'Nippo-Bold';
	margin-left: 1rem;
	line-height: 2.4rem;
}

.inside-qa .qa-bottom .listMenu li:before {
	content: "";
	width: 0rem;
	height: 0.2rem;
	background: #fabd00;
	position: absolute;
	left: -6rem;
}

.inside-qa .qa-bottom .listMenu li {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 6.2rem;
	position: relative;
	height: 6rem;
}

.inside-qa .qa-bottom .listMenu {
	background: url(../images/chi.png) no-repeat left 3rem;
	padding-left: 6rem;
}

.inside-qa .qa-bottom .listMenu li.active .box {
	color: #fabd00
}

.inside-qa .qa-bottom .listMenu li.active:before {
	width: 3.5rem;
	transition: 0.3s;
}

.inside-qa .qa-bottom .conTabs li {
	width: 33.33333333%;
	float: left;
	padding: 0 16px 35px 17px;
}

.inside-qa .qa-bottom .conTabs li .box .text {
	background: #f7f7f7;
	padding: 3.5rem 1.5rem;
	border-radius: 1rem;
}

.inside-qa .qa-bottom .conTabs li .box .title2:before {
	content: "A";
	width: 2.8rem;
	height: 2.8rem;
	text-align: center;
	line-height: 2.8rem;
	background: #fabd00;
	color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	font-size: 1.6rem
}

.inside-qa .qa-bottom .conTabs li .box .title2 {
	font-size: 1.8rem;
	color: #000000;
	font-family: 'Nippo-Bold';
	position: relative;
	padding-left: 4.5rem;
}

.inside-qa .qa-bottom .conTabs li .box .content {
	font-size: 1.6rem;
	color: #888888;
	font-family: 'Poppins-Regular';
	position: relative;
	padding-left: 4.5rem;
	margin-top: 3rem;
}

.inside-qa .qa-bottom .conTabs li .box .content:before {
	content: "Q";
	width: 2.8rem;
	height: 2.8rem;
	text-align: center;
	line-height: 2.8rem;
	background: #7e7e7e;
	color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	font-size: 1.6rem
}

.inside-qa .summary {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.inside-qa .summary p {
	color: #333333;
	font-size: 2rem;
	margin-bottom: 3rem;
	font-family: 'Poppins-Regular';
}

.inside-qa .summary .summary-t {
	color: #1a1a1a;
	font-size: 3.6rem;
	margin-bottom: 3rem;
	font-family: 'Nippo-Bold';
}

.inside-qa .more-list {
	background: #f7f7f7;
	padding: 7rem 0;
	overflow:hidden;
}

.inside-qa .more-list .more-list-title {
	color: #1a1a1a;
	font-size: 3.2rem;
	font-family: 'Nippo-Bold';
	margin-bottom: 5rem;
}

.inside-qa .more-list .classification {
	display: flex;
	justify-content: space-around;
	margin: 0 -2.2rem;
}

.inside-qa .more-list .classification li {
	width: 33.33%;
	margin: 0 2.2rem;
}

.inside-qa .more-list .pic:after {
	content: '';
	display: block;
	padding-bottom: 54%;
}

.inside-qa .more-list .classification li .lu {
	padding: 2.5rem;
	border: 1px solid #e9ebec;
}

.inside-qa .more-list .classification li:hover .lu {
	background: #fff;
	transition: 0.3s;
}

.inside-qa .more-list .classification li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.inside-qa .more-list .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.inside-qa .more-list .tit {
	color: #040300;
	font-size: 2.7rem;
	font-family: 'Nippo-Bold';
	margin-bottom: 2rem;
}

.inside-qa .more-list .content {
	color: #333333;
	font-family: 'Poppins-Regular';
	font-size: 1.8rem;
	margin-bottom: 2rem;
	min-height: 6rem;
}

.inside-qa .more-list .btn {
	color: #ffb400;
	color: #FFC72C;
	font-family: 'Poppins-Bold';
	font-size: 1.6rem;
}


.online-message {
	padding-top: 100px;
	clear: both;
	overflow: hidden;
	padding-bottom: 100px;
}

.online-message .title {
	font-size: 50px;
	color: #332c2b;
	font-weight: bold;
	font-family: Roboto;
	text-align: center;
	margin-bottom: 60px;
}

.online-message li {
	width: 33.33%;
	float: left;
	padding: 0 6px;
}

.online-message input {
	width: 100%;
	float: left;
	height: 60px;
}

.online-message input,
.online-message textarea {
	background: #fff;
	border: none;
	padding: 10px;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: #f2f3f5 solid 2px;
}

.online-message {
	background: url(../images/message-bk.jpg) no-repeat;
	background-size: cover;
}

.online-message textarea {
	width: 100%;
	padding-right: 90px;
	min-height: 100px;
}

.online-message .submit {
	width: 100%;
	max-width: 235px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border: none;
	outline: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	background-color: #003686;
	text-align: center;
	margin-top: 20px;
}

.online-message .message-tit {
	font-family: var(--font-family-P-R);
	font-size: 18px;
	color: #394e6a;
	margin-bottom: 15px;
}

.more-product {
	padding-top: 80px;
	padding-bottom: 80px;
}

.more-product .home-title {
	margin-bottom: 10px
}

.more-product .list li {
	width: 20%;
	float: left;
	padding: 0 20px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
}

.more-product .list .pic {
	overflow: hidden;
	position: relative;
}

.more-product .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 76.5%;
}

.more-product .list li .tit {
	text-align: center;
	color: #1f2226;
	font-size: 20px;
	font-family: Roboto;
	font-weight: bold;
}

.more-product .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.more-product .list li:hover .tit {
	color: #1355a0
}

.inside-menu {
	z-index: 10;
	margin-top: -13rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 26rem;
}

.inside-menu ul {
	display: flex;
	background: #00000060;
	justify-content: space-between;
	width: 81.5%;
	border-top-left-radius: 40px;
	overflow: hidden;
}

.inside-menu li {
	position: relative;
	font-size: 18px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	width: 20%;
	border-right: 1px solid #8d9698;
}

.inside-menu li a {
	color: #fff
}

.inside-menu li:hover {
	background: #336e2f;
}

.inside-menu li.cur {
	background: #336e2f;
}

.inside-menu-fixed {
	z-index: 10;
	margin-top: 90px;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 0rem;
}

.inside-menu-fixed .inside-current {
	color: #66666699 !important;
	height: 8rem;
	line-height: 8rem;
}

.inside-menu-fixed .inside-current a {
	color: #666666;
}



.video-list .video-content .picbox {
	position: relative;
}

.video-list .video-content .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 0.1rem;
	position: absolute;
	transition: all 0.3s linear;
	background: rgba(3, 47, 43, 0.2);
}

.video-list .video-content .vbtn {
	top: 50%;
	left: 50%;
	z-index: 3;
	position: absolute;
	transition: all 500ms ease;
	transform: translate(-50%, -50%);
}

.video-list .video-content {
	display: flex;
}

.video-list .video-top {
	margin-right: 20px;
}

.video-list .video-bottom .picbox {
	margin-bottom: 25px;
}

.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;
}

.inside-message .home-title-bottom {
	font-size: 4rem;
	color: #347030;
	text-transform: uppercase;
	font-family: var(--font-family-P-B);
	text-align: center;
}














@media(max-width:1366px) {
	.inside-qa .qa-bottom .listMenu li {
		display: flex;
		justify-content: left;
		align-items: center;
		margin-bottom: 3.2rem;
		position: relative;
		height: 6rem;
	}

	.history .container {
		padding: 0 3rem
	}

	.v-list .date {
		font-size: 1.7rem;
		color: #444440;
		background: url(../images/data.png) no-repeat left 40%;
		padding-left: 3rem;
		margin-bottom: 1rem;
	}

	.inside-message .container {
		max-width: 180rem !important;
	}

	.inside-manufacturing .manufacturing-top .pic {
		width: 40%;
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
	}

	.product-content .right-hezi .nr p {
		font-size: 15px;
		color: #2d3451;
		font-family: var(--font-family-P-R);
		margin-bottom: 5px;
	}

	.footer .socialMedia a {
		margin-left: 12px;
	}

	.footer .xian {
		background: #7d7d7e;
		height: 1px;
		width: 50%;
	}

	.footer .p-1 {
		font-family: Roboto;
		color: #666666;
		font-size: 16px;
	}

	.footer .right .phone {
		font-size: 30px;
	}
}


/*2025/9/5*/





.inside-team {
	padding: 10rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.inside-team .title {
	font-size: 5rem;
	line-height: 6rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
}


 


@media(max-width:768px) {
	.home-slogen {
		font-size: 23px;
		height: 75px;
		line-height: 77px;
		text-align: center;
		background: #FFC72C;
		font-style: italic;
	}

	.footer {
		display: none;
	}

	.inside-banner .info {
		width: 100%;
		font-size: 12px;
	}

	.inside-banner .text {
		top: 144px
	}

	.inside-banner .title {

		font-size: 25px;
	}

	.copyright .span-2 {
		display: none;
	}

	.inside-menu li {
		width: 50%;
		position: relative;
		font-size: 14px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	.inside-menu {
		z-index: 10;
		margin-top: -40px;
		position: relative;
	}

	.v-list li {
		width: 50%;
		float: left;
		padding: 0 5px;
	}

	.v-list .title {
		font-size: 16px;
		margin-bottom: 16PX;
	}

	.v-list .btnDiv {
		flex-direction: column-reverse;
	}

	.newsfloat {
		display: none;
	}

	.new-content {
		clear: both;
		overflow: hidden;
		padding-top: 72px;
		padding-left: 0;
		position: relative;
	}

	.new-content .new-content-title {
		font-size: 25px;
		color: #051121;
		font-family: Roboto;
		font-weight: bold;
		line-height: 30px;
		text-align: left;
		padding-top: 10px;
	}

	.news-h2 {
		margin-top: 20px;
	}

	.new-content .Introduction {
		padding: 10px;
		background: #f7f7f7;
		margin-top: 20px;
		padding-bottom: 15px;
	}

	.new-content .Introduction p {
		font-size: 16px;
		color: #333333;
		font-family: Roboto;
		line-height: 1.8;
		margin-bottom: 15px;
		text-align: left;
	}

	.new-content .details p {
		font-size: 16px;
		color: #333333;
		font-family: Roboto;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	.new-content .aboutus {
		padding: 10px;
		background: #f7f7f7;
		padding-top: 0;
	}

	.new-content .aboutus .about-tit {
		padding-top: 10px;
	}

	.new-content .aboutus .about-tit {
		font-size: 22px;
	}

	.new-content .aboutus div {
		font-size: 16px;
	}

	.new-content .label {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.new-content .pagenation_link {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 60px;
	}

	.new-content .page-news-1,
	.new-content .page-news-2 {
		display: flex;
	}

	.video-list .video-content {
		display: flex;
		flex-direction: column;
	}

	.video-list .video-top {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.video-list {
		margin-bottom: 5px;
	}

	.v-list .vbtn {
		top: 19%;
	}

	.video-s .video {
		width: 100%;
		height: 250px;
	}

	.product-news {
		margin-top: 10px;
	}

	.product-news .swiper-button-next {
		right: 35px !important;
		top: 14%;
	}

	.product-news .swiper-button-prev {
		right: 90px !important;
		left: auto !important;
		width: 42px;
		height: 38px;
		color: #ffffff;
		background: linear-gradient(45deg, transparent 10px, #1355a0 0);
		top: 14%;
	}

	.productlist .leftAsideMDiv {
		display: none;
	}

	.productlist {
		margin-top: 15px;
	}

	.productlist .rightCon .list li {
		width: 100%;
		float: left;
		padding: 0 5px;
		margin-bottom: 10px;
		position: relative;
		-webkit-transition: all 334ms ease;
		transition: all 334ms ease;
	}

	.product-content .left-hezi {
		width: 100%;
		float: left;
		margin-right: 0%;
	}

	.current-left {
		margin-top: 72px;
	}

	.product-content .right-hezi {
		width: 100%;
		float: left;
		padding-left: 0px;
	}

	.product-content .right-hezi .tit {
		color: #1f2226;
		font-size: 30px;
		font-weight: bold;
		font-family: Roboto;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.product-content .right-hezi .button {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.product-nei {
		background: #ffffff;
		padding-top: 10px;
	}

	.product-nei .rightbox {
		width: 100%;
	}

	.product-nei .rightbox .content {
		overflow: hidden;
		clear: both;
		padding-left: 0px;
		margin-bottom: 30px;
	}

	.product-nei .rightbox .content .content-content p {
		font-size: 16px;
	}

	.product-nei .rightbox .content .content-content {
		padding-left: 0px;
		padding-top: 15px;
	}

	.product-nei .rightbox .content .content-content .list .title {
		padding: 2px;
		font-size: 12px;
	}

	.product-nei .rightbox .content .content-content .list .shuju {
		width: 25%;
		padding-left: 0px;
	}

	.product-nei .rightbox .content .content-content .list div {
		font-size: 10px
	}

	.product-nei .rightbox .content .content-title {
		width: 100%;
		font-size: 26px;
		color: #332c2b;
		font-weight: bold;
		font-family: Roboto;
		border-bottom: 1px solid #dadbe0;
		padding-left: 20px;
		padding-bottom: 10px;
	}

	.online-message .title {
		font-size: 30px;
		color: #332c2b;
		font-weight: bold;
		font-family: Roboto;
		text-align: center;
		margin-bottom: 60px;
	}

	.online-message {
		padding-top: 30px;
	}

	.online-message li {
		width: 100%;
		float: left;
		padding: 0 6px;
	}

	.more-product .list li {
		width: 50%;
		float: left;
		padding: 0 20px;
		margin-bottom: 30px;
		position: relative;
		-webkit-transition: all 334ms ease;
		transition: all 334ms ease;
	}

	.more-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.new-product .nav-list ul {
		display: none;
	}

	.new-product .nav-list .title {
		margin-bottom: 30px;
	}
}

.verifyDiv {
	font-family: "Poppins-Regular";
	vertical-align: middle;
	position: relative;
}

.verify {
	height: 5.5rem;
	background-color: #e5e5e5;
	position: relative;
}

.verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 5.5rem;
	height: 5.5rem;
	border: 1px #e5e5e5 solid;
	background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 2rem 2rem;
	z-index: 2;
	cursor: move;
}

.verify .suc-drag-btn {
	background: #ffffff url(../images/drag-success.svg) no-repeat center center;
	background-size: 2rem 2rem;
}

.verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5.5rem;
	line-height: 5.3rem;
	background-color: #7ac23c;
	color: #fff;
	text-align: center;
}

.verify .fix-tips,
.verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #707173;
	z-index: 1;
	line-height: 5.5rem;
	padding-left: 5rem;
	text-align: center;
}

.verify .verify-msg {
	padding-left: 0;
	padding-right: 5rem;
}

.verify .verify-msg {
	background-color: #7ac23c;
	color: #fff;
	display: none;
}

@media (max-width: 1024px) {

	.verify .fix-tips,
	.verify .verify-msg {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.verify {
		height: 50px;
	}

	.verify .drag-progress {
		height: 50px;
		line-height: 48px;
	}

	.verify .drag-btn {
		width: 50px;
		height: 50px;
		background-size: 20px 20px;
	}

	.verify .fix-tips,
	.verify .verify-msg {
		line-height: 50px;
		padding-left: 50px;
	}

	.verifyDiv {
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 0;
	}

	.error {
		font-size: 12px;
		padding: 0 6px;
		border-bottom-left-radius: 6px;
	}

	.btn {
		text-align: left;
	}

	.btn .col-2 {
		width: 100%;
		padding: 0;
	}

	.submit {
		width: 100%;
		font-size: 14px;
		text-align: center;
		line-height: 50px;
		height: 50px;
		border-radius: 3px;
		max-width: 100%;
		padding: 0 10px;
		border: none;
		margin: 0;
	}

	.submit:hover {
		background: #eee;
	}
}

.Pro-Cate2 {
	display: none;
}

@media(max-width:768px) {
	.Pro-Cate {
		display: none;
	}

	.Pro-Cate2 {
		display: flex;
		position: unset;
		flex-wrap: wrap;
		background: #000;
		height: unset;
		padding: 10px;
	}

	.Pro-Cate2 .Pro-Cate-list img {
		margin-right: 10px;
	}

	.Pro-Cate2 .Pro-Cate-list {
		width: 100%;
		color: #000000;
		font-size: 20px;
		font-weight: bold;
		display: flex;
		justify-content: center;
	}

	.product-list .title {
		font-size: 27px;
	}

	.product-list .summary {
		font-size: 16px;
		margin-top: 3rem;
	}

	.productlist .rightCon {
		width: 100%;
	}

	.productlist .why li {
		width: 100%;
		padding: 10px;
		background: #fff;
		margin-bottom: 15px;
	}

	.productlist .tit {
		font-size: 20px;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		height: 30px;
	}

	.productlist .content .content-1 div:nth-child(1) {
		font-size: 15px;
	}

	.productlist .content .content-1 div:nth-child(2) {
		font-size: 15px;
	}

	.productlist .content .content-2 {
		font-size: 16px;
	}

	.productlist .content .content-3 {
		font-size: 16px;
	}

	.inside-page {
		font-size: 14px;
		text-align: center;
		padding-top: 30px;
	}

	.inside-page a {
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		margin: 0 1rem;
		color: #b2b2b2;
		display: inline-block;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		border: solid 1px #b2b2b2;
		font-size: 16px;
		font-family: 'Roboto-Regular';
	}

	.pro-info p {
		font-size: 16px;
		line-height: 30px;
	}

	.pro-info .title {
		font-size: 20px;
		line-height: 30px;
	}

	.product-show .product-show-left {
		width: 100%;
		float: left;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px;
	}
	.xz-content {
		width: 100%;
		float: left;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px;
	}
	.inside-current {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
		color: #dadada;
		font-family: 'Poppins-Regular';
		text-align: right;
		font-weight: bold;
		float: left;
	}

	.product-show .product-show-right {
		width: 100%;
	}

	.backto {
		width: 150px;
		height: 50px;
		font-size: 14px;
		color: #000000;
		line-height: 50px;
		padding-left: 40px;
		position: absolute;
		top: 30px;
		right: 10px;
		z-index: 100;
		transition: 0.3s;
	}

	.product-show .product-show-right {
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-show .pro-name {
		font-size: 27px;
	}

	.product-show .pro-summary p {
		font-size: 15px;
		margin-bottom: 6px
	}

	.product-show .product-show-right .contact {
		height: 40px;
		width: 150px;
		background-color: #FFC72C;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		font-family: 'Roboto-Bold';
		color: #ffffff;
		margin-top: 20px;
		z-index: 100;
		position: relative;
		transition: 0.3s;
	}

	.inside-faq .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.inside-faq .list_dt {
		height: 60px;
		line-height: 60px;
		transition: width 2s;
		color: #333333;
		cursor: pointer;
		position: relative;
		font-size: 16px;
		border-bottom: 1px solid #cfcfd4;
	}

	.inside-faq dl dt .jiantou {
		top: 22px;
	}


	.inside-faq .list_dt .name {
		padding-left: 14px;
	}

	.inside-faq .jobsub p {
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.inside-faq .jobsub tr td div:nth-child(1) {
		font-size: 14px;
	}

	.inside-faq .jobsub tr td div:nth-child(2) {
		font-size: 14px;
	}

	.con-highlight .common-title {
		font-size: 27px;
		margin-bottom: 0px;
	}

	.con-highlight .zhihui1,
	.con-highlight .zhihui2,
	.con-highlight .zhihui3,
	.con-highlight .zhihui4 {
		margin-top: 30px;
		top: auto !important;
		left: auto !important;
		width: 100%;
		height: 100%;
		z-index: 1;
		position: relative !important;
	}

	.con-highlight .zhanhuiitem .bt {
		font-size: 18px;
		line-height: 24px;
		height: auto;
		padding: 20px 30px;
	}

	.con-highlight .swiperzhanhui {
		height: auto;
		margin-top: 0;
	}

	.con-highlight .info-left {
		width: 100%;
	}

	.con-highlight .info-right {
		width: 100%;
		margin-left: 0rem;
	}

	.con-highlight .zhanhuiitem .info {
		flex-direction: column;
	}

	.con-highlight .info-right .info-right-title {
		font-size: 18px;
		margin-bottom: 10px;
	}


	.con-highlight .info-right .info-right-content {
		font-size: 16px;
	}

	.con-highlight {

		padding-bottom: 30px;
	}

	.con-highlight .label {
		display: none;
	}

	.info-right-pic .txt {
		font-size: 16px;
	}

	.info-right-pic .info-right-pic-l {
		width: 50%;
	}

	.info-right-pic .info-right-pic-r {
		width: 50%;
	}

	.product-message .home-title-bottom {
		font-size: 27px !important;
	}

	.more-product .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.more-product .container02 {
		width: 98%;
		max-width: 1640px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 10px;
	}

	.product-message .fromlist .verifyDiv {
		width: 100%;
		float: left;
	}

	.product-message .fromlist .submit-1 {
		float: left;
	}

	.product-message .fromlist .submit-0 a {
		width: 100px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.inside-message .container {
		max-width: 100% !important;
	}

	.more-product .classification .tit {
		font-size: 27px;
		margin-bottom: 15px;
	}

	.more-product .classification .content p:nth-child(1) {
		font-size: 16px;
		color: #0d0f12;
		margin-bottom: 15px;
	}

	.more-product .classification .content p:nth-child(2) {
		font-size: 16px;
	}

	.more-product .classification .ot-info {
		padding: 32rem 6rem;
	}

	.fall-news .title {
		font-size: 27px;
	}

	.fall-news .catalog li {
		border-left: solid 10px #fff;
		border-right: solid 10px #fff;
		text-align: center;
		font-size: 16px;
		line-height: 50px;
		width: 100%;
		position: relative;
		color: #000000;
		border: 1px solid #808080;
		margin: 0;
		font-family: 'Poppins-Bold';
		cursor: pointer;
		margin-bottom: 10px;
	}

	.fall-news .related-info-news .tit {
		font-family: 'Nippo-Bold';
		font-size: 16px !important;
	}

	.fall-news .related-info-news li {
		width: 100% !important;
		padding: 0 5px !important;
		margin-bottom: 10px !important;
	}

	.fall-news .news .list li {
		width: 50%;
		float: left;
		padding: 0 5px 5px 5px;
		margin-bottom: 10px;
	}

	.fall-news .related-info-news .tit {
		color: #000000;
		font-size: 22px!important;
		margin: 0rem 0 2.5rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		overflow: hidden;
		min-height: 22px;
	}

	.fall-news .related-info-news .info {
		color: #000000;
		font-size: 20px;
		font-family: 'Roboto-Regular';
		margin-bottom: 30px;
	}

	.fall-news .news .list .text {
		background: #fff;
		padding: 10px;
	}

	.fall-news .news .list .date {
		font-size: 17px;
		padding-left: 30px;
	}

	.fall-news .news .list .title2 {
		font-size: 18px;
		margin-top: 5px;
		line-height: 20px;
	}

	.fall-news .news .list .content {
		font-size: 17px;
		margin-top: 5px;
	}

	.fall-news .news .list .detailed {
		width: 100px;
		height: 40px;
		background: #fabd00;
		text-align: center;
		line-height: 40px;
		color: #ffffff;
		font-size: 14px;
		font-family: 'Roboto-Bold';
		margin-top: 5px;
	}

	.fall-news-show .content p {
		font-family: 'Poppins-regular';
		color: #22282d;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.fall-news-show .Label {
		font-size: 18px;
		margin-top: 15px;
	}

	.fall-news-show {
		background: #ffffff;
		padding-top: 96px;
	}

	.fall-news-show .title {
		font-size: 20px;
		color: #22282d;
		font-weight: bold;
		line-height: 30px;
	}

	.fall-news-show .share-info {
		display: none;
	}

	.fall-news-show .prev {
		height: 40px;
		width: 155px;
		color: #332c2b;
		font-size: 14px;
		font-family: 'Poppins-bold';
		text-align: center;
		line-height: 40px;
		transition: 0.5s;
	}

	.fall-news-show .newslist {
		height: 40px;
		width: 100px;
		color: #ffffff;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		padding-left: 30px;
		background: #fabd00 url(../images/list.png) no-repeat 3rem center;
		transition: 0.5s;
	}

	.fall-news-show .next {
		height: 40px;
		width: 155px;
		color: #332c2b;
		font-size: 14px;
		font-family: 'Poppins-bold';
		text-align: center;
		line-height: 40px;
		transition: 0.5s;
	}

	.related-info .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.related-info-news .navlist li {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.related-info-news .navlist {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		margin: 0;
	}



	.related-info-news .date {
		color: #000000;
		font-size: 22px;
		background: #f3c80c;
		width: fit-content;
		padding: 5px;
		position: absolute;
		bottom: 0px;
		left: 30px;
		z-index: 101;
	}

	.related-info-news .date .date-y {
		font-size: 28px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
	}

	.related-info-news .date .date-m {
		font-size: 22px;
		text-align: center;
		line-height: 22px;
	}

	.related-info-news .tit {
		color: #000000;
		font-size: 22px;
		margin: 0rem 0 2.5rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		overflow: hidden;
		min-height: 22px;
	}

	.related-info-news .info {
		color: #000000;
		font-size: 20px;
		font-family: 'Roboto-Regular';
		margin-bottom: 30px;
	}

	.product-show {
		padding-top: 70px;
	}

	.ppp-header {
		display: block !important
	}

	.inside-support .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.inside-support .qa {
		font-size: 20px;
	}

	.inside-support .qa-content {
		font-size: 18px;
	}

	.tools .title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.tools .classification {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		margin: 0;
	}

	.tools .classification li {
		width: 100%;
		margin: 0;
		background: #ffffff;
		padding: 20px 10px;
		margin-bottom: 15px;
	}

	.tools .classification .ot-info {
		text-align: center;
	}

	.tools .classification li .tit {
		font-size: 20px;
	}

	.tools .classification li .content {
		font-size: 18px;
	}

	.tools .classification li .btn {
		font-size: 16px;
		width: 200px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
	}

	.pre-sales .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.pre-sales .content-1 {
		font-size: 16px;
	}

	.pre-sales .big {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.pre-sales .classification {
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.pre-sales .classification li {
		width: 100%;
		margin: 0;
		padding: 25px 0;
		margin-bottom: 15px;
	}

	.pre-sales .tit {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}

	.pre-sales .content {
		font-size: 16px;
		text-align: center;
	}

	.pre-sales .ot-info {
		display: flex;
		flex-direction: column;
	}

	.data .classification {
		display: flex;
		flex-direction: column;
		padding-top: 13rem;
	}

	.data .classification li {
		width: 100%;
		border-right: none;
		padding: 0 7rem;
		margin-top: 30px;
	}

	.data .classification li .content {
		color: #ffffff;
		font-size: 20px;
		text-align: center;
	}

	.data .classification li .tit {
		color: #ffffff;
		font-size: 24px;
		text-align: center;
		line-height: 24px;
	}

	.data .tips {
		color: #ffffff;
		font-size: 16px;
		background: url(../images/tips.png) no-repeat;
		background-size: cover;
		width: 70px;
		height: 37px;
		text-align: center;
		line-height: 37px;
		position: absolute;
		top: -22px;
		right: 82px;
	}

	.data .tel-phone {
		margin-top: 20px;
	}

	.data .tel-phone-left {
		color: #ffffff;
		font-size: 15px;
		margin-right: 20px;
		background: url(../images/tel.png) no-repeat left center;
		padding-left: 50px;
		border-right: 1px solid #5f6060;
		padding-right: 10px;
	}

	.data .tel-phone-right a {
		color: #ffb400;
		color: #FFC72C;
		font-size: 25px;
	}

	.inside-support .support-list-right .small-t {
		font-size: 20px;
	}

	.support-list-right .content {
		display: none;
	}

	.support-list-right .btn {
		display: none;
	}

	.inside-base .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.inside-base .content {
		font-size: 20px;
	}

	.inside-base .listMenu a {
		font-size: 16px;
		line-height: 26px;
	}

	.inside-base .menu {
		display: flex;
		flex-direction: column;
	}

	.inside-base .xie {
		display: none;
	}

	.inside-base .searchDiv {
		display: none;
	}

	.inside-base .listMenu li {
		margin: 10px;
	}

	.inside-base .download p {
		font-size: 20px;
		margin-top: 15px;
	}

	.inside-base .classification li {
		flex: 0 0 100%;
		background: #ffffff;
		padding: 4rem 2.5rem;
		padding-bottom: 1rem;
		margin: 0;
		box-sizing: border-box;
		margin-bottom: 10px;
		cursor: pointer;
		border-bottom: 4px solid #ffffff;
	}

	.inside-base .download .classification {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	.inside-base .classification .ot-info .content {
		margin-top: 30px;
	}

	.inside-base .classification .ot-info .content .tit {
		font-size: 20px;
	}

	.inside-base .classification .ot-info .content .btn {
		color: #1a1a1a;
		font-size: 16px;
		font-family: 'Roboto-Bold';
		width: 120px;
		height: 40px;
		text-align: center;
		border: 1px solid #1a1a1a;
		line-height: 40px;
		transition: 0.3s;
	}

	.inside-banner .title2 {
		font-size: 18px;
		color: #ffffff;
	}

	.inside-qa .title {
		font-size: 27px;
		margin-bottom: 10px;
	}

	.inside-qa .small-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.inside-qa .searchDiv {
		display: none;
	}

	.inside-qa .qa-top p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.inside-qa .qa-bottom .menu {
		min-width: 26rem;
		width: 100%;
		float: left;
	}

	.inside-qa .qa-bottom .conTabs {
		width: 100%;
		float: right;
	}

	.inside-qa .qa-bottom .listMenu .box {
		font-size: 18px;
		color: #000000;
		font-family: 'Nippo-Bold';
		margin-left: 10px;
		line-height: 20px;
	}

	.inside-qa .qa-bottom .listMenu li {
		display: flex;
		justify-content: left;
		align-items: center;
		margin-bottom: 10px;
		position: relative;
		height: 60px;
		padding-left: 40px;
	}

	.inside-qa .qa-bottom .listMenu {
		background: none;
	}

	.inside-qa .qa-bottom .listMenu li:before {
		content: "";
		width: 0rem;
		height: 0.2rem;
		background: #fabd00;
		position: absolute;
		left: -6rem;
	}

	.inside-qa .qa-bottom .listMenu li.active:before {
		width: 30px;
		transition: 0.3s;
	}

	.inside-qa .qa-bottom .conTabs li {
		width: 100%;
		float: left;
		padding: 10px;
	}

	.inside-qa .qa-bottom .conTabs li .box .title2 {
		font-size: 16px;
		color: #000000;
		font-family: 'Nippo-Bold';
		position: relative;

	}

	.inside-qa .qa-bottom .conTabs li .box .content {
		font-size: 14px;
		color: #888888;

		margin-top: 6px;
	}

	.inside-qa .qa-bottom .conTabs li .box .title2:before {
		display: none;
	}

	.inside-qa .qa-bottom .conTabs li .box .content:before {
		display: none;
	}

	.inside-qa .summary .summary-t {
		font-size: 16px;
		margin-bottom: 10px
	}

	.inside-qa .summary p {
		font-size: 16px;
		margin-bottom: 10px
	}

	.inside-qa .more-list .more-list-title {
		font-size: 23px;
		margin-bottom: 15px;
	}

	.inside-qa .more-list .classification {
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.inside-qa .more-list .classification li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.inside-qa .more-list .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.inside-qa .more-list .content {
		color: #333333;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.inside-qa .more-list .btn {
		font-size: 16px;
	}

	.inside-video .title {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.inside-video .qa {
		font-size: 20px;
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.inside-video .qa-content {
		font-size: 18px;
		width: 100%;
		float: right;
	}

	.inside-video .content {
		font-size: 18px;
	}

	.v-list {
		margin: 0;
		margin-top: 5rem;
	}

	.v-list li {
		width: 100%;
		float: left;
		padding: 0 5px;
	}

	.v-list .vbtn .title1 {
		font-size: 14px;
	}

	.v-list .vbtn {
		height: 50px;
	}

	.v-list .vbtn {
		top: unset !important;
		bottom: 0;
	}

	.inside-banner .phone {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.inside-banner .email {
		font-size: 20px;
	}

	.contact-message .message-title .math {
		width: 25px;
		height: 25px;
		line-height: 25px;
		border: 2px solid #ff8700;
		text-align: center;
		font-size: 14px;
		color: #ff8700;
		font-family: 'Poppins-Regular';
		border-radius: 50%;
		float: left;
		margin-right: 10px;
	}

	.contact-message .message-title .tit {
		font-size: 20px;
		line-height: 25px;
	}

	.contact-message .fromlist2 li {
		width: 100% !important;
	}

	.contact-message .fromlist3 li {
		width: 100% !important;
	}

	.contact-message .reset {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-right: 10px;
	}

	.contact-message .submit {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.contact-message .wechat {
		flex-direction: column;
	}

	.contact-message .wechat div:nth-child(1) {
		width: 100%;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contact-message .wechat div:nth-child(2) img {
		margin-right: 10px;
	}








	.inside-menu {
		display: none !important;
	}

	.inside-about .title {
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.inside-about .text-tit {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.inside-about .numlist ul li .counter {
		color: #f7a903;
		color: #FFC72C;
		font-size: 40px;
		font-family: 'Nippo-Medium';
	}

	.inside-about .numlist ul li P sup {
		font-size: 25px;
		color: #f7a903;
		color: #FFC72C;
	}

	.inside-about .text p {
		color: #22212f;
		font-size: 18px;
		line-height: 30px;
	}

	.inside-about .numlist ul li {
		margin-bottom: 20px;
	}

	.inside-about .contact-content {
		display: unset;
	}

	.inside-about .contact-title {
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
	}

	.inside-about .contact-content div {
		display: flex;
		justify-content: center;
		width: 100%;
		background: #ffffff;
		align-items: center;
		height: 80px;
		margin-bottom: 15px;
	}

	.inside-about .contact-content div:nth-child(2) {
		margin: 0;
		margin-bottom: 15px;
	}

	.inside-about .contact-content img {
		height: 40px;
		vertical-align: middle;
		margin-right: 15px;
	}

	.inside-about .text-bottom-left {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.honor-info {
		width: 100%;
		float: right;
	}

	.inside-about .numlist ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
	}

	.numlist li .icon {
		display: inline-block;
		width: 40px;
	}

	.inside-about .numlist .tit {
		color: #22212f;
		font-size: 18px;
		line-height: 27px;
	}

	.inside-about .list li {
		float: left;
		width: 100%;
		transition: 0.5s;
		margin: 0 0.5%;
	}

	.inside-about .list .active {
		width: 100%;
	}

	.inside-about .list li .box .bt {
		font-size: 32px;
		font-family: var(--font-family-P-R);
		color: #ffffff;
		margin-bottom: 15px;
	}

	.inside-about .list li .box .text p {
		font-size: 18px;
		font-family: var(--font-family-P-R);
		color: #ffffff;
		display: block;
	}

	.inside-about .list li .box .text {
		position: absolute;
		bottom: 60px;
		left: 0;
		padding-left: 10px;
	}

	.inside-about-team .title {
		color: #347030;
		font-size: 28px;
		margin-bottom: 25px;
	}

	.inside-about-team .t-1 {
		color: #22212f;
		font-size: 20px;
	}

	.inside-about-team .text {
		background: #ffffff;
		height: 60px;
		line-height: 60px;
		text-align: center;
		border-bottom: 2px #427a3e solid;
	}

	.inside-factory .title {
		font-size: 27px;
		margin-bottom: 25px;
	}

	.history .title {
		font-size: 27px;
	}

	.about05 .mySwiper2 .swiper-slide .box {
		width: 98%
	}

	.about05 .mySwiper2 .swiper-slide .box .nr .p {
		font-size: 20px;
		line-height: 30px;

	}

	.about05 .mySwiper2 .swiper-slide .box .nr .bt {

		font-size: 30px;
		line-height: 30px;

	}

	.plan .title {
		font-size: 27px;
		color: #000000;
		margin-bottom: 10px;
	}

	.plan .fsbanner .big-title {
		font-size: 30px;
		width: 100%;
		line-height: 39px;
	}

	.plan .fsbanner .list .bt {
		font-size: 19px;
	}

	.plan .fsbanner .list .jsh {
		font-size: 18px;
		color: #ffffff;
		font-family: 'Poppins-Regular';
		margin-top: 1rem;
		opacity: 1;
	}

	.inside-certificate .title {
		font-size: 28px;
		color: #347030;
		text-transform: uppercase;
		font-family: var(--font-family-P-B);
		text-align: center;
		margin-bottom: 25px;
	}

	.inside-certificate .text p {
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.inside-certificate .honor-list-title {
		font-size: 16px;
		color: #333333;
		font-family: var(--font-family-P-B);
		text-align: center;
	}

	.inside-certificate .honor-tu .honor-list {
		width: 50%;
		float: left;
		background: url(../images/li-bk.png) no-repeat top center;
		padding: 0px;
		margin-top: 40px;
	}

	.inside-certificate .honor-list-content {
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		height: 85px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
	}

	.certificate-list .certificate-title {
		text-align: center;
		font-size: 18px;
		color: #333333;
		margin-bottom: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.inside-manufacturing .manufacturing-top .pic {
		width: 100%
	}

	.inside-manufacturing .manufacturing-top .text {
		width: 100%;
		float: right;
		padding-left: 0rem;
	}

	.inside-manufacturing .manufacturing-top .text .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.inside-manufacturing .manufacturing-top .text .jsh p {
		color: #333333;
		font-size: 18px;
		background: url(../images/gou.png) no-repeat left center;
		padding-left: 35px;
		margin-bottom: 20px;
	}

	.pcb-manufacturing .item {
		width: 100%;
		float: left;
		padding: 0 11px;
		margin-top: 75px;
	}

	.product-display .tit {
		color: #347030;
		font-size: 40px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		text-align: center;
	}

	.pcb-manufacturing .item .bt {
		color: #333333;
		font-size: 24px;
		text-align: center;
	}

	.pcb-manufacturing .item .jsh {
		color: #347030;
		font-size: 16px;
		text-align: center;
		background: #e2eae1;
		padding: 20px;
		margin-top: 20px;
	}

	.pcb-manufacturing .item .content {
		color: #888888;
		font-size: 16px;
		padding: 20px;
	}

	.pcb-manufacturing .item .content p {
		background: url(../images/lvjiao.png) no-repeat left center;
		padding-left: 20px;
		margin-bottom: 10px;
		transition: 0.5s;
	}

	.pcb-manufacturing .item .more {
		color: #3c393a;
		font-size: 14px;
		font-family: var(--font-family-P-B);
		padding-left: 30px;
	}

	.product-adv .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 0px;
		text-align: center;
	}

	.product-adv .advantage .item {
		width: 100%;
		float: left;
		padding: 0 11px;
		margin-top: 35px;
	}

	.product-adv .advantage .text .bt {
		color: #333333;
		font-size: 20px;
		margin: 15px 0;
	}

	.product-adv .advantage .text .jsh {
		color: #666666;
		font-size: 16px;
	}

	.inside-factory .tt {
		font-size: 20px;
		color: #333333;
		line-height: 60px;
		text-align: center;
	}

	.product-case .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		text-align: center;
	}

	.product-content {
		padding-bottom: 50px;
		padding-top: 100px;
	}

	.product-content .right-hezi .nr {
		font-size: 26px;
		color: #333333;
		margin-bottom: 15px;
	}

	.product-content .right-hezi .br {
		font-size: 18px;
		color: #333333;
		line-height: 2;
	}

	.product-content .right-hezi .button {
		width: 215px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background: #347030;
		font-size: 16px;
		margin-top: 30px;
		transition: 0.5;
		border-radius: 25px;
	}

	.product-nav1 {
		display: none;
	}

	.custom .title {
		color: #332c2b;
		font-size: 26px;
		font-family: Roboto;
		font-weight: bold;
		border-bottom: 1px solid #347030;
		padding-bottom: 20px;
	}

	.custom .data-list div {
		color: #333333;
		font-size: 18px;
		line-height: 36px;
	}

	.custom .data-list .data-list-l {
		width: 100%;
		float: left;
	}

	.custom .data-list .data-list-r {
		width: 100%;
		float: right;
	}

	.adv .title {
		color: #ffffff;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.adv .border {
		clear: both;
		overflow: hidden;
		border-radius: 10px;
		margin: 0;
		margin-top: 10px;
		width: 100%;
		border-radius: 10px;
	}

	.adv .list_dt .name {
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 66px;
		display: block;
		float: left;
		text-align: left;
		font-weight: normal;
		font-size: 15px;
		color: #333;
		padding-right: 35px;
		padding-left: 62px;
	}

	.table .title {
		color: #332c2b;
		font-size: 26px;
		font-family: Roboto;
		font-weight: bold;
		padding-bottom: 30px;
	}

	.table th {
		line-height: 60px;
		text-align: left;
		font-size: 18px;
		color: #333333;
		font-weight: bold;
	}

	.table tr {
		line-height: 60px;
		font-size: 16px;
		color: #333333;
	}

	.related-pro .swiper-button-next {
		display: none;
	}

	.related-pro .swiper-button-prev {
		display: none;
	}

	.related-pro .container02 {
		padding: 0 10px;
	}

	.product-euq-left {
		width: 100%;
		float: left;
	}

	.product-euq-right {
		margin-top: 50px;
		width: 100%;
		float: right;
	}

	.product-euq .title {
		color: #332c2b;
		font-size: 26px;
		font-family: var(--font-family-P-B);
		margin-bottom: 30px;
	}

	.product-euq .content {
		color: #333333;
		font-size: 19px;
		line-height: 2;
	}

	.product-euq .button {
		height: 45px;
		width: 200px;
		text-align: center;
		line-height: 45px;
		font-size: 16px;
		background: #347030;
		border-radius: 24px;
		transition: 0.5s;
		color: #ffffff;
		margin-top: 35px;
		transition: 0.2s;
	}

	.inside-message .home-title-bottom {
		font-size: 30px;
	}

	.inside-assembly .tit {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.inside-assembly .advantage .box {
		padding: 0px;
		width: 100%;
	}

	.inside-assembly .advantage {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.inside-assembly .advantage .bt {
		color: #333333;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.inside-assembly .advantage .jsh {
		color: #666666;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.more-products {
		color: #3c393a;
		font-size: 18px;
		font-family: var(--font-family-P-B);
		text-align: center;
		padding: 20px;
	}

	.ass-service .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		text-align: center;
	}

	.ass-service .content {
		color: #333333;
		font-size: 16px;
		line-height: 2;
	}

	.ass-service .service-bottom {
		display: flex;
		margin-top: 3rem;
		flex-direction: column;
	}

	.ass-service .info {
		width: 100%;
		margin-right: 0rem;
	}

	.ass-service .name {
		color: #373636;
		font-size: 16px;
		font-family: var(--font-family-P-B);
	}

	.ass-service .jobsub p {
		color: #555555;
		font-size: 18px;
		margin-bottom: 8px;
	}

	.ass-way .title {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 30px;
		text-align: center;
		padding-top: 25px;
	}

	.ass-way .service-classify-list .box .pic {
		width: 100%;
	}

	.ass-way .service-classify-list .box .text {
		width: 100%;
	}

	.ass-way .num {
		color: #373636;
		font-size: 24px;
	}

	.ass-way .tit {
		color: #373636;
		font-size: 24px;
		font-family: var(--font-family-P-B);
	}

	.service-classify-list .jsh {
		color: #555555;
		font-size: 18px;
		line-height: 30px;
	}

	.inside-smt .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		padding-top: 6.5rem;
	}

	.inside-smt .content-left {
		width: 100%;
		margin-right: 0%;
	}

	.inside-smt .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.inside-smt .content {
		color: #666666;
		font-size: 18px;
		line-height: 30px;
	}

	.inside-smt .content-right {
		width: 100%;
	}

	.inside-smt .six-adv div {
		color: #333333;
		font-size: 16px;
		width: 100%;
		margin-bottom: 20px;
		padding: 30px;
		background: #f3f5f3 url(../images/gou.png) no-repeat 2rem center;
	}

	.inside-smt .smt-adv .tit {
		color: #ffffff;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		padding-top: 6.5rem;
		text-align: center;
		margin-bottom: 120px;
	}

	.inside-smt .advantage {
		flex-direction: column;
	}

	.inside-smt .smt-adv .item {
		width: 100%;
		margin: 0;
		margin-bottom: 100px;
	}

	.inside-smt .smt-adv .item .bt {
		color: #333333;
		font-size: 22px;
		margin-bottom: 30px;
	}

	.inside-smt .smt-adv .item .jsh {
		color: #333333;
		font-size: 16px;
	}

	.inside-smt .smt-adv {
		background-size: cover !important;
	}

	.smt-step .tit {
		color: #347030;
		font-size: 30px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		padding-top: 6.5rem;
		text-align: center;
	}

	.adv-shu {
		margin: 0%;
		width: 100%;
	}

	.smt-step .advantage {
		flex-direction: column;
	}

	.smt-step .item .bt {
		color: #383838;
		font-size: 28px;
		margin-bottom: 20px;
	}

	.smt-step .item .jsh {
		color: #666666;
		font-size: 18px;
	}

	.smt-step .item {
		min-height: 164px;
	}

	.inside-development .title {
		font-size: 30px;
		color: #347030;
		text-transform: uppercase;
		font-family: var(--font-family-P-B);
		text-align: center;
		margin-bottom: 20px;
	}

	.inside-development .content {
		color: #333333;
		font-size: 16px;
	}

	.inside-development .service-title {
		color: #347030;
		font-size: 24px;
		font-family: var(--font-family-P-B);
		margin-bottom: 30px;
	}

	.inside-development .service-left {
		width: 100%;
		float: left;
		padding: 30px 0;
	}

	.inside-development .service-left p {
		font-size: 22px;
		color: #333333;
		background: url(../images/lvjiao.png) no-repeat left center;
		padding-left: 35px;
		margin-bottom: 15px;
	}

	.inside-development .service-right {
		padding: 4rem;
		background: #ffffff;
		width: 100%;
		float: right;
		box-shadow: 0px 0px 10px #00000030;
		border-radius: 10px;
	}

	.inside-development .service-right-title {
		color: #383838;
		font-size: 28px;
		margin-bottom: 30px;
	}

	.inside-development .service-right-content p {
		color: #888888;
		font-size: 18px;
		margin-bottom: 14px;
	}

	.inside-development .service-classify-title {
		color: #555555;
		font-size: 24px;
		text-align: center;
		margin-bottom: 30px;
	}

	.service-classify-list .box .pic {
		width: 100%;
	}

	.service-classify-list li:nth-child(odd) .text {
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.service-classify-list li .text {
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.service-classify-list .tit {
		color: #373636;
		font-size: 24px;
		font-family: var(--font-family-P-B);
		margin-bottom: 20px;
		margin-top: 20px
	}

	.service-classify-list .box .text {
		width: 100%;
		float: right;
		padding-left: 0rem;
		padding-top: 0rem;
	}

	.inside-blog h2 {
		font-size: 30px;
		color: #347030;
		text-transform: uppercase;
		font-family: var(--font-family-P-B);
		text-align: center;
		margin-bottom: 30px;
	}

	.big-news dt {
		width: 100%;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.big-news dd {
		width: 100%;
		float: left;
		padding-top: 5rem;
		padding-left: 5rem;
		padding-right: 3rem;
	}

	.big-news dd h3 a {
		display: block;
		color: #383838;
		font-size: 20px;
		margin-bottom: 20px;
		transition: 0.5s;
	}

	.big-news dd .txt {
		color: #666666;
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 30px;
		transition: 0.5s;
	}

	.big-news dd time {
		color: #040300;
		font-size: 18px;
		transition: 0.5s;
	}

	.big-news dd .more {
		display: inline-block;
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #347030;
		color: #ffffff;
		border-radius: 25px;
		transition: 0.5s;
	}

	.v-list .text {
		padding: 10px;
	}

	.v-list .date {
		font-size: 14px;
		color: #444440;
		background: url(../images/data.png) no-repeat left 40%;
		padding-left: 24px;
		margin-bottom: 10px;
	}

	.v-list .title {
		height: 60px;
	}

	.new-content .details p.fenlei-title {
		font-size: 24px;
		color: #333333;
		line-height: 1.8;
		margin-bottom: 15px;
		text-align: left;
		font-family: var(--font-family-P-B);
	}

	.new-content .label {
		font-size: 24px;
		color: #333333;
		margin-top: 80px;
		margin-bottom: 50px;
	}

	.new-content .pagenation_title {
		font-size: 16px;
		color: #222222;
		display: inline-block;
		width: 165px;
		position: relative;
	}

}

.inside-video .video-search{
	position: relative;
	margin-top: 5rem;
	width: 50%;
}
.inside-video .video-search input {
    border-radius: 5px;
    background: #fff;
    color: #333;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 60px;
    line-height: 58px;
    transition: .5s;
}
.inside-video .video-search .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 60px;
    width: 60px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-message .fromlist li .iinput, .inside-message .fromlist li .itextarea{
	height: 3.6rem;
    line-height: 3.6rem;
}

.contact-message .fromlist li label{
	position: absolute;
}
.contact-message select{
	padding-left: 100px;
}
.contact-message .fromlist li .itextarea{
	padding-left: 100px;
	height: 9.5rem !important;
	line-height: 2.6rem;
}
.contact-message .fromlist li .iinput{
	padding-left: 200px;
	height: 3.6rem;
    line-height: 3.6rem;
}

.footer .menu>.list>li{
	margin-bottom: 3rem;
}
.footer .menu>.list>li>a, .footer .menu>.list>li>span{
	padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.footer .right-title{
	margin-bottom: 0.5rem;
}
.footer .right-Media{
	margin-top: 1rem;
}
.maodian{
	position: absolute;
    top: -93px;
}
.floatRight .list li{
	transition: all 500ms ease;
}
.floatRight .list .icon2{
	display:none;
}
.floatRight.active .list li{
	display:none;
}
.floatRight.active .list li:nth-child(1){
	display:block;
}
.floatRight.active .list .icon{
	display:none;
}
.floatRight.active .list .icon2{
	display:inline-flex;
}

.download-list {
	padding-top: 40px;
	overflow: hidden
}

.download-list ul {
	margin: 0 -12px 20px -12px
}

.download-list ul li {
	width: 33.3333333%;
	padding: 0 12px 36px 12px;
	float: left
}

.download-list ul li .pic {
	width: 77px;
	height: 77px;
	margin: 0 auto;
	overflow: hidden
}

.download-list ul li .pic .dh {
	bottom: -200px;
	transition: .5s
}

.download-list ul li .pic .d {
	bottom: 0;
	transition: .5s
}

.download-list ul li .down-info {
	border: 1px solid #d1d1d1;
	margin-top: -38px;
	overflow: hidden;
	padding: 63px 36px 32px 36px;
	transition: .5s
}

.download-list ul li .down-info h3 {
	font-size: 15px;
	color: #555;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	text-align: center;
	margin-bottom: 11px;
	overflow: hidden
}

.download-list ul li .down-info .line {
	width: 2px;
	height: 24px;
	background: #ceb46c;
	margin: 0 auto 13px auto
}

.download-list ul li .down-info span {
	width: 136px;
	height: 43px;
	line-height: 41px;
	border: 1px solid #ceb46c;
	font-size: 15px;
	font-family: arial;
	display: block;
	text-align: center;
	color: #ceb46c;
	text-transform: uppercase;
	margin: 0 auto;
	transition: .5s
}

.download-list ul li:hover .pic .d {
	bottom: 200px
}

.download-list ul li:hover .pic .dh {
	bottom: 0
}

.download-list ul li:hover .down-info {
	border: 1px solid #ceb46c;
	background: #ceb46c;
	box-shadow: 0 0 10px #ceb46c
}

.download-list ul li:hover .down-info h3 {
	color: #fff
}

.download-list ul li:hover .down-info .line {
	background: #fff
}

.download-list ul li:hover .down-info span {
	border: 1px solid #fff;
	background: #fff
}

@media(max-width:768px) {
	.download-list ul li {
		width: 50%;
		padding-bottom: 10px
	}

	.download-list ul li .down-info {
		padding: 45px 15px 15px 15px
	}

	.download-list ul li .down-info span {
		width: 120px;
		height: 35px;
		line-height: 33px;
		font-size: 12px
	}
}

@media(max-width:520px) {
	.download-list ul li {
		width: 100%
	}
}