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


/*ra page content*/
body{
	background: #124074;
	overflow-x: hidden;
	overflow-y: auto;	

}
.content-body{
	width: 100%;
	display: block;
	float: left;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;		
}
.content-swipe{
    -webkit-transform: translate(370px,0);
	-moz-transform: translate(370px,0);
	-o-transform: translate(370px,0);
	transform: translate(370px,0);
	
}
.inter-box-body{
	width: 100%;
	height: 990px;
	position: fixed;
	top: 0;
	left: 0;
	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;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
	animation:secbk 1s ease-out;	
}
@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-inner{
    width: 1078px;
	height: 1078px;
	margin: 100px auto 100px auto;
	display: block;		 
}
.container-box{
    width: 100%;
	display: block;
	float: left;	 
}
.round-box{
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	position: relative;
	z-index: 10;
	animation:cell-b 1.2s ease;	
}
.round-box img{
	max-width: 1078px;
	height: auto;
	width: 100%;
}
.round-box2{
	width: 100%;
	right: 0;
	top: 0;
	display: none;
	position: fixed;
	z-index: 10;
	animation:cell-b 1.2s ease;	
}
.round-box2 img{
	max-width: 389px;
	height: auto;
	width: 100%;
}
.round-box3{
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	position: absolute;
	z-index: 10;
	animation:cell-b 1.2s ease;	
}
.round-box3 img{
	max-width: 374px;
	height: auto;
	width: 100%;
}
@keyframes cell-b{
	0%{
		opacity:0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);	
	}
	50%{
		opacity:1;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%{
		opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.ex-arrow-top-2{
	width: 53px;
	display: block;
	right: 0;
	top: 400px;
	position: fixed;
	z-index: 16;
	animation:ex-arrow 1s ease-out;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;	
}
.ex-arrow-bottom-2{
	width: 53px;
	display: block;
	right: 0;
	top: 462px;
	position: fixed;
	z-index: 17;
	animation:ex-arrow 1s ease-out;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;		
}
@keyframes ex-arrow-2{
	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);
	}
}
.arrow-swipe{
		-webkit-transform: translate(53px,0);
		-moz-transform: translate(53px,0);
		-o-transform: translate(53px,0);
		transform: translate(53px,0);	
}
.line-box{
	width: 540px;
	left: 36%;
	top: 636px;
	position: absolute;
	z-index: 12;
	border-bottom: 2px #fff dashed;	
	animation:line-box 1.6s ease-out;
}

@keyframes line-box{
	0%{
       opacity:0;
	}
	40%{
       opacity:0;
	}	
	100%{
       opacity:1;
	}
}
.desktop-box{
	width: 330px;
	display: block;
	top: 470px;
	left: 43%;
	position: absolute;
	z-index: 13;
	animation:desktop-box 1.6s ease-out;
}
@keyframes desktop-box{
	0%{
		opacity:0;
		-webkit-transform: translate(0,-50px);
		-moz-transform: translate(0,-50px);
		-o-transform: translate(0,-50px);
		transform: translate(0,-50px);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(0,-80px);
		-moz-transform: translate(0,-80px);
		-o-transform: translate(0,-80px);
		transform: translate(0,-80px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.desktop-icon{
	width: 113px;
	display: block;
	float: left;
}
.desktop-icon img{
	max-width: 113px;
	height: auto;
	width: 100%;
}
.desktop-title{
	width: 190px;
	display: block;
	float: left;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	margin-left: 21px;
	margin-top: 32px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 690px;
	left: 43%;
	position: absolute;
	z-index: 13;
	animation:notebook-box 1.6s ease-out;
}

@keyframes notebook-box{
	0%{
		opacity:0;
		-webkit-transform: translate(0,80px);
		-moz-transform: translate(0,80px);
		-o-transform: translate(0,80px);
		transform: translate(0,80px);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(0,80px);
		-moz-transform: translate(0,80px);
		-o-transform: translate(0,80px);
		transform: translate(0,80px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.notebook-icon{
	width: 119px;
	display: block;
	float: left;
	margin-left: 0px;	
}
.notebook-icon img{
	max-width: 119px;
	height: auto;
	width: 100%;	
}
.notebook-title{
	width: 130px;
	display: block;
	float: left;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 28px;
	color: #ffb400;
	line-height: 40px;
	margin-top: 32px;
}
.main-title-box{
	width:400px;
	right: 280px;
	top: 100px;
	position: absolute;
	z-index: 15;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 33px;
	line-height: 44px;
	color: #fff;
	animation:main-title-box 1.2s ease-out; 
}
@keyframes main-title-box{
	0%{
		opacity:0;
		-webkit-transform: translate(200px,0);
		-moz-transform: translate(200px,0);
		-o-transform: translate(200px,0);
		transform: translate(200px,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){
.inter-box-body{
	width: 100%;
	height: 1078px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 1078px;
	height: 1078px;
	margin: 100px auto 100px auto;	 
}
.main-title-box{
	width:440px;
	right: 50px;
	top: 100px;
	font-size: 33px;
	line-height: 44px;
}
.line-box{
	width: 540px;
	left: 33.5%;
	top: 634px;
}
}
@media only screen and (max-width:1440px){
.main-title-box{
	width:440px;
	right: 30px;
	top: 50px;
	font-size: 33px;
	line-height: 44px;
}
.line-box{
	width: 540px;
	left: 31%;
	top: 634px;
}
.desktop-box{
	width: 330px;
	display: block;
	top: 470px;
	left: 40%;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 690px;
	left: 40%;
}
}
@media only screen and (max-width:1366px) and (max-height:1024px){
.line-box{
	width: 535px;
	left: 30.5%;
	top: 634px;
}
.desktop-box{
	width: 330px;
	display: block;
	top: 470px;
	left: 40%;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 690px;
	left: 40%;
}
}
@media only screen and (max-width:1366px) and (max-height:768px){
.inter-box-body{
	width: 100%;
	height: 1050px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 980px;
	height: 950px;
	margin: 60px auto 100px auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 50px;
	font-size: 30px;
	line-height: 35px;
}
.line-box{
	width: 487px;
	left: 32%;
	top: 548px;
}
.desktop-box{
	width: 330px;
	top: 400px;
	left: 41%;
}
.desktop-icon{
	width: 103px;
}
.desktop-title{
	width: 190px;
	font-size: 28px;
	line-height: 35px;
	margin-left: 21px;
	margin-top: 28px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 580px;
	left: 40%;
}
.notebook-icon{
	width: 119px;
	margin-left: 0;	
}
.notebook-title{
	width: 120px;
	font-size: 28px;
	line-height: 35px;
	margin-top: 30px;
}
}
@media only screen and (max-width:1280px){
.line-box{
	width: 487px;
	left: 30.5%;
	top: 548px;
}
}
@media only screen and (max-width:1024px) and (max-height:1366px){
.inter-box-body{
	width: 100%;
	height: 1366px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 900px;
	height: 1366px;
	margin: 220px auto 0 auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 130px;
	font-size: 30px;
	line-height: 35px;
}
.line-box{
	width: 437px;
	left: 28.5%;
	top: 665px;
}
.desktop-box{
	width: 330px;
	top: 520px;
	left: 37%;
}
.desktop-icon{
	width: 93px;
}
.desktop-title{
	width: 190px;
	font-size: 26px;
	line-height: 33px;
	margin-left: 21px;
	margin-top: 12px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 710px;
	left: 39%;
}
.notebook-icon{
	width: 109px;
	margin-left: 0;	
}
.notebook-title{
	width: 120px;
	font-size: 26px;
	line-height: 33px;
	margin-top: 12px;
}	
}
@media only screen and (max-width:1024px) and (max-height:768px){
.inter-box-body{
	width: 100%;
	height: 800px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 900px;
	height: 900px;
	margin: 90px auto 0 auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 40px;
	font-size: 30px;
	line-height: 35px;
}
.desktop-box{
	width: 330px;
	top: 405px;
	left: 39%;
}
.desktop-icon{
	width: 93px;
}
.desktop-title{
	width: 190px;
	font-size: 25px;
	line-height: 33px;
	margin-left: 21px;
	margin-top: 25px;
}
.line-box{
	width: 437px;
	left: 28.5%;
	top: 540px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 580px;
	left: 39%;
}
.notebook-title{
	width: 120px;
	font-size: 25px;
	line-height: 33px;
	margin-top: 27px;
}
}
@media only screen and (max-width:900px){
.inter-box-body{
	width: 100%;
	height: 1600px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 800px;
	height: auto;
	margin: 320px auto 0 auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 250px;
	font-size: 30px;
	line-height: 35px;
}
.desktop-box{
	width: 330px;
	top: 600px;
	left: 37%;
}
.desktop-icon{
	width: 93px;
}
.desktop-title{
	width: 190px;
	font-size: 25px;
	line-height: 33px;
	margin-left: 21px;
	margin-top: 24px;
}
.line-box{
	width: 400px;
	left: 27.5%;
	top: 720px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 750px;
	left: 37%;
}
.notebook-icon{
	width: 109px;
	margin-left: 0;	
}
.notebook-title{
	width: 110px;
	font-size: 25px;
	line-height: 33px;
	margin-top: 25px;
}
}
@media only screen and (max-width:800px){
.inter-box-body{
	width: 100%;
	height: 1300px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 750px;
	height: auto;
	margin: 260px auto 0 auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 190px;
	font-size: 30px;
	line-height: 35px;
}
.desktop-box{
	width: 330px;
	top: 510px;
	left: 35%;
}
.desktop-icon{
	width: 83px;
}
.desktop-title{
	width: 190px;
	font-size: 24px;
	line-height: 33px;
	margin-left: 21px;
	margin-top: 12px;
}
.line-box{
	width: 370px;
	left: 27%;
	top: 633px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 655px;
	left: 36%;
}
.notebook-icon{
	width: 99px;
	margin-left: 0;	
}
.notebook-title{
	width: 120px;
	font-size: 24px;
	line-height: 33px;
	margin-top: 12px;
}
}
@media only screen and (max-width:768px){
.inter-box-body{
	width: 100%;
	height: 1024px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 700px;
	height: auto;
	margin: 140px auto 0 auto;	 
}
.main-title-box{
	width:370px;
	right: 30px;
	top: 70px;
	font-size: 30px;
	line-height: 35px;
}
.desktop-box{
	width: 330px;
	top: 380px;
	left: 37%;
}
.desktop-icon{
	width: 83px;
}
.desktop-title{
	width: 190px;
	font-size: 24px;
	line-height: 33px;
	margin-left: 21px;
	margin-top: 22px;
}
.line-box{
	width: 340px;
	left: 28%;
	top: 490px;
}
.notebook-box{
	width: 325px;
	display: block;
	top: 515px;
	left: 36%;
}
.notebook-icon{
	width: 99px;
	margin-left: 0;	
}
.notebook-title{
	width: 110px;
	font-size: 24px;
	line-height: 33px;
	margin-top: 22px;
}
}
@media only screen and (max-width:600px){
.inter-box-body{
	width: 100%;
	height: 960px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 570px;
	height: auto;
	margin: 220px auto 0 auto;	 
}
.main-title-box{
	width:360px;
	right: 80px;
	top: 160px;
	font-size: 25px;
	line-height: 30px;
}
.desktop-box{
	width: 330px;
	top: 410px;
	left: 35%;
}
.desktop-icon{
	width: 73px;
}
.desktop-title{
	width: 190px;
	font-size: 20px;
	line-height: 26px;
	margin-left: 10px;
	margin-top: 22px;
}
.line-box{
	width: 270px;
	left: 27.5%;
	top: 505px;
}
.notebook-box{
	width: 265px;
	display: block;
	top: 530px;
	left: 36%;
}
.notebook-icon{
	width: 89px;
	margin-left: 0;	
}
.notebook-title{
	width: 90px;
	font-size: 20px;
	line-height: 26px;
	margin-top: 22px;
}
}
@media only screen and (max-width:480px){
.inter-box-body{
	width: 100%;
	height: 960px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 480px;
	height: 1450px;
	margin: 150px auto 0 auto;	 
}
.main-title-box{
	width:310px;
	right: 130px;
	top: 130px;
	font-size: 25px;
	line-height: 33px;
}
.round-box{
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.round-box2{
	width: 359px;
	right: 0;
	top: 130px;
	position: absolute;
	display: block;
	animation:cell-b 1.2s ease;	
}
.round-box2 img{
	max-width: 379px;
	height: auto;
	width: 100%;
}
.round-box3{
	width: 344px;
	left: 0;
	top: 850px;
	display: block;
	position: absolute;
	animation:cell-b 1.2s ease;	
}
.round-box3 img{
	max-width: 364px;
	height: auto;
	width: 100%;
}
.desktop-box{
	width: 130px;
	top: 190px;
	left: 6%;
}
.desktop-icon img{
	max-width: 93px;
	height: auto;
	width: 100%;
}
.desktop-icon{
	width: 100%;
	text-align: center;
}
.desktop-title{
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
}

.line-box{
	display: none;
}
.notebook-box{
	width: 120px;
	display: block;
	top: 860px;
	left: 67%;
}
.notebook-icon{
	width: 100%;
	margin-left: 0;	
	margin-top: 5px;
}
.notebook-title{
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	margin-top: 12px;
	text-align: center;
}
}
@media only screen and (max-width:414px){
.content-swipe{
    -webkit-transform: translate(300px,0);
	-moz-transform: translate(300px,0);
	-o-transform: translate(300px,0);
	transform: translate(300px,0);	
}
.inter-box-body{
	width: 100%;
	height: 800px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 100%;
	height: 1450px;
	margin: 150px auto 0 auto;	 
}
.main-title-box{
	width:280px;
	right: 20px;
	top: 70px;
	font-size: 25px;
	line-height: 33px;
}
.round-box{
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.round-box2{
	width: 339px;
	right: 0;
	top: 130px;
	position: absolute;
	display: block;
	animation:cell-b 1.2s ease;	
}
.round-box3{
	width: 339px;
	left: 0;
	top: 850px;
	display: block;
	position: absolute;
	animation:cell-b 1.2s ease;	
}
.desktop-box{
	width: 90px;
	top: 170px;
	left: 11%;
}
.desktop-icon{
	width: 100%;
	text-align: center;
}
.desktop-icon img{
	max-width: 93px;
	height: auto;
	width: 100%;
}

.desktop-title{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
}

.line-box{
	display: none;
}
.notebook-box{
	width: 105px;
	display: block;
	top: 860px;
	left: 67%;
}
.notebook-icon{
	width: 100%;
	margin-left: 0;	
}
.notebook-title{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 12px;
	text-align: center;
}
}
@media only screen and (max-width:375px){
.inter-box-body{
	width: 100%;
	height: 700px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 100%;
	height: 1450px;
	margin:0;
	float: left;	 
}
.main-title-box{
	width:260px;
	right: 15px;
	top: 70px;
	font-size: 23px;
	line-height: 30px;
}
.round-box{
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.round-box2{
	width: 299px;
	right: 0;
	top: 130px;
	position: absolute;
	display: block;
	animation:cell-b 1.2s ease;	
}
.round-box3{
	width: 299px;
	left: 0;
	top: 800px;
	display: block;
	position: absolute;
	animation:cell-b 1.2s ease;	
}
.desktop-box{
	width: 80px;
	top: 130px;
	left: 11%;
}
.desktop-icon{
	width: 100%;
	text-align: center;
}
.desktop-icon img{
	max-width: 93px;
	height: auto;
	width: 100%;
}

.desktop-title{
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
}

.line-box{
	display: none;
}
.notebook-box{
	width: 95px;
	display: block;
	top: 750px;
	left: 67%;
}
.notebook-icon{
	width: 100%;
	margin-left: 0;	
}
.notebook-title{
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	margin-top: 12px;
	text-align: center;
}
}
@media only screen and (max-width:360px){
.content-swipe{
    -webkit-transform: translate(290px,0);
	-moz-transform: translate(290px,0);
	-o-transform: translate(290px,0);
	transform: translate(290px,0);	
}	
}
@media only screen and (max-width:320px) and (max-height:568px){
.content-swipe{
    -webkit-transform: translate(260px,0);
	-moz-transform: translate(260px,0);
	-o-transform: translate(260px,0);
	transform: translate(260px,0);	
}
.inter-box-body{
	width: 100%;
	height: 700px;
	position: fixed;
	top: 0;
	left: 0;	
}
.content-box-inner{
    width: 100%;
	height: 1450px;
	margin:0;
	float: left;	 
}
.main-title-box{
	width:270px;
	right: 10px;
	top: 70px;
	font-size: 20px;
	line-height: 30px;
}
.round-box{
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.round-box2{
	width: 290px;
	right: 0;
	top: 150px;
	position: absolute;
	display: block;
	animation:cell-b 1.2s ease;	
}
.round-box3{
	width: 290px;
	left: 0;
	top: 850px;
	display: block;
	position: absolute;
	animation:cell-b 1.2s ease;	
}
.desktop-box{
	width: 75px;
	top: 120px;
	left: 11%;
}
.desktop-icon{
	width: 100%;
	text-align: center;
}
.desktop-icon img{
	max-width: 93px;
	height: auto;
	width: 100%;
}

.desktop-title{
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}

.line-box{
	display: none;
}
.notebook-box{
	width: 95px;
	display: block;
	top: 780px;
	left: 65%;
}
.notebook-icon{
	width: 100%;
	margin-left: 0;	
}
.notebook-title{
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	margin-top: 12px;
	text-align: center;
}
}
@media only screen and (max-width:320px) and (max-height:480px){
.content-swipe{
    -webkit-transform: translate(260px,0);
	-moz-transform: translate(260px,0);
	-o-transform: translate(260px,0);
	transform: translate(260px,0);	
}
	
}





































