*{
	/* outline: 1px solid #fa0; */
}
ol, ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
p,a{
	/* text-decoration: none; */
	font-size: 16px;
}
img{
	width: 100%;
}
body{
  font-family: 微軟正黑體, Arial;
}

.top-bar{
	 width:100%;
	 height:120px;
	 /* padding:5px; */
	 background:rgba(254,254,254,0.9);
	 position:fixed;
	 top:0px;
	 left: 0px;
	 z-index: 30;
	 /* transition: 0.5s;	 */
	-webkit-box-shadow: 0px 1px 5px #ddd;
	-moz-box-shadow: 0px 1px 5px #ddd;
	box-shadow: 0px 1px 5px #ddd;	 
}

#gotop {
    display: none;
    position: fixed;
    /* border-radius: 50% 50%; */
    /* border: 4px solid #999; */
    right: 2%;
    bottom: 5%;    
    /* padding: 10px 15px;     */
    font-size: 24px;
    color: #999;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
    /* opacity: 1; */
    transition: 0.5s;
   
}
#gotop:hover{
	/* opacity:0.8; */
	  bottom: 3%;
	transition: 0.5s;
}
#gotop img{
	width: 60px;
}
/* header */
.navbar-header img{
	width:360px;
}
nav{
	background:#2D9B4B;
	background: linear-gradient(to bottom,#87BD75 0,#2D9B4B 100%);
}
.navbar-collapse .navbar-nav .nav-color{
	color: #fff;
}
nav.navbar.bootsnav ul.nav{
	padding-right: 20px;
}
nav.navbar.bootsnav ul.nav > li{
	padding: 0 15px;
}
nav.navbar.bootsnav ul.nav > li:hover{
	background-color: #64B065;
	transition: 0.3s
}
nav.navbar.bootsnav ul.nav > li > a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 24px 15px;
}

nav.navbar.bootsnav ul.nav > li > a > span{
	display: block;
	font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li > a > #en{
	font-size: 13px;
}
/* header */
.breadcrumb-item {
	font-size: 12px;	
}
.breadcrumb-item a{
	font-size: 12px;	
}
/*產品展示*/
.index-content{
	padding-top: 50px;
	background: linear-gradient(to bottom,#E0E6E2 0,#F8FAF9 80%);
}
.index-content .index-title{
	margin-bottom: 40px;
}
.index-content .index-title .line{
	width: 240px;
	height: 3px;
	background-color: #94CA28;
	margin-bottom: 5px;
}
.index-content .index-title .line2{
	width: 120px;
	height: 2px;
	background-color: #94CA28;
}
#owl-demo h5{
	font-size: 16px;
	font-weight: 500;
}	
#owl-demo .item-owl{
	padding-bottom:10px;
}
#owl-demo .item-owl:hover{
	background-color:#fff;
	z-index: 99;
	/* padding-bottom:10px; */
	transition: 0.5s
}
/*產品展示*/
/*服務項目*/
.index-content .right{
	padding-left: 30px;
}
.index-content .right .service-item ul{
	padding: 5px;
}
.index-content .right .service-item ul  li{
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	/* font-weight: 600; */
	color: #000;
	margin: 30px 0;
}
.index-content .right .service-item ul  li img{
	width: 20px;
	margin: 10px;
}

/*服務項目*/
/* 內頁標題 */
.inside-title{
	margin-bottom: 30px;
	margin-top: 30px;
	
}
.inside-title .container{
	border-bottom: 1px solid #ccc;
}
.inside-title h3{
	font-size: 32px;
	color: #6FB92B;
	font-weight: 600;
}
.inside-title h3 span{
	color: #555;
	font-size: 16px;
	margin-left: 15px;
}
.bread{
	background-color:#f5f5f5;
}
.breadcrumb{
	text-align: right;
	font-size: 14px;
	margin: 0;
}
.breadcrumb a{
	color: #777;
}
/* 內頁標題 */
/* 公司簡介 */
.about-content{
	padding-bottom: 50px;
}
.about-content .aboutus h4{
	font-size: 22px;
	font-weight: 600;
	margin: 40px 0 30px 0;
}
.about-content .aboutus .blue{
	font-size: 16px;
	font-family:"Agency FB";
	color: #00A0E8;
}
.about-content .aboutus p{
	line-height: 24px;
}
.about-content .aboutus p .red{
	color: #f00;
}
.about-content .pic img{
	width: 100%;
	margin-top: 50px;
}
.about-content .item img{
	width: 12px;
	vertical-align: middle;
}
.about-content .item ul{
	margin: 20px 0; 
}
.about-content .item ul li{
	width: 150px;
	margin-right: 30px;
	display: inline-block;
	border-bottom:1px dashed #999;
	font-size: 16px;

}
/* 公司簡介 */
/* 生產設備 */
.equipment-content .item{
	padding-top: 40px;
}
.equipment-content .item .card{
	margin-bottom: 50px;
}
.equipment-content .item .card-body{
	background-color:#efefef;
}
.equipment-content .item h4{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding:10px 0;
}
/* 生產設備 */
/* 產品展示 */
.equipment-content .select .list-group{
	padding-top: 40px;
}
.equipment-content .select .list-group h4{
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 12px 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.equipment-content .select .list-group .list-group-item{
	/* border-right: 0px; */
	/* border-left: 0px; */
}
.select .mob-select{
		display:none;
	}
/* 產品展示 */
/*聯絡我們*/
.contact-content{
	padding-bottom: 50px;
}
.contact-content .contact_right p{
	padding-left: 20px;
}
.contact-content .contact_right a{
	color: #000;
}
.contact-content .contact_right i{
	width: 16px;
	margin-right: 10px;
	text-align: center;
}
.contact-content .contact_left{
	padding-top:25px;
}
.contact-content .contact_left .text{
	width: 90%;
	display: block;
	margin-bottom:15px;
	margin-left: 20px;
	background-color: #eee;
	border: 0px;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 5px 5px;
}
.contact-content .contact_left textarea{
	width: 90%;
	height:150px;
	margin-left:20px; 
	background-color: #eee;
	border: 0px;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 5px 5px;
}
.contact-content .form-submit input{
	margin-left: 20px;
	margin-top: 15px;
	width: 125px;
	background-color: #6FB92B;
	border: 0px;
	color: #fff;
	padding:5px 10px;
	border-radius:5px 5px;
	font-size: 16px;

}
.contact-content  .map{
	padding-top: 50px;
}
/*聯絡我們*/
/*footer*/
.footer{
	background: linear-gradient(to bottom,#F8FAF9 0,#A3D08D 100%);
	padding-top: 50px;
	border-top: 1px solid#
}
.footer .footer-img{
	text-align: center;
}
.footer .footer-img img{
	width: 270px;
}
.footer .footer-left{
	padding-top: 15px;
}
.footer .footer-left ul{
	padding-bottom: 30px;
	text-align: center;
}
.footer .footer-left ul li{
	display: inline-block;
	font-size: 14px;
	width: 19.5%;
	border-right: 1px solid #ccc;
}
.footer .footer-left ul .left{
	border-left: 1px solid #ccc;
}
.footer .footer-left i{
	width: 14px;
	margin-right: 5px;
}
.footer .footer-left a,.footer .footer-left p{
	color: #555;
	font-size: 14px;
}
.footer .footer-right{
	padding-top: 5px;
	text-align: left;
}
.footer .footer-right h4 {
	font-weight: 600;
	font-size: 16px;
	padding-left: 10px;
}
.footer .footer-right img{
	padding-top: 25px;
	width: 70px;
	margin:0 10px;
}
.footer .footer-right p{
	margin-top: 10px;
}
.footer .copright{
	padding-top: 40px;
	text-align: center;
}
.footer .copright a,.footer .copright p{
	color:#555;
	font-size: 12px;
}
.footer p{
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
}
/*footer*/
@media screen and (max-width: 992px) {
	nav.navbar.bootsnav .navbar-toggle{
		margin-top: 25px;
	}
	nav.navbar.bootsnav .navbar-toggle{
		padding: 5px 10px;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 450px;
    overflow-y: auto !important;
	}	
}
@media screen and (max-width: 767px) {
	.logo-center img{
		width: 300px;
	}
	nav.navbar.bootsnav .navbar-toggle{
		margin-top: 15px;
	}
	.select .mob-select{
		display:block;
		padding-left: 30px;
	}
	.select .mob-select li{
		display: inline-block;
		width: 48%;
		background-color: #337ab7;
		border: 1px solid #337ab7;
		margin: 3px 0;
		padding: 10px 0;
		border-radius: 5px 5px;
		transition: 0.3s;
	}
	.select .mob-select li a{
		padding: 8px 4px ;
		font-size: 12px;
		color: #fff;
		transition: 0.3s;
	}
	.select .mob-select li a:hover{
		color: #337ab7;
		transition: 0.3s;
	}
	.select .mob-select li:hover{
		background-color: #fff;
		border: 1px solid #337ab7;
		transition: 0.3s;
	}
	.select .mob-select li:hover a{
		color:  #337ab7;
	}
	.select .list-group{
		display: none;
	}
	.select .dropdown .dropdown-menu{
		width: 180px;
		margin-left: 30px;
	}
	.select .dropdown .dropdown-menu .dropdown-item{
		display:block;
		width: 168px;
		text-align: left;
		padding:5px 0px;
		padding-left: 5px;
		margin: 10px 0;
		margin-left: 5px;
		background-color: #337ab7;
		border: 1px solid #337ab7;

	}
	.select .dropdown .dropdown-menu .dropdown-item a{
		color: #fff;
	}
	.select .dropdown .btn {
		background-color: #337ab7;
	}
	.select .dropdown .btn a{
		color: #fff;
	}
	.select .dropdown .btn i{
		margin-left: 10px;
		color: #fff;
	}
	.about-content .item ul{
	margin: 10px 0; 
	display: inline-block;
	width: 50%;
	float: left;
	}
	.about-content .item ul li{
		width: 150px;
		margin-right: 30px;
		margin-bottom: 10px;
		display: inline-block;
		border-bottom:1px dashed #999;
		font-size: 16px;

	}

}
@media screen and (max-width: 575px) {
	.logo-center img{
	width: 250px;
}	
	nav.navbar.bootsnav .navbar-toggle{
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.leo-control-nav {
	    width: 100%;
	    position: absolute;
	    bottom: 10px;
	}
}
/* @media screen and (max-width: 575px) {}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1200px) {} */
