@charset "UTF-8";
/* CSS Document */

/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;   /**文字部要拿掉**/
}
li{
	list-style: none;   /**文字部要拿掉**/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}
	
/**{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  
	text-align: left;
	
	text-align: justify;
}*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #000;
	font-family:"Yuanti SC Regular", "Hei Regular", "PingFang SC Regular";
	font-size: 16px;
	vertical-align: top;
}



.backtolast {
	background-color: #999;
    background-image: url("/s_www/images/anchor-07.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    overflow: auto;
    position: fixed;
    bottom: 70px;
    right: 25px;
    text-indent: -99999px;
    transition: all 0.7s ease-in-out 0s;
    width: 40px;
	border-radius: 50%;
	opacity: 0.6;
	z-index: 100;
}





/**----tab相關--------------------------------------------**/
/* Style tab links */
.tablink {
	background-color:#ccc ;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 0px;
	width: 48.5%;
	font-size: 1em;
	margin: 0px 1% 20px 0%;
	
	border-radius: 25px;
}

.tablink.tab_2{
	margin: 0px 0% 20px 1%;	
}

.tablink:hover {
    background-color: #F3B812;
	color: #fff;
}



/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
}

#about {background-color: #fff;}

#programme {background-color: #fff;}





/**----內頁--------------------------------------------**/

.container{
	width: 40%;
	background-color: #fff;
	margin: 120px auto;
}

.container_1{
	display: block;
	width: 100%;
	margin:5% auto 2% auto;
}


.title_first{
	width: 100%;
	margin: 0 auto 3% auto;
	font-size: 1.5em;
	font-weight: bold;
	color:#215D96;
	text-align: center;
	border: solid 1px #215d96;
	padding: 5px 0px;
}




/**----關於博覽會--------------------------------------------**/


/**----------照片及簡介---------**/
.exhibition_box{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;

}

.exhibition_img{
	width:100%;
	vertical-align: top;
}


/**----------所有簡介----------**/
.exhibition_info{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	/*background-color: #fafafa;*/
	background-color: #fff;
	margin: 20px 0px 30px 0px;
	width:100%;
	padding: 0px 10px 0px 0%;
	
	/*網頁版*／
	／*width:500px*/
}

.exhibition_h1{
	color: #000;
	font-size: 1.5em;
	margin:0px 0px 0px 0px;
	/*color:#215D96;*/
	font-weight: normal;
}


.info_block{
	margin: 10px 0px 0px 0px;
	font-size: 0.95em;
}

.exhibition_p{
	line-height: 1.6;
	color: #818181;
	margin: 0px 0px 20px 0px;
}


/**----------展覽資訊----------**/

.about_exhibition{
	margin: 0px 0px 20px 0px;
}

.info_span_1{
	color: #F3B812;
}

.info_span_2{}






/*----參展機構分類----*/

.title_h1{
	color:#3BADC2;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.3;
}

.exhibitor_note{
	margin:1% 0px 0px 0px;
}

.exhibitor_cat{
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.category_1{
	margin: 0px 10px 10px 10px;
	width: 45%;
	height: calc(22vw);
	background-color: #d7e2e2;
	display: inline-block;
	text-align: center;
	padding: 3% 1% 0px 1%;
	vertical-align: top;
}

.cat_img{
	height:calc(13vw);
	text-align: center;
}

.ex_img{
	width:calc(13vw);
	text-align: center;
	margin: 10px 0px 0px 0px;

}

.ex_img.img_spe{
	width:calc(9vw);
	text-align: center;
	margin: 0px 0px 0px 0px;

}

.ex_img.img_spe_2{
	width: calc(11vw);
	text-align: center;
	margin: 0px 0px 0px 0px;

}

.category_2{
	display: block;
	font-weight: bold;
	color: #215D96;
	font-size: 1.5em;
	text-align: center;

}

.category_3{
	color: #215D96;
	text-align: center;
	display: block;
}

.p_credit{
	display:block;
	color: #ddd;
	text-align: right;
	font-size: 0.6em;
	margin: 5px 0px 0px 0px;
	width: 97%;
}

.a_credit{
	text-decoration:none;
	color: #ddd;
	text-align: right;
}

/*----參展單位----*/
.expo_h2{
	margin: 40px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}

.exhibitor_block{
	margin: 20px 0px 0px 0px;
}

.exhibitor_box{
	display: inline-block;
	width: 49%;
	margin: 0px 0px 1.5% 0px;
	vertical-align: top;
}

.ex_id{
	font-size: 0.9em;
	background-color:#F3B812;
	padding: 6px 5px;
	border-radius: 5px;
	color: #fff;
	margin: 0px 5px 0px 0px;
}

.exhibitor{
	text-decoration: none;
	color:#000;
}







/**----活動簡介--------------------------------------------**/
.expo_programme{
	
}

.expo_cat{
	margin: 0px 0px 40px 0px;
}

.pro_h2{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}

.cat_id{
	margin: 0px 5px 0px 0px;
}

.each_pro{
	background-color: #fdfdfd;
	padding: 10px 20px 10px 20px;
	box-shadow: 0px 0px 6px #eee;
	margin: 0px 0px 10px 0px;
	border-left: 3px solid #F3B812;
}

.each_pro a{
	display:block;
}


.name{
	display: inline-block;
	color: #000;
	vertical-align:top;
	width: 90%;
}

.gotonext{
	display: inline-block;
	font-size: 1.3em;
	color: #999;
	vertical-align: top;
	line-height: 1;
	width: 2.5%;
	float: right;
	margin: 4px 0px 0px 0px;
}











/***平板版***/
@media screen and (max-width: 1024px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}
	
	.container{
		width: 80%;
		margin: 100px auto;
	}
	
	.title_first{
		font-size: 1.2em;
	}
	
	/**----------照片及簡介---------**/
	.exhibition_box{
		width: 100%;
		height:auto;
		margin-bottom: 0px;
	}

	.exhibition_img{
		width:100%;
		display: block;
	}


	/**----------所有簡介----------**/
	.exhibition_info{
		width:100%;
		height:auto;
		padding-bottom: 0px;
		padding-left: 0px;
		margin: 5px 0px 30px 0px;
	}

	.exhibition_h1{
		font-size: 1.2em;
		margin:10px 0px 0px 0px;
		/*color:#215D96;*/
	}
	
	.info_block{
	margin: 5px 0px 0px 0px;
}

	.exhibition_p{
		font-size: 1em;
		margin: 0px 0px 20px 0px;
	}
	
	.about_exhibition{
		font-size:1em;
		margin: 20px 0px 10px 0px;
	}


	
	
	
    /**----------參展機構分類----------**/
    .title_h1{
      
    }

	.exhibitor_cat{
		
	}

	.category_1{
        margin: 0px 1% 10px 1%;
        width: 45%;
        height: calc(25vw);
	}

	.cats_img{
		
	}

	.ex_img{
		
	}

	.ex_img.img_spe{
		
	}

	.ex_img.img_spe_2{
		
	}

	.category_2{
		
	}

	.category_3{
		
	}

    .p_credit{
	       
    }
	

	
	/**----------參展單位----------**/
	
	.exhibitor_block{
		margin: 20px 0px 0px 0px;
	}

	.exhibitor_box{
		width: calc(38vw);
	}

	.ex_id{
	}

	.exhibitor{
	}
	
	
	
	
	
	
	
	.each_pro{
		
	}


	.name{
		
	}

	.gotonext{	
		width: 1.5%;
	}
	
}








/***手機版***/
@media screen and (max-width: 768px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
	}

	.top_menu_blank{
		height: 60px;
	}

    
	.container{
		width: 90%;
		margin: 30px auto;
	}
	
	.container_1{
		width: 100%;
		margin-bottom: 40px;
		margin-top: 30px;
	}
	
	
	
	
	
	
	
/**----tab相關--------------------------------------------**/
/* Style tab links */
.tablink {
	padding: 8px 0px;
	width: 48%;
	margin: 0px 1% 20px 0%;
}

.tablink.tab_2{
	margin: 0px 0% 20px 1%;	
}

.tablink:hover {
}
	
	
	
	
	
	
	
	
	.title_first{
		font-size:1.2em;
	}
	
	
	.programme_a{
		width: 49%;
		padding: 6px 10px;
		margin-bottom: 5px;
	}

	.programme_a:hover{
		opacity: 0.9;
		cursor: pointer;
	}
	
	.title_h1{
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 1.4em;
	}
	
	/**----------照片及簡介---------**/
	.exhibition_box{
	
	}

	.exhibition_img{
		
	}


	/**----------所有簡介----------**/
	.exhibition_info{
		
	}

	.exhibition_h1{
		
	}
	
	.info_block{
	margin: 5px 0px 0px 0px;
}

	.exhibition_p{
		margin: 0px 0px 10px 0px;
	}
	
	
	/**----------參展機構分類----------**/

	.exhibitor_cat{
		
	}

	.category_1{
		margin: 0px 0% 10px 0%;
		width: 48%;
		height: calc(50vw);
		padding: 5% 1% 0px 1%;
		vertical-align: top;
	}

	.cat_img{
		height:calc(28vw);
	}

	.ex_img{
		width:calc(27vw);
	}

	.ex_img.img_spe{
		width:calc(20vw);
	}

	.ex_img.img_spe_2{
		width: calc(24vw);
	}

	.category_2{
		font-size: 5.5vw;
		line-height: 1.2;
	}

	.category_3{
		font-size: 3.5vw;
	}
	
	.p_credit{
		margin: 0px 0px 0px 0px;
		width: 99%;
	}
	
	
	
	/**----------參展單位----------**/
	
	
	.expo_h2{
		margin: 40px 0px 0px 0px;
		border-bottom: 1px solid #ccc;
		font-size: 1.2em;
	}

	
	.exhibitor_block{
		margin: 20px 0px 0px 0px;
	}

	.exhibitor_box{
		width:100%;
		display: block;
		margin: 0px 0px 10px 0px;
	}

	.ex_id{
	}

	.exhibitor{
		font-size: 0.9em;
	}
	
	
	
	
	
	
	
	/**----活動簡介--------------------------------------------**/
.expo_programme{
	
}

.expo_cat{
	margin: 0px 0px 35px 0px;
}

.pro_h2{
	font-size: 1.1em;
	margin: 0px 0px 7px 0px;
}

.cat_id{
	margin: 0px 5px 0px 0px;
}

.each_pro{
	padding: 3% 3.5% 3% 3%;
	margin: 0px 0px 10px 0px;
	border-left: 3px solid #F3B812;
}


.name{
	font-size: 0.95em;
	width: 88%;
}

.gotonext{
	width: 3.5%;
	float: right;
	margin: 5px 0px 0px 0px;
}
	



}