@charset "utf-8";

/*========================================================
                      	最新消息
=========================================================*/

.top_news_block {
}
.top_news_block .container-fluid {
	max-width: none;
}
.top_news_pic {
	display: none;
}
.top_news_col {
	padding: 0;
	background-image: url(../../images/top_news_bg.jpg);
	background-position: center;
	background-size: cover;
}
.top_news_title {
	color: #fff;
	background-color: #f60;
	padding: 15px 15px 15px 30px;
	font-size: 2rem;
}
.top_news_ul {
	list-style: none;
	padding: 45px 30px 30px 30px;
	font-size: 1rem;
}
.top_news_ul li {
	border-bottom: 2px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.top_news_ul li a {
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.top_news_ul li a span {
	margin-right: 15px;
	color: #004392;
	display: block;
}
.top_news_ul li a:hover {
	color: #F60;
	text-decoration: none;
}

/* 尺寸設定 */
@media (min-width:992px) {
	.top_news_pic {
		display: block;
		background-image: url(../../images/top_news_pic.jpg);
		background-position: center;
		background-size: cover;
	}
	.top_news_title {
		color: #fff;
		background-color: #f60;
		padding: 15px 15px 15px 60px;
		font-size: 2rem;
	}
	.top_news_ul {
		list-style: none;
		padding: 45px 60px 30px 60px;
		font-size: 1.1rem;
	}
	.top_news_ul li a span {
		display: inline-block;
	}
}


/*========================================================
                      	服務項目
=========================================================*/

.top_service_block {
}
.top_service_block .container-fluid {
	max-width: none;
}
.top_service_block h2 {
	text-align: center;
	padding: 30px 0;
}
.top_service_col {
	background-position: center;
	background-size: cover;
	height: 800px;
	border: 2px solid #fff;
}
.top_service_text {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 400px;
	margin-top: -400px;
	background-image: url(../../images/top_service_bg.png);
	text-align: center;
	padding: 60px 30px;
}
.top_service_text h1 {
	margin-bottom: 20px;
}
.top_service_text p {
	font-size: 1rem;
}


.top_more {
	margin: 30px 0 0 0;
}
.top_more a {
	color: #fff;
	background-color: #f60;
	padding: 12px 40px;
	font-size: 1.1rem;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}
.top_more a:hover {
	background-color: #C30;
	text-decoration: none;
}


/* 尺寸設定 */
@media (min-width:992px) {
	.top_service_text {
		padding: 60px 30px;
	}
}
@media (min-width:1200px) {
	.top_service_text {
		padding: 60px;
	}
	.top_service_text p {
		font-size: 1.1rem;
	}
}



/*========================================================
                      	精選菜色
=========================================================*/

.top_product_block {
	padding: 80px 0 150px 0;
	text-align: center;
	background-image: url(../../images/top_product_bg.jpg);
	background-position: bottom center;
	background-size: cover;
}
.top_product_block .container-fluid {
	max-width: none;
}
.top_product_slick_item {
	padding: 30px;
}
.top_product_pic {
	background-position: center;
	background-size: cover;
	height: 400px;
}
.slick-dots li button:before {
	color: #f60;
	opacity: 1;
	font-size: 1.5rem;
}


/*========================================================
                      	彈跳視窗
=========================================================*/

.alert_block {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(050,050,050,0.7);
	-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */
	transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	z-index: 9999;
	font-size: 1.1rem;
	color: #fff;
	background-color: #f60;
	padding: 30px 50px;
	border-radius: 15px;
	max-width: 880px;
	-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */
	transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con ul {
	padding: 0;
	list-style: none;
	text-align: right;
}
.alert_block .alert_con ul li {
	display: inline-block;
	margin: 20px 0 0 10px;
}
.alert_block .alert_con ul li a {
	background-color: #fff;
	font-size: 1.1rem;
	color: #333;
	border-radius: 6px;
	padding: 6px 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}
.alert_block .alert_con ul li a:hover {
	text-decoration: none;
	background-color: #ccc;
}
.alert_block .alert_con ul li:last-child a {
	background-color: #3e3a39;
	color: #fff;
	padding: 6px 40px;
}
.alert_block .alert_con ul li:last-child a:hover {
	background-color: #777;
}
.alert_block .alert_con_times {
	height: 0;
	position: relative;
}
.alert_block .alert_con_times img {
	position: absolute;
	left: 100%;
	top: 0;
	margin-top: -45px;
	margin-left: 25px;
	width: 40px;
	height: auto;
	cursor: pointer;
}
