.section-banner {
	width: 100%;
	height: 35.41666vw;
	overflow: hidden;
}

.section-banner .swiperIndex {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiperIndex .swiper-pagination {
	text-align: left;
	bottom: 5.72916vw;
	padding-left: 11.45833vw;
	box-sizing: border-box;
}

.swiperIndex .swiper-pagination .swiper-pagination-bullet {
	width: 1.5625vw;
	height: 0.20833vw;
	margin-right: 0.52083vw;
	background-color: #fff;
	opacity: .4;
	border-radius: 0.10416vw;
}

.swiperIndex .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.section-banner .swiperIndex .swiper-slide .banner {}


/* .section-intro{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: url(../img/companyIntroBg-index-pc.png) no-repeat;
	background-size: 100% 100%;
}

.section-intro .companyImg{
	width: 50vw;
	height: 43.75vw;
}

.rightIntroSection{
	display: flex;
	flex-direction: column;
	width: 34.6875vw;
	margin-left: 4.16666vw;
}

.rightIntroSection .title{
	font-size: 1.66666vw;
	color: #0A50B4;
	margin-bottom: 2.34375vw;
	
}

.rightIntroSection .keynote{
	font-size: 1.04166vw;
	color: #262728;
	margin-bottom: 1.19791vw;
}

.rightIntroSection p{
	font-size: 0.83333vw;
	color: #848585;
	margin-bottom: 2.5vw;
}

.rightIntroSection .more{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 9.375vw;
	height: 3.125vw;
	padding: 0 1.5625vw;
	justify-content: space-between;
	font-size: 0.83333vw;
	color: #f4f4f4;
	border-radius: 1.5625vw;
	background-color: #0A50B4;
	box-sizing: border-box;
}

.rightIntroSection .more .rightArr{
	width: 1.14583vw;
}

.companyDataSection{
	width: 77.08333vw;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2.23958vw 4.42708vw;
	border-radius: 1.04166vw;
	color: #fff;
	background-color: #0A50B4;
	position: relative;
	top: -4.47916vw;
	box-sizing: border-box;
	justify-content: space-between;
}

.companyDataSection .companyDataPart{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.companyDataSection .companyDataPart .topNum{
	font-size: 0.83333vw;
	margin-bottom: 1.04166vw;
}

.companyDataSection .companyDataPart .topNum .num{
	font-size: 2.08333vw;
}

.companyDataSection .companyDataPart .topNum .num{
	font-size: 2.08333vw;
}

.companyDataSection .companyDataPart .bottomTxt{
	font-size: 1.04166vw;
}

.companyKeySection {
	
} */

.section-product {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 4.01041vw;
	padding-bottom: 4.16666vw;
}

.section-product .h3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.35416vw;
}

.section-product .h3 span {
	font-size: 2.08333vw;
	color: #282828;
}

.section-product .h3 a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.section-product .h3 a span {
	font-size: 0.83333vw;
	color: #848585;
}

.section-product .h3 a .arr {
	width: 0.41666vw;
	display: block;
	margin-left: 0.625vw;
}

.section-product .tagRow {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.61458vw;
}

.section-product .tagRow::-webkit-scrollbar {
	display: none;
}

.section-product .tagRow .tag {
	display: block;
	background-color: #F3F5FA;
	font-size: 0.83333vw;
	color: #262728;
	padding: 0.83333vw;
	border-radius: 1.25vw;
	margin-right: 1.04166vw;
	transition: all 0.2s linear;
}

.section-product .tagRow .tag:hover {
	background-color: #0A50B4;
	color: #fff;
}

.section-product .tagRow .active {
	background-color: #0A50B4 !important;
	color: #fff !important;
}

.section-product .productListBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-product .productListBox .listPart {
	width: 17.86458vw;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.97916vw;
	background-color: #F3F5FA;
	cursor: pointer;
}

.section-product .productListBox .listPart .productImgBox {
	width: 100%;
	height: 17.86458vw;
	overflow: hidden;
	background-color: #F3F5FA;
	padding: 1vw;
	box-sizing: border-box;
}

.section-product .productListBox .listPart .productImgBox img {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0.88541vw;
	transition: all 0.3s linear;
	transform: scale(1, 1);
	object-fit: contain;
}

.section-product .productListBox .listPart:hover .productImgBox img {
	transform: scale(1.04, 1.04);
}

.section-product .productListBox .listPart .productIntro {
	width: 100%;
	padding: 0 1.04166vw;
	box-sizing: border-box;
}

.section-product .productListBox .listPart .productIntro h3 {
	font-size: 1.04166vw;
	font-weight: bold;
	text-align: center;
	color: #262728;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.52083vw;
}

.section-product .productListBox .listPart .productIntro .p {
	font-size: 0.83333vw;
	color: #262728;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.section-product .productListBox .listPart .productIntro .p .moreArr {
	width: 3.125vw;
	height: 3.125vw;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1.5625vw;
	top: 0.3125vw;
	opacity: 0;
	transition: all .2s linear;
}

.section-product .productListBox .listPart .productIntro .p span {
	display: block;
	height: calc(0.83333vw * 1.5 * 2);
	opacity: 1;
	transition: all .2s linear;
}

.section-product .productListBox .listPart:hover .productIntro .p span {
	opacity: 0;
}

.section-product .productListBox .listPart:hover .productIntro .p .moreArr {
	opacity: 1;
}

.newsSection {
	width: 100%;
	height: auto;
	padding: 4.16666vw;
	background-color: #0A50B4;
	box-sizing: border-box;
}

.newsSection .inside {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.newsSection .h3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.97916vw;
}

.newsSection .h3 span {
	font-size: 2.08333vw;
	color: #fff;
}

.newsSection .h3 a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.newsSection .h3 a span {
	font-size: 0.83333vw;
	color: #fff;
}

.newsSection .h3 a .arr {
	width: 0.41666vw;
	display: block;
	margin-left: 0.625vw;
}

.newsSection .inside .newsContent {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.newsBannerBox {
	width: 37.5vw;
	height: 22.5vw;
	overflow: hidden;
	border-radius: 0.52083vw;
}

.newsBannerBox .newsSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.newsBannerBox .newsSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.newsBannerBox .newsSwiper .swiper-slide .newsBanner {
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
	transform: scale(1, 1);
}

.newsBannerBox .newsSwiper .swiper-slide:hover .newsBanner {
	transform: scale(1.04, 1.04);
}

.newsBannerBox .newsSwiper .swiper-slide .newsTitle {
	width: 100%;
	height: 4.01041vw;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 1.5625vw;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;

}

.newsBannerBox .newsSwiper .swiper-slide .newsTitle h3 {
	width: 80%;
	line-height: 4.01041vw;
	font-size: 0.9375vw;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsSwiper .swiper-pagination {
	height: 4.01041vw;
	line-height: 4.01041vw;
	text-align: right;
	padding-right: 1.5625vw;
	z-index: 3;
	bottom: 0;
	/* padding-left: 11.45833vw; */
	box-sizing: border-box;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.41666vw;
	height: 0.41666vw;
	margin-left: 0.41666vw;
	background-color: #fff;
	opacity: .4;
	border-radius: 50%;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.newsSection .inside .newsContent .newsListBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36.71875vw;
}

.newsSection .inside .newsContent .newsListBox .newsRow {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 1.82291vw;
}

.newsSection .inside .newsContent .newsListBox .newsRow:hover {
	opacity: 1;
}

.newsSection .inside .newsContent .newsListBox .newsRow:last-child {
	margin-bottom: 0;
}

.newsSection .inside .newsContent .newsListBox .newsRow .title {
	font-size: 0.9375vw;
	width: 27.44791vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsSection .inside .newsContent .newsListBox .newsRow .date {
	font-size: 0.83333vw;
}



.aboutUsSection {
	width: 100%;
	height: auto;
	padding: 4.16666vw 0;

}

.aboutUsSection .inside {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	position: relative;
}

.aboutUsSection .inside .leftImg {
	width: 38.54166vw;
	height: 33.75vw;
	border-radius: 0.52083vw;
	overflow: hidden;
}

.aboutUsSection .inside .leftImg img {
	width: 100%;
	height: 100%;
}

.aboutUsSection .inside .rightIntro {
	display: flex;
	flex-direction: column;
	padding-left: 4.16666vw;
	padding-top: 3.69791vw;
	width: 34.375vw;
	box-sizing: border-box;
}

.aboutUsSection .inside .icon {
	width: 5vw;
	display: block;
	position: absolute;
	right: 0;
	top: 2.1875vw;
}

.aboutUsSection .inside .rightIntro h3 {
	font-size: 2.08333vw;
	color: #262728;
	margin-bottom: 2.39583vw;
}

.aboutUsSection .inside .rightIntro h4 {
	color: #262728;
	font-size: 1.25vw;
	margin-bottom: 1.35416vw;
}

.aboutUsSection .inside .rightIntro h5 {
	font-size: 1.04166vw;
	color: #262728;
	margin-bottom: 1.19791vw;
}

.aboutUsSection .inside .rightIntro p {
	font-size: 0.83333vw;
	color: #262728;
	line-height: 1.6;
	margin-bottom: 2.44791vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;		
	display: -webkit-box;	
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
}

.aboutUsSection .inside .rightIntro .more {
	display: block;
	width: 7.29166vw;
	height: 2.5vw;
	font-size: 0.83333vw;
	color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.25vw;
	background-color: #0A50B4;
}

.aboutUsSection .inside .rightIntro .more:hover {
	opacity: .9;
}

.section-banner .bannerM {
	display: none;
}

.section-banner .banner {
	display: block;
	width: 100%;
}
.advert {
	height: 0;
	position: relative;
	overflow: hidden;
}
.advert img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.advert .adv-close {
	position: absolute;
	right: 1.66666vw;
	top: 1.66666vw;
	width: 1.66666vw;
	height: 1.66666vw;
	background-image: url(/image/close.png);
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {

	.section-banner {
		width: 100%;
		height: 128vw;
		overflow: hidden;
	}

	.section-banner .banner {
		display: none;
	}

	.section-banner .bannerM {
		display: block;
		width: 100%;
	}

	.section-banner .swiperIndex {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.swiperIndex .swiper-pagination {
		text-align: left;
		bottom: 10.66666vw;
		padding-left: 6.4vw;
		box-sizing: border-box;
	}

	.swiperIndex .swiper-pagination .swiper-pagination-bullet {
		width: 7.46666vw;
		height: 0.53333vw;
		margin-right: 2.66666vw;
		background-color: #fff;
		opacity: .4;
		border-radius: 0.26666vw;
	}

	.swiperIndex .swiper-pagination .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: #fff;
	}

	.section-product {
		width: 89.33333vw;
		padding-top: 10.26666vw;
		padding-bottom: 7.19999vw;
	}

	.section-product .h3 {
		margin-bottom: 4.93333vw;
	}

	.section-product .h3 span {
		font-size: 4.8vw;
	}

	.section-product .h3 a span {
		font-size: 3.2vw;
	}

	.section-product .h3 a .arr {
		width: 1.6vw;
		margin-left: 2vw;
	}

	.section-product .tagRow {
		margin-bottom: 4vw;
		overflow-x: auto;
		display: block;
		white-space: nowrap;
	}

	.section-product .tagRow .tag {
		padding: 2.4vw 2.66666vw;
		font-size: 3.2vw;
		border-radius: 4vw;
		display: inline-block;
	}

	.section-product .productListBox {
		flex-wrap: wrap;
	}

	.section-product .productListBox .listPart {
		width: 43.33333vw;
		padding-bottom: 3.46666vw;
		margin-bottom: 2.66666vw;
	}

	.section-product .productListBox .listPart .productImgBox {
		height: 43.33333vw;
	}

	.section-product .productListBox .listPart .productImgBox img {
		margin-bottom: 2.13333vw;
	}

	.section-product .productListBox .listPart .productIntro h3 {
		font-size: 3.73333vw;
		margin-bottom: 2.13333vw;
	}

	.section-product .productListBox .listPart .productIntro .p {
		font-size: 3.2vw;
	}

	.section-product .productListBox .listPart .productIntro .p span {
		height: calc(3.2vw * 1.5 * 2);
	}

	.section-product {
		width: 89.33333vw;
		padding-top: 10.26666vw;
		padding-bottom: 7.19999vw;
	}

	.newsSection {
		padding: 7.19999vw 0;
	}

	.newsSection .h3 {
		margin-bottom: 4.93333vw;
	}

	.newsSection .h3 span {
		font-size: 4.8vw;
	}

	.newsSection .h3 a {
		line-height: 1;
	}

	.newsSection .h3 a span {
		font-size: 3.2vw;
	}

	.newsSection .h3 a .arr {
		width: 1.6vw;
		margin-left: 2vw;
	}

	.newsSection .inside {
		width: 89.33333vw;
	}

	.newsSection .inside .newsContent {
		flex-direction: column;
	}

	.newsBannerBox {
		width: 100%;
		height: 53.46666vw;
		border-radius: 2.66666vw;
		margin-bottom: 6.13333vw;
	}

	.newsBannerBox .swiper-slide .newsBanner {
		border-radius: 2.66666vw;
	}

	.newsBannerBox .newsSwiper .swiper-slide .newsTitle {
		height: 10.26666vw;
		padding-left: 2.66666vw;
	}

	.newsBannerBox .newsSwiper .swiper-slide .newsTitle h3 {
		font-size: 3.2vw;
		line-height: 10.26666vw;
	}

	.newsSwiper .swiper-pagination {
		height: 10.26666vw;
		line-height: 10.26666vw;
		padding-right: 2.66666vw;
	}

	.newsSwiper .swiper-pagination .swiper-pagination-bullet {
		width: 1.06666vw;
		height: 1.06666vw;
		margin-right: 1.06666vw;
	}

	.newsSection .inside .newsContent .newsListBox {
		width: 100%;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow {
		flex-direction: column;
		align-items: baseline;
		opacity: 1;
		margin-bottom: 4.8vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow .title {
		width: 100%;
		font-size: 3.73333vw;
		opacity: 1;
		margin-bottom: 2.13333vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow .date {
		opacity: 0.6;
		font-size: 3.2vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(6),
	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(7),
	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(8) {
		display: none;
	}

	.aboutUsSection {
		padding-top: 0;
		padding-bottom: 13.33333vw;
	}

	.aboutUsSection .inside {
		flex-direction: column;
		width: 100%;
	}

	.aboutUsSection .inside .leftImg {
		width: 100%;
		height: 87.46666vw;
		border-radius: 1.33333vw;
	}

	.aboutUsSection .inside .rightIntro {
		padding: 0 5.33333vw;
		padding-top: 6.26666vw;
		width: 100%;
	}

	.aboutUsSection .inside .rightIntro h3 {
		font-size: 4.8vw;
		margin-bottom: 5.06666vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro h4 {
		font-size: 4vw;
		margin-bottom: 3.46666vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro h5 {
		font-size: 3.73333vw;
		margin-bottom: 3.2vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro p {
		font-size: 3.73333vw;
		margin-bottom: 6.66666vw;
	}

	.aboutUsSection .inside .rightIntro .more {
		width: 24vw;
		height: 8vw;
		font-size: 3.2vw;
		border-radius: 4vw;
	}

	.aboutUsSection .inside .icon {
		width: 12.8vw;
		top: 98vw;
		right: 8.26666vw;
	}


}