@charset "utf-8";
body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"; }
.container-fluid{max-width:1280px;}

#menu .nav.navbar-nav.navbar-right{ margin-top:0; margin-bottom:0;}

#menu .nav.navbar-nav.navbar-right li {
	padding:8px 0;
	margin:0;
	border-top:1px solid #ccc;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
#menu .nav.navbar-nav.navbar-right li a:hover{
	background-color:#ccc;
}

@media (min-width:768px){
	#menu .nav.navbar-nav.navbar-right li {border-top:none;font-size:0.8em;}
}
@media (min-width:992px){
	#menu .nav.navbar-nav.navbar-right li {font-size:1.1em;}
}


.navbar-header {height:64px;}

.navbar-header .navbar-brand img{
	width:auto;
	height:42px;
}
@media (min-width:768px){.navbar-header .navbar-brand img{height:36px;}}
@media (min-width:992px){.navbar-header .navbar-brand img{height:56px;}}

.navbar-brand{
	margin:0;
	padding:12px 0 0 4px;
}
@media (min-width:768px){.navbar-brand{padding:24px 0 0 4px;}}
@media (min-width:992px){.navbar-brand{padding:16px 0 0 4px;}}


.navbar-toggle{margin:16px 8px 0 0 ;}

#carousel-banner{ display:none;}
@media (min-width:768px){#carousel-banner{ display:block;}}
@media (min-width:768px){#carousel-banner2{ display:none;}}


.page_banner{ display:none;}
@media (min-width:768px){.page_banner{ display:block;}}
@media (min-width:768px){.page_banner_small{ display:none;}}


.top_title{
	background-image:url(../images/title_bg.jpg);
	color:#fff;
	font-size:1.1em;
	padding-left:8px;
	line-height:28px;
	margin:16px 0;
}


.news_con{margin:16px 0;}
.news_date{
	background-color:#333; 
	color:#FFF; 
	float:left; 
	padding:8px;
}
.news_text{margin-left:64px;}
.news_text h5{
	font-size:1.1em;
	padding:0 0 8px 0;
	border-bottom:1px solid #333;
}
.news_text h5 a{color:#333; text-decoration:none;}
.news_text h5 a:hover{color:#09F;}

.news_text p{
	color:#777;
	
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}


.top_pro p, .ser_text p{color:#777;}

.ser_con img{
	width:120px;
	height:auto; 
	float:left; 
}
@media (min-width:768px){.ser_con img{width:180px;}}
.ser_text{margin-left:128px;}
@media (min-width:768px){.ser_text{margin-left:190px;}}

/*公司簡介*/
.about_page1 h3{ font-size:15px;font-weight:bold;}
.about_page1 ul{ list-style:circle;}

.about_page2{padding:0 5px;}
.about_page2 h3{
	font-size:15px;
	font-weight:bold;
	background:#5591cd;
	color:#FFF;
	padding:10px;
	text-align:center;
	border-radius: 5px;
}

.about_page2 img{
	width:70%;
	display:block;
	margin: 0 auto;
	padding-bottom: 20px;
}



.about_menu{text-align:center; padding:12px 0;}
.about_menu a{color:#555;text-decoration:none;}
.about_menu a:hover{color:#06c;}

.about_menu_active{
	text-align:center;
	background-color:#06c;
	color:#fff;
	padding:12px 0;
}
.about_menu_active a{color:#fff;text-decoration:none;}

.page_title{
	text-align:center;
}

.page_title h3{margin:32px 0 0 0;}

.page_title h2{margin:8px 0 24px 0;font-family:"Futura Md BT", "Arial Unicode MS";font-size: 1.7rem;}


@media (min-width: 480px){
	.page_title h2{font-size: 2.1rem;}
}
@media (min-width: 576px){
	.page_title h2{font-size: 2.5rem;}
}
@media (min-width: 768px){
	.page_title h2{font-size: 3rem;}
}

/*.page_title h2{
	font-size: 1.7rem;
}
*/





.form-group{
	font-size:1.2em;
	color:#555;
}

/*品質管理*/
.manage_page1 img{ width:100%;}
.manage_page1 h3{ font-weight:bold; padding-bottom:15px;}
.manage_page1 ul li{
	list-style:circle;
}

/*產品介紹*/
.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 li {
    position: relative;
    padding-left: 90px;
    padding-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #bbb;
}
.ul-s1 li strong {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline-block;
    background-color: #ccc;
    width: 80px;
    text-align: center;
}

.ul-s2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s2 li {
    position: relative;
    padding-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #bbb;
	padding: 0 0 0 15px;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0a9";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 51%;
    left: 6px;
    transform: translate(-50%,-50%);
    z-index: 9;
    color: #555;
    font-size: 1.2rem;
}

.p-test{
	border-left: 5px solid #7fb1da;
    padding: 2px 8px;
    background-color: #ccddeb;
}

.products-item {
    position: relative;
    margin-top: 20px;
}
.products-item p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}


.products-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.products-item-img:hover {
    color: #fff
}
.products-item-img:hover .products-item-mask {
    opacity: 1;
    visibility: visible
}
.products-item-img:hover .products-item-mask::after {
    height: 100%
}
.products-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.products-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s
}
.products-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 101, 158, .7);
    transform: translateY(-50%);
    transition: all .3s
}
.products-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 5px 30px;
}

.product-h3 {
    font-weight: bold;
    padding-bottom: 15px;
}


.prod-c{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pt-2{
	padding-top: 10px;
}

.news_img{ text-align:center;display:none;}
@media (min-width:768px){.news_img{ display:block;}}
.news_img img{max-width:160px}

.news_con_page{padding:16px 0; border-bottom:1px dashed #999;}
.news_con_page h4{padding-bottom:8px; border-bottom:1px solid #06c;}
.news_con_page h4 a{ text-decoration:none; color:#06c;}
.news_con_page h4 a:hover{ color:#09f;}
.news_con_page h5{margin:0; color:#555;}
.news_con_page h5 span {color:#fff; font-size:0.8em; background-color:#c00; padding:2px 4px; border-radius:2px;}
.news_con_page p{color:#777;}

.news_page{
	text-align:center;
}
.news_page h2{ padding:0 0 12px 0; border-bottom:1px solid #999;}
.news_page h4{ color:#06c;}

@media (min-width:768px){.guide_block{ display:none;}}

.footer{ padding:8px 0 16px 0}

.footer p{color:#fff;}

.share img{margin:2px;}

.blue_line{
	width:96px;
	height:8px;
	background-color:#06c;
	margin:12px auto;
}

.bg_block{background-image:url(../images/bg.jpg); background-size:auto; background-repeat:no-repeat; background-position:center;	}

.backtop{
	position:fixed;
	z-index:12;
	width:100%;
	height:auto;
	text-align:right;
	top:100%;
}
.backtop img{
	cursor:pointer;
	width:48px;
	height:auto;
	margin-right:16px;
	margin-top:-90px;
}



/*========================================================
                           表格
=========================================================*/
.table-responsive {
    display: block;
    width: 100%;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	word-wrap:break-word;
	margin: 20px 0;
}
.table-text {
    color: #D40101;
    text-align: right;
    /* margin-bottom: -30px; */
}
.table_box .page_title i{
	padding: 0 0 0 10px;
	color: #438a7b;
}
.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 0.9rem;
	border: 1px solid #c0bebe;
    line-height: 28px;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr{
	font-size: 1.1rem;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
.table1 th {
	background: #06c;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px !important;
	text-align: left;	
	border-top: 0 !important;
    border-right: 1px solid #c0bebe;
	border-bottom: 1px solid #c0bebe;
	font-size: 1.2rem;
}
.table1 td {
	padding: 2px 10px;
	border: 1px solid #c0bebe;
    vertical-align: middle;  
	white-space: inherit!important;
}

.table1 td:nth-of-type(1) {
    background-color: #f4fafe;
    vertical-align: middle;
    /*color: #fff;*/
    text-align: left;
	width: 20%;
}

.table1 td.c {
    background-color: #06c;
    vertical-align: middle;
    text-align: left;
	color: #fff;
}

.table1 td img{
	width: 100%;
}

.table1 td .img_min{
	width: 40px;
	height: 40px;
	margin: 10px;
}

.table-center {
	text-align: center;
}

@media (min-width: 640px){
	.table1 th {
		font-size: 1.6rem;
	}
	.table1 tr{
		font-size: 1.3rem;
	}
}
@media (min-width: 1200px){
.table-text {
		display: none;
}
}




