body {
	width: 100%;
	color: #000000;
}

.header-banner {
	position: relative;
	/* 	background-image: url(../img/major_client/major_client-banner.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 720px;

	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc); */
}

.header-banner>img {
	width: 100%;
}

.header-banner-textbox {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 66%;
	height: 30%;
	margin: auto;
}

.header-banner-textbox>p {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 42px;
	padding-bottom: 10px;
}

.header-banner-textbox>span {
	padding: 6px 12px;
	letter-spacing: 5px;
	color: #064393;
	font-size: 24px;
	background-color: #ffffff;
	display: inline-block;
	opacity: 0.8;
}




/* pc端 */
@media screen and (min-width: 1024px) {

	/* 自主设计 */
	/* 自主设计 */
	/* 自主设计 */
	.Independent-design {
		position: relative;
	}

	.Independent-design>img {
		width: 100%;
	}

	.Independent-design-conbox {
		text-align: center;
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		width: 95%;
		height: 70%;
		margin: auto;
	}

	.Independent-design-Introduction {
		width: 70%;
		margin: 0 auto;
		position: relative;
	}

	.Independent-design-Introduction>p {
		letter-spacing: 5px;
		font-size: 26px;
		font-weight: bold;
		padding-bottom: 1%;
	}

	.Independent-design-Introduction .desc {
		position: absolute;
		width: 60%;
		margin: 0 20%;
		color: #000000;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 2px;
	}

	.Independent-design-imgs {
		margin-top: 7%;
		width: 100%;
	}

	.Independent-design-imgs .znimg {
		width: 24.5%;
		display: inline-block;
		padding: 0 5px;
		overflow: hidden;
	}

	.Independent-design-imgs .znimg>img {
		width: 100%;
		transition: all 1s;
	}

	.Independent-design-imgs .znimg>img:hover {
		transform: scale(1.2);
	}

	/* 智能生产 */
	/* 智能生产 */
	/* 智能生产 */
	.Intelligent-production-mobile {
		display: none;
	}

	.Intelligent-production {
		display: block;
		width: 100%;
		background-color: #eaeaea;
		padding: 8% 15%;
	}

	.Independent-production-Introduction {
		padding-left: 2.1875rem;
	}

	.Independent-production-Introduction>p {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0.3125rem;
		margin-bottom: 1.5%;
	}

	.Independent-production-conbox {
		position: relative;
		width: 100%;
		margin-top: 3%;
	}

	.Independent-production-conbox>img {
		width: 70%;
	}

	.Independent-production-con {
		position: absolute;
		top: 0;
		left: 0;
		padding: 3% 4%;
		color: #FFFFFF;
		width: 100%;
		height: 100%;
	}

	.Independent-production-con img {
		width: 100%;
		height: 100%;
	}

	.Independent-production-top {
		height: 50%;
	}

	.Independent-production-toptex {
		width: 25%;
		padding: 1% 1% 0 1%;
		line-height: 2rem;
		float: left;
		font-size: 1rem;
	}

	.Independent-production-topimg {
		width: 50%;
		height: 100%;
		float: left;
	}

	.Independent-production-topimgtwo {
		width: 25%;
		height: 100%;
		float: left;
	}

	.Independent-production-bottom {
		height: 50%;
	}

	.Independent-production-topimgthree {
		width: 50%;
		height: 100%;
		float: left;
	}

	.Independent-production-topimgfour {
		width: 25%;
		height: 100%;
		float: left;
	}

	.Independent-production-topimgfive {
		width: 25%;
		height: 100%;
		float: left;
		display: flex;
	}

	.Independent-production-topimgfive .cont {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #074493;
		font-weight: bold;
		font-size: 28px;
		font-weight: bold;
		line-height: 42px;
		letter-spacing: 6px;
		/* width: fit-content; */
		width: 100%;
		text-align: center;
	}

	.jsdivbox {
		overflow: hidden;
	}

	.jsdivbox>img {
		transition: all 1s;
	}

	.jsdivbox>img:hover {
		transform: scale(1.2);
	}
}

/* 手机端 */
@media screen and (max-width: 1024px) {

	/* //头部标题字号差距过大 直接赋值 */

	.header-banner {
		position: relative;
		margin-top: 50px;
	}

	.header-banner-textbox {
		width: 75%;
		top: 33%;
	}

	.header-banner-textbox>p {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: bold;
	}

	.header-banner-textbox>span {
		letter-spacing: 3px;
		font-size: 14px;
	}

	/* 自主设计 */
	/* 自主设计 */
	/* 自主设计 */
	.Independent-design {
		width: 100%;
		background-image: url(../img/quality_inspection/background_line.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.Independent-design>img {
		display: none;
	}

	.Independent-design-conbox {
		width: 85%;
		padding: 15px 0;
	}

	.Independent-design-Introduction>p {
		letter-spacing: 3px;
		font-size: 18px;
		font-weight: 700;
	}

	.Independent-design-Introduction>span {
		color: #000000;
		font-size: 14px;
	}

	.Independent-design-imgs {
		margin-top: 10px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.Independent-design-imgs .znimg {
		width: 50%;
		padding: 5px;
	}

	.Independent-design-imgs img {
		border-radius: 10px;
		width: 100%;
	}

	/* 智能生产 */
	/* 智能生产 */
	/* 智能生产 */
	.Intelligent-production {
		display: none;
	}

	.Intelligent-production-mobile {
		width: 100%;
		background-color: #eaeaea;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.production-mobilebox {
		width: 85%;
		padding: 15px 0;
	}

	.production-mobilebox-Introduction>p {
		letter-spacing: 3px;
		font-size: 20px;
		font-weight: 700;
	}

	.production-mobilebox-Introduction>span {
		color: #707072;
		font-size: 14px;
	}

	.production-mobilebox-imgs {
		width: 100%;
		margin-top: 10px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.imgbox-long img,
	.imgbox img {
		border-radius: 5px;
	}

	.production-mobilebox-imgs .imgbox-long {
		width: 65%;
		padding: 5px;
	}

	.production-mobilebox-imgs .imgbox {
		width: 35%;
		padding: 5px;
	}
	
	.desc{
	     color: #707072;
	}

}
