.m-wrap {
	display: none;
	line-height: 0;
}
@media only screen and (max-width: 1024px) {
	.m-wrap {
		display: block;
	}
}

/* banner */
.top-area{
	width: 100%;
	position: relative;
}
.top-area figure{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/top.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	margin-left: 11.5%;
	margin-right: 11.5%;
}
.top-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 72px;
	line-height: 1;
	color: #004898;
}
.top-info{
	font-family: "Helvetica LT Pro","HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
@media only screen and (max-width: 1599px) {
	.top-title{
		font-size: 64px;
	}
	.top-desc{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-container {
	    margin-left: 8%;
	    margin-right: 8%;
	}
	.top-title{
		font-size: 60px;
	}
	.top-info{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area figure{
		padding-bottom: calc(800 / 750 * 100%);
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/m-top.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.top-container{
		margin-left: 3.8%;
		margin-right: 3.8%;
	}
	.top-title{
		font-size: 36px;
		line-height: 1.3;
	}
	.top-desc{
		font-size: 20px;
	}
	.top-info{
		font-size: 16px;
		line-height: 1.7;
		text-align: center;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 32px;
	}
	.top-desc{
		font-size: 18px;
	}
	.top-info{
		font-size: 14px;
	}
}
@media only screen and (max-width: 390px) {
	.top-area {
	    padding-top: 40px;
	}
}
@media only screen and (max-width: 340px) {
	.top-area {
	    padding-top: 150px;
	}
}

/*part1 产品概览*/
.ifactory-part1{
	width: 100%;
	height: 100%;
	position: relative;
	background: #F6F6F6;
	margin-top: 380px;
	padding-top: 14%;
	text-align: center;
	box-sizing: border-box;
}
.part1-topimg{
	position: absolute;
	top: -180px;
	left: 0;
	right: 0;
	margin: auto;
	width: 59%;
}
.part1-topimg figure{
	width: 100%;
	padding-bottom: calc(550 / 1100 * 100%);
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/part1-1.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.subtitle{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 50px;
	line-height: 1;
	color: #004898;
	text-align: center;
}
.ifactory-part1 .part1-desc {
	width: 66.6667%;
	margin: 0 auto;
	font-size: 18px;
    line-height: 36px;
    color: #333333;
}
.part-module {
	width: 66.6667%;
	margin: 0 auto;
}
.module-title {
	font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 36px;
    line-height: 1;
    color: #000000;
    text-align: center;
}
.ifactory-part1 .module-title {
	margin-bottom: 0;
}
.img-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.img-item {
	width: calc((100% - 48px) / 4);
	margin-right: 16px;
	background-color: #FFF;
	border-radius: 36px;
	padding: 30px;
	box-sizing: border-box;
}
.img-item img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.img-item:nth-child(4n) {
	margin-right: 0;
}
.img-item .img-desc {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 20px;
	color: #004898;
}
@media only screen and (max-width: 2000px) {
	.ifactory-part1{
		margin-top: 320px;
		padding-top: 22%;
	}
}
@media only screen and (max-width: 1800px) {
	.ifactory-part1{
		margin-top: 315px;
	}
	.part1-topimg {
	    top: -160px;
	}
}
@media only screen and (max-width: 1599px) {
	.ifactory-part1{
		margin-top: 290px;
	}
	.subtitle{
		font-size: 40px;
	}
	.module-title {
		font-size: 32px;
	}
	.img-item {
		padding: 20px;
	}
	.img-item img {
		width: 60px;
		height: 60px;
	}
	.img-item .img-desc {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1450px) {
	.ifactory-part1{
		margin-top: 260px;
		padding-top: 20%;
	}
}
@media only screen and (max-width: 1299px) {
	.ifactory-part1{
		margin-top: 250px;
	}
	.part1-topimg {
	    top: -140px;
	}
	.subtitle{
		font-size: 36px;
	}
	.module-title {
		font-size: 28px;
	}	
}
@media only screen and (max-width: 1199px) {
	.ifactory-part1{
		margin-top: 210px;
	}
	.part1-topimg {
	    top: -130px;
	}
	.img-name-top{
		bottom: 47px;
	}
}
@media only screen and (max-width: 1099px) {
	.ifactory-part1{
		margin-top: 195px;
	}
	.part1-topimg {
	    top: -115px;
	}
}
@media only screen and (max-width: 1024px) {
	.ifactory-part1{
		margin-top: 215px;
		padding-top: 21%;
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.part1-topimg{
		width: 78% !important;
		top: -145px;
		width: 100%;
	}
	.part1-topimg figure{
		padding-bottom: calc(320 / 600 * 100%);
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/m-part1-1.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.subtitle{
		font-size: 28px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.ifactory-part1 .part1-desc {
		font-size: 14px;
		line-height: 1.7;
	}
	.img-item .img-desc {
		position: static;
	}
	.ifactory-part1 .part1-desc {
		width: 100%;
	}
	.part-module {
		width: 100%;
	}
	.ifactory-part1 .module-title {
		font-size: 22px;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	.img-item {
		width: calc((100% - 16px) / 3);
		margin-right: 8px;
		padding: 12px;
		border-radius: 15px;
		margin-top: 8px;
	}
	.img-item:nth-child(3n) {
		margin-right: 0;
	}
	.img-item:nth-child(4n) {
		margin-right: 8px;
	}
	.img-item img {
		width: 50px;
		height: 50px;
	}
	.img-item .img-desc {
		font-size: 14px;
		line-height: 1;
	}
}
@media only screen and (max-width: 650px) {
	.ifactory-part1 {
	    margin-top: 210px;
	    padding-top: 20%;
	}
}
@media only screen and (max-width: 570px) {
	.ifactory-part1 {
	    margin-top: 160px;
	    padding-top: 23%;
	}
	.part1-topimg {
	    top: -105px;
	}
}
@media only screen and (max-width: 450px) {
	.ifactory-part1 {
	    margin-top: 140px;
	    padding-top: 19%;
	}
	.part1-topimg {
	    top: -90px;
	}
	.subtitle{
		font-size: 24px;
	}
	.img-item img {
		width: 40px;
		height: 40px;
		margin-bottom: 6px;
	}
	.img-item .img-desc {
		font-size: 12px;
		line-height: 1;
	}
	.ifactory-part1 .module-title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 390px) {
	.ifactory-part1 {
	    margin-top: 125px;
	}
	.part1-topimg {
	    top: -80px;
	}
}
@media only screen and (max-width: 350px) {
	.ifactory-part1 {
		padding-top: 15%;
	}
}

/*part2 丰富的五轴工艺开发模块*/
.ifactory-part2 {
	width: 100%;
	height: 100%;
	position: relative;
	background: #F6F6F6;
	margin-top: 280px;
	padding-top: 22%;
	text-align: center;
}
.part2-topimg{
	position: absolute;
	top: -180px;
	left: 0;
	right: 0;
	margin: auto;
	width: 59%;
}
.part2-topimg figure{
	width: 100%;
	padding-bottom: calc(550 / 1100 * 100%);
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/part2-1.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.ifactory-part2 .part2-desc {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
    line-height: 36px;
    color: #333333;
}
.module-swiper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.module-swiper .gallery-thumbs {
	width: 25%;
	margin-right: 16px;
}
.module-swiper .gallery-thumbs .swiper-slide {
	height: 60px !important;
	margin-bottom: 24px;
	line-height: 60px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	height: 80px !important;
	line-height: 80px;
}
.module-swiper .gallery-thumbs .swiper-slide p {
	background-color: #e6e6e6;
	border-radius: 16px;
	cursor: pointer;
	font-size: 24px;
}
.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
	background-color: #004898;
	color: #FFF;
	font-size: 28px;
}
.module-swiper .gallery-top {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.module-swiper .gallery-top .swiper-slide img {
	width: 100%;
}
@media only screen and (max-width: 1800px) {
	.ifactory-part2 {
		margin-top: 250px;
	}
	.part2-topimg {
		top: -150px;
	}
}
@media only screen and (max-width: 1599px) {
	.ifactory-part2 {
		margin-top: 220px;
		padding-top: 21%;
	}
	.part2-topimg {
    	/*top: -55%;*/
    }
	.module-swiper .gallery-thumbs .swiper-slide p {
		font-size: 20px;
	}
	.module-swiper .gallery-thumbs .swiper-slide {
		height: 50px !important;
		margin-bottom: 18px;
		line-height: 50px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
		height: 64px !important;
		line-height: 64px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
		font-size: 24px;
	}
	.module-swiper .gallery-thumbs .swiper-slide p {
		border-radius: 10px;
		font-size: 22px;
	}
}
@media only screen and (max-width: 1299px) {
	.ifactory-part2 {
		padding-top: 20%;
	}
	.module-swiper .gallery-thumbs {
		width: 28%;
	}
	.module-swiper .gallery-thumbs .swiper-slide {
		height: 44px !important;
		line-height: 44px;
		margin-bottom: 14px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
		height: 54px !important;
		line-height: 54px;
	}
	.module-swiper .gallery-thumbs .swiper-slide p {
		font-size: 20px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
		font-size: 22px;
	}
}
@media only screen and (max-width: 1150px) {
	.ifactory-part2 {
		margin-top: 200px;
	}
	.part2-topimg {
		top: -130px;
	}
}
@media only screen and (max-width: 1024px) {
	.ifactory-part2 {
	    margin-top: 200px;
	    padding-top: 18%;
	    padding-bottom: 40px;
	}
	.part2-topimg {
		width: 78%;
	    top: -6%;
	}
	.part2-topimg figure{
		padding-bottom: calc(320 / 600 * 100%);
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/p&t-ifactory/m-part2-1.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.module-title {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.ifactory-part2 .part-module {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ifactory-part2 .part2-desc {
		font-size: 14px;
		line-height: 1.7;
	}
	.module-swiper {
		display: block;
	}
	.module-swiper .gallery-thumbs {
		width: 59%;
		margin-right: auto;
	}
	.module-swiper .gallery-thumbs .swiper-slide {
		height: 40px !important;
		margin-bottom: 8px;
		line-height: 40px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
		height: 48px !important;
		line-height: 48px;
	}
	.module-swiper .gallery-thumbs .swiper-slide p {
		font-size: 12px;
		border-radius: 8px;
	}
	.module-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
		font-size: 16px;
	}
	.module-swiper .gallery-top {
		width: 82%;
		margin-top: 16px;
		margin-bottom: 40px;
	}
	.module-swiper .gallery-top4 {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 700px) {
	.ifactory-part2 {
		margin-top: 170px;
	}
	.part2-topimg {
		top: -5.5%;
	}
}
@media only screen and (max-width: 600px) {
	.ifactory-part2 {
		margin-top: 150px;
	}
	.part2-topimg {
		top: -5%;
	}
}
@media only screen and (max-width: 500px) {
	.ifactory-part2 {
		padding-top: 15%;
	}
	.part2-topimg {
		top: -5%;
	}
}
@media only screen and (max-width: 450px) {
	.ifactory-part2 {
	    margin-top: 120px;
	    padding-top: 18%;
	    padding-bottom: 40px;
	}
	.part2-topimg {
	    top: -4%;
	}
	.module-title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 400px) {
	.ifactory-part2 {
	    padding-top: 16%;
	}
}
@media only screen and (max-width: 350px) {
	.ifactory-part2 {
	    padding-top: 14%;
	}
}