@charset "utf-8";

html, body {
 height:100%;/*置底相關*/
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/* ::::::::::::::::::::::::::行動版面: 480px 以下。::::::::::::::::::::::::::::::: */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
/*	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;*/
}
/*kaka*/
.mainContainer {
	font-size:1em;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
	line-height:1.6;
}
.mainContainer02 {
	font-size:1em;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	margin: auto;
	line-height:1.5;
}
.mainContainer03 {
	font-size:1em;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	margin: auto;
	line-height:1.5;
}
/*gotop*/
#gotop {
	display:none;
    position: fixed;
    right: 30px;
    bottom: 30px;    
    padding: 4px 10px 6px 10px;        
    font-size: 20px;
	opacity: 0.8;
    background: #666;
    color: white;
    cursor: pointer;
	border-radius: 30px;
	z-index:999999;
}
/*==手機_Header 選單==*/
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#Header_lang {
	font-size:0.8em;
	color:#808080;
	text-align:right;
	padding:2% 5% 0 0;
}
#Header_bar {	
	clear:both;
	display:block;
}
#Header_logo {
	float:left;
	padding-bottom:0%;
}
#Header_logo img{
	width:80%;
	}
#Header_nav {
	float:right;
	width:100%;/*跟手機版子選單有關*/
	margin-top:-12%;
}
/*==手機_AD 大看版==*/
#AD_solution {
	float:none;/* 這個要設none才不會影響手機下拉	*/
	clear: both;
	width: 100%;
	display: block;
	background-image:url(../images/bg_solution_s.jpg);
	background-repeat:no-repeat;
	background-position:50% 10px;
	height:280px;
	position:relative;/*父元素*/
	
}
#AD_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_about_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_contact_s.jpg);
	background-repeat:no-repeat;
	background-position: -15px -30px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_train {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_train_s.jpg);
	background-repeat:no-repeat;
	background-position: -80px 20px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_news_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% 40px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_case {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_case_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% -20px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_service_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% 20px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_product {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_product_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% 40px;
	height:280px;
	position:relative;/*父元素*/
}
#AD_main {
    float:none;/* 這個要設none才不會影響手機下拉	*/
	margin:auto;
	padding:2%;
	width:100%;
	height:250px;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;/*子元素置底*/
	bottom:20px;/*子元素置底*/
	}
#AD_title {
	margin: 0% 0;
	font-size:1.6em;
	color:#FFF;
	}
#AD_text {
	width:100%;
	color:#FFF;
	}
/*==手機_主要內容*/
#Maintext_all{
	clear: both;
	max-width: 1232px;
	margin: auto;/*整個區塊置中*/
	width: 100%;
	display: block;
}
section#Maintext {
  position: relative;
}

#Product_title {
}

/*==手機_Foot==*/
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#666;
	/*置底*/
	position: relative;
     margin-top:0px; 
     height:80px;
}
#Footer_copy {
	color:#FFF;
	text-align:center;
	padding:8px 1px;
	font-size:0.9em;
}
#Footer_copy div{
	display:block;
}

/* :::::::::::::::::::::::::::::::::平版:::::::::::::::::::表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media (min-width: 481px) and (max-width: 768px) {
.gridContainer {
	width: 100%;
	padding-left: 0.775%;
	padding-right: 0.775%;
}
/*|||||||||||平板_AD 大看版==*/
#AD_solution {
	float:none;/* 這個要設none才不會影響手機下拉	*/
	clear: both;
	width: 100%;
	display: block;
	background-image:url(../images/bg_solution_s.jpg);
	background-repeat:no-repeat;
	background-position: -60px -200px;
	height:250px;
	position:relative;/*父元素*/
	
}
#AD_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_about_s.jpg);
	background-repeat:no-repeat;
	background-position: -150px -10px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_contact_s.jpg);
	background-repeat:no-repeat;
	background-position: -100px -70px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_train {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_train_s.jpg);
	background-repeat:no-repeat;
	background-position: 0px -20px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_news_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_case {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_case_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_service_s.jpg);
	background-repeat:no-repeat;
	background-position: 50% -40px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_product {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_product.jpg);
	background-repeat:no-repeat;
	background-position: 50% 20px;
	height:250px;
	position:relative;/*父元素*/
}
#AD_main {
    float:none;/* 這個要設none才不會影響手機下拉	*/
	margin:auto;
	padding:2%;
	width:100%;
	height:250px;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;/*子元素置底*/
	bottom:20px;/*子元素置底*/
	}
#AD_title {
	margin: 0% 0;
	font-size:1.6em;
	color:#FFF;
	}
#AD_text {
	width:100%;
	color:#FFF;
	}
/*Product產品*/
section#Product .about-item i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
section#Product .about-item:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#Product .about-item:hover h3 {
  color: #cc6698;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* :::::::::::::::::::::::::桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
.mainContainer {
	font-size:1em;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin: auto;
	line-height:1.8;
}
.mainContainer02 {
	font-size:1em;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
	line-height:1.8;
}
.mainContainer03 {
	font-size:1em;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	margin: auto;
	line-height:1.8;
}
#wrap {/*置底相關*/
     min-height: 100%;
     *display: table; /* For IE7 Hack */
     *height: 100%; /* For IE7 Hack */
 }

#containter{/*置底相關*/
      overflow: auto;
     padding-bottom: 60px;
	}
/*Header 選單*/
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#Header_lang {
	font-size:0.8em;
	color:#808080;
	text-align:right;
	padding:0.5% 1% 0 0;
}
#Header_bar {	
	clear:both;
	display:block;
}
#Header_logo {
	width:17%;
	float:left;
	display:inline-block;
	padding-bottom:0%;
}
#Header_logo img{
	width:100%;
	}
#Header_nav {
	float:right;
	display:inline-block;
	margin-top:1%;
	width:auto;/*配合手機的100%*/
}
/*AD 大看版*/
#AD_solution {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_solution.jpg);
	background-repeat:no-repeat;
	background-position: 50% -80px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position: 0px -180px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position: 50% -40px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_train {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_train.jpg);
	background-repeat:no-repeat;
	background-position: 0px -80px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_news.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_case {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_case.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_service.jpg);
	background-repeat:no-repeat;
	background-position: 50% -40px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_product {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_product.jpg);
	background-repeat:no-repeat;
	background-position: 50% 20px;
	height:300px;
	position:relative;/*父元素*/
}
#AD_main {
	float: right;
	margin-top:7%;/*用百分比的話是參照母原素寬度計算*/
	margin-right:15%;
	padding:0;
	width:35%;
	height:55%;
	background-color:rgba(0, 0, 0, 0.6) ;
	position:relative;/*子元素置底*/
	}
#AD02_main {
	float: right;
	margin-top:7%;/*用百分比的話是參照母原素寬度計算*/
	margin-right:15%;
	padding:0;
	width:25%;
	background-color:rgba(0, 0, 0, 0.6) ;
	position:relative;/*子元素置底*/
	}
#AD_title {
	padding-top: 5% ; /*標題離上方距離*/
	font-size:1.6em;
	color:#FFF;
	}
#AD_text {
	width:100%;
	color:#FFF;
	}
/*主要內容*/
#Maintext_all{
	clear: both;
	max-width: 1232px;
	margin: auto;/*整個區塊置中*/
	width: 100%;
	display: block;
}
section#Maintext {
  position: relative;
}

/*服務窗口*/

#Serve {
	margin-bottom:10%;
	}

/*Foot*/
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#666;
	/*置底*/
	position: relative;
     margin-top:-60x; 
     height: 60px;
}
#Footer_copy {
	color:#FFF;
	text-align:center;
	padding-top:1.4em;
	font-size:0.9em;
	line-height:1.4;
}
#Footer_copy div{
	display:inline;
	margin-right:1em;
}
}
@media (min-width:992px) {
#AD_solution {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_solution.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position: -270px -180px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position: 50% -15px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_train {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_train.jpg);
	background-repeat:no-repeat;
	background-position: -270px -50px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_news.jpg);
	background-repeat:no-repeat;
	background-position: 50% -50px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_case {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_case.jpg);
	background-repeat:no-repeat;
	background-position: 50% -30px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_service.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0px;
	height:320px;
	position:relative;/*父元素*/
}
#AD_product {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_product.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50px;
	height:320px;
	position:relative;/*父元素*/
}
}
@media (min-width:1440px) {
#AD_solution {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_solution.jpg);
	background-repeat:no-repeat;
	background-position: 0px -20px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position: 0px -140px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position: 50% -10px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_train {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_train.jpg);
	background-repeat:no-repeat;
	background-position: 0px -20px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_news.jpg);
	background-repeat:no-repeat;
	background-position: 50% -20px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_case {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_case.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_service.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0px;
	height:360px;
	position:relative;/*父元素*/
}
#AD_product {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/bg_product.jpg);
	background-repeat:no-repeat;
	background-position: 50% 60px;
	height:360px;
	position:relative;/*父元素*/
}
}