@charset "utf-8";
@import url(reset.css);
@import url(nav.css);
@import url(content.css);
@import url(index.css);

/*----------------------------------------------------- */

body {
	background:#eee;
}
#wrap {
	width:100%;
	min-width:320px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.seprate-line{border-bottom:1px solid #c6c6c6; margin:20px 0;}

/*----------------------------------------------------- Header */

header{
	width:100%;
	height:125px;
	margin:auto;
	background:#f2f2f2;
}

header_index, header_marquee{
	width:100%;
	height:125px;
	margin:auto;
	background:#fff;
}


header .content ,#mainall{
	width:85%;
	margin:auto;
}


header_index .content, header_marquee .content {
	width:100%;	
	background:#fff;
	margin:auto;
}

header_index #in_mainall{
	width:100%;
	margin:auto;
}

#mainall{
	overflow:hidden;
	/*display:block;
	width:1024px;
	height:auto;
	background-color:#F90;
	margin:auto;}*/
}

#in_mainall{
	/*overflow:hidden;*/
	/*display:block;
	width:1024px;
	height:auto;
	background-color:#F90;
	margin:auto;}*/
}

#mainall.bottom{ margin-bottom:125px;}

#mainall.account_bottom{ margin-bottom:125px;}
	
header .logo {
	width:100%;
	max-height:90px;
	float:left;
	background:url(../img/logo_bg.png) right top no-repeat;
	padding-top:3px;
}

header .logo img {
	width:40vw;
	max-width:225px;	
}


header_index .logo, header_marquee .logo{
	width:1010px;	
	max-height:90px;
	background:url(../img/logo_index_bg.png) right top no-repeat;	
	padding-top:3px;
	margin:auto;
}

header_index .header_kv, header_marquee .hd_marquee{ display:inline-block; float:left; margin:-1px 0 auto 4%; position:absolute;}


header_marquee .hd_marquee{ font-size:15px; width:590px; height:37px; line-height:24px; white-space:nowrap; overflow:hidden; margin-top:48px; }

header_marquee .hd_marquee a{ color:#f64000;}

header_marquee .hd_marquee a:hover{ color:#e40000;}

header_index .header_mobe_kv{ display:none;}

header_index .logo img, header_marquee .logo img{
	width:40vw;
	max-width:225px;	
}

header_index .header_kv img {
	width:40vw;
	max-width:590px;
	height:86px;
}


#fast-link {
	width:100%;
	height:35px;
	text-align:right;
	float:right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#fast-link ul {
	padding:8px 5px 0 0;
}

#fast-link ul li {
	display:inline-block;
	margin-right:15px;
	text-align:center;
}

#fast-link ul li a {
	 color:#666;
	 font-size:0.9em;
	 font-weight:bold;
}


/*----------------------------------------------------- Main */

#content_wh{
	display:block;
	width:1010px;
	height:auto;
	margin:auto;
}
	
#content_wh1{
	display:block;
	width:1010px;
	height:auto;
	margin:auto;
}


#content_wh_ind{
	display:block;
	width:1010px;
	height:auto;
	margin:auto;
}


/*----------------------------------------------------- Footer */

footer {
	width:100%;
    margin:15px auto 0 auto;
	padding:1px 18%;
    background:#959595;
}

footer_index {
	display:block;
    margin:15px auto 0 auto;
	padding:1px 18%;
    background:#959595;
}

footer .modd, footer_index .modd{
	width:85%;
	margin:auto;
}

footer_index .modd{
	padding:8px 0;
}

footer .logo, footer_index .logo{
	float:left;
	margin-right:15px;
}

footer_index .logo{
	float:left;
	margin:10px 15px 0 0;		/* 調整TWCA LOGO位置 By johnny  */
}

footer .logo img, footer_index .logo img {
	/* width:40vw;
	max-width:170px; 移除大小限制 By johnny */
}

footer .line, footer_index .line {
	border-bottom:1px dashed #999;
	clear:both;
}

footer .contact, footer_index .contact{
	font-size:0.9em;
    color:#fff;
	line-height:16px;
    letter-spacing:1px;
	margin:8px 0;
}

footer .contact .txt{
	font-size:0.8em;
    color:#fff;
	margin-top:5px;
}

footer_index .contact .txt{
	font-size:0.8em;
    color:#fff;
	margin-top:10px;
}

footer .contact a, footer_index .contact a {
	color:#fff;
}

footer .contact .txt a, footer_index .txt a {
	color:#ffcc00;
}

footer .bg , footer_index .bg{
	position:absolute;
	bottom:0px;
	right:0px;
}

footer.verification{ position:fixed; bottom:0;}

/*----------------------------------------------------- media(RWD) */
 
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	header_index .header_kv{ margin:-1px 0 auto 6%;}
	
	header_marquee .hd_marquee{ margin-left:7%;}
	
	header_index .header_kv img {
		width:590px;
		height:86px;
	}
	
	footer, footer_index{ padding:1px 20px 1px 3%; }
	
	/*footer_index .contact{
		margin:0 0 0 5px;
		padding-top: 15px;
	}
	
	footer_index .contact .txt{
		position: relative;
		top: 8px;
		bottom: 55px;
		right: 33px;
		margin-right: 30px;
		margin-left: 30px;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
	
/*----------------------------------------------------- verification login */
	
	#mainall.account_bottom{ margin-bottom:110px;}

/*----------------------------------------------------- footer */

	footer, footer_index{ padding-left:3%; }

	footer_index .contact{
		margin:0 0 0 5px;
		padding-top: 15px;
	}
	
	footer_index .contact .txt{
		position: relative;
		top: 8px;
		bottom: 55px;
		right: 33px;
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	header_index .logo, header_marquee .logo{
		background:url(../img/logo_index_bg.png) -100px top no-repeat;
	}
}

@media only screen and (max-width: 800px) {
	header_index .logo, header_marquee .logo{
		background:url(../img/logo_index_bg.png) -215px top no-repeat;
	}
}

@media only screen and (max-width: 768px) {
	#wrap {
		width:100%;
	}
		
	header {
		height:60px;
		width:100%;
		border-bottom:1px solid #c9c9c9;
		position:fixed;
		top:0px;
		z-index:30;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,eeeeee+100 */
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(top,  #f2f2f2 0%, #f2f2f2 0%, #f2f2f2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#f2f2f2), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 0%,#f2f2f2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 0%,#f2f2f2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f2f2f2 0%,#f2f2f2 0%,#f2f2f2 100%); /* W3C */
		}
		
	header_index, header_marquee{
		height:60px;
		width:100%;
		border-bottom:1px solid #c9c9c9;
		position:fixed;
		top:0px;
		z-index:30;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,eeeeee+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
		}
		
	header .logo {
		width:100%;
		background:url(../img/logo_bg.png) right -33px no-repeat;
		padding:0 0 0 25px;
	}
		
	header .logo img {
		width:auto;
		height:60px;
	}
		
	header_index .logo, header_marquee .logo {
		width:100%;
		background:url(../img/logo_index_bg.png) -320px -33px no-repeat;
		padding:0 0 0 83px;
	}
		
	header_index .logo img, header_marquee .logo img{
		width:auto;
		height:60px;
	}
	
	
	header_index .header_kv{ margin:2px 0 auto 5%; }
	
	header_index .header_kv img {
		width:auto;
		height:55px;
	}
	
	header_marquee .hd_marquee{ width:50%; margin:27px 0 0 5%; }
	
	#mainall {
		position:relative;
		width:100%;
		margin:60px 0 0 0;
		z-index:1;
	}
		
	#in_mainall {
		position:relative;
		width:100%;
		margin:60px 0 0 0;
		z-index:1;
	}
	
	header_index .content, header_marquee .content {
		height:59px;
	}
		
	#content_wh {
		width:95%;
	}
	
	#content_wh1{ width:95%;}
		
	#content_wh_ind{
		width:100%;
	}
	
	footer, footer_index { padding:1px 20px;}
	
	footer .modd, footer_index .modd{ width:100%; margin:0 auto; }
}

@media only screen and (max-width: 767px) {

	header_index .header_kv{ margin:2px 0 auto 4%; }

/*----------------------------------------------------- verification button */

	footer.verification{ position:relative; clear:both;}
	
	#mainall.bottom{ margin-bottom:0px;}
	
	#mainall.account_bottom{ margin-bottom:0px;}

	footer .contact{
		margin:0 0 0 5px;
	}
}


@media only screen and (max-width: 680px) {
	
	header_index .logo, header_marquee .logo{ padding:0 0 0 65px;}
	
	header_index .header_kv{ margin:2px auto 0 auto; }
	
	header_index .header_kv img{ width:auto; height:54px;}
	
	footer .logo, footer_index .logo{ margin:8px 15px 0 0 ;}
	
	footer .contact{
		margin:0 0 0 5px;
	}
}


@media only screen and (max-width: 600px) {
	
	header_index .logo, header_marquee .logo{ background:url(../img/logo_index_bg.png) -530px -33px no-repeat; }
	
	header_index .logo, header_marquee .logo{ padding-left:14%; }
	
	header .logo{ padding-left:12%; }
	
	header_index .header_kv{ display:none; }
	
	header_index .header_mobe_kv{ display:inline-block; float:left; position:absolute;}
	
	header_index .header_mobe_kv img {
		width:auto;
		height:55px;
		margin:2px 0 0 -2px;
	}
	
	#content_wh{
		width:95%;
		}
		
	#content_wh1{
		width:100%;}
	
	footer .contact{
		margin:0 0 0 5px;
	}
}

@media only screen and (max-width: 580px) {
	
	header .logo{ padding-left:7%; }
		
	header_index .logo img, header_marquee .logo img{ width:auto; height:55px; margin:2px 0 0 -12px; }
		
	header_index .header_mobe_kv{ display:none;}
	
	header_index .header_kv{ display:inline-block; margin:6px 0 auto 3%; }
	
	header_index .header_kv img {  width:auto; height:42px; }
	
	header_marquee .hd_marquee{ width:50%; margin:27px 0 0 1%; }
	
	footer, footer_index{ padding:1px 10px;}
	
	footer .logo, footer_index .logo{ margin:17px 0 0 0 ;}
	
	footer .logo img, footer_index .logo img{ /*width:40vw; max-width:140px;*/}

	footer .contact{
		margin:0 0 0 5px;
	}
}

@media only screen and (max-width: 480px) {
	
	header .logo{ padding-left:10%; }
		
	header_index .logo img, header_marquee .logo img{ width:auto; height:55px; margin:2px 0 0 3px; }
		
	header_index .header_kv{ display:none;}
	
	header_index .header_mobe_kv{ display:inline-block;;}
	
	header_marquee .hd_marquee{ width:33%; margin:27px 0 0 1%; }
	
	footer, footer_index{
		/*display:none;*/
	}
	footer_index .contact{
		margin:0 0 0 5px;
		padding-top: 15px;
	}
	footer_index .contact .txt{
		position: relative;
		top: 8px;
		bottom: 55px;
		right: 33px;
		margin-right: 30px;
		margin-left: 30px;
	}
}


@media only screen and (max-width: 400px) {
		
	header_index .logo img, header_marquee .logo img{ width:auto; height:55px; margin:2px 0 0 6px; }
	
	header_index .header_kv{ display:none;}
	
	header_index .header_mobe_kv img { width:auto; height:42px;	margin:8px auto 0 auto; }
	
	header_marquee .hd_marquee{ width:28%; margin:26px 0 0 1%; }

	footer_index .contact{
		margin:0 0 0 5px;
		padding-top: 15px;
	}
	footer_index .contact .txt{
		position: relative;
		top: 8px;
		bottom: 55px;
		right: 33px;
		margin-right: 30px;
		margin-left: 30px;
	}
}


@media only screen and (max-width: 320px) {

	header .logo{ padding-left:14%; }
		
	header_index .logo img, header_marquee .logo img{ width:auto; height:44px; margin:7px 0 0 13px; }
	
	header_index .header_mobe_kv img { width:auto; height:35px;	margin:11px 0 0 -2px;}
	
	header_marquee .hd_marquee{ width:26%; margin:25px 0 0 1%; }
}

/*----------------------------------------------- 控制window.print() 的邊界 */
@page {
    margin: 10in;
}
