@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Arial, sans-serif;
    background: #651b88!important;
    overflow-x:hidden!important;
    color: #000!important;
    font-size: 0!important;
    

}

body,
html {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

li,
ol,
ul {
    list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
    /* text-decoration: none; */
}

.sideBar {
    position: fixed;
    display: block;
    left: -170px;
    top: 20%;
    /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
    z-index: 95;
    width: 217px;
    height: 85px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sideBar.active {
    left: -1px;
}

.sideBtn {
    position: absolute;
    top: 0;
    width: 47px;
    height: 100%;
    z-index: 10;
    right: 0;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-align: center;
    background: transparent;
}

.sideBar a {
    display: block;
    background: url(../images/sidebtn.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sideBar.active a {
    background: url(../images/sidebtn_hover.png) no-repeat 0 0;
}

.wrapper {
    min-width: 1170px;
    overflow: hidden;
/*    height: 3950px;*/
}

.container {
    width: 1170px;
}

.btnShowHide,
.tabNavbar ul li a,
.btnFixed span a {
    -moz-transition: all 0.25s ease-in-out;
    /* -webkit-transition: all 0.25s ease-in-out; */
    /* transition: all 0.25s ease-in-out; */
}

.titleBox {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /*margin: -50px 0 0;*/
    left: 0;
    right: 0;
    z-index: 2;
}
.titleBox2 {
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /*margin: -50px 0 0;*/
    left: 149px;
    right: 0;
    z-index: 2;
}
.tit {
    display: inline-block;
    margin-left: 88px;
}
.a1:after {

}

#myvideo {
    position: relative;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    background-size: cover;
    object-fit: cover;
    z-index: -2;
    float: left;
}



.home {
    position: absolute;
    top: 3px;
    left: 52px;
    z-index: 999;
}

.fb {
    position: absolute;
    top: 12px;
    right: 30px;

}

.date {
    margin: -30px 0 0;
}

.btnShowHide {
    position: fixed;
    display: block;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    cursor: pointer;
}

.newmail {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 990;
}

.newmail a {
    background: url(../images/newmail_c.png) no-repeat center;
    background-size: cover;
    width: 80px;
    height: 85px;
    display: block;
    transition: .3s;
}

.newmail a:hover {
    background: url(../images/newmail_o.png) no-repeat center;
    background-size: cover;
    width: 80px;
    height: 85px;
    display: block;
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.btnShowHide.active {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.btnFixed {
    /*background: transparent url(../images/btn_bg.png) no-repeat 0 0;*/
    width: 653px;
    min-height: 60px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0px;
    background-size: contain;
}

.btnFixedCont {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.btnDownload a, .btnHome a, .btnRigister a {
    /* display: inline-block; */
}

.btnDownload {
    position: absolute;
    top: 0;
    left: 0;
    right: 247px;
    margin: auto;
    z-index: 99;
}

.btnHome {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 86px;
}

.btnRigister {
    position: absolute;
    top: 0;
    left: 240px;
    right: 0;
    margin: auto;
}



/*.btnFixed span {
    display: inline-block;
    position: absolute;
    left: 0;
}

.btnFixed span a {
    display: block;
}

.btnFixed span:first-child {
    margin: -12px  0 0;
}

.btnFixed span:nth-child(2) {
    margin: -24px 0 0;
    right: 0;
}

.btnFixed span:last-child {
    right: 0;
    margin: -12px 0 0;
    left: auto;
}*/

.section {
    text-align: center;
    position: relative;
}

#section0 {
    height: calc(100vh + 50px);
    overflow: hidden;
}

#section1 {
    background: url(../images/s1_bg.png) no-repeat 50% 0;
    z-index: 5;
    height: 165vh;
    position: relative;
    top: 0;
}

/*#section1:before {
    position: absolute;
    content: '';
    background: transparent url(../images/overlay.png) repeat-x;
    width: 100%;
    height: 317px;
    left: 0;
    right: 0;
    bottom: 100%;
}*/

.secTitle-1 {
    position: absolute;
    top: 40px;
    left: 320px;
    /*margin: 75px 0 0;*/
}

.secCont {
    /*position: relative;*/
    width: 809px;
    margin: 0 auto;
    /*z-index: 1;*/
}

.drD {
    position: absolute;
    top: 180px;
    right: -80px;
    width: 45%;
    /*bottom: 0px;*/
    z-index: 1;
}
.section1 {
    position: relative;
    height: 1000px;
}
.section2 {
    background: url(../images/bg.jpg) no-repeat 50% 0;
    position: relative;
    top: 0;
    z-index: 3;
    height: 565px;
}
.section3 {
    width: 100%;
    background: url(../images/bg2.jpg) no-repeat 50% 0;
    position: relative;
    top: 0;
    z-index: 3;
    height: 927px;
}
.section4 {
    background: url(../images/bg3.jpg) no-repeat 50% 0;
    position: relative;
    top: 0;
    z-index: 3;
    height: 804px;
}
.section5 {
    background: url(../images/bg4.jpg) no-repeat 50% 0;
    position: relative;
    top: 0;
    z-index: 3;
    height: 601PX;
}
.section6 {
    background: url(../images/bg5.jpg) repeat-y 50% 0;
    position: relative;
    top: 0;
    z-index: 3;
    height: 503px;
}

.container1{
    background: url(../images/s1_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 87px;
    z-index: 3;
    height: 374px;
}
.container1-1{
    display: table;
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 33px;
    z-index: 3;
    height: 66px;
    color: #fff;
    font-size: 16px;
}
.container1-1 span{color: #ffd200;margin-left: 4px;margin-right: 4px;}
.container1-2{
    background: url(../images/s1_bg_main2.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 92px;
}
.container1-3{
    background: url(../images/s1_bg_main3.png) no-repeat 50% 0;
    position: relative;
    top: 60px;
    z-index: 3;
    height: 207px;
}
.container2{
    background: url(../images/s2_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 970px;
}
.container3{
    background: url(../images/s3_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 870px;
}
.container4{
    background: url(../images/s4_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 45px;
    z-index: 3;
    height: 600PX;
}
.container5{
    background: url(../images/s5_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 133px;
    z-index: 3;
    height: 223px;
}
.container6{
    background: url(../images/s6_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 970px;
}
.container7{
    background: url(../images/s7_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 1000px;
}
.container8{
    background: url(../images/s8_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 1000px;
}
.container9{
    background: url(../images/s9_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 1000px;
}
.container10{
    background: url(../images/s10_bg_main.png) no-repeat 50% 0;
    position: relative;
    top: 20px;
    z-index: 3;
    height: 1000px;
}
.btn2{
    background: transparent url(../images/btn3.png) no-repeat 0 -187px;
    width: 159px;
    height: 46px;
    position: absolute;
    top: 650px;
    left: 50%;
    margin-left: 345px;
    z-index: 10;
}
.btn3{
    background: transparent url(../images/btn3.png) no-repeat 0 0;
    width: 159px;
    height: 46px;
    position: absolute;
    top: 490px;
    left: 50%;
    margin-left: -87px;
    z-index: 10;
}
.btn2:hover{
    background: transparent url(../images/btn3.png) no-repeat 0 -234px;
}
.btn3:hover{
    background: transparent url(../images/btn3.png) no-repeat 0 -93px;
}
.btn2 a{
    display: block;
    width: 159px;
    height: 46px;
}
.btn3 a{
    display: block;
    width: 159px;
    height: 46px;
}
 
.btn4{
    background: transparent url(../images/btn3.png) no-repeat 0 -47px;
    width:233px;
    height:46px;
    position: absolute;
    top: 505px;
    left: 50%;
    margin-left: -133px;
    z-index: 10;
    display: none;
}
.btn5{
    background: transparent url(../images/btn3.png) no-repeat 0 -47px;
    width:233px;
    height:46px;
    position: absolute;
    top: 535px;
    left: 50%;
    margin-left: -133px;
    z-index: 10;
    display: none;
}
.btn6{
    background: transparent url(../images/btn3.png) no-repeat 0 -47px;
    width:233px;
    height:46px;
    position: absolute;
    top: 610px;
    left: 50%;
    margin-left: -133px;
    z-index: 10;
}
.btn4:hover, .btn5:hover, .btn6:hover{
    background: transparent url(../images/btn3.png) no-repeat 0 -140px;
}
.btn4 a, .btn5 a, .btn6 a{
    display: block;
    width:233px;
    height:46px;
}
.secTitle-2 {
    position: absolute;
    top: 0px;
    right: 330px;
}

.s1_content {
    position: relative;
    top: 200px;
}

.drD2 {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 45%;
    /*bottom: 0px;*/
    z-index: 1;
}

.s2_pic {
    padding: 72px 0 0;
    width: 464px;
}

.tabNavbar {
    background: transparent url(../images/s2_btn_bg.png) no-repeat 0 0;
    margin: 0 0 8px;
    position: relative;
    z-index: 3;
}

.tabNavbar ul {
    padding: 0;
    margin: 0;
}

.tabNavbar ul li {
    float: left;
    display: block;
    width: 150px;
    height: 50px;
    margin: 13px 10px 0 0;
}

.tabNavbar ul li.active a,
.tabNavbar ul li a:hover,
.btnFixed span a:hover,
.btnShowHide:hover {
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.tabNavbar ul li a {
    display: inline-block;
    background: url(../images/tabs_btn.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}

.tabNavbar ul li:nth-child(2) a {
    background-position-x: -150px;
}

.tabNavbar ul li:nth-child(3) a {
    background-position-x: -300px;
}

.tabNavbar ul li:last-child {
    margin-right: 0;
}

.tabContent {
    background: transparent url(../images/s2_content_bg.png) no-repeat 0 0;
    width: 650px;
    height: 500px;
    position: relative;
    z-index: 2;
}

.tab-pane {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 45px;
}

.tab-pane.active {
    display: block;
}

#tab-1 {
    background: transparent url(../images/s2_content-1.png) no-repeat 0 0;
    width: 560px;
    height: 419px;
    margin: 0 auto;
}

#tab-2 {
    left: 26px;
    margin: -137px 0 0;
    background: transparent url(../images/s2_content-2.png) no-repeat 0 0;
    width: 658px;
    height: 538px;
    padding: 204px 0 0;
}

#tab-2 ul {
    margin: 0;
    padding: 0;
}

#tab-2 ul li {
    display: block;
    float: left;
    margin: 0 10px;
}

#tab-2 ul li:first-child {
    margin-left: 21px;
}

#tab-2 ul li a {
    display: inline-block;

}

#tab-3 {
    background: transparent url(../images/s3_content-1.png) no-repeat 0 0;
    width: 607px;
    height: 413px;
    margin: 0 auto;
}

#tab-4 {
    background: transparent url(../images/s3_content-2.png) no-repeat 0 0;
    width: 609px;
    height: 407px;
    margin: 0 auto;
}

#tab-5 {
    background: transparent url(../images/s3_content-3.png) no-repeat 0 0;
    width: 602px;
    height: 377px;
    margin: 0 auto;
}

.popoverShow {
    z-index: 999;
    display: none;
}

.popoverShow .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}

.popoverShow .img-show {
    position: absolute;
    top: 30%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    overflow: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

span.closeBtn {
    position: absolute;
    top: 6px;
    right: 50%;
    width: 25px;
    height: 21px;
    z-index: 9999;
    cursor: pointer;
    margin-right: -111px;
}



.secTitle-3 {
    position: absolute;
    top: 40px;
    left: 320px;
}

.s3_pic {
    padding: 50px 0 0;
    width: 472px;
}

/*#section4 {
    background: url(../images/s4_bg.jpg) no-repeat 50% 0;
    z-index: 5;
    height: 1083px;
}*/

.s4_pic {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copyright {
    background: #000;
    padding: 00 0 0;
    text-align: center;
    position: relative;
    /*    top: -800px;*/
}

.movbox {
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    height: 35%;
}

.role_all {
    padding: 200px 0 0 0;
}

.bounce {
    width: 23%;
    transition: .3s ease-in-out;
    position: relative;
    bottom: 250px;
    right: -200px;
}

.bounce:hover {
    transition: .3s ease-in-out;
    transform: scale(1.03);
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.item01 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item02 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item03 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item04 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item05 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

/*.carousel-caption {
    width: 300px;
    margin: 0 auto;
}*/

.item img {
    margin: 0 auto;
    /*position: relative;*/
    /*left: 13%;*/
}

.charset_ol {
    /*display: inline-block;*/
    /*margin-left: -40px;*/
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 1010;

}

.charset_ol li {
    display: inline-block;
    /*font-size: 0;*/
    /*float: left;*/
    /*cursor: pointer;*/
    /*margin-right: 10px;*/
}

.charset_ol li:hover {
    display: inline-block;
    /*font-size: 0;*/
    /*float: left;*/
    /*cursor: pointer;*/
    /*margin-right: 10px;*/
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}


/*.fancybox-iframe {
    position: absolute;
    top: 0;
}*/

/*.fancybox-slide--iframe .fancybox-content {
    background: none;
    overflow: hidden;
}*/

/*.fancybox-slide {
    top: 50px;
    left: 300px;

}

.fancybox-button {
    background: url(../images/bounce_cls.png) no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: auto;
    padding: 10px;
    position: relative;

    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 100px;
}

.fancybox-toolbar {
    right: 390px;
    top: 140px;
}

.fancybox-button svg {
    display: none;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}*/

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background: url(../images/arrow_l.png) no-repeat 50% 50% ;
    background-size: 15%;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    background: url(../images/arrow_r.png) no-repeat 50% 50% ;
    background-size: 15%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    display: none;
}








  .primary-btn {
	color: #056367;
	background-color: #fff;
}

.hero-unit {
	height: 100vh;
	width: 100%;
	background: #ff9a7c;
	background: -moz-linear-gradient(top, #ff9a7c 0%, #3b6db7 77%);
	background: -webkit-linear-gradient(top, #ff9a7c 0%,#3b6db7 77%);
	background: linear-gradient(to bottom, #ff9a7c 0%,#3b6db7 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a7c', endColorstr='#3b6db7',GradientType=0 );
	display: table;
}

.box-container {
	width: 556px;
    height: 479px;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 8%;
}

.primary-text {
	color: #ffd092;
}

.secondary-text {
	color: #ff9a7c;
	font-size: 21px;
}

.primary-btn {
	background-color: #ffd092;
}

.white-btn {
	background-color: #fff;
	color: #056367;
}

table tbody tr:last-child {
	border-bottom: 0;
}

.button {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 73px;
    font-size: 28px;
    color: #626262;
    border: 3px solid #626262;
    display: inline-block;
    width: 190px;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}

.button:hover {
	border-color: #ff9a7c;
	color: #ff9a7c;
}

section {
	padding-top: 30px;
	padding-bottom: 30px;

}

.what-is-this {
    position: relative;
    font-size: 22px;
    min-height: 100%;
    display: table;
    width: 100%;
}

.content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.what-is-this img {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 132px;
	margin-left: -382px;
	transition-duration: 1s;
}

/*.what-is-this img:hover {
	opacity: 0.3;
}*/

.highlight-text {
	background: #FFF;
}

.gray-section {
	background: #F5F2F0;
	background: -moz-linear-gradient(top, #F5F2F0 0%, #fff 77%);
	background: -webkit-linear-gradient(top, #F5F2F0 0%,#fff 77%);
	background: linear-gradient(to bottom, #F5F2F0 0%,#fff 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F2F0', endColorstr='#fff',GradientType=0 );
}
.popover{
    max-width: 100%;
    background-color:inherit;
    border: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow:inherit; 
}
.registered{
    background: url(../images/btn2.png) 0 0 no-repeat;
    width: 106px;
    height: 36px;
    text-indent:-9999px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -71px;
    animation:TestMove 1s infinite alternate; /*IE*/
    -moz-animation:TestMove 1s infinite alternate; /*FireFox*/
    -webkit-animation:TestMove 1s infinite alternate; /*Chrome, Safari*/
}
.registered:hover{
    background: url(../images/btn2.png) 0 -36px no-repeat;
}
@keyframes TestMove{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
@-moz-keyframes TestMove{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
@-webkit-keyframes TestMove{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
.member2{
    background: url(../images/btn2.png) -110px -36px no-repeat;
    width: 106px;
    height: 36px;
    text-indent:-9999px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: 36px;
}
.member2:hover{
    
}
.member2.on{
    background: url(../images/btn2.png) -110px -36px no-repeat;
    animation:TestMove2 1s infinite alternate; /*IE*/
    -moz-animation:TestMove2 1s infinite alternate; /*FireFox*/
    -webkit-animation:TestMove2 1s infinite alternate; /*Chrome, Safari*/
}
@keyframes TestMove2{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
@-moz-keyframes TestMove2{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
@-webkit-keyframes TestMove2{
    from {background-color:#222;}
    to {background-color:#588cb7;}
}
.youtube {
    display: block;
    position: absolute;
    top: 12px;
    right: 245px;
}
.cls_nav{
    position: absolute;
    top: 14px;
    right: 60px;
    font-size: 16px;
}
.cls_nav li{
    float: left;
    margin-left: 20px;
}
.cls_nav li a{
    color: #e8e8e8;
}
.cls_nav li a:hover{
    color: #878787;
    text-decoration:none;
}
.login {
	background: url("../images/login.png") 0 0 no-repeat;
	display: block;
	position: relative;
	width: 237px;
	height: 64px;
	margin: 0 auto;
	margin-top: 40px;
}
.login a{
	display: block;
	width: 274px;
	height: 64px;
    text-decoration:none;
}
.login a:hover{
    background: url("../images/login.png") 0 -64px no-repeat;
}
.login span{
    position: relative;
    top: 8px;
    color:#898a9c;
}

footer{z-index: 999;}

/*頁籤*/
.abgne_tab {
	width: 1100px;
	height: 1145px;
}
.tab_container{
    background: url(../images/tab_container.jpg) 0 0 no-repeat;
    width: 1102px;
    height: 703px;
    padding: 20px;
}
ol.tabs {
    position: relative;
    background: url(../images/tabbg1.png) 0 0 no-repeat;
    width: 682px;
    height: 106px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 13px;
    top: 54px;
}
ol.tabs:after {
	content: "";
	display: block;
	clear: both;
}
ol.tabs li {
	float: left;
	height: 34px;
	/* line-height: 35px; */
	width: 103px;
	margin-left: 4px;
}
ol.tabs li+li+li {
	height: 34px;
	width: 209px;
	margin-left: 4px;
}
ol.tabs li+li+li+li {
	height: 34px;
	width: 230px;
	margin-left: 4px;
}
.tab_container{
    margin: 0 auto;
    width: 1120px;
    position: relative;
    top: 61px;
}
ol.tabs li:first-child { margin-left: 0px; }
ol.tabs li a {
	height: 100%;
	display: block;
	background-image: url(../images/tabs.png);
	background-position-x: 0;
}
ol.tabs li a {background-position-x: -14px;background-position-y: -29px;}
ol.tabs li+li a {background-position-y: -91px;background-position-x: -14px;}
ol.tabs li+li+li a {background-position-y: -155px;background-position-x: -14px;}
ol.tabs li+li+li+li a {background-position-y: -221px;background-position-x: -14px;}
ol.tabs li a:hover,
ol.tabs li.active a {background-position-x: -371px;/* background-position-y: -80px; */}
ol.tabs li.active a:hover { cursor: default; }
/*ebd*/
/*頁籤2*/
.abgne_tab2 {
	width: 1100px;
}
.tab_container2{
    position: relative;
    background: url(../images/tab_container2.jpg) 0 0 no-repeat;
    width: 1102px;
    height: 614px;
    padding: 20px;
    top: 60px;
}
ol.tabs2 {
	position: relative;
	background: url(../images/tabbg2.png) 0 0 no-repeat;
	width: 682px;
	height: 106px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
	padding-left: 175px;
	top: 53px;
}
ol.tab2:after {
	content: "";
	display: block;
	clear: both;
}
ol.tabs2 li {
	float: left;
	height: 33px;
	line-height: 35px;
	width: 158px;
	margin-left: 10px;
}
ol.tabs2 li+li {
	float: left;
	height: 33px;
	line-height: 35px;
	width: 101px;
	margin-left: 4px;
}
ol.tabs2 li+li+li {
	float: left;
	height: 33px;
	line-height: 35px;
	width: 101px;
	margin-left: 4px;
}
.tab_container2{
    margin: 0 auto;
    width: 1120px;
}
ol.tabs2 li:first-child { margin-left: 0px; }
ol.tabs2 li a {
	height: 100%;
	display: block;
	background-image: url(../images/tabs2.png);
	background-position-x: 0;
}
ol.tabs2 li a {background-position-x: -15px;background-position-y: -29px;}
ol.tabs2 li+li a {background-position-y: -91px;background-position-x: -15px;}
ol.tabs2 li+li+li a {background-position-y: -155px;background-position-x: -15px;}
ol.tabs2 li a:hover,
ol.tabs2 li.active a {background-position-x: -372px;/* background-position-y: -80px; */}
ol.tabs2 li.active a:hover { cursor: default; }
/*ebd*/
.main1_1{
    background: url(../images/main1_1.png) 0 0 no-repeat;
    width: 1100px;
    height: 570px;
    margin: 0 auto;
}
.main1_2{
    background: url(../images/main1_2.png) 0 0 no-repeat;
    width: 1100px;
    height: 237px;
    margin: 0 auto;
}
.main1_3{
    width: 1100px;
    height: 650px;
    margin: 0 auto;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main1_4{
    width: 1100px;
    height: 650px;
    margin: 0 auto;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main2_1{
    background: url(../images/main2_1.png) 0 0 no-repeat;
    width: 1100px;
    height: 527px;
    margin: 0 auto;
}
.main2_2{
    background: url(../images/main2_2.png) 0 0 no-repeat;
    width: 1100px;
    height: 617px;
    margin: 0 auto;
}
.main2_3{
    background: url(../images/main2_3.png) 0 0 no-repeat;
    width: 1100px;
    height: 569px;
    margin: 0 auto;
}
.sky{
    width: 100%;
    /* height: 100%; */
    min-height: 720px;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cloud1, .cloud2{
   position: absolute;
   background: url(../images/cloud.png) top center no-repeat; 
   width: 2681px;
   height: 833px;
}
.cloud1{
   left: 0px;
   animation: cloudmov1 100s infinite linear;
}

@keyframes cloudmov1{
   0%{ left: 0px;}
   100%{ left: -2681px}
}
.cloud2{	
   left: 2681px;
   animation: cloudmov2 100s infinite linear;
}
.logo{
   display: inline-block;
   margin-left: 0;
   z-index: 2;
}
/*.people{
    position: absolute;
    background: url(../images/people.png) top center no-repeat;
    width: 300px;
    height: 510px;
    top: 411px;
    right: 184px;
    z-index: 2;
 }*/
 .container li{
    margin-bottom: 10px;
}
 .bigbtnall{
    position: fixed;
    top: 320px;
    right: 25px;
    z-index: 200;
  }
  .bigbtn {
    background: url("../images/nav.png") center top no-repeat;
    width: 133px;
    height: 40px;
    background-position-x: 0;
    display: block;
    font-size: 0;
    /* margin-top: -20px; */
  }
  /*影片*/
.item {
    position: relative;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.item button.btn_item.btn_item_1 {
    left: 50%;
    top: 620px;
    margin-left: -37px;
    background-position-y: 0;
}
.item button.btn_item {
    background-color: transparent;
    position: absolute;
    display: block;
    width: 700px;
    height: 102px;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../images/videobg.png);
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    outline: none;
}
.layerPop {
    z-index: 300;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 20000000;
    margin: -312px 0 0 -450px;
    width: 900px;
    height: 614px;
    border: 0px solid #ccc;
    background: #000;
}
.layerPop .close {
    position: absolute;
    right: -1px;
    top: -65px;
}
.layerPop .close button {
    border: none;
    display: block;
    text-indent: -9999px;
    width: 49px;
    height: 49px;
    background: url(../images/btn_close_movie.png) no-repeat;
    cursor: pointer;
}
.overlay {
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    display: none;
}
.lefttop {
    background: url(../images/tabs2.png) 0 0 no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;;
    top: 6rem;
	left: 1rem;
	z-index: 9;
}
.lefttop a{
	display: block;
    width: 65px;
    height: 65px;
}
.lefttop a:hover {
    background: url(../images/tabs2.png) -65px 0 no-repeat;
    width: 65px;
    height: 65px;
}
/*end*/
  [class*="bigbtn"]:hover{background-position-x: -140px;}
  .bigbtnmember{background-position-y: 0;}
  .bigbtndownload{background-position-y: -48px;}
  .bigbtnfb{background-position-y: -95px;}
@keyframes cloudmov2{
   0%{ left: 2681px;}
   100%{ left: 0px;}
}
@media (max-width:480px){
    .sky{
        display: none;
    }
    .people{
        display: none;
     }
     .bigbtnmember {
        display: none;
    }
    .bigbtnfb {
        display: none;
    }
    .bullets-container{
        display: none;
    }
}

