﻿/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 550px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.ei-news{
	bottom:0;
	left: 0px;
	position: absolute;
	width:100%;
	height: 120px;
	z-index: 10;
	background: #000;
	background: rgba(0,0,0,0.9);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8; 
	-khtml-opacity: 0.8;
}
#index_news_block{
	padding-top:15px;
	width:400px;
	height:90px;
	z-index:800;
	margin:0 auto;
}
#index_news_block .index_news_title{
	display:block;
	width:72px;
	height:86px;
	background:url(../images/index_news_title.png) no-repeat;
	float:left;
	background-size:72px 86px;
}
#index_news_block .index_news_text{
	display:block;
	width:280px;
	height:86px;
	float:right;
	text-align:left;
	line-height:20px;
}
#index_news_block .index_news_text .index_news_date{
	color:#dd9493;
	font-size:12px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#index_news_block .index_news_text .index_news_list{
    background:url(../images/line.png) repeat-x bottom;
}
#index_news_block .index_news_text a{
	color:#fff;
	font-size:13.5px;
	letter-spacing:1.2px;
	font:"微軟正黑體", "Microsoft JhengHei";
	font-family:"微軟正黑體", "Microsoft JhengHei";
	background:url(../images/line_pink.gif) repeat-x bottom;
}
#index_news_block .index_news_text a:hover{
color:#ccc;
}
.row{ clear:both;}
.beef{ font-family:"微軟正黑體", "Microsoft JhengHei"; font-size:14px; letter-spacing:2px; line-height:20px; margin-top:50px;}
.beef h1{ margin-bottom:10px;color: #fc7b7f; line-height:24px;}
.beef h1 a{color: #fc7b7f;}
.beef .col-6{ width:58%;float:left;  }
.beef .col-4{ width:35%; background:#fff;float:right; }
.beef .info{ text-align:left; padding:40px 30px 80px 40px; max-width:300px; min-height:265px; position: relative;}
.beef .bt-more{ margin-right:10px; position:absolute; bottom:30px; right:30px;}
.bt-more{background:url(../images/arrow.png) 90px center no-repeat #f79b9b; padding:6px 43px 6px 12px; border-radius:8px; color:#fff;   font-size:18px;}
.mt-50{ margin-top:50px; }
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
.beef .col-6{ width:100%;}
.beef .col-4{ width:100%; }
.beef .info{ max-width: none;}
}