@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    /*background:#235220 url(img/bg.gif) center 600px repeat;*/
    background-size: 100%;
	font-family:Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.spaceBox{
    margin:0 auto;
    height:1px;
    padding:0;
	background:#000;
}
.max1400Box {
	background: #fff;
    margin: 0 auto;
}
.max1000Box {
    margin: 0 auto;
    padding: 0;
}
.mainview {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.prodArea{}
.twTourBox{margin:0 auto; display:block; overflow: hidden;}
.mainview .mainImg {
    width: 100%;
    display:block;
}

.cycle-slideshow {
    width: 100%;
    display: block;
}

.mainview .cycle-slideshow img {
    display: block;
    width: 100%;
}

.topBox {
    position: absolute;
    z-index: 102;
    right:12%;
    top: 10%;
}
.topBox a{
    z-index: 102;
	text-decoration: none;
	color: #fff;
	font: 400 21px/1.5 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    display: inline-block;
	padding: 3px 25px;
	border: 2px solid #fff;
	border-radius: 30px;
	position: absolute;
	right: 0;
	transition: a11 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.topBox a > i{
    display: inline-block;
	background:url(img/down-icon.png) center no-repeat;
	width: 30px;
    height: 25px;
    background-size: contain;
	margin: 3px 8px 0 0;
}
.topBox a:hover{color:aqua; border: 3px solid aqua; background: rgba(12,79,158,0.5)}
.topBox a:hover > i{background:url(img/down-icon-h.png) center no-repeat; width: 30px; height: 25px; background-size: contain;}
.topicLogo {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;   
}
.topicLogo img {
    height:80%;
	width: auto;
    display: inline-block;
    margin:3% auto;
}
.icon-link{
	background:rgba(0,0,0,0.60);
	border-radius: 10px;
	padding: 12px 25px 12px 130px;
	z-index: 102;
	position: absolute;
	right: 13%;
    bottom: 3%;
}
.icon-link > img{
	top: -40px;
	left:15px;
	position: absolute;
}
.icon-link a{
	display: inline-block;
	width: 135px;
	height: 47px;
}
.icon-link a > img{
	width: 100%;
}
.wrapperBox {
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}


/*廣告*/

.bannerBox {
	width: 100%;
    display: inline-block;
    background: #000000 url(img/bg-1-b.jpg) left top no-repeat;
	background-size: auto 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor:pointer; 
}

.bannerTxt {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
	margin: 3% 0 3% 50%;
}
.bannerTxt ul {
    display: block;
    color: #fff;
    margin: 0 auto 5px;
}
.bannerTxt li {
    display: block;
    font: 400 160%/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    margin: 20px auto;
}
.bannerTxt i {
    display: inline-block;
	padding: 1% 8%;
	margin-right: 3%;
	border: 1px solid #fff;
	border-radius: 30px;
}
.bannerTxt p {
    display: block;
    font: normal 120%/2 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    color: #fff;
    margin: 0 auto 5px;
}

.bannerTxt span {
    display: block;
    font:400 90%/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    color: #fff;
    margin: 20px auto;
	padding: 5px;
	border: 1px solid #fff;
	width: 50%;
}

.bannerTxt span b{
	font: bold 120%/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
	width: 20px;
	height: 20px;
	margin-right: 10px;
    display: inline-block;
	border-radius: 30px;
	background: #fff;
	color: #000;
}


/*選單*/

.navBox {
    display: block;
	background: #fff;
    text-align: center;
}

.mobileNav {
    display: none;
}
/*毛點*/
#a1,#a2,#a3,#a4{
    height:1px;
}
.archBox{
    margin:0 auto;
    padding:15px;
    position: relative;
    text-align: center;
    background-color:#fff;
    border-bottom:1px solid #ddd;
}
.archBox.stick{
    position: fixed;
    z-index: 118;
    left:0;
    top:0;
    width:100%;
}
.archBox .archSelect{
    width:85%;
    margin:0 auto;
    padding:4px 8px;
    font: normal 15px/1.4 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color:#666;
    border:1px solid #0ca89f;
    display:none;
}
.archBox.stick .archSelect{
    margin:0;
}
.archBox .archList{
    list-style: none;
    width: 100%;
    display:block;
    text-align: center;
    margin:0;
    padding:0;
}
.archBox .archList li{
    font: normal 15px/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    color:#666;
    cursor: pointer;
    display: inline-block;
     padding:5px 3px 5px 6px;
     border-left:1px solid #ddd;
}
.archBox .archList li:hover{color:#066aed;}
.archBox .archList li:first-child{border-left:0;}
/*pc NAV*/

.navList {
    width: 100%;
	background: #142d4b;
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.navList li {
    display: inline-block;
    padding:0 5px;
	margin:0 15px;
}

body.page0 .navList .pag0,
body.page1 .navList .pag1
{
    color: #fff2a7;
    display: inline-block;

}

.navList li a {
    font:bold 36px/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
}

.navList li:hover a,
body.page0 .navList .pag0 a,
body.page1 .navList .pag1 a{
    color: #2d76cf;
    box-shadow:none;
}

/*mobile NAV*/

.mobileNav {
    position: fixed;
    right: -126px;
    top: 2px;
    height: 100%;
    background-color: rgba(20,95,160, 0.6);
    z-index: 119;
}

.menuBtn {
    width: 50px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -50px;
    background: rgba(20,95,160, 0.6) url(img/menuBtnBg.png) center center no-repeat;
    background-size: 40px 26px;
    -moz-background-size: 40px 26px;
    -webkit-background-size: 40px 26px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.menuBtn.open {
    background: rgba(15,60,91, 0.6) url(img/menuBtnBg1.png) center center no-repeat;
    background-size:  40px 26px;
    -moz-background-size:  40px 26px;
    -webkit-background-size:  40px 26px;
}

.leftNav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.leftNav ul li {
    color: #53563d;
    padding: 9px 20px 8px;
    font: 700 16px/1.2 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;
    margin-bottom: 1px;
}

.leftNav ul li.p0,
.leftNav ul li.p1{
    color:#fff;
    background:#0e3f69;
}

body.page0 .leftNav ul li.p0,
body.page1 .leftNav ul li.p1{
	font-weight: bold;
    color: #2d76cf;
    background:#fff;
}


/*回頂部*/

.scroll2top:link,
.scroll2top:visited {
    background: url(img/goTop.png) no-repeat 0 0;
    height: 50px;
    width: 50px;
	background-size:50px auto;
    margin-left:auto;
    margin-right:8px;
    bottom: 15px;
	-webkit-transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.scroll2top:hover {
	background-position: bottom;
}

.intro1{ position: relative; width: 100%; height: 580px; background:#2883ee url(img/bg1.png) no-repeat center bottom; overflow: hidden;}
.intro1 > img{position: absolute; bottom: 0; left: 60%;}
.i1{left: 25%; top:20%;}

.intro2{ position: relative; width: 100%; height: 580px; background:#9ab8c2 url(img/bg-2.jpg) no-repeat bottom center; overflow: hidden;}
.intro2 > img{position: absolute; bottom: 0; left: 20%;}
.i2{left: 50%; top:20%;}

.intro3{ position: relative; width: 100%; height: 580px; background:#939af8 url(img/bg2.png) no-repeat center bottom; overflow: hidden;}
.intro3 > img{position: absolute; bottom: 0; left: 60%;}
.i3{left: 25%; top:20%;}

.intro4{ position: relative; width: 100%; height: 580px; background:#acb1c5 url(img/bg-3.jpg) no-repeat center bottom; overflow: hidden;}
.i4{left: 58%; top:20%;}

.intro5{ position: relative; width: 100%; height: 890px; background: url(img/bg.jpg) no-repeat center;}
.i5{left: 50%; top:5%; margin-left: -223px;}

.introtxt{position: absolute;}
.introtxt h3{color:#fff; font: bold 60px/1.4 Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif; line-height: 170px; text-align: center;}
.introtxt i > img{ vertical-align: middle; width: 170px;}
.introtxt p{color:#fff; font: 400 30px/1.4 Arial,"cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif; text-align: center;}

.download{ position: absolute; top:30%; text-align: center;}
.d1{left: 50%; margin-left: -450px;}
.d2{right: 50%; margin-right: -450px;}
.download h3{font: normal 30px/1.5  Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif; border: 1px solid #000; border-radius: 30px; display: block; width: 210px; text-align: center; margin: 15px auto;}
.download a{display:block; width: 345px; height: 120px; margin: auto;}
.download a > img{width:100%; height:auto;}
.download p{font: normal 30px/1.5  Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif; height: 100px;}
.download span{font: normal 14px/1  Arial, "cwTeXHei","微軟正黑體", "Microsoft JhengHei", sans-serif;}