/* 內頁banner */
.inside-banner{
	position: relative;
}
.inside-banner .text-box{
	position: absolute;
	width:100%;
	top: 45%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.inside-banner .text-box h2{
	font-family: arial;
	font-size: 60px;
}
.inside-banner .text-box p{
	font-size: 16px;
}
/* 內頁banner */
/* 麵包屑 */
.breadcrumb{
	text-align: right;
	background: rgba(0, 0, 0,0);
	border-bottom: 1px solid #dadada;
	margin: 30px 0;
	font-size: 12px;
}
.breadcrumb li a{
	color: #555;

}
.breadcrumb li i{
	font-size: 14px;
}
/* 麵包屑 */
/*about*/
.inside .about{
	padding: 50px 0px;
}
.inside .about .about-img img{
	box-shadow: 5px 5px 0px #efefef;
}
.inside .about .about-content h5{
	font-size: 18px;
	font-weight: 600;
	color: #555;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.inside .business{
	padding: 100px 0;
}
.inside .business h4{
	font-size: 18px;
	font-weight: 600;
	color: #555;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.inside .business .item ul li{
	padding: 10px 0;
}
/*about*/
/*product*/
.product{
	padding: 50px 0px;
}
.product .product-menu{
	padding-bottom:50px;
}
.product .product-menu h3{
	font-size: 22px;
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #AE0016;
}
.product .product-menu ul{
	width: 100%;
	text-align: center;
	padding-left: 30px;
}
.product .product-menu ul li{
	display: inline-block;
	width: 24%;
}
.product .product-menu ul li a{
	color: #363636;
	border: 1px solid #999;
	transition: .3s;

}

.product .product-menu ul .active {
	color: #AE0016;
	background-color:#FDB813;
	border: 1px solid #FDB813;
}
.product .product-menu ul a:hover{
	color: #AE0016;
	background-color:#FDB813;
	border: 1px solid #FDB813;
	transition: .3s;
}
.product .product-img{
	padding-bottom: 50px;
}
.product .product-img .product-item{
	margin-bottom: 30px;
}
.product .product-img .product-item h3{
	font-size: 20px;
	font-weight: 600;
	color: #555;
	padding-left: 10px;
	border-left: 3px solid #555
}
.product .product-img .product-img-box{
	padding: 15px;
}
.product .product-img .product-img-box img{
	border-radius: 5px 5px;
}
.product .product-img .product-img-box P{
	text-align: center;
}
.product .product-text{
	padding-bottom: 50px;
	padding-left: 15px;
}
.product .product-text h3{
	font-size: 20px;
	font-weight: 600;
	color: #555;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: 3px solid #555;
}

.product .product-text h3 .en{
	font-size: 20px;
	margin-left:5px;

}
.product .product-text ul li{
	padding: 5px 0px 5px 10px;
}
.product .product-text p{
	padding-left: 10px;
}
.product .char{
	padding-bottom: 50px;
}

.product .char ul li i{
	margin-right: 5px;
	color: #AE0016;
}
/*product*/

@media (max-width:768px){
  .inside-banner .text-box{
	position: absolute;
	width:100%;
	top: 35%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
  .inside-banner .text-box h2{
	font-family: arial;
	font-size: 40px;
}
}
@media (max-width: 575.98px) {
   .inside-banner .text-box h2{
	font-family: arial;
	font-size: 30px;
}
}