@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img { width:100%; }
ul 		 { -webkit-padding-start: 0px; }
div 	 { transition: 0.4s; }
body{
		background-color: #ffffff;
		color:#000;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

b, strong{
	font-weight: bold !important;
}

/*------ 兼容性提示 ------*/
.cp-tips{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	background-color:#3b92eb;

	font-size: 18px;
}
.cp-tips-close{
	display:block;
	float:right;
	width:22px;
	height:22px;
	margin:9px;
	background:url("http://source.vipabc.com/Ext/images/website/share/ie-close.png") no-repeat;
	cursor:pointer;
}
.cp-tips p{
	margin: 0;
}
.cp-tips a{
	color:#fff581;
	font-size: 18px;
	text-decoration:underline;
}

.all{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x:hidden;
}
.logo_tw{
	position: absolute;
	left: 10%;
	margin-top: 20px;
	float: none \9;
}
.logo_tw img{
	width:120px;
	margin-top: 16px \9;
}

/*--- KV ---*/
.main_top{
	width: 100%;
	position: relative;
	height: 450px;
	z-index: 1;
	background: url(../images/bg_xl.jpg) center top no-repeat #fff;
	background-image: -webkit-image-set(url(../images/bg_xl.jpg) 1x,
	           url(../images/bg_xl@2x.jpg) 2x);
	background-image: -moz-image-set(url(../images/bg_xl.jpg) 1x,
	           url(../images/bg_xl@2x.jpg) 2x);
	background-image: -o-image-set(url(../images/bg_xl.jpg) 1x,
	           url(../images/bg_xl@2x.jpg) 2x);
	background-image: -ms-image-set(url(../images/bg_xl.jpg) 1x,
	           url(../images/bg_xl@2x.jpg) 2x);
}


/*--- content ---*/
.content{
	width: 100%;
	position: relative;
	float: left;
	background-color: #f2f2f2;
	text-align: center;
}

.info{
	display: inline-block;
	/*max-width: 600px;*/
	margin: 40px auto;
	padding: 4%;
	background-color: #fff;
}


.info h2{
	color: #fa2d50;
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0;
}

.info p{	
	font-size: 20px;
	line-height: 1.8;
	margin-top: 10px;
}

.info a{
	color: #0000ff;
	margin: 0 2px;
	text-decoration: underline;
}

.info span{
	display: block;
}


.line_btn{
	width: 90%;
	max-width: 400px;
	margin: 0 auto 40px auto;
}

.line_btn a:hover{
	_filter:alpha(opacity=80);/*IE6*/
　	filter:alpha(opacity=80);/*IE7*/
　	-moz-opacity: 0.8;/*fireFox*/
	opacity: 0.8;
}


/*--- Footer ---*/
.openfooter{
	width: 100%;
	height: 100px;
	background-color: #333333;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.footer-in{
	width: 800px;
	margin: 0 auto;
}
.openfooter_share{
	float: right;
	margin-top: -2px;
}
.openfooter_share span{
	font-size: 12px;
	margin-left: 5px;
}
.newshare_icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
}
.newshare_icon:hover{
	_filter:alpha(opacity=80);/*IE6*/
　	filter:alpha(opacity=80);/*IE7*/
　	-moz-opacity: 0.7;/*fireFox*/
	opacity: 0.7;
}
.openfooter_tel{
	font-size: 18px;
	font-family: "微軟正黑體",'Roboto', sans-serif;
	float: left;
	display: inline-flex;
}

.openfooter_tel a{
	color: #fff;
}
.openfooter_tel span{
	margin: 0 10px;
	font-size: 12px;
	height: 60px;
    vertical-align: middle;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

.footer_top{
	width: 100%;
	height: 60px;
	padding: 0 2%;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
}
.footer_bottom{
	width: 100%;
	height: 40px;
	padding: 0 2%;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
	color: #cccccc;
}



/*--- Footer //end ---*/

/*--- 共用 ---*/
.imhere		{ width:100%; clear:both; float:none; }
.ml_none	{ margin-left: 0; }
.fleft		{ float: left; clear: none; }

@media all and (max-width:1024px){
	.header-in{width: 96%; margin: 0 auto;}
	.footer-in{width: 96%; margin: 0 auto; padding: 0;}
	.footer_top{ width: 96%;}
	.footer_bottom{width: 96%;}
}

@media only screen and (max-width: 920px) {
	.main_top{
		height: 0;
		padding-bottom: 50%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.logo_tw{left: 5%;}
}

@media all and (max-width:700px){
	.info{	width: 70%; padding: 6%;}
	.info span{display: inline;}
}

@media only screen and (max-width: 568px) {
	.main_top{padding-bottom: 46%;}
	.logo_tw img {width: 80px;}

	.openfooter {height: 120px;}
	.openfooter_tel {float: none; font-size: 16px;}
	.openfooter_share{float: none; margin: 0;}
	.info p{
		font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
	}
	.info h2 {font-size: 26px;}

	.footer_top{
		height: 80px;
		padding: 0;
		line-height: 40px;
	}
	.footer_bottom{
		height: 40px;
		padding: 0;
		text-align: center;
	}

}

#divLoading {
    text-align: center;
    color: #fff;
    background-color: #808080;
    font-size: 24px;
    padding: 20px 0;
    margin: 0;
}