﻿body,html{
	margin:0;
    padding:0;
    width:100%;
    height:100%;
	background:#000000;
}

.whiteSide{
	display: block;
	width: 1%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1;
}

.wrap{
	position:relative;
	width: 100%;
	height: 100%;
	background:url("../images/index_new.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}

.logo{
    position:absolute;
	width: 9%;
	height: auto;
    top:30px;
    left:0;
    z-index:2
}

.logo img{width: 100%;}

.fbBtn{
    position:absolute;
    top:3rem;
    right:210px;
}

.m01logo {
    position: absolute;
    top: 3rem;
    right: 30px;
}

.fbBtn img,.m01logo img{width: 90%;}

.content{
	width: 32%;
    text-align: center;
    position: absolute;
    left: 8%;
    top: 17%;
}

.title{
	width: 100%;
	margin-bottom:1%;
}

.video{
	width: 100%;
	height: auto;
	margin-bottom:1%;
}

.video iframe{width: 60%;height: 12vw;}
.cfa{width: 100%;}
.title img,.cfa img{width: 85%;}
.cfa a{
	width: 50%;
    height: 5.5vw;
    /*background: rgba(27,142,37,0.5);*/
    position: absolute;
    top: 79%;
    left: 23%;
}


/*==========小螢幕==========*/
@media screen and (max-width:1400px){
.content{width: 40%;left: 7%;top: 14%;}
.fbBtn img, .m01logo img {width: 80%;}
.video iframe{width: 60%;height: 14vw;}
.cfa a{top: 80%;left: 23%;}
	
}


/*==========phone(直)==========*/
@media screen and (min-width:768px) and (orientation: portrait){
.logo{
	width: 25%;
	height: auto;
    top:50px;
    left:0;
    z-index:2
}

.logo img{width: 100%;}

.whiteSide{width: 2%;}
.fbBtn{top:4%;right:300px;}
.m01logo {top: 4%;right: 90px;}
.fbBtn img,.m01logo img{width: 130%;}
	
.wrap{
	background:url("../images/index_new.jpg") no-repeat;
	background-size: cover;
	background-position: left top;
}
	
.content{width: 90%;left: 6%;top: 15%;}
.title img,.cfa img{width: 95%;}
.video iframe{width: 60%;height: 30vw;}
.cfa a{height: 10vw;}
}


