@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) and (max-width:1259px) {

	.ShowMobile{
		display: none;
	}
	header{
		width: 100%;
		height: 100px;
		position: fixed;
		z-index: 1000;
	}
	#HeaderForm{
		max-width: 1024px;
		padding-left: 80px;
		padding-right: 80px;
		height: 100px;
		margin: 0 auto;
		padding-top: 10px;
		box-sizing: border-box;
		
	}
	#Logo{
		width: 157px;
		height: 45px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;		
		margin-top: 15px;
		
	}
	#Menu{		
		float: right;
		padding-top: 5px;
	}
	#Menu ul{
		list-style: none;
	}
	#Menu ul li{
		width: 80px;
		height: 40px;
		margin-left: 70px;
		float: left;
	}
	#Menu ul li a{
		color: #FFF;
		text-decoration: none;
	}
	#Banner{
		width: 100%;
		height: 100vh;
		background: url("/Assets/Web/Images/IndexBannerNb.jpg") no-repeat top center;
		background-size: cover;
		overflow: hidden;
	}

	.MenuC{
		height: 25px;
		font-size: 14px;
		font-weight: bold;
		
		font-weight: 600;
		font-style: normal;
		text-shadow: 5px 5px 6px #000;
		letter-spacing: 1px;		
	}
	.MenuE{
		font-size: 12px;
		
		font-weight: 400;
		font-style: normal;
		text-shadow: 5px 5px 6px #000;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.HeaderBg{
		background-color: #a5a5a5;
	}
	.MenuCNo{
		text-shadow: none;
	}
	.MenuENo{
		text-shadow: none;
	}
	/* Banner Start */
	#BannerForm{
		width: 100%;
		height: 720px;
		margin: 0 auto;
	}
	#BannerText{
		width: 700px;
		height: 400px;
		top: 50%;
		position: absolute;
		margin-top: -100px;	
		padding-left: 150px;
		box-sizing: border-box;
		overflow: hidden;
	}
	#BannerText1{
		width: 700px;
		height: 120px;
		line-height: 40px;
		font-size: 24px;
		color: #FFF;
		letter-spacing: 6px;
		text-shadow: 5px 5px 6px #000;
		position:relative;
	}
	#BannerText2{
		width: 700px;
		height: 150px;
		line-height: 40px;
		font-size: 32px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 4px;
		text-shadow: 5px 5px 6px #000;
		position:relative;
	}	
	.BFont1{
		color: #92d1d5;
		font-weight: bold;
	}
	#BannerBottomBg{
		width: 479px;
		height: 323px;
		background: url("/Assets/Web/Images/BannerBottomNbBg.png") left bottom no-repeat;
		background-size: contain;
		position: absolute;
		right: 0px;
		bottom: 0px;
		
	}
	#BannerLine{
		width: 240px;
		height: 146px;
		background: url("/Assets/Web/Images/VectorNb.png")left top;
		background-size: cover;
		position: absolute;
		right: 110px;
		bottom: 90px;
		z-index: 100;
	}
	#Copyright{
		max-width: 1024px;
		height: 30px;
		color: #FFF;
		font-size: 12px;		
		font-weight: 300;
		padding-left: 100px;
		position: absolute;
		bottom: 60px;
		
	}
	/* Banner End */	
	/* About Start*/
	#About{
		width: 100%;
		padding-top: 120px;
		padding-left: 80px;
		padding-right: 80px;
		box-sizing: border-box;
	}
	#AboutForm{
		max-width: 1024px;
		height: 800px;
		padding: 100px;
		margin: 0 auto;
		box-sizing: border-box;
		background: url("/Assets/Web/Images/AboutNbBg.png") no-repeat;		
		
	}
	#AboutRight{
		width: 350px;
		float: right;
	}
	#AboutTitle{
		width: 100%;
		height: 150px;
			
		font-style: 700;
		font-size: 28px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 5px;
	}
	#AboutContent{
		width: 100%;
		line-height: 30px;
		font-size: 15px;
		
		font-weight: 700;
		font-style: normal;
	
		color: #FFF;
		letter-spacing: 4px;
		margin-bottom: 40px;
	}
	#AboutMore{
		width: 130px;
		line-height: 35px;		
		font-weight: 700;
		font-style: normal;
		font-size: 14px;
		color: #FFF;
		letter-spacing: 2px;
		float: right;
		text-align: right;
		background: url("/Assets/Web/Images/AboutMoreNbBg.png") left center no-repeat;
		
	}
	/* About End*/
	/* Flexible Start */
	#Flexible{
		width: 100%;
		height: 660px;
		background: url("/Assets/Web/Images/FlexibleNbBg.png") #a5a5a5 left center no-repeat;
		
	}
	#FlexibleForm{
		max-width: 1024px;
		height: 660px;
		margin: 0 auto;
		padding-left: 50px;		
		padding-top: 150px;
		box-sizing: border-box;
	}
	#FlexibleLeft{
		width: 350px;
		float: left;
		padding-left: 80px;		
	}
	#FlexibleTitle{
		width: 300px;
		height: 120px;
		
		font-weight: 700;
		font-style: normal;
		font-size: 28px;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		border-bottom: 1px solid #FFF;
	}
	#FlexibleText1{
		width: 300px;
		height: 90px;
		
		
		font-weight: 700;
		font-size: 28px;
		font-style:italic;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		padding-top: 40px;		
	}
	#FlexibleText2{
		width: 300px;
		line-height: 30px;
		
		font-weight: 700;
		font-size: 15px;
		color: #FFF;
		letter-spacing: 3px;
		text-align: left;
		padding-top: 30px;	
			
	}
	#FlexibleMore{
		width: 42px;
		height: 80px;
		float: left;
		margin-top: 290px;
	}
	#FlexibleBtn{
		width: 42px;
		height: 80px;
		background: url("/Assets/Web/Images/FlexibleMorer.png") no-repeat;	
		background-size: contain;
	}
	/* Flexible End */
	#IndexText1{
		width: 100%;
		height: 120px;
		line-height: 30px;
		text-align: center;		
		font-weight: 300;
		font-size: 14px;
		color: #FFF;
		background-color: #92D1D5;
		letter-spacing: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	#Products{
		width: 100%;
		height: 660px;
		background: url("/Assets/Web/Images/ProductsBg.jpg") #a5a5a5 left center no-repeat;
		background-size: contain;
	}
	#ProductsForm{
		max-width: 1024px;
		height: 660px;
		margin: 0 auto;
		padding-top:150px;
		box-sizing: border-box;
	}
	#ProductsRight{
		width: 300px;
		float: right;
		padding-right: 30px;		
	}
	#ProductsTitle{
		width: 300px;
		height: 120px;
		line-height: 40px;
		
		font-weight: 700;
		font-style: normal;
		font-size: 28px;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		border-bottom: 1px solid #FFF;
		

	}
	#ProductsText1{
		width: 300px;
		height: 100px;		
		line-height: 1.2;
		
		font-weight: 700;
		font-size: 28px;
		font-style:italic;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		padding-top: 30px;		
	}
	#ProductsText2{
		width: 300px;
		line-height: 2;
		
		font-weight: 700;
		font-size: 14px;
		color: #FFF;
		letter-spacing: 3px;
		text-align: left;
		padding-top: 30px;	
			
	}
	#ProductsMore{
		width: 42px;
		height: 80px;
		float: right;
		margin-top: 286px;
		margin-right: 120px;
	}
	#ProductsBtn{
		width: 42px;
		height: 80px;
		background: url("/Assets/Web/Images/FlexibleMorer.png") no-repeat;	
		background-size: contain;
	}
	/* 我們的主力產品 Start*/
	#Service{
		width: 100%;
		padding-top: 120px;
		overflow: hidden;
		box-sizing: border-box;
	}
	#ServiceForm{
		max-width: 1024px;
	
		
	}
	#ServiceTitle{
		width: 100%;
		height: 150px;
	}
	#ServiceTitleEn{
		width: 100%;
		height: 50px;
		color: #a5a5a5;
		
		font-weight: 400;
		font-size: 28px;
		letter-spacing: 6px;		
	}
	#ServiceTitleTw{
		width: 100%;
		height: 50px;
		color: #a5a5a5;
		
		font-weight: 700;
		font-size: 28px;
		letter-spacing: 6px;	
	}
	#ServiceSlick{
		width: 100%;
		height: 410px;		
	}
	#ServiceR{
		width: 250px;
		height: 400px;
		background: url("/Assets/Web/Images/ServiceR.png") repeat-y;
		position: absolute;
		z-index: 10;
		right: 0px;
	}
	.ServiceList{
		width: 600px;
		height: 480px;	
		padding: 30px;
		box-sizing: border-box;
		margin-left: -30px;
	}
	.ServiceImg{
		max-width: 565px;
		height: 370px;	
		text-align: center;
	}
	.ServiceImg img{
		max-width: 100%;
	}
	.ServiceName{
		width: auto;
		height: 60px;
		line-height: 20px;
		color: #646464;
		padding: 20px 50px;
		font-size: 20px;
		border: 1px solid #646464;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
		
		font-weight: 700;		
		margin: 0 auto;
		display:inline-block;
		margin-top: 40px;
		letter-spacing: 6px;
		
	}
	/* 我們的主力產品 End*/
	/* 聯絡我們 Start*/
	#Contact{
		width: 100%;
		padding-bottom: 80px;
		padding-top: 80px;
		padding-left: 80px;
		padding-right: 80px;
		box-sizing: border-box;
	}
	#ContactForm{
		max-width: 1024px;
		height: 630px;
		padding: 125px;
		margin: 0 auto;
		box-sizing: border-box;
		background: url("/Assets/Web/Images/ContactBg.jpg") no-repeat center;		
		background-size: cover;
		
	}
	#ContactLeft{
		width: 370px;
		float: left;
		padding-top: 50px;
	}
	#ContactTitle{
		width: 100%;
		height: 80px;
			
		font-style: 700;
		font-size: 28px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 8px;
	}
	#ContactContent{
		width: 100%;
		height: 180px;
		line-height: 35px;
		font-size: 15px;
		
		font-weight: 700;
		font-style: normal;
		font-size: 18px;
		color: #FFF;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}
	#ContactMore{
		width: 155px;
		height: 55px;
		line-height: 55px;
		font-size: 20px;
		
		font-weight: 700;
		font-style: normal;
		color: #646464;
		letter-spacing: 5px;
		float: left;
		text-align: center;
		background: #FFF;	
		text-align: center;
		
	}
	/* 聯絡我們 End*/
	/* Footer Start*/
		#ToTop{
		width: 40px;
		height: 100px;
		position: fixed;
		right: 30px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
	}
	#BtnLine{
		width: 40px;
		height: 40px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 30px;
		
	}
	#BtnToTop{
		width: 40px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
	Footer{
		width: 100%;
		height: 350px;
		background: #a5a5a5;
	}
	#FooterForm{
		max-width: 1024px;
		height: 350px;
		margin: 0 auto;
		padding-left: 80px;
		
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 157px;
		height: 260px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;
		margin-top: 80px;
	}
	#FooterText{
		width: 595px;
		height: 175px;
		float: left;		
		margin-top: 80px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 70px;
		margin-left: 100px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 250px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: left;
	}
	#FooterTC{
		font-size: 16px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 290px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: right;
	}
	#FooterCopyright{
		width: 595px;
		font-size: 12px;
		
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: left;
		margin-left: 100px;
		margin-top: 30px;
		box-sizing: border-box;
	}
	/* Footer End*/
	
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	#Menu ul li{
		width: 100px !important;
		height: 40px;
		float: left;
		margin-left: 0px !important;
	}
	.MenuC{
		height: 25px;
		font-size: 14px !important;
		font-weight: bold;
		font-weight: 600;
		font-style: normal;

		letter-spacing: 1px;

	}
	.MenuE{
		font-size: 12px !important;
		
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	/* Banner Start */
	#BannerForm{
		width: 100%;
		height: 100vh;
		margin: 0 auto;
	}
	#BannerText{
		width: 700px;
		height: 400px;
		top: 50%;
		position: absolute;
		margin-top: -100px;	
		padding-left: 150px;
		box-sizing: border-box;
		overflow: hidden;
	}
	#BannerText1{
		width: 700px;
		height: 100px;
		line-height: 30px;
		font-size: 17px;
		color: #FFF;
		letter-spacing: 6px;
		text-shadow: 5px 5px 6px #000;
		position:relative;
	}
	#BannerText2{
		width: 700px;
		height: 130px;
		line-height: 35px;
		font-size: 22.4px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 4px;
		text-shadow: 5px 5px 6px #000;
		position:relative;
	}	
	.BFont1{
		color: #92d1d5;
		font-weight: bold;
	}
	#BannerBottomBg{
		width: 340px;
		height: 231px;
		background: url("/Assets/Web/Images/BannerBottomNbBg.png") left bottom no-repeat;
		background-size: contain;
		position: absolute;
		right: 0px;
		bottom: 0px;
		
	}
	#BannerLine{
		width: 171px;
		height: 105px;
		background: url("/Assets/Web/Images/VectorNb.png")left top;
		background-size: cover;
		position: absolute;
		right: 80px;
		bottom: 70px;
		z-index: 100;
	}
	#Copyright{
		max-width: 1024px;
		height: 30px;
		color: #FFF;
		font-size: 9px;		
		font-weight: 300;
		padding-left: 80px;
		position: absolute;
		bottom: 20px;
		
	}
	/* Banner End */
	/* About Start*/
	#About{
		width: 100%;		
		padding: 50px;
		padding-top: 80px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#AboutForm{
		max-width: 1024px;
		height: 469px;
	
		margin: 0 auto;
		box-sizing: border-box;
		background: url("/Assets/Web/Images/AboutNbBg.png") no-repeat;	
		background-size: cover;
		
	}
	#AboutRight{
		width: 243px;
		float: right;
	}
	#AboutTitle{
		width: 100%;
		height: 100px;
			
		font-style: 700;
		font-size: 20px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 4px;
		padding-top: 10px;
	}
	#AboutContent{
		width: 100%;
		line-height: 20px;
		font-size: 10.67px;
		
		font-weight: 500;
		font-style: normal;
	
		color: #FFF;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	#AboutMore{
		width: 100px;
		height: 12px;	
		line-height: 12px;
		font-weight: 700;
		font-style: normal;
		font-size: 10px;
		color: #FFF;
		letter-spacing: 2px;
		float: right;
		text-align: right;
		background: url("/Assets/Web/Images/AboutMoreNbBg.png") left center no-repeat;
		background-size: contain;
		
	}
	/* About End*/
		/* Flexible Start */
	#Flexible{
		width: 100%;
		height: 470px;
		background: url("/Assets/Web/Images/FlexibleNbBg.png") #a5a5a5 right center no-repeat;
		background-size: cover;
		
	}
	#FlexibleForm{
		max-width: 1024px;
		height: 470px;
		margin: 0 auto;
		padding-left: 30px;		
		padding-top: 80px;
		box-sizing: border-box;
	}
	#FlexibleLeft{
		width: 215px;
		float: left;
		padding-left: 80px;		
	}
	#FlexibleTitle{
		width: 100%;
		height: 85px;		
		font-weight: 700;
		font-style: normal;
		font-size: 20px;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		border-bottom: 2px solid #FFF;
	}
	#FlexibleText1{
		width: 100%;
		height: 70px;	
		font-weight: 700;
		font-size: 20px;
		font-style:italic;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		padding-top: 30px;		
	}
	#FlexibleText2{
		width: 100%;
		line-height: 20px;
		
		font-weight: 700;
		font-size: 10.67px;
		color: #FFF;
		letter-spacing: 2px;
		text-align: left;
		padding-top: 0px;	
			
	}
	#FlexibleMore{
		width: 31px;
		height: 58px;
		float: left;
		margin-left: 10px;
		margin-top: 190px;
	}
	#FlexibleBtn{
		width: 31px;
		height: 58px;
		background: url("/Assets/Web/Images/FlexibleMorer.png") no-repeat;	
		background-size: contain;
	}
	/* Flexible End */
	#IndexText1{
		width: 100%;
		height: 86px;
		line-height: 30px;
		text-align: center;		
		font-weight: 300;
		font-size: 10px;
		color: #FFF;
		background-color: #92D1D5;
		letter-spacing: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	/* 生產力 Start*/
	#Products{
		width: 100%;
		height: 470px;
		background: url("/Assets/Web/Images/ProductsBg.jpg") #a5a5a5 center center no-repeat;
		background-size: cover;
	}
	#ProductsForm{
		max-width: 1024px;
		height: 470px;
		margin: 0 auto;
		padding-top:80px;
		box-sizing: border-box;
	}
	#ProductsRight{
		width: 215px;
		float: right;
		padding-right: 20px;		
	}
	#ProductsTitle{
		width: 100%;
		height: 85px;
		line-height: 30px;
		
		font-weight: 700;
		font-style: normal;
		font-size: 20px;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		border-bottom: 2px solid #FFF;
		

	}
	#ProductsText1{
		width: 100%;
		height: 60px;		
		line-height: 1.2;
		
		font-weight: 700;
		font-size: 20px;
		font-style:italic;
		color: #FFF;
		letter-spacing: 6px;
		text-align: left;
		padding-top: 30px;		
	}
	#ProductsText2{
		width: 100%;
		line-height: 2;
		
		font-weight: 700;
		font-size: 10.67px;
		color: #FFF;
		letter-spacing: 3px;
		text-align: left;
		padding-top: 30px;	
			
	}
	#ProductsMore{
		width: 31px;
		height: 58px;
		float: right;
		margin-top: 210px;
		margin-right: 80px;
	}
	#ProductsBtn{
		width: 31px;
		height: 58px;
		background: url("/Assets/Web/Images/FlexibleMorer.png") no-repeat;	
		background-size: contain;
	}
	/* 生產力 End*/
	/* 我們的主力產品 Start*/
	#Service{
		width: 100%;
		padding-top: 120px;
		overflow: hidden;
		box-sizing: border-box;
	}
	#ServiceForm{
		max-width: 1024px;
		padding-left: 30px;
		box-sizing: border-box;
	
		
	}
	#ServiceTitle{
		width: 100%;
		height: 80px;
	}
	#ServiceTitleEn{
		width: 100%;
		height: 30px;
		color: #a5a5a5;
		
		font-weight: 400;
		font-size: 20px;
		letter-spacing: 6px;		
	}
	#ServiceTitleTw{
		width: 100%;
		height: 30px;
		color: #a5a5a5;
		
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 6px;	
	}
	#ServiceSlick{
		width: 100%;
		height: 350px;		
	}
	#ServiceR{
		width: 250px;
		height: 350px;
		background: url("/Assets/Web/Images/ServiceR.png") repeat-y;
		position: absolute;
		z-index: 10;
		right: 0px;
	}
	.ServiceList{
		width: 600px;
		height: 350px;	
		padding: 30px;
		box-sizing: border-box;
		margin-left: -30px;
	}
	.ServiceImg{
		max-width: 565px;
		height: 370px;	
		text-align: center;
	}
	.ServiceImg img{
		max-width: 100%;
	}
	.ServiceName{
		width: auto;
		height: 44px;
		line-height: 44px;
		color: #646464;
		padding: 00px 30px;
		font-size: 14px;
		border: 1px solid #646464;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
		
		font-weight: 700;		
		margin: 0 auto;
		display:inline-block;
		margin-top: 40px;
		letter-spacing: 6px;
		
	}
	/* 我們的主力產品 End*/
	/* 聯絡我們 Start*/
	#Contact{
		width: 100%;
		padding: 50px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	#ContactForm{
		max-width: 1024px;
		height: 470px;
		padding: 80px;
		margin: 0 auto;
		box-sizing: border-box;
		background: url("/Assets/Web/Images/ContactBg.jpg") no-repeat center;		
		background-size: cover;
		
	}
	#ContactLeft{
		width: 235px;
		float: left;
		padding-top: 40px;
	}
	#ContactTitle{
		width: 100%;
		height: 50px;
			
		font-style: 700;
		font-size: 20px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 5px;
	}
	#ContactContent{
		width: 100%;
		height: 130px;
		line-height: 25px;		
		font-weight: 700;
		font-style: normal;
		font-size: 10.67px;
		color: #FFF;
		letter-spacing: 3px;
		margin-bottom: 0px;
	}
	#ContactMore{
		width: 111px;
		height: 40px;
		line-height: 40px;
		font-size: 14.22px;
		
		font-weight: 500;
		font-style: normal;
		color: #646464;
		letter-spacing: 5px;
		float: left;
		text-align: center;
		background: #FFF;	
		text-align: center;
		
	}
	/* 聯絡我們 End*/
/* Footer Start*/
	Footer{
		width: 100%;
		height:250px;
		background: #a5a5a5;
		padding: 0px 80px;
		box-sizing: border-box;
	}
	#FooterForm{
		max-width: 1024px;
		height: 150px;
		margin: 0 auto;
		padding-left: 0px;		
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 157px;
		height: 100px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;
		margin-top: 50px;
	}
	#FooterText{
		width: calc(100% - 200px);
		max-width: 500px;
		height: auto;
		float: right;		
		margin-top: 50px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 30px;
		margin-left: 0px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 200px;
		line-height: 25px;
		font-size: 14px;
		
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 1px;
		float: left;
	}
	#FooterTC{
		font-size: 12px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 200px;
		line-height: 25px;
		font-size: 12px;
		
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 1px;
		float: right;
	}
	#FooterCopyright{
		max-width: 500px;
		width: calc(100% - 200px);
		font-size: 9px;
		
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: right;
		margin-left: 10px;
		margin-top: 20px;
		box-sizing: border-box;
	}
	/* Footer End*/
	#ToTop{
		width: 29px;
		height: 100px;
		position: fixed;
		right: 15px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
		
	}
	#BtnLine{
		width: 29px;
		height: 29px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 20px;
		
	}
	#BtnToTop{
		width: 29px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
}