.newp-ban h3{
	font-size: 44px;
	line-height: 1.36;
	margin-bottom: 40px;
}
.newp-ban h3 .pp{
	display: inline;
}
.newp-ban h3 span{
	margin-bottom: 0;
}
.newp-ban .desc{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
	max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1920px) {
	.newp-ban h3{
		margin-bottom: 2.083vw;
	}
	.newp-ban .desc{
		margin-bottom: 2.083vw;
	}
}
@media screen and (max-width:949px) {
	.ban{
		margin-top: 0;
	}
}
@media only screen and (max-width:767px) {
	.newp-ban .desc{
		width: auto;
		max-width: 200px;
		font-size: 12px;
		line-height: 18px;
	}
	.newp-ban .txt{
		top: 20%;
	}
	.newp-ban h3{
		font-size: 20px;
		margin-bottom: 32px;
		line-height: 28px;
	}
	.newp-ban h3 .pp{
		display: none;
	}
}
.newp-list1{
	font-size: 0;
}
.newp-list1 li{
	display: block;
	vertical-align: middle;
	margin-bottom: 12px;
	padding-right: 15px;
}
.newp-list1 li:nth-child(3)::after{
	content: '';
	display: block;
}
.newp-list1 .con{
	display: block;
	font-size: 0;
}
.newp-list1 .icn{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin-right: 8px;
}
.newp-list1 .icn img{
	height: auto;
}
.newp-list1 .p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.newp-list2 .pic{
	width: 100px;
	height: 100px;
}
/* .newp-list2 .desc{
	text-align: center;
} */
.newp-tit1{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.33;
	margin-bottom: 40px;
	color: #1E2128;
	font-family:inter-SemiBold;
}
.newp-boxs{
	display: flex;
	min-height: 471px;
	margin-top: 0;
	position: relative;
}
.newp-boxs .box{
	margin-top: 0;
}
.newp-boxs .picbox{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 0;
	text-align: right;
	width: 55%;
}
.m-broadcast .item:nth-child(even) .newp-boxs{
	margin-top: 0;
	justify-content: flex-end;
}
.m-broadcast .item:first-child .newp-boxs{
	margin-top: 80px;
}
.m-broadcast .item:nth-child(even) .newp-boxs .picbox{
	right: auto;
	left: 0;
	text-align: left;
}
.newp-boxs .newp-pic img{
	display: inline;
}
.newp-list3{
	margin-top: 0;
}
.newp-list4{
	white-space: pre;
	margin-bottom: 28px;
	font-size: 0;
	overflow: hidden;
}
.newp-list4 li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 12px;
}
.newp-list4 .con{
	display: flex;
	align-items: center;
	height: 32px;
	border-radius: 4px;
	padding: 0 12px;
	cursor: pointer;
	transition: .3s;
}
.newp-list4 .con:hover{
	background-color: #E0EAFE;
}
.newp-list4 .icn{
	display: block;
	width: 20px;
	margin-right: 8px;
}
.newp-list4 .txt{
	font-size: 16px;
	color: #1E2128;
	font-weight: 300;
	font-family:inter-Regular;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow:hidden;
	transition: .3s;
}
.newp-list4 .con:hover .txt{
	color: #0074FC;
}
.newp-list4 .arr{
	margin-left: 8px;
	width: 12px;
	height: 12px;
	background-image: url(../images/new-product/icn09.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}
.newp-list4 .con:hover .arr{
	background-image: url(../images/new-product/icn10.png);
}
.newp-video{
	position: relative;
}
.newp-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newp-video .vdo1{
	float: right;
	width: 621px;
	height: 382px;
	border: 8px solid #fff;
	box-shadow: 0px 9px 18px 0px #6573A51F;
	border-radius: 11px;
	overflow: hidden;
}
.newp-video .vdo2{
	position: absolute;
	bottom: -43px;
	left: 0;
	width: 159px;
	height: 344px;
	border: 8px solid #fff;
	box-shadow: 0px 8px 16.2px 0px #6573A51F;
	border-radius: 10px;
	z-index: 2;
}
.newp-video .vdo3{
	width: 651px;
	height: 407px;
	border: 8px solid #fff;
	box-shadow: 0px 10px 20px 0px #6573A51F;
	border-radius: 12px;
}
.newp-video .vdo4{
	float: left;
	width: 208px;
	height: 450px;
	border: 8px solid #fff;
	border-radius: 12px;
	box-shadow: 0px 10px 20px 0px #6573A51F;
	margin-right: 30px;
}
.newp-video .vdo4:last-child{
	margin-right: 0;
}
.m-broadcast .box{
	width: 470px;
	overflow: initial;
}
.m-broadcast .item:nth-child(even) .box{
	width: 470px;
	margin-top: 0;
}
.new-ul-listidx4.qm .slick-list{
	padding-bottom: 20px;
}
.new-ul-listidx4 li{
	padding-top: 10px;
}
.newp-practice{
	padding-bottom: 84px;
}
.newp-practice .look{
	background-color: transparent;
}
.newp-pagination{
	position: relative!important;
	bottom: 0!important;
}
.newp-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 6px;
	border-radius: 3px;
	margin: 0 3px!important;
	transition: .3s;
}
.newp-pagination .swiper-pagination-bullet-active{
	width: 28px;
}
.m-practice .pic{
	width: 840px;
	height: 485px;
}
@media only screen and (max-width:1640px) {
	.m-practice .pic{
		width: 699px;
		height: 403px;
	}
}
@media only screen and (max-width:1480px) {
	.m-practice .pic{
		width: 755px;
		height: 435px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
	.newp-boxs{
		min-height: 27.70vw;
	}
	.newp-video .vdo1{
		width: 36.52vw;
		height: 22.47vw;
		border-width: 0.470vw;
		border-radius: 0.647vw;
	}
	.newp-video .vdo2{
		bottom: -2.529vw;
		width: 9.352vw;
		height: 20.23vw;
		border-width: 0.470vw;
		border-radius: 0.588vw;
	}
	.newp-video .vdo3{
		width: 38.29vw;
		height: 23.94vw;
		border-width: 0.470vw;
		border-radius: 0.705vw;
	}
	.newp-video .vdo4{
		width: 12.23vw;
		height: 26.47vw;
		border-width: 0.470vw;
		border-radius: 0.705vw;
		margin-right: 1.764vw;
	}
}
@media only screen and (max-width:1640px) {
	.m-broadcast .box{
		width: 420px;
	}
	.m-broadcast .item:nth-child(even) .box{
		width: 420px;
	}
}
@media only screen and (max-width:1480px) {
	.newp-boxs .picbox{
		width: 50%;
	}
	.newp-video .vdo2{
		left: -1vw;
	}
	.newp-video .vdo4{
		margin-right: 1vw;
	}
}
@media only screen and (max-width:1199px) {
	.newp-boxs{
		display: block;
		min-height: auto;
		height: auto!important;
	}
	.m-broadcast .box{
		width: auto;
	}
	.newp-boxs .picbox{
		position: static;
		transform: none;
		width: auto;
	}
	.newp-video .vdo1{
		width: 75vw;
		height: 45vw;
		margin-bottom: 6.666vw;
		border-width: 4px;
	}
	.newp-video .vdo2{
		width: 20vw;
		left: 0;
		bottom: 0;
		height: 40vw;
		border-width: 4px;
	}
	.newp-video .vdo3{
		width: 100%;
		height: 50vw;
		border-width: 4px;
	}
	.newp-video .vdo4{
		width: 32%;
		margin-right: 2%;
		border-width: 4px;
		height: 60vw;
	}
	.m-broadcast .item:first-child .newp-boxs{
		margin-top: 32px;
	}
	.m-broadcast .item:nth-child(even) .box{
		width: auto;
	}
	.m-broadcast .item:nth-child(even) .newp-boxs .picbox{
		width: auto;
	}
	.m-broadcast .item{
		background-color: #EFF4FE!important;
	}
	.m-broadcast .item:nth-child(even){
		background-color: #fff!important;
	}
	.newp-boxs .newp-pic img{
		width: 100%;
	}
	.g-titq1 .desc{
		line-height: 21px;
		font-weight: 500;
	}
	.newp-tit1{
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.newp-list4 li{
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0;
	}
	.newp-list4 .con{
		padding: 0 5px;
	}
	.newp-list4 .icn{
		margin-right: 5px;
	}
	.newp-list4 .txt{
		flex: 1;
		font-size: 14px;
	}
	.newp-list4 .arr{
		margin-left: 5px;
	}
	.m-info{
		margin-top: 20px;
		padding: 0 28px;
	}
	.m-info .tit em{
		color: #0074FC;
	}
	.newp-practice{
		padding-bottom: 28px;
	}
	.newp-swiper2{
		margin: 0 -28px;
		overflow: hidden;
	}
	.new-ul-listidx4.qm{
		margin-right: -28px;
	}
}
@media only screen and (max-width:767px) {
	.newp-list1{
		display: none;
	}
	.newp-list2 .pic{
		padding: 16px;
		margin: 0 auto;
	}
	.newp-list2 .desc{
		font-size: 14px;
	}
	.ul-imgtxtq1 h3{
		text-align: center;
		height: auto;
	}
	.newp-slick{
		margin-right: -28px!important;
	}
}
.newp-tab{
	margin: 44px 0 80px;
	color: #1E2128;
	text-align: center;
}
.newp-tab .tit{
	font-size: 0;
	margin-bottom: 20px;
}
.newp-tab .icn{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 32px;
	font-size: 0;
}
.newp-tab .p{
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
}
.newp-tab .desc{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}
.newp-desc1{
	font-size: 16px;
	color: #1E2128;
	line-height: 1.5;
	margin-bottom: 36px;
	font-weight: 400;
	font-family:inter-Regular;
}
.newp-tabnav{
	height: 120px;
}
.newp-tabnav .tabinfo{
	position: relative;
	padding: 30px 0;
	background-image: url(../images/new-product/bg02.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	overflow: hidden;
}
.newp-tabnav .tabinfo.pof{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 50;
}
.newp-nav{
	text-align: center;
	font-size: 0;
}
.newp-nav li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 180px;
}
.newp-nav li:last-child{
	margin-right: 0;
}
.newp-nav .v1{
	display: block;
	border-radius: 8px;
	padding: 0 40px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
	transition: .3s;
}
.newp-nav .on .v1{
	background-color: #fff;
}
.newp-nav .icn{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-right: 12px;
	position: relative;
}
.newp-nav .icn img{
	opacity: 0;
	transition: .3s;
}
.newp-nav .icn .img2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	z-index: 2;
}
.newp-nav .on .img1{
	opacity: 1;
}
.newp-nav .on .img2{
	opacity: 0;
}
.newp-nav .txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	font-weight: 500;
	transition: .3s;
}
.newp-nav .on .txt{
	color: #1E2128;
}
@media only screen and (min-width:950px) and (max-width:1920px) {
	.newp-tabnav .tabinfo{
		padding: 1.562vw 0;
	}
	.newp-nav li{
		margin-right: 9.375vw;
	}
}
@media only screen and (max-width:1200px) {
	.newp-tabnav{
		height: 60px;
	}
	.newp-tabnav .tabinfo{
		padding: 11px 0 13px;
		background-image: url(../images/new-product/bg03.png);
	}
	.newp-tab{
		margin: 32px 0 40px;
	}
	.newp-tab .tit{
		margin-bottom: 12px;
	}
	.newp-tab .icn{
		width: 24px;
	}
	.newp-tab .p{
		font-size: 20px;
		line-height: 1.4;
	}
	.newp-tab .desc{
		font-size: 14px;
		line-height: 21px;
	}
	.newp-nav li{
		margin-right: 46px;
	}
	.newp-nav .v1{
		padding: 0 20px;
		border-radius: 4px;
	}
	.newp-nav .icn{
		width: 20px;
	}
	.newp-nav .txt{
		font-size: 14px;
		line-height: 36px;
	}
	.newp-desc1{
		font-size: 14px;
		line-height: 1.4;
	}
}
@media only screen and (max-width:950px) {
	.newp-tabnav .tabinfo.pof{
		top: 60px;
	}
}
.m-broadcast .g-titq1{
	text-align: center;
}
.m-story .g-titq1 h3 br{
	display: none;
}
@media only screen and (max-width:950px) {
	.m-story .g-titq1 h3 br{
		display: block;
	}
}