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

body{
	background: #124074;
	overflow-x: hidden;
	overflow-y: hidden;		
}

.content-body{
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 1;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;	
}

.content-bk{
    width: 100%;
	height: 1080px;
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	z-index: 4;	
    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 1s ease-out;
}
.content-swipe{
	left: 370px;
}
@keyframes secbk{
	0%{
		opacity:0;
		-webkit-transform: translate(0,150px);
		-moz-transform: translate(0,150px);
		-o-transform: translate(0,150px);
		transform: translate(0,150px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.content-box{
    width: 100%;
	height: 1080px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;			 
}
.content-box-inner{
    width: 1168px;	
	margin: 0 auto;
	display: block;		 
}
.container-box{
    width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 6;		 
}
.circuit-pic{
	width: 437px;
	left: 13%;
	top: 260px;
	position: absolute;
	z-index: 6;
	animation:circuit-pic 1s ease-out;			
}
.circuit-pic img{
	max-width: 437px;
	height: auto;
	width: 100%;		
}
@keyframes circuit-pic{
	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);
	}
}
.repair-a{
	width: 219px;
	left: 48%;
	top: 120px;
	position: absolute;
	z-index: 7;
	animation:repair-a 1s ease-out;	
}
.repair-a img{
	max-width: 219px;
	height: auto;
	width: 100%;
}
@keyframes repair-a{
	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);
	}
}
.repair-b{
	width: 219px;
	left: 55%;
	top: 270px;
	position: absolute;
	z-index: 7;
	animation:repair-b 1.1s ease-out;		
}
.repair-b img{
	max-width: 219px;
	height: auto;
	width: 100%;	
}
@keyframes repair-b{
	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);
	}
}
.repair-c{
	width: 219px;
	left: 62%;
	top: 420px;
	position: absolute;
	z-index: 7;
	animation:repair-c 1.2s ease-out;	
}
.repair-c img{
	max-width: 219px;
	height: auto;
	width: 100%;	
}
@keyframes repair-c{
	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);
	}
}
.repair-d{
	width: 219px;
	left: 55%;
	top: 573px;
	position: absolute;
	z-index: 7;
	animation:repair-d 1.3s ease-out;	
}
.repair-d img{
	max-width: 219px;
	height: auto;
	width: 100%;		
}
@keyframes repair-d{
	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);
	}
}
.repair-e{
	width: 219px;
	left: 48%;
	top: 723px;
	position: absolute;
	z-index: 7;
    animation:repair-e 1.4s ease-out;			
}
.repair-e img{
	max-width: 219px;
	height: auto;
	width: 100%;			
}
@keyframes repair-e{
	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);
	}
}
.Circuit-Repair{
	width: 250px;
	left: 7%;
	top: 235px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 55px;
	color: #fff;
	z-index: 9;
	animation:Circuit 1.4s ease-out;		
}
@keyframes Circuit{
	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);
	}
}
.Single{
	width: 380px;
	left: 6%;
	top: 750px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 27px;
	color: #ffa224;
	z-index: 9;
	animation:Single 1.6s ease-out;		
}
@keyframes Single{
	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);
	}
}
.word1{
	width: 150px;
	left: 68%;
	top: 160px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 22px;
	color: #a1d5ff;
	z-index: 10;
	animation:word1 1.3s ease-out;			
}
@keyframes word1{
	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);
	}
}
.word2{
	width: 150px;
	left: 75%;
	top: 315px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 22px;
	color: #a1d5ff;
	z-index: 10;
	animation:word2 1.4s ease-out;		
}
@keyframes word2{
	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);
	}
}
.word3{
	width: 150px;
	left: 82%;
	top: 463px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 22px;
	color: #a1d5ff;
	z-index: 10;
	animation:word3 1.5s ease-out;		
}
@keyframes word3{
	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);
	}
}
.word4{
	width: 240px;
    left: 75%;
	top: 610px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 22px;
	color: #a1d5ff;
	z-index: 10;
	animation:word4 1.6s ease-out;			
}
@keyframes word4{
	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);
	}
}
.word5{
	width: 250px;
	left: 68%;
	top: 767px;
	position: absolute;	
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 22px;
	color: #a1d5ff;
	z-index: 10;
	animation:word5 1.7s ease-out;			
}
@keyframes word5{
	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);
	}
}








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

}
@media only screen and (max-width: 1440px){
.content-bk{
    width: 100%;
	height: 900px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 900px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 1168px;	
	margin: -90px auto 0 auto;	 
}

.repair-a{
	width: 219px;
	left: 48%;
	top: 140px;
}
.repair-b{
	width: 219px;
	left: 55%;
	top: 280px;		
}
.repair-c{
	width: 219px;
	left: 62%;
	top: 420px;
}
.repair-d{
	width: 219px;
	left: 55%;
	top: 563px;
}
.repair-e{
	width: 219px;
	left: 48%;
	top: 703px;		
}
.word1{
	width: 150px;
	left: 68%;
	top: 180px;
	font-size: 22px;		
}
.word2{
	width: 150px;
	left: 75%;
	top: 320px;
	font-size: 22px;		
}
.word3{
	width: 150px;
	left: 82%;
	top: 463px;
	font-size: 22px;	
}
.word4{
	width: 240px;
    left: 75%;
	top: 600px;
	font-size: 22px;		
}
.word5{
	width: 250px;
	left: 68%;
	top: 747px;
	font-size: 22px;		
}
}
@media only screen and (max-width:1366px) and (max-height:1024px){
.content-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1024px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 1168px;	
	margin: 0 auto 0 auto;	 
}	
}
@media only screen and (max-width:1366px) and (max-height:768px){
.content-bk{
    width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 738px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 1168px;	
	margin: -70px auto 0 auto;	 
}
.circuit-pic{
	width: 407px;
	left: 17%;
	top: 170px;		
}
.repair-a{
	width: 169px;
	left: 48%;
	top: 110px;
}
.repair-b{
	width:169px;
	left: 55%;
	top: 220px;	
}
.repair-c{
	width: 169px;
	left: 62%;
	top: 330px;
}
.repair-d{
	width: 169px;
	left: 55%;
	top: 443px;
}
.repair-e{
	width: 169px;
	left: 48%;
	top: 553px;			
}
.word1{
	width: 150px;
	left: 63%;
	top: 140px;
	font-size: 20px;		
}
.word2{
	width: 150px;
	left: 70%;
	top: 255px;
	font-size: 20px;	
}
.word3{
	width: 150px;
	left: 77%;
	top: 363px;
	font-size: 20px;	
}
.word4{
	width: 240px;
    left: 70%;
	top: 480px;
	font-size: 20px;		
}
.word5{
	width: 250px;
	left: 63%;
	top: 587px;
	font-size: 20px;		
}
.Circuit-Repair{
	width: 210px;
	left: 13%;
	top: 155px;
	font-size: 45px;		
}
.Single{
	width: 340px;
	left: 10%;
	top: 620px;
	font-size: 25px;	
}
}
@media only screen and (max-width: 1280px){
.content-bk{
    width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 738px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 1168px;	
	margin: -40px auto 0 auto;	 
}	
}
@media only screen and (max-width:1024px) and (max-height:1366px){
.content-bk{
    width: 100%;
	height: 1366px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1366px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 980px;	
	margin: 140px auto 0 auto;	 
}
.Circuit-Repair{
	width: 200px;
	left: 9%;
	top: 245px;
	font-size: 45px;		
}
}
@media only screen and (max-width:1024px) and (max-height:768px){
.content-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1024px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 980px;	
	margin: -50px auto 0 auto;	 
}
.Circuit-Repair{
	width: 200px;
	left: 14%;
	top: 165px;
	font-size: 45px;		
}
.repair-a{
	width: 169px;
	left: 52%;
	top: 110px;
}
.repair-b{
	width:169px;
	left: 59%;
	top: 220px;	
}
.repair-c{
	width: 169px;
	left: 66%;
	top: 330px;
}
.repair-d{
	width: 169px;
	left: 59%;
	top: 443px;
}
.repair-e{
	width: 169px;
	left: 52%;
	top: 553px;			
}
.word1{
	width: 150px;
	left: 70%;
	top: 140px;
	font-size: 20px;		
}
.word2{
	width: 150px;
	left: 77%;
	top: 255px;
	font-size: 20px;	
}
.word3{
	width: 150px;
	left: 84%;
	top: 363px;
	font-size: 20px;	
}
.word4{
	width: 240px;
    left: 77%;
	top: 480px;
	font-size: 20px;		
}
.word5{
	width: 250px;
	left: 70%;
	top: 587px;
	font-size: 20px;		
}
}
@media only screen and (max-width: 900px){
.content-bk{
    width: 100%;
	height: 1600px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1600px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 900px;	
	margin: 400px auto 0 auto;
	-webkit-transform: translate(30px,0);
	-moz-transform: translate(30px,0);
	-o-transform: translate(30px,0);
	transform: translate(30px,0);	 
}
.Circuit-Repair{
	width: 400px;
	left: 5%;
	top: 125px;
	font-size: 45px;		
}
.circuit-pic{
	width: 377px;
	left: 8%;
	top: 170px;		
}
.Single{
	width: 350px;
	left: 5%;
	top: 590px;
	font-size: 25px;	
}
.repair-a{
	width: 169px;
	left: 46%;
	top: 110px;
}
.repair-b{
	width:169px;
	left: 53%;
	top: 220px;	
}
.repair-c{
	width: 169px;
	left: 56%;
	top: 330px;
}
.repair-d{
	width: 169px;
	left: 53%;
	top: 443px;
}
.repair-e{
	width: 169px;
	left: 46%;
	top: 553px;			
}
.word1{
	width: 150px;
	left: 67%;
	top: 140px;
	font-size: 20px;		
}
.word2{
	width: 150px;
	left: 72%;
	top: 255px;
	font-size: 20px;	
}
.word3{
	width: 150px;
	left: 76%;
	top: 363px;
	font-size: 20px;	
}
.word4{
	width: 240px;
    left: 72%;
	top: 480px;
	font-size: 20px;		
}
.word5{
	width: 250px;
	left: 65%;
	top: 587px;
	font-size: 20px;		
}
}
@media only screen and (max-width: 800px){
.content-bk{
    width: 100%;
	height: 1600px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1600px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 800px;	
	margin: 200px auto 0 auto;
	-webkit-transform: translate(-15px,0);
	-moz-transform: translate(-15px,0);
	-o-transform: translate(-15px,0);
	transform: translate(-15px,0);		 
}
.Circuit-Repair{
	width: 220px;
	left: 7%;
	top: 125px;
	font-size: 45px;		
}
.circuit-pic{
	width: 377px;
	left: 10%;
	top: 170px;		
}
.Single{
	width: 350px;
	left: 5%;
	top: 590px;
	font-size: 25px;	
}
.repair-a{
	width: 169px;
	left: 51%;
	top: 110px;
}
.repair-b{
	width:169px;
	left: 58%;
	top: 220px;	
}
.repair-c{
	width: 169px;
	left: 61%;
	top: 330px;
}
.repair-d{
	width: 169px;
	left: 58%;
	top: 443px;
}
.repair-e{
	width: 169px;
	left: 51%;
	top: 553px;			
}
.word1{
	width: 130px;
	left: 75%;
	top: 140px;
	font-size: 20px;		
}
.word2{
	width: 130px;
	left: 80%;
	top: 255px;
	font-size: 20px;	
}
.word3{
	width: 100px;
	left: 84%;
	top: 363px;
	font-size: 20px;	
}
.word4{
	width: 100px;
    left: 80%;
	top: 480px;
	font-size: 20px;		
}
.word5{
	width: 200px;
	left: 73%;
	top: 587px;
	font-size: 20px;		
}
}
@media only screen and (max-width: 768px){
.content-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1024px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 768px;	
	margin: 80px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 460px;
	left: 5%;
	top: 170px;		
}
.Circuit-Repair{
	width: 270px;
	left: 8%;
	top: 110px;
	font-size: 42px;		
}
.Single{
	width: 340px;
	left: 5%;
	top: 660px;
	font-size: 24px;
	line-height: 35px;	
}
.repair-a{
	width: 189px;
	left: 49%;
	top: 35px;
}
.repair-b{
	width:189px;
	left: 62%;
	top: 180px;	
}
.repair-c{
	width: 189px;
	left: 70%;
	top: 330px;
}
.repair-d{
	width: 189px;
	left: 62%;
	top: 488px;
}
.repair-e{
	width: 189px;
	left: 49%;
	top: 643px;			
}
.word1{
	width: 120px;
	left: 65%;
	top: 0px;
	font-size: 20px;
	color: #fff;		
}
.word2{
	width: 130px;
	left: 72%;
	top: 145px;
	font-size: 20px;
	color: #fff;	
}
.word3{
	width: 130px;
	left: 80%;
	top: 295px;
	font-size: 20px;
	color: #fff;	
}
.word4{
	width: 200px;
    left: 72%;
	top: 454px;
	font-size: 20px;
	color: #fff;		
}
.word5{
	width: 235px;
	left: 62%;
	top: 610px;
	font-size: 20px;
	color: #fff;		
}
}
@media only screen and (max-width: 600px){
.content-bk{
    width: 100%;
	height: 1000px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 1000px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 600px;	
	margin: 100px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 400px;
	left: 0%;
	top: 230px;		
}
.Circuit-Repair{
	width: 270px;
	left: 8%;
	top: 10px;
	font-size: 44px;		
}
.Single{
	width: 300px;
	left: 40%;
	top: 28px;
	font-size: 23px;	
}
.repair-a{
	width: 149px;
	left: 43%;
	top: 120px;
}
.repair-b{
	width:149px;
	left: 62%;
	top: 250px;	
}
.repair-c{
	width: 149px;
	left: 69%;
	top: 390px;
}
.repair-d{
	width: 149px;
	left: 62%;
	top: 533px;
}
.repair-e{
	width: 149px;
	left: 43%;
	top: 663px;			
}
.word1{
	width: 120px;
	left: 64%;
	top: 90px;
	font-size: 20px;
	color: #fff;		
}
.word2{
	width: 130px;
	left: 68%;
	top: 220px;
	font-size: 20px;
	color: #fff;	
}
.word3{
	width: 130px;
	left: 77%;
	top: 360px;
	font-size: 20px;
	color: #fff;	
}
.word4{
	width: 200px;
    left: 65%;
	top: 505px;
	font-size: 20px;
	color: #fff;		
}
.word5{
	width: 240px;
	left: 56%;
	top: 635px;
	font-size: 20px;
	color: #fff;		
}
}
@media only screen and (max-width: 480px){
.content-bk{
    width: 100%;
	height: 850px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 850px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 480px;	
	margin: 60px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 337px;
	left: -6%;
	top: 190px;		
}
.Circuit-Repair{
	width: 180px;
	left: 6%;
	top: 35px;
	font-size: 37px;		
}
.Single{
	width: 280px;
	left: 40%;
	top: 50px;
	font-size: 20px;	
}
.repair-a{
	width: 149px;
	left: 37%;
	top: 110px;
}
.repair-b{
	width:149px;
	left: 60%;
	top: 220px;	
}
.repair-c{
	width: 149px;
	left: 68%;
	top: 330px;
}
.repair-d{
	width: 149px;
	left: 60%;
	top: 443px;
}
.repair-e{
	width: 149px;
	left: 37%;
	top: 553px;			
}
.word1{
	width: 110px;
	left: 52%;
	top: 192px;
	font-size: 17px;
	color: #fff;		
}
.word2{
	width: 130px;
	left: 72%;
	top: 305px;
	font-size: 17px;
	color: #fff;	
}
.word3{
	width: 120px;
	left: 72%;
	top: 419px;
	font-size: 17px;
	color: #fff;	
}
.word4{
	width: 90px;
    left: 58%;
	top: 529px;
	font-size: 17px;
	color: #fff;		
}
.word5{
	width: 180px;
	left: 32%;
	top: 638px;
	font-size: 17px;
	color: #fff;		
}	
}
@media only screen and (max-width: 414px){
.content-swipe{
	left: 300px;
}
.content-bk{
    width: 100%;
	height: 750px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 750px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 414px;	
	margin: 30px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 300px;
	left: -8%;
	top: 205px;		
}
.Circuit-Repair{
	width: 140px;
	left: 7%;
	top: 50px;
	font-size: 32px;		
}
.Single{
	width: 230px;
	left: 40%;
	top: 55px;
	font-size: 17px;	
}
.repair-a{
	width: 129px;
	left: 37%;
	top: 130px;
}
.repair-b{
	width:129px;
	left: 60%;
	top: 230px;	
}
.repair-c{
	width: 129px;
	left: 68%;
	top: 330px;
}
.repair-d{
	width: 129px;
	left: 60%;
	top: 433px;
}
.repair-e{
	width: 129px;
	left: 37%;
	top: 533px;			
}
.word1{
	width: 110px;
	left: 52%;
	top: 205px;
	font-size: 16px;
	color: #fff;		
}
.word2{
	width: 120px;
	left: 70%;
	top: 302px;
	font-size: 16px;
	color: #fff;	
}
.word3{
	width: 90px;
	left: 70%;
	top: 405px;
	font-size: 16px;
	color: #fff;	
}
.word4{
	width: 90px;
    left: 56%;
	top: 505px;
	font-size: 16px;
	color: #fff;		
}
.word5{
	width: 170px;
	left: 30%;
	top: 610px;
	font-size: 16px;
	color: #fff;		
}
}
@media only screen and (max-width: 375px){
.content-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 700px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 375px;	
	margin: -15px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 290px;
	left: -16%;
	top: 205px;		
}
.Circuit-Repair{
	width: 130px;
	left: 6%;
	top: 90px;
	font-size: 29px;		
}
.Single{
	width: 220px;
	left: 39%;
	top: 95px;
	font-size: 16px;	
}
.repair-a{
	width: 109px;
	left: 35%;
	top: 150px;
}
.repair-b{
	width:109px;
	left: 58%;
	top: 240px;	
}
.repair-c{
	width: 109px;
	left: 66%;
	top: 330px;
}
.repair-d{
	width: 109px;
	left: 58%;
	top: 423px;
}
.repair-e{
	width: 109px;
	left: 35%;
	top: 513px;			
}
.word1{
	width: 100px;
	left: 50%;
	top: 215px;
	font-size: 16px;
	color: #fff;		
}
.word2{
	width: 110px;
	left: 68%;
	top: 302px;
	font-size: 16px;
	color: #fff;	
}
.word3{
	width: 80px;
	left: 66%;
	top: 393px;
	font-size: 16px;
	color: #fff;	
}
.word4{
	width: 80px;
    left: 55%;
	top: 485px;
	font-size: 16px;
	color: #fff;		
}
.word5{
	width: 160px;
	left: 30%;
	top: 580px;
	font-size: 16px;
	color: #fff;		
}
}
@media only screen and (max-width: 360px){
.content-swipe{
	left: 290px;
}
.content-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 700px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 360px;	
	margin: -25px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.Circuit-Repair{
	width: 130px;
	left: 4%;
	top: 90px;
	font-size: 29px;		
}
.Single{
	width: 220px;
	left: 39%;
	top: 95px;
	font-size: 16px;	
}	
}
@media only screen and (max-width: 320px) and (max-height:568px){
.content-swipe{
	left: 260px;
}
.content-bk{
    width: 100%;
	height: 600px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 600px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 320px;	
	margin: -25px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}
.circuit-pic{
	width: 240px;
	left: -16%;
	top: 205px;		
}
.Circuit-Repair{
	width: 170px;
	left: 6%;
	top: 100px;
	font-size: 22px;		
}
.Single{
	width: 200px;
	left: 35.5%;
	top: 99px;
	font-size: 15px;	
}
.repair-a{
	width: 99px;
	left: 35%;
	top: 150px;
}
.repair-b{
	width:99px;
	left: 58%;
	top: 225px;	
}
.repair-c{
	width:99px;
	left: 66%;
	top: 300px;
}
.repair-d{
	width:99px;
	left: 58%;
	top: 378px;
}
.repair-e{
	width:99px;
	left: 35%;
	top: 453px;			
}
.word1{
	width: 90px;
	left: 52%;
	top: 204px;
	font-size: 15px;
	color: #fff;		
}
.word2{
	width: 90px;
	left: 65%;
	top: 279px;
	font-size: 15px;
	color: #fff;	
}
.word3{
	width: 100px;
	left: 64%;
	top: 355px;
	font-size: 15px;
	color: #fff;	
}
.word4{
	width: 150px;
    left: 50%;
	top: 432px;
	font-size: 15px;
	color: #fff;		
}
.word5{
	width: 180px;
	left: 30%;
	top: 511px;
	font-size: 15px;
	color: #fff;		
}
}
@media only screen and (max-width: 320px) and (max-height:480px){
body{
	overflow-y: auto;		
}
.content-bk{
    width: 100%;
	height: 550px;
	top: 0;
	left: 0;
}
.content-box{
    width: 100%;
	height: 550px;
	left: 0;
	top: 0;	 
}
.content-box-inner{
    width: 320px;	
	margin: -25px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);		 
}	
.content-swipe{
	left: 260px;
}	
}
































