/* banner */
#Wireless .section1banner {
	width: 100%;
	height: 100vh;
	background-image: url(../images/Wireless_secbg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #171717;;
}
#Wireless .section1banner .article {
	padding: 20vh 15px 0;
	margin: 0 auto;
	max-width: 1140px;
}

#Wireless .section1banner .btncenter {
	margin: 2vh 0;
}
#Wireless .twhite {
  	color: #fff;
}
#Wireless .h1-2 {
	font-size: 60px;
	font-weight: lighter;
	line-height: 100px;
}
#Wireless .ls2 {
	letter-spacing: 0.2em;
}
#Wireless .h5-1 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 25px;
}
#Wireless .ls5 {
	letter-spacing: 0.5em;
}
#Wireless .abs {
	position: absolute;
}
#Wireless .h6-0 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 16px;
}
/*按鈕*/
#Wireless .nubtn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 50px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	/*漸變*/
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	/*陰影*/
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#Wireless .nubtn:hover {
	opacity: 0.8;
	color: rgba(210,210,210,0.82);
	text-decoration: none;	
	/*陰影*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
#Wireless .nubtn a {
	color: #FFFFFF;
	text-decoration: none;
}
#Wireless .nubtn a:hover {
	color: #FFFFFF;
}
#Wireless .h6-1 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 24px;
}
#Wireless .tgold {
   	color: #bda999;
}
#Wireless .h2-1 {
	font-size: 45px;
	font-weight: lighter;
	line-height: 55px;
}
@media screen and (max-width: 1400px) {
	/*通用*/
	#Wireless .center1366b {
		padding: 0 5%;
		width: 100%;
	}
	#Wireless .h1-2   {
		font-size: 3.5em;
		line-height: 1.8em;
	}	
	#Wireless .h5-1 {
		font-size: 1.2em;
		line-height: 1.5em;
	}	
	#Wireless .h6-0 {
		font-size: 1.1em;
		line-height: 1.1em;
	}
	#Wireless .h6-1 {
		font-size: 1.1em;
		line-height: 1.5em;
	}	
	#Wireless .h2-1   {
		font-size: 2.5em;
		line-height: 1.5em;
	}		
}
@media only screen and (max-width: 1024px) {
	#Wireless .section1banner .article {
		padding: 20vh 15px 0;
		margin: 0 auto;
		max-width: 950px;
	}

}

/************************************************************************************
smaller than 768   
*************************************************************************************/
@media only screen and (max-width: 768px) {

	/*  banner */
	#Wireless .section1banner {
		width: 100%;
		height: 100vh;
		background-image: url(../images/Wireless_secbg.jpg);
		background-size: 200%;
		background-position: 60% bottom;
		background-repeat: no-repeat;
	}

	#Wireless .section1banner .article {
		padding: 16vh 10% 0 10%;
	}
}
/************************************************************************************
smaller than 414
*************************************************************************************/
@media screen and (max-width: 414px) {

	#Wireless .section1banner .article {
		padding: 18vh 10% 0 10%;
	}

}
/************************************************************************************
smaller than 375
*************************************************************************************/
@media screen and (max-width: 375px) {

	/* banner */
	#Wireless .section1banner {
		width: 100%;
		height: 100vh;
		background-image: url(../images/Wireless_secbg.jpg);
		background-size: 220%;
		background-position: 60% bottom;
		background-repeat: no-repeat;
	}
	#Wireless .section1banner .article {
		padding: 13vh 0 0 0;
	}
	#Wireless .section1banner .mcontent {
	padding: 0 5%;
    }
	#Wireless .section1banner .mbtspace{
		width:100vw;
		height:15%;
		bottom:0;
		z-index:99;
		background-color:rgba(0,0,0,0.5);
		}    
	#Wireless .section1banner .btncenter {
		text-align:center
	}		
}
@media screen and (max-width: 326px) {
	#Wireless .h1-2   {
		font-size: 3.4em;
	}	
}	