.tech1,.tech2 {
	width: 100%;
	overflow: hidden;
}
.tech1 img {
	width: 100%;
	display: block;
}
.tech2-title {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	text-align: center;
}
.tech2-title h2 {
	margin: 0 0 25px;
}
.tech2-box {
	width: 100%;
	overflow: hidden;
	padding: 105px 0 110px;
	background-image: url(../img/tech2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tech2-txt {
	width: 50%;
	padding: 40px;
	color: #FFFFFF;
	overflow: hidden;
	min-height: 360px;
	background: rgba(0,0,0,0.66);
}
.tech2-txt h2 {
	color: #FFFFFF;
	margin: 0 0 15px;
}
@media only screen and (max-width: 1199px) {
	#tech {
		top: -363px;
		position: relative;
	}
	#CNAS,#WMS,#Analysis {
		top: -116px;
		position: relative;
	}
	.tech1 {
		margin: 116px 0 0;
	}
	.tech2-txt {
		width: 65%;
	}
}
@media only screen and (max-width: 991px) {
	.tech2-box {
		background-position: 60% 50%;
	}
	.tech2-txt {
		width: 90%;
		min-height: 330px;
	}
}
@media only screen and (max-width: 750px) {
	#tech {
		top: -227px;
	}
	#CNAS,#WMS,#Analysis {
		top: -57px;
	}
	.tech1 {
		margin: 58px 0 0;
	}
	.tech2-title {
	    padding: 40px 0;
	}
	.tech2-title h2 {
		margin: 0 0 12px;
	}
	.tech2-box {
	    padding: 50px 0 60px;
	}
	.tech2-txt {
		min-height: 300px;
		padding: 30px 25px;
	}
	.tech2-txt h2 {
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech2-title {
		padding: 40px 0;
	}
	.tech2-title h2 {
		margin: 0 0 15px;
	}
	.tech2-box {
		padding: 80px 0;
	}
	.tech2-txt {
		width: 65%;
		padding: 30px;
		min-height: 280px;
	}
	.tech2-txt h2 {
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1450px) {
	.tech2-title {
		padding: 50px 0;
	}
	.tech2-title h2 {
		margin: 0 0 20px;
	}
	.tech2-box {
		padding: 90px 0;
	}
	.tech2-txt {
		width: 55%;
		padding: 35px;
		min-height: 320px;
	}
	.tech2-txt h2 {
		margin: 0 0 12px;
	}
}
@media only screen and (min-width: 1700px) {
	.tech2-title {
		padding: 60px 0;
	}
	.tech2-title h2 {
		margin: 0 0 25px;
	}
	.tech2-box {
		padding: 105px 0 110px;
	}
	.tech2-txt {
		width: 50%;
		padding: 40px;
		min-height: 360px;
	}
	.tech2-txt h2 {
		margin: 0 0 15px;
	}
}
/*功能性、耐久性和耐受性*/
.tech3 {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
}
.tech3 h2 {
	margin: 0 0 55px;
	text-align: center;
}
.tech3-img {
	width: 100%;
	margin: 0 0 35px;
	overflow: hidden;
}
.tech3-img li {
	height: 480px;
	overflow: hidden;
}
.tech3-img li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
	object-position: center center;
}
.tech3-img li img:hover {
	transform: scale(1.15);
}
.tech3-img li:nth-of-type(1) {
	float: left;
	width: calc(33.33% - 11px);
}
.tech3-img li:nth-of-type(2),
.tech3-txt {
	float: right;
	overflow: hidden;
	width: calc(66.66% - 11px);
}
@media only screen and (max-width: 1199px) {
	.tech3-txt p br {
		display: none;
	}
	.tech7-txt p:first-of-type {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 991px) {
	.tech3-img li {
		width: 100% !important;
		height: 480px;
	}
	.tech3-img li:first-of-type {
		margin: 0 0 30px;
	}
	.tech3-txt {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.tech3 {
	    padding: 50px 0;
	}
	.tech3 h2 {
    	margin: 0 0 30px;
	}
	.tech3-img {
		margin: 0 0 25px;
	}
	.tech3-img li {
		height: 250px;
	}
	.tech3-img li:first-of-type {
		margin: 0 0 15px;
	}
	.tech7-txt p:first-of-type {
		margin: 0 0 22px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech3 {
		padding: 90px 0;
	}
	.tech3 h2 {
		margin: 0 0 35px;
	}
	.tech3-img {
		margin: 0 0 25px;
	}
	.tech3-img li {
		height: 400px;
	}
	.tech3-img li:nth-of-type(1) {
		width: calc(33.33% - 8px);
	}
	.tech3-img li:nth-of-type(2),
	.tech3-txt {
		width: calc(66.66% - 8px);
	}
}
@media only screen and (min-width: 1450px) {
	.tech3 {
		padding: 100px 0;
	}
	.tech3 h2 {
		margin: 0 0 45px;
	}
	.tech3-img {
		margin: 0 0 30px;
	}
	.tech3-img li {
		height: 440px;
	}
	.tech3-img li:nth-of-type(1) {
		width: calc(33.33% - 10px);
	}
	.tech3-img li:nth-of-type(2),
	.tech3-txt {
		width: calc(66.66% - 10px);
	}
}
@media only screen and (min-width: 1700px) {
	.tech3 {
		padding: 110px 0;
	}
	.tech3 h2 {
		margin: 0 0 55px;
	}
	.tech3-img {
		margin: 0 0 35px;
	}
	.tech3-img li {
		height: 480px;
	}
	.tech3-img li:nth-of-type(1) {
		width: calc(33.33% - 11px);
	}
	.tech3-img li:nth-of-type(2),
	.tech3-txt {
		width: calc(66.66% - 11px);
	}
}
/*质量管理？当然了!*/
.tech4 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #F2F3F3;
}
.tech4-left {
	width: 50%;
	float: left;
	height: 768px;
	overflow: hidden;
	position: relative;
}
.tech4-right {
	float: right;
	height: 768px;
	overflow: hidden;
	text-align: center;
	position: relative;
	line-height: 765px;
	width: calc(50% - 38px);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.tech4-right>img {
	max-width: 507px;
	max-height: 507px;
}
.tech4-txt {
	top: 200px;
	width: 100%;
	padding: 0 80px;
	overflow: hidden;
	position: relative;
}
.tech4-txt h2 {
	margin: 0 0 30px;
}
.tech4-txt h2 span {
	font-family: arial;
}
.tech4-txt a {
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	margin: 130px 0 0;
	padding: 5px 20px;
	line-height: 34px;
	font-weight: bold;
	border-radius: 24px;
	background-color: #e94609;
	border: 2px solid #e94609;
	transition: all 0.15s ease-in-out;
}
.tech4-txt a:hover {
	border-color: #ff4500;
	background-color: #ff4500;
}
@media only screen and (max-width: 1199px) {
	.tech4-txt {
		top: 160px;
		padding: 0 50px;
	}
	.tech4-txt h2 {
		margin: 0 0 20px;
	}
	.tech4-txt a {
		font-size: 20px;
		margin: 90px 0 0;
		padding: 5px 20px;
		line-height: 30px;
		border-radius: 22px;
	}
	.tech4-left {
		height: 600px;
	}
	.tech4-right {
		height: 600px;
		line-height: 600px;
		width: calc(50% - 20px);
	}
	.tech4-right>img {
		max-width: 400px;
		max-height: 400px;
	}
}
@media only screen and (max-width: 991px) {
	.tech4-right {
		float: none;
		width: 100%;
		height: 550px;
		line-height: 550px;
	}
	.tech4-left {
		float: none;
		width: 100%;
		height: auto;
	}
	.tech4-txt {
		top: 0px;
		width: 680px;
		margin: 0 auto;
		padding: 110px 0;
		transform: translateY(0px);
	}
}
@media only screen and (max-width: 750px) {
	.tech4-right {
		height: 400px;
		line-height: 400px;
	}
	.tech4-right>img {
		max-width: 300px;
		max-height: 300px;
	}
	.tech4-txt {
		width: 340px;
		padding: 50px 0;
		font-size: 16px;
	}
	.tech4-txt h2 {
	    margin: 0 0 15px;
	}
	.tech4-txt a {
		font-size: 18px;
	    margin: 40px 0 0;
		padding: 5px 15px;
		line-height: 26px;
		border-radius: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech4-txt {
		top: 160px;
		padding: 0 50px;
	}
	.tech4-txt h2 {
		margin: 0 0 20px;
	}
	.tech4-txt a {
		font-size: 20px;
		margin: 90px 0 0;
		padding: 5px 20px;
		line-height: 30px;
		border-radius: 22px;
	}
	.tech4-left {
		height: 600px;
	}
	.tech4-right {
		height: 600px;
		line-height: 600px;
		width: calc(50% - 20px);
	}
	.tech4-right>img {
		max-width: 400px;
		max-height: 400px;
	}
}
@media only screen and (min-width: 1450px) {
	.tech4-txt {
		top: 180px;
		padding: 0 65px;
	}
	.tech4-txt h2 {
		margin: 0 0 25px;
	}
	.tech4-txt a {
		font-size: 22px;
		margin: 110px 0 0;
		padding: 5px 20px;
		line-height: 32px;
		border-radius: 23px;
	}
	.tech4-left {
		height: 700px;
	}
	.tech4-right {
		height: 700px;
		line-height: 700px;
		width: calc(50% - 30px);
	}
	.tech4-right>img {
		max-width: 450px;
		max-height: 450px;
	}
}
@media only screen and (min-width: 1700px) {
	.tech4-txt {
		top: 200px;
		padding: 0 80px;
	}
	.tech4-txt h2 {
		margin: 0 0 30px;
	}
	.tech4-txt a {
		font-size: 24px;
		margin: 130px 0 0;
		padding: 5px 20px;
		line-height: 34px;
		border-radius: 24px;
	}
	.tech4-left {
		height: 768px;
	}
	.tech4-right {
		height: 768px;
		line-height: 765px;
		width: calc(50% - 38px);
	}
	.tech4-right>img {
		max-width: 507px;
		max-height: 507px;
	}
}
/*质量意味着认识到客户的愿望*/
.tech5 {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
}
.tech5 h2 {
	margin: 0 0 55px;
}
.tech5-img {
	width: 100%;
	margin: 0 0 55px;
	overflow: hidden;
}
.tech5-img li {
	height: 480px;
	overflow: hidden;
}
.tech5-img li:nth-of-type(1) {
	float: left;
	width: calc(66.66% - 12px);
}
.tech5-img li:nth-of-type(2) {
	float: right;
	width: calc(33.33% - 12px);
}
.tech5-img li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
	object-position: center center;
}
.tech5-img li img:hover {
	transform: scale(1.15);
}
.tech5-txt {
	overflow: hidden;
	width: calc(66.66% - 12px);
}
.tech5-txt p strong {
	color: #D60F3C;
}
.tech5-txt a {
	float: left;
	margin: 8px 0;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 1.2em;
	padding: 0.3em 1.6em;
	background-color: #D60F3C;
	border: 2px solid #D60F3C;
	transition: all 0.15s ease-in-out;
}
.tech5-txt a:hover {
	border-color: #9E0C26;
	background-color: #9E0C26;
}
@media only screen and (max-width: 1199px) {
	.tech5-txt p br {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.tech5-img li {
		float: none !important;
		width: 100% !important;
	}
	.tech5-img li:nth-of-type(1) {
		margin: 0 0 30px;
	}
	.tech5-txt {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.tech5 {
		padding: 50px 0;
	}
	.tech5 h2,.tech5-img {
	    margin: 0 0 30px;
	}
	.tech5-img li {
		height: 250px;
	}
	.tech5-img li:nth-of-type(1) {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech5 {
		padding: 90px 0;
	}
	.tech5 h2,.tech5-img {
		margin: 0 0 35px;
	}
	.tech5-img li {
		height: 400px;
	}
	.tech5-img li:nth-of-type(1),.tech5-txt {
		width: calc(66.66% - 8px);
	}
	.tech5-img li:nth-of-type(2) {
		width: calc(33.33% - 8px);
	}
}
@media only screen and (min-width: 1450px) {
	.tech5 {
		padding: 100px 0;
	}
	.tech5 h2,.tech5-img {
		margin: 0 0 45px;
	}
	.tech5-img li {
		height: 440px;
	}
	.tech5-img li:nth-of-type(1),.tech5-txt {
		width: calc(66.66% - 10px);
	}
	.tech5-img li:nth-of-type(2) {
		width: calc(33.33% - 10px);
	}
}
@media only screen and (min-width: 1700px) {
	.tech5 {
		padding: 110px 0;
	}
	.tech5 h2,.tech5-img {
		margin: 0 0 55px;
	}
	.tech5-img li {
		height: 480px;
	}
	.tech5-img li:nth-of-type(1),.tech5-txt {
		width: calc(66.66% - 12px);
	}
	.tech5-img li:nth-of-type(2) {
		width: calc(33.33% - 12px);
	}
}
/*团队精神、乐于助人和友善也意味着质量*/
.tech6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #F2F3F3;
}
.tech6-left {
	width: 50%;
	float: left;
	height: 82.75vh;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tech6-right {
	width: 50%;
	float: left;
	height: 82.75vh;
	overflow: hidden;
	position: relative;
}
.tech6-txt {
	top: 50%;
	width: 100%;
	padding: 55px;
	overflow: hidden;
	line-height: 1.6em;
	position: relative;
	transform: translateY(-50%);
}
.tech6-txt h2 {
	margin: 0 0 25px;
}
.tech6-txt a {
	float: left;
	display: block;
	color: #FFFFFF;
	margin: 35px 0 0;
	font-weight: bold;
	border-radius: 1.2em;
	padding: 0.3em 1.6em;
	background-color: #D60F3C;
	border: 2px solid #D60F3C;
	transition: all 0.15s ease-in-out;
}
.tech6-txt a:hover {
	border-color: #9E0C26;
	background-color: #9E0C26;
}
@media only screen and (max-width: 991px) {
	.tech6-left {
		float: none;
		width: 100%;
		height: 50vh;
	}
	.tech6-right {
		float: none;
		width: 100%;
		height: auto;
	}
	.tech6-txt {
		top: 0px;
		width: 680px;
		margin: 0 auto;
		padding: 110px 0;
		transform: translateY(0px);
	}
}
@media only screen and (max-width: 750px) {
	.tech6-txt {
		width: 340px;
		padding: 50px 0;
		font-size: 16px;
	}
	.tech6-txt h2 {
		margin: 0 0 15px;
	}
	.tech6-txt a {
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.tech6-txt {
		padding: 35px;
		font-size: 16px;
	}
	.tech6-txt h2 {
		margin: 0 0 15px;
	}
	.tech6-txt a {
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 1450px) {
	.tech6-txt {
		padding: 45px;
		font-size: 18px;
	}
	.tech6-txt h2 {
		margin: 0 0 20px;
	}
	.tech6-txt a {
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1700px) {
	.tech6-txt {
		padding: 55px;
		font-size: 20px;
	}
	.tech6-txt h2 {
		margin: 0 0 25px;
	}
	.tech6-txt a {
		margin: 35px 0 0;
	}
}
.tech4-right .swiper,
.tech5-img .swiper-container,
.tech6-left .swiper-container,
.tech7-img .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tech4-right .swiper-slide,
.tech5-img .swiper-slide,
.tech6-left .swiper-slide,
.tech7-img .swiper-slide {
	height: 100%;
	overflow: hidden;
}
.tech5-img .slide-inner,
.tech6-left .slide-inner,
.tech7-img .slide-inner {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tech5-img .slide-inner:hover,
.tech6-left .slide-inner:hover,
.tech7-img .slide-inner:hover {
	transform: scale(1.15);
}
