@charset "utf-8";
/* CSS Document */

body{
	background: #124074;
	overflow-y: hidden;
}
.third-bk{
    width: 100%;
	height: 990px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1;	
    background:url(../images/second-bk.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	animation:secbk 1.5s ease-out;		
}
@keyframes secbk{
	0%{
		opacity:0;
		-webkit-transform: translate(0,200px);
		-moz-transform: translate(0,200px);
		-o-transform: translate(0,200px);
		transform: translate(0,200px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.third-body-container{
    width: 100%;
	height: 990px;
	display: block;
	float: left;
	position: relative;
	z-index: 2;			
}

.third-inner-box{
	width: 863px;
	margin: 0 auto;
	display:block;	
}
.third-cell{
	width: 100%;
	display:block;
	float: left;
	margin-top: 20px;
}
.third-cell a:link{
	color: #fff;
	text-decoration: none;
}
.third-cell a:visited{
	color: #fff;
	text-decoration: none;
}
.third-cell a:hover{
	color: #fff;
	text-decoration: none;
}
.top-height{
	width: 100%;
	height: 110px;	
	display: block;
	float: left;
	top: 0;
	position: relative;	
}
.new-product{
	width:376px;
	height: 62px;
	left: -50px;
	top: 70px;
	position: absolute;
	z-index: 7;
	animation:products 1.2s ease-out;	
}

@keyframes products{
	0%{
		opacity:0;
		-webkit-transform: translate(-150px,0);
		-moz-transform: translate(-150px,0);
		-o-transform: translate(-150px,0);
		transform: translate(-150px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.new-product-icon{
    width: 94px;
	display: block;
	float: left;
	-webkit-transform: translate(60px,-18px);
	-moz-transform: translate(60px,-18px);
	-o-transform: translate(60px,-18px);
	transform: translate(60px,-18px);	
}
.new-product-box{
    width: 282px;
	height: 62px;
	float: left;
	border-radius:30px;
	background: #48b268;
	color: #fff;
	line-height: 62px;
	font-size: 22px;
	font-family: "微軟正黑體";
	text-indent: 90px;
}
.new-process{
	width:444px;	
	height: 62px;
	left: 380px;
	top: 70px;
	position: absolute;
	z-index: 7;
	animation:process 1.2s ease-out;	
}

@keyframes process{
	0%{
		opacity:0;
		-webkit-transform: translate(150px,0);
		-moz-transform: translate(150px,0);
		-o-transform: translate(150px,0);
		transform: translate(150px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.new-process-icon{
	width: 94px;
	display: block;
	float: left;
	-webkit-transform: translate(60px,-18px);
	-moz-transform: translate(60px,-18px);
	-o-transform: translate(60px,-18px);
	transform: translate(60px,-18px);	
}
.new-process-box{
	width: 350px;
	height: 62px;
	float: left;
	border-radius:30px;
	background: #00b3ff;
	color: #fff;
	line-height: 62px;
	font-size: 22px;
	font-family: "微軟正黑體";
	text-indent: 75px;
}
.bottom-height{
	width: 100%;
	height: 668px;	
	display: block;
	float: left;
	top: 0;
	position: relative;	
}

.bottom-bk{
	width: 100%;
	display: block;
	height: auto;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;
	animation:bk 2s ease-out;	
}
bottom-bk img{
	width: 100%;
	height: auto;
	max-width: 863px; 
}
.bottom-bk2{
	width: 100%;
	display: none;
	height: auto;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;
	animation:bk 2s ease-out;	
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px; 	
}
@keyframes bk{
	0%{
		opacity:0;
	}
	60%{
		opacity:0;
		-webkit-transform: translate(0,-20px);
		-moz-transform: translate(0,-20px);
		-o-transform: translate(0,-20px);
		transform: translate(0,-20px);
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);		
	}
}
.ma{
	width: 150px;	
	top: 77px;
	left: 556px;	
	position: absolute;
	z-index: 7;	
	text-align: center;
	animation:ma 1.2s ease-out;
	cursor: pointer;
}
.ma-inner{
	width: 100%;
	height: 60px;
	background: rgb(12,118,209);
	border-radius:30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 60px;
	-o-transition: cor 1.4s infinite ease-in-out;
	-moz-transition: cor 1.4s infinite ease-in-out;
    -webkit-animation: cor 1.4s infinite ease-in-out;
    animation: cor 1.4s infinite ease-in-out;	
}
@keyframes cor{
  0% {
   background: rgb(12,118,209);
  }
   50% {
   background: rgb(0,184,245);
  }
   100% {
   background: rgb(12,118,209);
  }
}
@keyframes cor2{
  0% {
   background: rgb(19,196,194);
  }
   50% {
   background: rgb(35,123,122);
  }
   100% {
   background: rgb(19,196,194);
  }
}
@keyframes cor3{
  0% {
   background: rgb(35,123,122);
  }
   50% {
   background: rgb(19,196,194);
  }
   100% {
   background: rgb(35,123,122);
  }
}
@keyframes cor4{
  0% {
   background: rgb(49,153,152);
  }
   50% {
   background: rgb(12,160,158);
  }
   100% {
   background: rgb(49,153,152);
  }
}
.ma:hover .ma-inner{
	background: rgb(255,46,46);
	color: #fff;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;	
	
}
@keyframes ma{
	0%{
		opacity:0;
		-webkit-transform: translate(150px,0);
		-moz-transform: translate(150px,0);
		-o-transform: translate(150px,0);
		transform: translate(150px,0);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.esd-box{
	width: 285px;
	height: 60px;
	top: 160px;
	left: 282px;
	position: absolute;
	z-index: 8;
	animation:esd-box 1.2s ease-out;	
}
@keyframes esd-box{
	0%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.ra{
	width: 94px;
	display: block;
	float: left;
	cursor: pointer;
}
.ra-inner{
	width: 100%;
	height: 60px;
	background: #237b7a;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	-o-transition: cor3 1.4s infinite ease-in-out;
	-moz-transition: cor3 1.4s infinite ease-in-out;
    -webkit-animation: cor3 1.4s infinite ease-in-out;
    animation: cor3 1.4s infinite ease-in-out;	
}
.ra:hover .ra-inner{
	background: #ff2e2e;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;		
}
.esd{
	width: 84px;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;

}
.esd-inner{
	width: 100%;
	height: 60px;
	background: #319998;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	-o-transition: cor4 1.4s infinite ease-in-out;
	-moz-transition: cor4 1.4s infinite ease-in-out;
    -webkit-animation: cor4 1.4s infinite ease-in-out;
    animation: cor4 1.4s infinite ease-in-out;			
}
.esd:hover .esd-inner{
	background: #ff2e2e;
	color: #fff;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;		
} 
.ckt{
	width: 107px;
	display: block;
	float: left;
	text-align: center;
    cursor: pointer;	
}
.ckt-inner{
	width: 100%;
	height: 60px;
    background: #13c4c2;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-o-transition: cor2 1.4s infinite ease-in-out;
	-moz-transition: cor2 1.4s infinite ease-in-out;
    -webkit-animation: cor2 1.4s infinite ease-in-out;
    animation: cor2 1.4s infinite ease-in-out;			
}
.ckt:hover .ckt-inner{
	background: #ff2e2e;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;		
}
.fa-box{
	width: 234px;
	height: 60px;
	top: 295px;
	left: 22px;
	position: absolute;
	z-index: 8;
	animation:ma 1.2s ease-out;
}
.fa{
	width: 117px;
	display: block;
	float: left;
	text-align: center;	
    cursor: pointer;			
}
.fa-inner{
	width: 100%;
	height: 60px;
	line-height: 60px; 
    background: #13c4c2;
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	-o-transition: cor2 1.4s infinite ease-in-out;
	-moz-transition: cor2 1.4s infinite ease-in-out;
    -webkit-animation: cor2 1.4s infinite ease-in-out;
    animation: cor2 1.4s infinite ease-in-out;			
}
.fa:hover .fa-inner{
    background: #ff2e2e;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;			
}
.ma2{
	width: 117px;
	display: block;
	float: left;	
	text-align: center;	
    cursor: pointer;
}
.ma2-inner{
	width: 100%;
	height: 60px;
    line-height: 60px; 
    background: #0c76d1;
	color: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	-o-transition: cor 1.4s infinite ease-in-out;
	-moz-transition: cor 1.4s infinite ease-in-out;
    -webkit-animation: cor 1.4s infinite ease-in-out;
    animation: cor 1.4s infinite ease-in-out;			
}
.ma2:hover .ma2-inner{
    background: #ff2e2e;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;			
}
.rma{
	top: 434px;
	left: 24px;
	position: absolute;
	z-index: 8;
	text-align: center;
	cursor: pointer;
	animation:esd-box 1.2s ease-out; 
}
.rma-inner{
	width: 234px;
	height: 60px;
	background: #0c76d1;
	border-radius:30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	
	-o-transition: cor 1.4s infinite ease-in-out;
	-moz-transition: cor 1.4s infinite ease-in-out;
    -webkit-animation: cor 1.4s infinite ease-in-out;
    animation: cor 1.4s infinite ease-in-out;				
}
.rma:hover .rma-inner{
    background: #ff2e2e;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;			
}
.ma-tek1{
	width: 190px;
	left: 715px;
	top: 115px;
	position: absolute;
	z-index: 10;
	animation:ma-tek1 2s ease-out;
	display: block;	
}
.ma-tek1 img{
	width: 100%;
	height: auto;
	max-width: 190px;	
}
@keyframes ma-tek1{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	60%{
		opacity:0;
		-webkit-transform: translate(40px,20px);
		-moz-transform: translate(40px,20px);
		-o-transform: translate(40px,20px);
		transform: translate(40px,20px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.ma-tek1-aa{
	width: 190px;
	left: 715px;
	top: 115px;
	position: absolute;
	z-index: 10;
	animation:ma-tek1 2s ease-out;
	display: none;		
}
.ma-tek1-aa img{
	width: 100%;
	height: auto;
	max-width: 190px;	
}
.ma-tek2{
	width: 193px;
	height: auto;
	left: 560px;
	top: 210px;
	position: absolute;
	z-index: 10;
	animation:ma-tek1 2.2s ease-out;
}
.ma-tek2 img{
	width: 100%;
	height: auto;
	max-width: 193px;	
}
.ma-tek3{
	width: 190px;
	height: auto;
	left: -160px;
	top: 200px;
	position: absolute;
	z-index: 10;
	animation:ma-tek3 2s ease-out;
}
.ma-tek3 img{
	width: 100%;
	height: auto;
	max-width: 190px;	
}
@keyframes ma-tek3{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	60%{
		opacity:0;
		-webkit-transform: translate(-40px,-20px);
		-moz-transform: translate(-40px,-20px);
		-o-transform: translate(-40px,-20px);
		transform: translate(-40px,-20px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.ma-tek4{
	width: 190px;
	height: auto;
	left: -160px;
	top: 480px;
	position: absolute;
	z-index: 10;
	animation:ma-tek4 2.2s ease-out;
}
.ma-tek4 img{
	width: 100%;
	height: auto;
	max-width: 190px;	
}
@keyframes ma-tek4{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	60%{
		opacity:0;
		-webkit-transform: translate(-40px,20px);
		-moz-transform: translate(-40px,20px);
		-o-transform: translate(-40px,20px);
		transform: translate(-40px,20px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.Pilot-Run{
	display: block;
	left: 397px;
	top: 65px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	animation:Pilot-Run 1.4s ease-out;	
}
@keyframes Pilot-Run{
	0%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.Mask-Production {
	display: block;
	left: 160px;
	top: 120px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	animation:Pilot-Run 1.6s ease-out;	
}
.Mask-Production-2 {
	display: block;
	left: 440px;
	top: 315px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	animation:Mask-Production-2 1.6s ease-out;		
}
@keyframes Mask-Production-2{
	0%{
		opacity:0;
		-webkit-transform: translate(70px,0);
		-moz-transform: translate(70px,0);
		-o-transform: translate(70px,0);
		transform: translate(70px,0);	
	}
	60%{
		opacity:0;
		-webkit-transform: translate(70px,0);
		-moz-transform: translate(70px,0);
		-o-transform: translate(70px,0);
		transform: translate(70px,0);	
	}	
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.Testing {
	display: block;
	left: 440px;
	top: 385px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	animation:Mask-Production-2 1.8s ease-out;	
}
.Shipping {
	display: block;
	left: 440px;
	top: 490px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	animation:Mask-Production-2 2s ease-out;	
}
.Field{
	display: block;
	left: 440px;
	top: 535px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
    font-family: "微軟正黑體";
	font-size: 22px;
	animation:Mask-Production-2 2.2s ease-out;	
}
.Analysis{
	display: block;
	left: 60px;
	top: 565px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: "微軟正黑體";
	font-size: 22px;
	line-height: 27px;	
	animation:Pilot-Run 1.8s ease-out;
}
.car {
	display: block;
	left: 530px;
	top: 440px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	animation:Mask-Production-2 2.4s ease-out;	
}
.money {
	display: block;
	left: 357px;
	top: 665px;
	position: absolute;
	color: #67b9ff;
	z-index: 11;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	animation:bk 2.1s ease-out;		
}
.arrow-page{
	width: 61px;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
	cursor: pointer;
	animation:arrow 2s ease-out;
			
}
.arrow-page-inner{
	width: 100%;
	height: 59px;
	background:#000;		
}
.arrow-page:hover .arrow-page-inner{
	background: #f48c00;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;		
}
@keyframes arrow{
	0%{
		opacity:0;
		-webkit-transform: translate(0,100px);
		-moz-transform: translate(0,100px);
		-o-transform: translate(0,100px);
		transform: translate(0,100px);	
	}
	60%{
		opacity:0;
		-webkit-transform: translate(0,100px);
		-moz-transform: translate(0,100px);
		-o-transform: translate(0,100px);
		transform: translate(0,100px);	
	}	
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.ex-arrow-top{
	width: 53px;
	display: block;
	right: 0;
	top: 400px;
	position: fixed;
	z-index: 16;
	animation:ex-arrow 1s ease-out;
}
.ex-arrow-bottom{
	width: 53px;
	display: block;
	right: 0;
	top: 462px;
	position: fixed;
	z-index: 17;
	animation:ex-arrow 1s ease-out;
}
@keyframes ex-arrow{
	0%{

		-webkit-transform: translate(101%,0);
		-moz-transform: translate(101%,0);
		-o-transform: translate(101%,0);
		transform: translate(101%,0);	
	}
	100%{

		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}









@media only screen and (max-width: 1680px){

}
@media only screen and (max-width: 1440px){
body{
	overflow-y: scroll;
}
.third-bk{
    width: 100%;
	height: 990px;
	top: 0;
	left: 0;
	position: fixed;	
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 340px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 402px;
}
}
@media only screen and (max-width:1366px) and (max-height:1024px){
.third-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 863px;
	margin: 50px auto 0 auto;
	display:block;	
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 420px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 482px;
}	
}
@media only screen and (max-width:1366px) and (max-height:768px){
.third-inner-box{
	width: 863px;
	margin: 0 auto 0 auto;
}
.ma-tek1{
	width: 167px;
	left: 715px;
	top: 115px;
}
.ma-tek2{
	width: 167px;
	left: 560px;
	top: 210px;
}
.ma-tek3{
	width: 170px;
	left: -90px;
	top: 190px;
}
.ma-tek4{
	width: 170px;
	left: -120px;
	top: 500px;
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 260px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 322px;
}
}
@media only screen and (max-width: 1280px){
	
}
@media only screen and (max-width:1024px) and (max-height:1366px){
.third-bk{
    width: 100%;
	height: 1366px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 863px;
	margin: 170px auto 0 auto;
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 600px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 662px;
}
.ma-tek1{
	width: 170px;
	left: 715px;
	top: 115px;
}
.ma-tek2{
	width: 170px;
	left: 560px;
	top: 210px;
}
.ma-tek3{
	width: 170px;
	left: -10px;
	top: 190px;
}
.ma-tek4{
	width: 170px;
	left: -30px;
	top: 500px;
}
.Analysis{
	left: 150px;
	top: 575px;
}
}
@media only screen and (max-width:1024px) and (max-height:768px){
.third-cell{
	margin-top: 10px;
}
.third-bk{
    width: 100%;
	height: 768px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 750px;
	margin: -10px auto 0 auto;
	-webkit-transform: translate(-20px,0);
	-moz-transform: translate(-20px,0);
	-o-transform: translate(-20px,0);
	transform: translate(-20px,0);		

}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 320px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 382px;
}

.new-product{
	width:376px;
	height: 62px;
	left: -80px;
	top: 70px;
}
.new-process{
	width:444px;	
	height: 62px;
	left: 360px;
	top: 70px;
}
.ma-tek1{
	width: 170px;
	left: 675px;
	top: 140px;
}
.ma-tek2{
	width: 170px;
	left: 500px;
	top: 220px;
}
.ma-tek3{
	width: 170px;
	left: -80px;
	top: 190px;
}
.ma-tek4{
	width: 170px;
	left: -60px;
	top: 500px;
}
}
@media only screen and (max-width: 900px){
.third-bk{
    width: 100%;
	height: 1600px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 850px;
	margin: 230px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.new-product{
	width:376px;
	height: 62px;
	left: -30px;
	top: 80px;
}
.new-process{
	width:444px;	
	height: 62px;
	left: 370px;
	top: 80px;
}
.ma-tek1{
	width: 170px;
	left: 675px;
	top: 140px;
}
.ma-tek2{
	width: 170px;
	left: 500px;
	top: 220px;
}
.ma-tek3{
	width: 170px;
	left: 20px;
	top: 190px;
}
.ma-tek4{
	width: 170px;
	left: 20px;
	top: 500px;
}
.Analysis{
	left: 150px;
	top: 605px;
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 720px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 782px;
}
}
@media only screen and (max-width: 800px){
.third-bk{
    width: 100%;
	height: 1280px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 800px;
	margin: 170px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.bottom-bk{
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.bottom-bk img{
	max-width: 863px;
	height: auto;
	width: 100%;
}
.new-product{
	width:356px;
	height: 62px;
	left:-30px;
	top: 80px;
}
.new-product-icon{
    width: 84px;
}
.new-product-box{
    width: 272px;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	text-indent: 74px;
}
.new-process{
	width:424px;	
	height: 62px;
	left: 350px;
	top: 80px;	
}
.new-process-icon{
	width: 84px;
}
.new-process-box{
	width: 340px;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	text-indent: 74px;
}
.ma-tek1{
	width: 150px;
	left: 620px;
	top: 135px;
}
.ma-tek2{
	width: 150px;
	left: 480px;
	top: 210px;
}
.ma-tek3{
	width: 150px;
	left: 20px;
	top: 180px;
}
.ma-tek4{
	width: 150px;
	left: 20px;
	top: 470px;
}

.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 570px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 632px;
}
.esd-box{
	width: 285px;
	height: 52px;
	top: 148px;
	left: 252px;
}
.ma{
	width: 150px;	
	top: 70px;
	left: 505px;	
}
.fa-box{
	width: 220px;
	height: 52px;
	top: 270px;
	left: 20px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.rma{
	top: 410px;
	left: 22px;					
}
.rma-inner{
	width: 220px;
	height: 58px;
	font-size: 17px;
	line-height: 58px;			
}
.Pilot-Run{
	left: 370px;
	top: 59px;
	font-size: 18px;
}
.Mask-Production {
	left: 160px;
	top: 120px;
	font-size: 17px;
}
.Mask-Production-2 {
	left: 420px;
	top: 290px;
	font-size: 17px;	
}
.Testing {
	left: 420px;
	top: 355px;
	font-size: 17px;
}
.Shipping {
	left: 420px;
	top: 450px;
	font-size: 17px;	
}
.Field{
	left: 420px;
	top: 495px;
	font-size: 17px;	
}
.car {
	display: block;
	left: 510px;
	top: 390px;
}
.money {
	left: 327px;
	top: 615px;	
}
.Analysis{
	left: 130px;
	top: 555px;
}
}
@media only screen and (max-width: 768px){
.third-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
	position: fixed;	
}
.third-inner-box{
	width: 768px;
	margin: 60px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.bottom-bk img{
	width: 100%;
	height: auto;
	max-width: 863px;
}
.new-product{
	width:250px;
	height: 52px;
	left: 60px;
	top: 0px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-box{
    width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-process{
	width:300px;	
	height: 52px;
	left: 400px;
	top: 0px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-box{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;
	margin-top: 10px;
	text-indent: 0px;
	text-align: center;
}
.ma{
	width: 150px;	
	top: 70px;
	left: 478px;	
}
.ma-inner{
	width: 100%;
	height: 52px;
	font-size: 18px;
	line-height: 52px;	
}
.Pilot-Run{
	left: 355px;
	top: 55px;
	font-size: 17px;
}
.Mask-Production {
	left: 140px;
	top: 110px;
	font-size: 17px;	
}
.esd-box{
	width: 285px;
	height: 52px;
	top: 143px;
	left: 232px;
}
.ra-inner{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;
}
.esd-inner{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;		
}
.ckt-inner{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;		
}
.fa-box{
	width: 200px;
	height: 52px;
	top: 265px;
	left: 22px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 52px;
	line-height: 52px; 
	font-size: 17px;		
}
.ma2-inner{
	width: 100%;
	height: 52px;
    line-height: 52px; 
	font-size: 17px;		
}
.rma{
	top: 390px;
	left: 22px;						
}
.rma-inner{
	width: 200px;
	height: 52px;
	font-size: 17px;
	line-height: 50px;			
}
.ma-tek1{
	width: 150px;
	left: 600px;
	top: 120px;
}
.ma-tek2{
	width: 150px;
	left: 480px;
	top: 200px;
}
.ma-tek3{
	width: 150px;
	left: 30px;
	top: 175px;
}
.ma-tek4{
	width: 150px;
	left: 50px;
	top: 450px;
}
.Analysis{
	left: 120px;
	top: 535px;
	font-size: 17px;	
}
.Mask-Production-2 {
	left: 400px;
	top: 285px;
	font-size: 17px;	
}
.Testing {
	left: 400px;
	top: 345px;
	font-size: 17px;
}
.Shipping {
	left: 400px;
	top: 430px;
	font-size: 17px;	
}
.Field{
	left: 400px;
	top: 475px;
	font-size: 17px;	
}
.car {
	display: block;
	left: 490px;
	top: 380px;
}
.money {
	left: 312px;
	top: 595px;	
}
.ex-arrow-top{
	width: 53px;
	right: 0;
	top: 500px;
}
.ex-arrow-bottom{
	width: 53px;
	right: 0;
	top: 562px;
}
}
@media only screen and (max-width: 600px){
.third-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 1300px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}
.bottom-bk{
	display: none;
}
.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 1024px;
	top: -80px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}


.new-product{
	width:210px;
	height: 52px;
	left: 30px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-box{
    width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-process{
	width:280px;	
	height: 52px;
	left: 300px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-box{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 17px;
	margin-top: 10px;
	text-align: center;
}
.ma{
	width: 150px;	
	top: 225px;
	left: 357px;	
}
.rma{
	top: 800px;
	left: 25px;						
}
.Analysis{
	left: 50px;
	top: 945px;
	font-size: 17px;	
}
.ma-tek1{
	width: 110px;
	left: 490px;
	top: 250px;
}
.ma-tek2{
	width: 110px;
	left: 380px;
	top: 460px;
}
.ma-tek3{
	width: 110px;
	left: 20px;
	top: 495px;
}
.ma-tek4{
	width: 110px;
	left: 10px;
	top: 860px;
}
.fa-box{
	width: 200px;
	height: 52px;
	top: 569px;
	left: 25px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 52px;
	line-height: 52px; 
	font-size: 17px;		
}
.ma2-inner{
	width: 100%;
	height: 52px;
    line-height: 52px; 
	font-size: 17px;		
}
.money {
	left: 240px;
	top: 1045px;	
}
.Mask-Production-2 {
	left: 330px;
	top: 585px;
	font-size: 17px;	
}
.Testing {
	left: 330px;
	top: 665px;
	font-size: 17px;
}
.Shipping {
	left: 330px;
	top: 815px;
	font-size: 17px;	
}
.Field{
	left: 330px;
	top: 885px;
	font-size: 17px;	
}
.car {
	display: block;
	left: 380px;
	top: 720px;
}
.esd-box{
	width: 285px;
	height: 52px;
	top: 400px;
	left: 170px;
}
.Pilot-Run{
	left: 285px;
	top: 210px;
	font-size: 17px;
}
.Mask-Production {
	left: 100px;
	top: 270px;
	font-size: 17px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
}
@media only screen and (max-width: 480px){
.third-bk{
    width: 100%;
	height: 1050px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 1050px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}
.bottom-bk{
	display: none;
}
.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 1050px;
	top: -60px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.new-product{
	width:210px;
	height: 45px;
	left: 10px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-icon img{
    width: 80px;
	
}
.new-product-box{
    width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-process{
	width:230px;	
	height: 45px;
	left: 240px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-icon img{
    width: 80px;
}
.new-process-box{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
.ma{
	width: 100px;	
	top: 185px;
	left: 304px;	
}
.ma-inner{
	width: 100%;
	height: 45px;
	font-size: 18px;
	line-height: 45px;	
}
.Pilot-Run{
	left: 225px;
	top: 170px;
	font-size: 16px;
}
.Mask-Production {
	left: 80px;
	top: 215px;
	font-size: 16px;	
}
.esd-box{
	width: 235px;
	height: 52px;
	top: 325px;
	left: 130px;
}
.ra{
	width: 30%;
}
.ra-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.esd{
	width: 30%;
}
.esd-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.ckt{
	width: 40%;
}
.ckt-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.fa-box{
	width: 150px;
	height: 45px;
	top: 455px;
	left: 25px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 45px;
	line-height: 45px; 
	font-size: 16px;		
}
.ma2-inner{
	width: 100%;
	height: 45px;
    line-height: 45px; 
	font-size: 16px;		
}
.rma{
	top: 600px;
	left: 25px;						
}
.rma-inner{
	width: 150px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;			
}
.Mask-Production-2 {
	left: 270px;
	top: 465px;
	font-size: 16px;	
}
.Testing {
	left: 270px;
	top: 535px;
	font-size: 16px;
}
.Shipping {
	left: 270px;
	top: 655px;
	font-size: 16px;	
}
.Field{
	left: 270px;
	top: 715px;
	font-size: 16px;	
}
.car {
	width: 110px;
	display: block;
	left: 270px;
	top: 570px;
}
.car img{
	width: 100%;
	height: auto;
	max-width: 141px; 
}
.money {
	left: 180px;
	top: 845px;	
}
.ma-tek1{
	width: 100px;
	left: 390px;
	top: 210px;
	display: none;	
}
.ma-tek1-aa{
	width: 100px;
	left: 270px;
	top: 235px;
	display: block;		
}
.ma-tek2{
	width: 100px;
	left: 290px;
	top: 380px;
}
.ma-tek3{
	width: 100px;
	left: 20px;
	top: 385px;
}
.ma-tek4{
	width: 100px;
	left: 30px;
	top: 660px;
}
.Analysis{
	left: 50px;
	top: 745px;
	font-size: 16px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}	
}
@media only screen and (max-width: 414px){
.third-bk{
    width: 100%;
	height: 750px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 750px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}

.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 750px;
	top: -30px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.new-product{
	width:160px;
	height: 45px;
	left: 10px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-icon img{
    width: 80px;
	
}
.new-product-box{
    width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-process{
	width:230px;	
	height: 45px;
	left: 180px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-icon img{
    width: 80px;
}
.new-process-box{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
.ma{
	width: 100px;	
	top: 175px;
	left: 249px;	
}
.ma-inner{
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;	
}
.Pilot-Run{
	left: 195px;
	top: 160px;
	font-size: 16px;
}
.Mask-Production {
	left: 65px;
	top: 215px;
	font-size: 16px;	
}
.esd-box{
	width: 235px;
	height: 52px;
	top: 301px;
	left: 99px;
}
.ra{
	width: 30%;
}
.ra-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.esd{
	width: 30%;
}
.esd-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.ckt{
	width: 40%;
}
.ckt-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.fa-box{
	width: 120px;
	height: 45px;
	top: 408px;
	left: 25px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 45px;
	line-height: 45px; 
	font-size: 16px;		
}
.ma2-inner{
	width: 100%;
	height: 45px;
    line-height: 45px; 
	font-size: 16px;		
}
.rma{
	width: 120px;
	top: 550px;
	left: 25px;						
}
.rma-inner{
	width: 120px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;			
}
.Mask-Production-2 {
	left: 230px;
	top: 420px;
	font-size: 16px;	
}
.Testing {
	left:230px;
	top: 480px;
	font-size: 16px;
}
.Shipping {
	left: 230px;
	top: 585px;
	font-size: 16px;	
}
.Field{
	left:230px;
	top: 635px;
	font-size: 16px;	
}
.car {
	width: 110px;
	display: block;
	left: 235px;
	top: 511px;
}
.car img{
	width: 100%;
	height: auto;
	max-width: 141px; 
}
.money {
	left: 145px;
	top: 750px;	
}
.ma-tek1-aa{
	width: 100px;
	left: 240px;
	top: 235px;
	display: block;		
}
.ma-tek2{
	width: 100px;
	left: 260px;
	top: 350px;
}
.ma-tek3{
	width: 100px;
	left: 20px;
	top: 345px;
}
.ma-tek4{
	width: 100px;
	left: 10px;
	top: 600px;
}
.Analysis{
	left: 20px;
	top: 665px;
	font-size: 16px;
	line-height: 25px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}		
}
@media only screen and (max-width: 375px){
.third-bk{
    width: 100%;
	height: 750px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 750px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}

.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 750px;
	top: 0px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.new-product{
	width:160px;
	height: auto;
	left: 10px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-icon img{
    width: 80px;
	
}
.new-product-box{
    width: 100%;
	height: 60px;
	padding-top: 0;
	line-height: 60px;
	font-size: 15px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-product-box span{
	display: block;
}
.new-process{
	width:180px;	
	height: auto;
	left: 190px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-icon img{
    width: 80px;
}
.new-process-box{
	width: 100%;
	height: 60px;
	padding-top: 0px;
	line-height: 60px;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
.new-process-box span{
	display: block;
}
.ma{
	width: 100px;	
	top: 185px;
	left: 216px;	
}
.ma-inner{
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;	
}
.Pilot-Run{
	left: 175px;
	top: 170px;
	font-size: 15px;
}
.Mask-Production {
	left: 55px;
	top: 215px;
	font-size: 15px;	
}
.esd-box{
	width: 235px;
	height: 52px;
	top: 301px;
	left: 74px;
}
.ra{
	width: 30%;
}
.ra-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.esd{
	width: 30%;
}
.esd-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.ckt{
	width: 40%;
}
.ckt-inner{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;	
}
.fa-box{
	width: 120px;
	height: 45px;
	top: 400px;
	left: 18px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 45px;
	line-height: 45px; 
	font-size: 16px;		
}
.ma2-inner{
	width: 100%;
	height: 45px;
    line-height: 45px; 
	font-size: 16px;		
}
.rma{
	width: 120px;
	top: 520px;
	left: 25px;						
}
.rma-inner{
	width: 120px;
	height: 45px;
	font-size: 15px;
	line-height: 45px;			
}
.Mask-Production-2 {
	left: 210px;
	top: 410px;
	font-size: 15px;	
}
.Testing{
	left:210px;
	top: 460px;
	font-size: 15px;
}
.Shipping {
	left: 210px;
	top: 555px;
	font-size: 15px;	
}
.Field{
	left:210px;
	top: 600px;
	font-size: 15px;	
}
.car {
	width: 110px;
	display: none;
	left: 235px;
	top: 511px;
}
.car img{
	width: 100%;
	height: auto;
	max-width: 141px; 
}
.money {
	left: 126px;
	top: 710px;	
}
.ma-tek1{
	width: 90px;
	left: 230px;
	top: 235px;
}
.ma-tek2{
	width: 90px;
	left: 240px;
	top: 355px;
}
.ma-tek3{
	width: 90px;
	left: 10px;
	top: 345px;
}
.ma-tek4{
	width: 90px;
	left: 10px;
	top: 570px;
}
.Analysis{
	left: 20px;
	top: 625px;
	font-size: 15px;
	line-height: 22px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ma-tek1-aa{
	width: 100px;
	left: 200px;
	top: 235px;
	display: block;		
}		
}
@media only screen and (max-width: 360px){
.third-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 700px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}

.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 700px;
	top: 0px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.new-product{
	width:160px;
	height: auto;
	left: 10px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-icon img{
    width: 80px;
	
}
.new-product-box{
    width: 100%;
	height: 60px;
	padding-top: 0;
	line-height: 60px;
	font-size: 14px;
	text-indent: 0px;
	text-align: center;
	margin-top: 10px;
}
.new-product-box span{
	display: block;
}
.new-process{
	width:170px;	
	height: auto;
	left: 185px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-icon img{
    width: 80px;
}
.new-process-box{
	width: 100%;
	height: 60px;
	padding-top: 0px;
	line-height: 60px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.new-process-box span{
	display: block;
}
.ma{
	width: 73px;	
	top: 180px;
	left: 230px;	
}
.ma-inner{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;	
}
.Pilot-Run{
	left: 168px;
	top: 170px;
	font-size: 15px;
}
.Mask-Production {
	left: 55px;
	top: 215px;
	font-size: 15px;	
}
.esd-box{
	width: 205px;
	height: 40px;
	top: 288px;
	left: 82px;
}
.ra{
	width: 30%;
}
.ra-inner{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.esd{
	width: 30%;
}
.esd-inner{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;	
}
.ckt{
	width: 40%;
}
.ckt-inner{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;	
}
.fa-box{
	width: 120px;
	height: 40px;
	top: 380px;
	left: 18px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 40px;
	line-height: 40px; 
	font-size: 16px;		
}
.ma2-inner{
	width: 100%;
	height: 40px;
    line-height: 40px; 
	font-size: 16px;		
}
.rma{
	width: 120px;
	top: 500px;
	left: 25px;						
}
.rma-inner{
	width: 120px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;			
}
.Mask-Production-2 {
	left: 200px;
	top: 395px;
	font-size: 15px;	
}
.Testing {
	left:200px;
	top: 447px;
	font-size: 15px;
}
.Shipping {
	left: 200px;
	top: 533px;
	font-size: 15px;	
}
.Field{
	left:200px;
	top: 577px;
	font-size: 15px;	
}
.car {
	display: none;
}
.car img{
	width: 100%;
	height: auto;
	max-width: 141px; 
}
.money {
	left: 120px;
	top: 680px;	
}
.ma-tek1{
	width: 90px;
	left: 220px;
	top: 240px;
	display: none;
}
.ma-tek1-aa{
	width: 90px;
	left: 195px;
	top: 225px;
	display: block;		
}
.ma-tek2{
	width: 90px;
	left: 240px;
	top: 335px;
}
.ma-tek3{
	width: 90px;
	left: 0px;
	top: 325px;
}
.ma-tek4{
	width: 90px;
	left: 10px;
	top: 545px;
}
.Analysis{
	left: 20px;
	top: 605px;
	font-size: 15px;
	line-height: 22px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}	
}
@media only screen and (max-width: 320px) and (max-height:568px){
.third-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;	
}
.third-inner-box{
	width: 100%;
	margin: 0 auto;
	height: 700px;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		
}
.third-body-container{
    width: 100%;	
}
.third-cell{
	margin-top: 0px;
}

.top-height{
	width: 100%;
	height: 50px;	
}

.bottom-bk2{
	display: block;
	animation:bk 2s ease-out;
	height: 700px;
	top: 20px;		
}
.bottom-bk2 img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.new-product{
	width:130px;
	height: auto;
	left: 10px;
	top: 40px;
}
.new-product-icon{
    width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;
}
.new-product-icon img{
    width: 70px;
	
}
.new-product-box{
    width: 100%;
	height: 60px;
	padding-top: 0px;
	line-height: 60px;
	font-size: 13px;
	text-indent: 0px;
	text-align: center;
	margin-top: 15px;
}
.new-product-box span{
	display: block;
}
.new-process{
	width:160px;	
	height: auto;
	left: 150px;
	top: 40px;	
}
.new-process-icon{
	width: 100%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-align: center;		
}
.new-process-icon img{
    width: 70px;
}
.new-process-box{
	width: 100%;
	height: 60px;
	padding-top: 0px;
	line-height: 60px;
	font-size: 13px;
	margin-top: 15px;
	text-align: center;
}
.new-process-box span{
	display: block;
}
.ma{
	width: 70px;	
	top: 180px;
	left: 200px;	
}
.ma-inner{
	width: 100%;
	height: 35px;
	font-size: 15px;
	line-height: 35px;	
}
.Pilot-Run{
	left: 145px;
	top: 165px;
	font-size: 14px;
}
.Mask-Production {
	left: 45px;
	top: 210px;
	font-size: 14px;	
}
.esd-box{
	width: 205px;
	height: 35px;
	top: 276px;
	left: 62px;
}
.ra{
	width: 30%;
}
.ra-inner{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}
.esd{
	width: 30%;
}
.esd-inner{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;	
}
.ckt{
	width: 40%;
}
.ckt-inner{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;	
}
.fa-box{
	width: 100px;
	height: 35px;
	top: 358px;
	left: 18px;
}
.fa{
	width: 50%;			
}
.ma2{
	width: 50%;			
}
.fa-inner{
	width: 100%;
	height: 35px;
	line-height: 35px; 
	font-size: 15px;		
}
.ma2-inner{
	width: 100%;
	height: 35px;
    line-height: 35px; 
	font-size: 15px;		
}
.rma{
	width: 100px;
	top: 460px;
	left: 25px;						
}
.rma-inner{
	width: 100px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;			
}
.Mask-Production-2 {
	left: 180px;
	top: 370px;
	font-size: 14px;	
}
.Testing {
	left: 180px;
	top: 417px;
	font-size: 14px;
}
.Shipping {
	left: 180px;
	top: 494px;
	font-size: 14px;	
}
.Field{
	left: 180px;
	top: 532px;
	font-size: 14px;	
}

.money {
	left: 100px;
	top: 630px;	
}
.ma-tek1{
	width: 90px;
	left: 220px;
	top: 240px;
	display: none;
}
.ma-tek1-aa{
	width: 90px;
	left: 170px;
	top: 215px;
	display: block;		
}
.ma-tek2{
	width: 90px;
	left: 210px;
	top: 315px;
}
.ma-tek3{
	width: 90px;
	left: -20px;
	top: 305px;
}
.ma-tek4{
	width: 90px;
	left: 10px;
	top: 500px;
}
.Analysis{
	left: 20px;
	top: 555px;
	font-size: 14px;
	line-height: 22px;	
}
.ex-arrow-top{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 45px;
}
.ex-arrow-top img{
	width: 100%;
	height: auto;
	max-width: 53px;
}
.ex-arrow-bottom{
	width: 45px;
	right: 0;
	top: auto;
	bottom: 0;
}
.ex-arrow-bottom img{
	width: 100%;
	height: auto;
	max-width: 53px;
}	
}
@media only screen and (max-width: 320px) and (max-height:480px){
	
}
