﻿/* @charset "utf-8"; */
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #e6cb14;
}

/********************* Header *********************/
.header {
    
}
.header .navbar{
    position: fixed;
    width: 100%;
    z-index: 100;
} 
.header .navbar.newtop{
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}
.header .navbar .navbar-header-box{
    background:#fff;
}
/* header logo */
.header .navbar .navbar-brand {
    width: 265px;
    height: 51px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 25px 0 10px;
    padding: 0;
    transition: all 0.5s;
}
.header .navbar.newtop .navbar-brand{
    margin-top: 15px;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 53px;
    margin-right: 45px;
    float: right;
    position:relative;
    transition: all 0.5s;
}
.header .navbar.newtop .navbar-nav{
    margin-top: 40px;
    transition: all 0.5s;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #000;
    padding-top: 0px;
    font-size:17px;
}

.header .navbar .navbar-nav li a:hover {
    color: #e4ca1b;
}
.header .navbar .navbar-nav > li ul li a:hover {
    color:#093994;
}
.header .navbar .navbar-nav > li + li > a {
    
}

.header .navbar .navbar-nav > li ul li a {
    padding: 6px 5px;
    font-size: 16px;
}

.header .navbar .navbar-nav > li.search-btn {
    position: absolute;
    top: -15px;
    right: -45px;
}
.header .navbar .navbar-nav > li > a.btn{
    padding: 6px 8px 4px;
    border-radius: 0;
    background: #093994;
    color: #fff;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}
.header .navbar .navbar-top{
    background:#8c8b8b;
    padding:5px 0;
}
.header .navbar .navbar-top a{
    color:#FFF;
}

.header .navbar .navbar-top ul {
    margin-bottom: 0;
}
.header .navbar .navbar-top li.linkedin a{
    background: url(../images/all/linkedin.png) no-repeat center;
    width: 21px;
    height: auto;
    text-indent: -9999px;
    background-size: 100% auto;
}

.header .navbar .navbar-top li.facebook a {
    background: url(../images/all/facebook.png) no-repeat center;
    width: 21px;
    height: auto;
    text-indent: -9999px;
    background-size: 100% auto;
}

.header .navbar .navbar-top li.twitter a {
    background: url(../images/all/twitter.png) no-repeat center;
    width: 21px;
    height: auto;
    text-indent: -9999px;
    background-size: 100% auto;
}

.header .navbar .navbar-top li.youtube a {
    background: url(../images/all/youtube.png) no-repeat center;
    width: 21px;
    height: auto;
    text-indent: -9999px;
    background-size: 100% auto;
}

.header .navbar .lang-box {
    float: left;
}
.header .navbar .lang-box .btn-default {
    background: #ffffff;
    color: #626262;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 15px;
}
.header .navbar .lang-box ul{
    list-style: none;
    border-radius: 0;
    padding: 3px 0;
    background: #f9f9f9;
    border: 1px solid #dadada;
}
.header .navbar .lang-box ul li{
    display:block;
}

.header .navbar .lang-box li a {
    padding-left: 10px;
    padding-right: 15px;
    color: #333;
    display: block;
}
.header .navbar .lang-box li a:hover{
    background: #eaeaea;
    color: #093994;
}
.header .navbar .lang-box li span{
    color:#fff;
}
.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}
.header .navbar .topMenu{
    float:right;
}
.header .navbar .topMenu .list-inline a{
    padding-left: 8px;
    padding-right: 8px;
    line-height: 28px;
}
.header .navbar .topMenu .list-inline a:hover{
    color:#d4d4d4;
}
.header .navbar .seach-box{
    margin-bottom:10px;
}
.header .navbar .seach-box .search-content a.send{
    padding: 6px 10px;
    background-position: 5px;
    background-color: #b1b1b1;
    color: #fff;
}
.header .navbar .seach-box .search-content a.send:hover{
    background-color:#555;
}
/*------- Banner -------*/
.home .banner {
    padding-top:136px;
}
.banner {
    position: relative;
    padding-top:136px;
}
.banner .container-fluid{
    padding:0;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

/* 設定banne - 內頁 */
.banner .bxslider li {
	height: 300px;
}
.banner .bxslider li::before { 
	position:absolute;
	display:block;
	left:50%; 
	margin-left:-25%;
	top:60%;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	font-size:40px;
	font-family:"微軟正黑體","Arial";
	letter-spacing:2px;
	z-index:999;
}
body.about .banner .bxslider li::before { /*content:"關於星博";*/ }/*-- //內頁廣告 about --*/
body.news .banner .bxslider li::before { content:"新聞與活動";  top:70%; margin-left:-15%;}/*-- //內頁廣告 news --*/
body.product .banner .bxslider li::before { content:"產品與服務"; margin-left:-20%;}/*-- //內頁廣告 product --*/
body.faq .banner .bxslider li::before { content:"常見問題"; }/*-- //內頁廣告 faq --*/
body.file .banner .bxslider li::before { content:"下載中心"; color:#000; text-shadow:none; text-shadow:none; }/*-- //內頁廣告 file --*/
body.album .banner .bxslider li::before { /*content:"活動花絮";*/ color:#000; text-shadow:none; margin-left:-70px; top:45%; }/*-- //內頁廣告 album --*/
body.contact .banner .bxslider li::before { content:"聯絡我們"; margin-left:10%;}/*-- //內頁廣告 contact --*/
body.events .banner .bxslider li::before { /*content:"關於星博";*/ }/*-- //內頁廣告 events --*/
body.hr .banner .bxslider li::before { content:"人力資源"; }/*-- //內頁廣告 hr --*/


 body.product.prod_cn    .banner .bxslider li::before { content:"产品与服务"; margin-left:-20%;}/*-- //內頁廣告 product --*/
body.news.new_cn    .banner .bxslider li::before { content:"新闻与活动";  top:70%; margin-left:-15%;}/*-- //內頁廣告 news --*/
body.file.file_cn    .banner .bxslider li::before { content:"下载中心"; color:#000; text-shadow:none; text-shadow:none; }/*-- //內頁廣告 file --*/
body.faq.faq_cn   .banner .bxslider li::before { content:"常见问题"; }/*-- //內頁廣告 faq --*/
body.contact.cont_cn   .banner .bxslider li::before { content:"联络我们"; margin-left:10%;}/*-- //內頁廣告 contact --*/


body.home .banner .bxslider li::before {
	display:none;
} 
@media (max-width: 1199px) {
	body.about .banner .bxslider li::before { top:70%; }/*-- //內頁廣告 about --*/
	body.news .banner .bxslider li::before { left:15%; margin-left:-0; }/*-- //內頁廣告 news --*/
	body.product .banner .bxslider li::before {  }/*-- //內頁廣告 product --*/
	body.faq .banner .bxslider li::before {  }/*-- //內頁廣告 faq --*/
	body.file .banner .bxslider li::before { left:5%; margin-left:0;}/*-- //內頁廣告 file --*/
	body.album .banner .bxslider li::before {  }/*-- //內頁廣告 album --*/
	body.contact .banner .bxslider li::before { left:auto !important; right:0; margin-right:40px; }/*-- //內頁廣告 contact --*/
	body.events .banner .bxslider li::before {  }/*-- //內頁廣告 events --*/
	body.hr .banner .bxslider li::before {  }/*-- //內頁廣告 hr --*/
}
@media (max-width: 767px) {
	.banner .bxslider li::before { 
		font-size:30px;
		left:5%;
		margin-left:0;
	}
	body.about .banner .bxslider li::before {  }/*-- //內頁廣告 about --*/
	body.news .banner .bxslider li::before {  }/*-- //內頁廣告 news --*/
	body.product .banner .bxslider li::before {  }/*-- //內頁廣告 product --*/
	body.faq .banner .bxslider li::before { top:70% }/*-- //內頁廣告 faq --*/
	body.file .banner .bxslider li::before { margin-right:20px;}/*-- //內頁廣告 file --*/
	body.album .banner .bxslider li::before { top:55%; }/*-- //內頁廣告 album --*/
	body.contact .banner .bxslider li::before {  }/*-- //內頁廣告 contact --*/
	body.events .banner .bxslider li::before {  }/*-- //內頁廣告 events --*/
	body.hr .banner .bxslider li::before {  }/*-- //內頁廣告 hr --*/
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e4ca1b;
}
.banner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 37px !important;
    height: 64px !important;
    text-indent: -9999px;
}
.banner .bx-wrapper .bx-prev {
    left: 9% !important;
    background: url(../images/all/controls.png) no-repeat 0 0px !important;
}
.banner .bx-wrapper .bx-next {
    right: 9% !important;
    background: url(../images/all/controls.png) no-repeat -53px 0px !important;
}


/********************* Footer *********************/
.footer {
    padding: 15px 0 0;
    text-align: center;
}
.footer .container .siteinfo,
.footer .container .copyright{
    padding-left:0;
}
.footer .container .siteinfo ul,
.footer .container .copyright ul{
    margin-left:0;
}
.footer .container .siteinfo ul li,
.footer .container .copyright ul li{
    font-size:14px;
    letter-spacing:1px;
}

/* sitemap */
body.home .footer .sitemap{
    background:none;
}
.footer .sitemap{
    padding:35px 0 40px;
    background: #f2f2f2;
}
.footer .sitemap h5{
    text-align:left;
    margin-bottom:8px;
    font-weight:bold;
    font-size:20px;
    color:#262323;
}

.footer .sitemap ul li {
    color: #888;
    padding: 0;
    display: block;
    text-align: left;
}

.footer .sitemap ul li a {
    color: #262323;
    padding: 8px 8px 8px 5px;
    font-size:16px;
}

.footer .sitemap ul li a:hover {
    color: #e6cb14;
}

.footer_content {
    background-color: #626262;
    font-size: 13px;
    line-height: 22px;
    padding: 15px 0 30px;
}
.footer h4{
    font-size:17px;
    color:#fff;
    letter-spacing:2px;
    text-align:left;
}
.footer label{
    color:#fff;
    font-weight: 500;
}
/* copyright */
.footer .copyright ul > li{
    display:block;
    text-align:left;
    padding-left:0;
}
/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
    display:block;
    text-align:left;
    color:#fff;
}
.footer .siteinfo ul > li a{
    color:#fff;
}



.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}
.footer .copyright {
    color:#fff;
}

.footer .powered a {
    color: #fff;
}

.footer .powered a:hover {
    color: #fff;
}
/********************* gotop *********************/

.gotop {
    position: fixed;
    right: 58px;
    bottom: -58px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-indent: -9999px;
}

.gotop a {
    display: block;
    background: url(../images/all/gotop.png) no-repeat;
    width: 58px;
    height: 58px;
}

.gotop2 {
    bottom: 58px;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0 0;
}
.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border-bottom: 1px solid #626262;
    color: #333;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #36B9C0;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #093994;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    background: #e7e7e7;

}

.side .nav > li + li {
    border-top: 1px solid #c9cac9;
}

.side .nav > li a {
    background: url(../images/all/list_icon.png) no-repeat 5px center;
    color: #010101;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 30px;
    transition: all .3s;
    font-size: 16px;
}
.menu-box ul.nav > li.active>a{
    background: url(../images/all/list_icon_down.png) no-repeat 5px center;
}
.side .nav > li > a:hover,
.side .nav > li > a:focus,
.side .nav > li.active > a {
    background: url(../images/all/list_icon.png) no-repeat 10px center #eaeceb;
}
.side .nav > li > ul > li a:hover,
.side .nav > li > ul > li a:focus,
.side .nav > li > ul > li.active a {
    color:#093994;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}
.side .h3{
    color: #252525;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top:0;
}
.side .h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #093994;
    margin-left: -15px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
.content .txt{
    padding:10px;
}
/* breadcrumb */
.main_top .breadcrumb{
    margin-bottom:0;
    padding-left:0;
    font-size:13px;
}
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: static;
    right: 10px;
    top: 10px;
    margin-bottom:0;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #626262;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
    text-align:center;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
    transition: all .5s;
}

.content .btn-box .pager li > a:hover {
    background-color: #626262;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding-bottom:0;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}
body.home .content .txt{
    padding:0;
}
/* slick-all */
body.home .content .slick-prev:before{
    content:"";
}
body.home .content .slick-next::before{
    content:"";
}
body.home .content .slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 64px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
body.home .content .slick-prev{
    left: -55px;
    background: url(../images/all/controls02.png) no-repeat 0px 0px !important;
}
body.home .content .slick-next{
    right: -55px;
    background: url(../images/all/controls02.png) no-repeat -53px 0px !important;
}
body.home .content .slick-prev:before,
body.home .content .slick-next:before{
    display:none;
}

body.home .slick-all .box-list {
    padding: 0 13px;
}
body.home .slick-all .info{
    padding:15px 15px;
}
body.home .slick-all .info h4{
    color:#000;
    margin-top:10px;
    margin-bottom:15px;
    font-weight:bold;
    letter-spacing: 1px;
}
body.home .slick-all .info p {
    font-size: 16px;
    color: #a0a0a0;
    letter-spacing: 1px;
    line-height: 21px;
}
body.home .slick-all a .info .newPro {
    position:absolute;
    top:0;
    font-size:12px;
    line-height:1em;
    padding:3px 7px;
    background:linear-gradient(#0f7fe3 55%, #014785 100%);
    color:#fff;
    border-radius:7px 0 7px 0;
    transition:0.4s;
}
body.home .slick-all a:hover .info .newPro {
    padding: 3px 10px;
    color: #ff0;
}
body.home .slick-all a .pic{
    overflow:hidden;
}
body.home .slick-all a .pic img{
    margin:auto;
    width: 100%;
    transition: all 0.5s;
    overflow:hidden;
}
body.home .slick-all a{
    
}
body.home .slick-all a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
body.home .h2 {
    font-size: 25px;
    color: #093994;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight:bold;
}
body.home .h2:before {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:40px;
    height:1px;
    margin-left:-20px;
    background:#093994;
}


/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .news{
    padding-top:30px;
    background: url(../images/home/pr_linkBg.png) no-repeat;
    padding: 50px 0 70px;
    background-size: cover; 
}

.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}
/* prolink  wid-home-prolink */

.wid-home-prolink{
    margin:auto;
}
.wid-home-prolink .linkbox{
    width:60%;
    margin:auto;
}
.wid-home-prolink .link-list{
    width:46%;
    margin:10px 2%;
    float:left;
    position:relative;
    -moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
}
.wid-home-prolink .prolink-slickBox .link-list{
    margin:15px;
    padding:0;
    width:45%;
}
.wid-home-prolink .prolink-slickBox{
   width:65%;
   padding-left:10px;
   margin:auto; 
}

.wid-home-prolink .link-list .pic{
    background:#fff;
}
.wid-home-prolink .link-list .pic img{
    position:relative;
    display:block;
}
.wid-home-prolink .link-list p{
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    z-index: 1;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
}
.wid-home-prolink .link-list p:before{
    content: "";
    background: url(../images/home/link_tibg.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.wid-home-prolink .link-list a:hover .pic{
    transform: rotateY(360deg);
    transition: all 0.6s;
}
.wid-home-prolink .link-list a {
    transition: all 0.6s;
}

.wid-home-prolink .link-list a:hover p:before {
    background: url(../images/home/link_tibgH.png) no-repeat center center;
    transition: all 0.6s;

}
/* menulink  wid-home-menulink */
.menulink {
    background: url(../images/home/bottom_linkBg.png) no-repeat;
    margin-top: 80px;
    min-height: 590px;
    background-size: cover;
    background-position: center;
}
.wid-home-menulink{
    margin:auto;
    padding-top:200px;
}
.wid-home-menulink .linkbox{
    width:80%;
    margin:auto;
}
.wid-home-menulink .link-list{
    width: 27%;
    margin: 10px 3%;
    float: left;
}
.wid-home-menulink .link-list .pic img{
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all 0.6s;    
}
.wid-home-menulink .link-list a:hover .pic img{
    background: rgba(255, 255, 255, 0.4);
    transform: rotateY(360deg);
    transition: all 0.8s;
}


.wid-home-menulink .link-list p{
    text-align:center;
    font-weight:bold;
    font-size:30px;
    letter-spacing:2px;
    color:#fff;
    margin-bottom:0;
    margin-top:35px;
}


/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}


/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

    .navbar-nav .dropdown_submenu > ul > li > ul > li a {
        display: block;
    }

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: auto;
    margin-top: -4px;
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}



.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}


.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus,
.dropdown_submenu .dropdown_submenu > a:hover,
.dropdown_submenu .dropdown_submenu > a:focus{
    background:none;
}

@media (min-width: 768px) {
    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #626262;
        margin-top: 5px;
        margin-right: 0;
    }
    .dropdown_submenu .dropdown_submenu > a:hover:after,
    .dropdown_submenu .dropdown_submenu > a:focus:after{
        color: #e6cb14;
    }
}
/*------------------------subNav  dropdownMenu --------------------*/


/*body .side1-menu .nav > li > ul{
    padding-left:25px;
    display:none;
    overflow:hidden;
    transition: all .3s;
}*/

/*about 單元*/

/*events 發展事紀*/
body.events .events-item{
    padding-left:50px;
    padding-bottom:50px;
}
body.events .events-item .list-txt{
    position: relative;
    border-left: 2px dashed #2f80d3;
    padding: 55px 20px 10px 20px;
}
body.events .events-item .years {
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 20px;
    background: #2a77c7;
    background: -moz-linear-gradient(left, #2a77c7 0%, #409efe 100%);
    background: -webkit-linear-gradient(left, #2a77c7 0%,#409efe 100%);
    background: linear-gradient(to right, #2a77c7 0%,#409efe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a77c7', endColorstr='#409efe',GradientType=1 );
    color: #fff;
    padding: 8px 20px 6px 20px;
    border-radius: 18px;
    width: 28%;
    margin: 0;
    text-align: center;
    border-right: 3px solid #176ab8;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(171,171,171,1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(171,171,171,1);
    box-shadow: 2px 2px 4px 0px rgba(171,171,171,1);
}
body.events .events-item .years:before{
content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    background: url(../images/events/events_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-position: center;
}

body.events .events-item ul li{
    background: url(../images/events/icon_list02.png) no-repeat center left;
    padding: 5px 0 5px 15px;
}


/*news 訊息*/
body.news .news-menu{
    margin-bottom:40px;
}
body.news .news-menu ul{
    text-align:center;
}
body.news .news-menu ul li{
    display:inline-block;
    margin-right:10px;
}
body.news .news-menu ul li a{
    padding:5px 10px;
    border:1px solid #626262;
}
body.news .news-menu ul li a:hover,
body.news .news-menu ul li a.active{
    background:#093994;
    color:#fff;
    border:1px solid #093994;
}
body.news .item{
    margin-bottom:30px;
}
body.news .item .pic{
    position:relative;
    padding: 5px;
    border: 1px solid #e5e5e5;
}
body.news .item .pic:before{
    content: "";
    position: absolute;
    background: rgba(9, 57, 148, 0.6);
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity:0;
}
body.news .item a:hover .pic:before{
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity:0.7;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.news .item .pic:after {
    content: "";
    position: absolute;
    background: url(../images/all/more.png) no-repeat center;
    display: block;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
body.news .item a:hover .pic:after {
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.news .item a:hover{
    color:#333;
}
body.news .info{
    padding:10px;
}
body.news .info small{
    display:block;
    color: #999;
}
body.news .info .title{
    color: #093994;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
}
body.news .info .con-txt{
    margin-bottom:0;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
    line-height:18px;
    font-size:14px;
    color:#666;
}
body.news .h4{
    color: #093994;
    font-size: 20px;
    padding: 10px 10px 10px 20px;
    line-height: 1.4;
    border: 1px solid #cbced6;
    border-left: 3px solid #4e8dd0;
    font-weight: bold;
}
body.news .download-box{
    margin-bottom: 25px;
    padding-left: 10px;
}
body.news .download-box a{
    padding: 5px 5px;
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    color: #4e8dd0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;

}
body.news .download-box a:hover{
    background: #4e8dd0;
    color: #fff;
}
body.news .download-box span{
    padding-right:5px;
}

/*album 相簿*/
body.album .album-box{
    margin-bottom:40px;
}
body.album .album-list a .h4 {
    text-align: center;
    font-size:16px;
}
body.album .album-list a:hover .h4 {
    color:#093994;
}

body.album .album-list a {
    margin: 0px 0 30px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.album .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 4px;
    overflow:hidden;
}
body.album .album-list a .pic img{
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
    width: 100%;
}
body.album .album-list a:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
body.album .content > .h1 {
    text-align: center;
    color: #093994;
    border: 1px solid #cbced6;
    padding: 10px;
    margin-bottom: 20px;
}
body.album.show .slick-slide img{
    margin:auto !important;
}
body.album.show .content .album-pic a{
    display:block;
}
body.album.show .album-pager{
    margin-top:30px;
}
body.album.show .slick-list {
    margin:0 45px;
}
body.album.show .album-thumb li{
    margin: 0 3px;
    padding: 2px;
    border: 1px solid #dbdbdb;
}
body.album.show .slick .slick-prev {
    background-position: 0px 0;
    left: 0px;
}
body.album.show .slick .slick-next {
    background-position: -40px 0;
    right: 0px;
}
body.album.show .album-pager .slick .slick-prev {
    background-position: -80px 0;
    left: 0px;
}
body.album.show .album-pager .slick .slick-next {
    background-position: -120px 0;
    right: 0px;
}
body.album.show  .slick .slick-dots{
    margin-top:35px;
}
/*faq 常見問題*/
body.faq .title{
    background: url(../images/faq/faq_icon.png) no-repeat;
    padding-left: 65px;
    margin-bottom:30px;
}
body.faq .title .h2{
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: bold;
    color: #093994;
    padding-top: 3px;
}
body.faq .title p{
    color: #696969;
    font-size: 16px;
}
body.faq .faq-box .st{
    color:#093994;
    font-size: 16px;
}
body.faq .faq-box .panel-title a:hover{
    color:#093994;
}

body.faq .faq-box.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 10px;
}
body.faq .faq-box .panel-heading{
    border-radius:0px !important;
}
body.faq .panel-title{
    font-weight:bold;
}
body.faq .panel-default>.panel-heading{
   background: #f2f2f2;
   border-left: 2px solid #4e8dd0;
}
body.faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none;
}
body.faq .download-box{
    margin-bottom: 15px;
    margin-top: 15px;
}
body.faq .download-box a{
    padding: 5px 5px;
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    color: #4e8dd0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
}
body.faq .download-box a:hover{
    background: #4e8dd0;
    color: #fff;
}
body.faq .con-box .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
body.faq .con-box .link-con{
    margin-bottom: 40px;
    margin-top: 40px;
	position:relative;
}
/*body.faq .con-box .link-con a p{
	position:absolute;
	right:50%;
	top:30%;
	margin-right:-25%;
	font-size:26px;
	color:#fff;
	line-height:1.5em;
}*/
body.faq .con-box .link-con a img{
	display:none;
}
body.faq .con-box .link-con a img.pic{
	display:block;
}

body.faq.show .h4{
    color: #093994;
    font-size: 20px;
    padding: 10px 10px 10px 20px;
    line-height: 1.4;
    border: 1px solid #cbced6;
    border-left: 3px solid #4e8dd0;
    font-weight:bold;
}

body.faq.show .download-box{
    margin-bottom: 25px;
    padding-left: 10px;
}
body.faq .faq-search{
    margin-bottom:35px;
}
body.faq .faq-search a.send{
    padding: 6px 10px;
    background-position: 5px;
    background-color: #b1b1b1;
    color: #fff;
}
body.faq .faq-search a.send:hover{
    background-color:#555;
}
body.faq .faq-search .input-group{
    padding-left:15px;
    padding-right:15px;
}
/*file 檔案管理*/
body.file .file-search {
    margin-bottom: 35px;
}

body.file .file-search a.send {
    padding: 6px 10px;
    background-position: 5px;
    background-color: #b1b1b1;
    color: #fff;
}

body.file .file-search a.send:hover {
     background-color: #555;
}
body.file .file-search .control-label{
    padding-right:0;
}
body.file .file-search .input-group {
    padding-left: 15px;
    padding-right: 15px;
}
body .file-dn .table.table-stack a.file-btn {
    background: url(../images/file/download_icon.png) no-repeat center;
    padding: 3px 7px;
    display: inline-block;
    text-indent: -9999px;
    transition: all .3s;
}

body .file-dn .table.table-stack a.file-btn:hover {
    background-position-y:4px;
}
body .file-dn .table.table-stack {
    border-collapse: collapse;
    margin-bottom: 30px;
}
body .file-dn .table.table-stack, td, th {
    border: 1px solid #aaa;
}

body .file-dn .table.table-stack > thead > tr > th{
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
    color:#fff;
}

/*contact 聯絡我們*/

body.contact .h2{
    color: #093994;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
body.contact .form-border{
    padding: 55px 15px 25px;
    border: 1px solid #dedede;
    border-top: 3px solid #626262;
    border-radius: 0 0 10px 10px;
}
body.contact .btn-primary{
    background: #626262;
    transition: all .3s;
    border-color: #5a5a5a;
}
body.contact .btn-primary:hover{
    background:#2f2f2f;
}

body.contact .con-box .col-md-6{
    padding-left:0;
    padding-right:0;
    border:1px solid #d8d8d8;
}
body.contact .con-box .h4{
    padding: 10px 20px;
    color: #093994;
    margin-bottom:0;
    margin-top:0;
    font-weight:bold;
}
body.contact .con-box .lis-box{
    padding:0px 20px 0px;
}
body.contact .con-box ul{
    margin-bottom:10px;
}
body.contact .con-box ul li{
    color: #000;
    padding: 3px 0;
}
body.contact .con-box ul li span.glyphicon{
    margin-right: 10px;
    color: #4e8dd0;
}

body.contact .footer{
    padding:0;
}
body.contact .map-box{
    margin-top:60px;
    margin-bottom:-5px;
}
body.contact .map-box iframe{
    height:300px;
    width:100%;
    border: none;
}
body.contact .map-box .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
/*hr 人力資源*/
body.hr .content .table.table-stack > tbody > tr > td.job{
    text-align:left;
}
body.hr .content .table.table-stack a.hr-btn{
    padding: 2px 5px;
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    color: #4e8dd0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
}
body.hr .content .table.table-stack a.hr-btn:hover{
    background: #4e8dd0;
    color: #fff;
    text-decoration: none;
}
body.hr .content .more-btn{
    margin-top: 15px;
    margin-bottom: 5px;
}
body.hr .content .table.table-stack {
    border-collapse: collapse;
    margin-bottom: 30px;
}
body.hr .content .table.table-stack , td, th {
    border:1px solid #aaa;
}
body.hr .content .table.table-stack > thead > tr > th{
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
    color:#fff;
}

body.hr.show .h1{
    font-size: 24px;
    font-weight: bold;
    margin-top:0;
}
body.hr.show .editor{
    border: 1px solid #dedede;
    padding: 10px 15px;
    margin-bottom: 30px;
}
body.hr.show .editor .h4{
    border-left: 3px solid #4e8dd0;
    padding: 3px 0px 3px 10px;
    color: #4e8dd0;
    font-weight: bold;
}
body.hr.show .editor .list{
    margin-bottom:30px;
}
body.hr.show .editor ul{
    padding-left:10px;
}
body.hr.show .editor li{
    padding:5px;
}
body.hr.show .editor ul.st li{
    padding:2px 5px;
}
body.hr.show .content .btn-box .pager li > a.hr-btn{
    background: #f7f7f7;
    border: 1px solid #4e8dd0;
    color: #4e8dd0;
}
body.hr.show .content .btn-box .pager li > a.hr-btn:hover{
    background:#4e8dd0;
    color:#fff;
}
body.application .btn-primary{
    background: #626262;
    transition: all .3s;
    border-color: #5a5a5a;
}
body.application .btn-primary:hover{
    background: #2f2f2f;
}
body.application span.txt{
    padding:0 10px 0 0;
    color:#999;
}

/*productt 產品*/
body.product .item{
    margin-bottom:30px;
}
body.product .item .pic{
    position:relative;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom:10px;
}
/*增加產品沒有內容時移除more圖*/
body.product .item .picno{
    position:relative;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom:10px;
}


body.product .item .pic:before,
body.product .item .picno:before  {
    content: "";
    position: absolute;
    background: rgba(9, 57, 148, 0.6);
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity:0;
}
body.product .item a:hover .pic:before,
body.product .item a:hover .picno:before
 {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity:0.7;
}
body.product .item .pic:after {
    content: "";
    position: absolute;
    background: url(../images/all/more.png) no-repeat center;
    display: block;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
body.product .item a:hover .pic:after {
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.product .item a .pic img{
    width:100%;
}
body.product .product-pic .slick img{
    width:100%;
}

body.product .product-pager{
   /*margin: 0 10px;*/
}
body.product .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 40px/2);
    z-index: 1;
}
body.product .product-pager .slick .slick-prev {
    background-position: 0px 0;
    left: -20px;
}
body.product .product-pager .slick .slick-next {
    background-position: 0px -40px;
    right: -20px;
}

body.product .slick .slick-dots{
    margin-top:30px;
}
body.product .product-thumb li{
    margin: 0 3px;
    padding: 2px;
    border: 1px solid #dbdbdb;
}
body.product .txt ul.s-pic li{
    display: inline-block;
    width: 18%;
    float: left;
    margin: 0 1% 5px;
}
body.product .txt ul.s-pic li img{
    border:1px solid #d9d9d9;
}

body.product.p01 .info{
    padding:0 5px;
    text-align:left;
}
body.product.p01 .info h5.name{
    color: #093994;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
}
body.product.p01 .info p.introduction{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size:14px;
    line-height: 18px;
    margin-bottom:0;
}
body.product.p01 a:hover .info p.introduction{
    color:#666;
}
body.product.show .info h5.name{
    color: #093994;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
    margin-top:0;
}
body.product.show .info p.title{
    font-size:18px;
    color:#000;
    line-height: 20px;
    margin-bottom:10px;
}
body.product.show .info p.introduction{
    font-size:15px;
    color:#626262;
    line-height: 20px;
}
body.product.show .tab-box{
    margin-top:40px;
}
body.product.show .tab-box .editor{
    min-height:130px;
}
body.product.show .tab-box .nav-tabs {
    margin-bottom: 20px;
}
body.product.show .tab-box .nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-top: 3px solid #ededed;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
}
body.product.show .tab-box .nav-tabs>li.active>a, 
body.product.show .tab-box .nav-tabs>li.active>a:hover,
body.product.show .tab-box .nav-tabs>li.active>a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    border-top: 3px solid #093994;
}
body.product.show .tab-box .nav>li>a:hover,
body.product.show .tab-box .nav>li>a:focus{
    background:none;
    color:#093994;
}

body.product.show  .file-dn.specification .table.table-stack > thead > tr > th{
    width:20%;
    vertical-align: middle;
}
body.product.show  .file-dn.specification .table.table-stack a.more-btn{
    background: url(../images/product/more_icon.png) no-repeat 93% center #eeeeee;
    padding: 5px 28px 5px 8px;
    border: 1px solid #a4a4a4;
    border-radius: 15px;
    color: #3d3d3d;
    margin-left: 8px;
}
body.product.show  .file-dn.specification .table.table-stack a.more-btn:hover{
    background: url(../images/product/more_icon.png) no-repeat 94% center #fff;
    color:#000;
    border: 1px solid #000;
    text-decoration:none;
    font-weight:bold;
}
body.product.show .product-show-list .h2{
color: #000;
    font-size: 22px;
    padding: 5px 8px 5px 15px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0
}
body.product.show .product-show-list .h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0px 0 10px;
    border-color: transparent transparent transparent #4e8dd0;
}
body.product.show .product-show-list{
    margin:20px 20px 40px 20px;
}
body.product.show .product-show-list .slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
body.product.show .product-show-list .slick-prev{
    left: -20px;
    background: url(../images/home/arrow.png) no-repeat 0px 0px !important;
}
body.product.show .product-show-list .slick-next{
    right: -20px;
    background: url(../images/home/arrow.png) no-repeat 0px -40px !important;
}
body.product.show .product-show-list h4{
    font-size:16px;
    color:#093994;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0;
    line-height:21px;
}
body.product.show .product-show-list p{
    color:#000;
    font-size:14px;
    line-height:18px;
    margin-bottom:0;
}
body.product.show .product-show-list .box-list{
    padding: 8px;
}
body.product.show .product-show-list .box-list:hover{
    background: #ededed;
}

/*product side1-search 進階搜尋*/
body.product .side1-menu.side-product .h4 {
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    margin-bottom:5px;
    margin-top:0;
}
body.product .side1-menu.side-product .menu-box{
    position:relative;
    margin-bottom:40px;
}

body.product .side1-menu.side-product .menu-box:after{
    content:"";
    position:absolute;
    bottom:-15px;
    left:0;
    width:100%;
    height:7px;
    display:block;
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
}

/*product side side1-search 進階搜尋*/
body .side .side1-search div.nav{
    position:relative;
}
body .side .side1-search div.nav:after{
        content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 7px;
    display: block;
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
}
body .side .side1-search .filter{
    position:relative;
}
body .side .side1-search .filter .h4{
    padding: 10px 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight:bold;
    margin-top:0;
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
    color:#fff;
    border-radius: 8px 8px 0 0;
}
body .side .side1-search .filter a{
position: absolute;
    display: block;
    top: 9px;
    right: 5px;
    font-size: 12px;
    background: #ffffff;
    color: #4e8dd0;
    padding: 3px;
    border: 1px solid #becadf;
    border-radius: 3px;
}
body .side .side1-search li.panel{
    margin-bottom:0;
    -webkit-box-shadow: none;
     box-shadow: none; 
}
body.pro-search .sider_nav{
    margin-bottom:50px;
} 
body.pro-search .side .side1-search .nav > li > ul{
    padding-left:5px;
}
body.pro-search .side .side1-search .nav > li a{
    background: url(../images/product/list_icon4.png) no-repeat 97% center;
    padding: 8px 10px 8px 0px;
    color: #093994;
}
body.pro-search .side .side1-search .nav > li > ul.panel-collapse{
    padding-left:25px;
}
body.pro-search .side .side1-search .nav > li > ul.panel-collapse li{
    padding-bottom:5px;
    padding-top:5px;
    position:relative;
}
body.pro-search .side .side1-search .nav > li > ul.panel-collapse li:before{
    content: "--";
    position: absolute;
    top: 5px;
    left: -20px;
    display: block;
}
body.pro-search .side .side1-search .nav > li > ul.panel-collapse li label{
   font-size:14px;
}
body.pro-search .side .side1-search .nav > li > ul.panel-collapse li label span.quantity{
    color: #999;
    font-size: 12px;
    margin-left: 3px;
}
/*.product.pro-search 進階搜尋*/
body.product.pro-search .item a{
    font-size:15px;
    line-height:22px;
    color:#333;
}
body.product.pro-search .item a:hover{
    color:#333;
}
body.product.pro-search .item ul{
    padding:0px 5px;
}
body.product.search-show .txt{
    padding:0;
}
body.product.search-show .txt .table.table-stack{
    margin-bottom:15px;
}
body.product.search-show .txt .table.table-stack > tbody > tr{
    border-bottom:1px solid #ccc;
}
body.product.search-show .txt .table.table-stack > tbody > tr > td{
    border:none;
    text-align:left;
}
body.product.search-show .txt .table.table-stack > tbody > tr > td:first-child{
    width:40%;
}
body.product.search-show .txt ul li{
    display: inline-block;
    width: 18%;
    float: left;
    margin: 0 1% 5px;
}
body.product.search-show .txt ul li img{
    border:1px solid #d9d9d9;
}

body.product.search-show .file-dn{
    margin-top:30px;
}
body.product.search-show .file-dn p{
color: #000;
    font-size: 22px;
    padding: 5px 8px 5px 15px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0
}
body.product.search-show .file-dn p:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0px 0 10px;
    border-color: transparent transparent transparent #4e8dd0;
}
/* 產品搜尋 search-box */
.search-box .h4{
    background: #3a6cb1;
    background: -moz-linear-gradient(top, #3a6cb1 0%, #1e4494 100%);
    background: -webkit-linear-gradient(top, #3a6cb1 0%,#1e4494 100%);
    background: linear-gradient(to bottom, #3a6cb1 0%,#1e4494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6cb1', endColorstr='#1e4494',GradientType=0 );
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
}
.search-box{
    margin-bottom: 25px;
    margin-top: 25px;
}
.search-box .form-inline .form-group{
    width:100%;
    position:relative;
}
.search-box .form-inline .form-control{
    width:100%;
    position:relative;
}

.search-box .btn{
    width:100%;
}
.search-box .btn-primary {
    background: #626262;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 5px;
}

/*----------------------- about -----------------------*/
body.about .content .editor{
	letter-spacing:1px;
}

body.about .content .editor .about{
	margin:0 0 20px 0;
}

body.about .content .editor .ab_tit{
	color:#093994;
	font-size:20px;
	font-weight:bold;
	letter-spacing:5px;
	margin-bottom:30px;
}

body.about .content .editor .ab_tit::after{
	content: "";
    background: #093994;
    width: 45px;
    height: 1px;
	display:block;
	margin: 10px 0;
}

body.about .content .editor .ab_tax{
	float: left;
    padding: 0 40px 20px 0;
    line-height: 25px;
}

body.about .content .editor .ab_tax1{
    width: 500px;
}


body.about .content .editor .ab_tax span{
	color:#FC0;
	font-weight:bold;
}


body.about .content .editor .ab_img {
    float: left;
	width: 300px;
}

body.about .content .editor .ab_img2 {
    float: left;
}

body.about .content .editor .concept {
	list-style:none;
}

body.about .content .editor .concept .tit{
	color:#929292;
	padding: 15px 0 0;
}

body.about .content .editor .concept .tit span{
    color: #fff;
    width: 90px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-right: 50px;
    display: inline-block;
}

body.about .content .editor .concept .tit:nth-child(3n) span{
	background: #ffd117;
}

body.about .content .editor .concept .tit:nth-child(3n+1) span{
	background: #103f90;
}

body.about .content .editor .concept .tit:nth-child(3n+2) span{
	background: #626262;
}

body.about .content .editor .concept .tit span::after {
    content: "";
    background: #bdbdbd;
    width: 30px;
    height: 1px;
    position: absolute;
    margin: 10px 35px;
}

/*----------------------- global -----------------------*/
body.about .content .editor .global {
    margin-top:50px;
}


body.about .content .editor .global .gl {
    float:left;
	width:330px;
}

body.about .content .editor .global .gl ul{
    list-style:square;
	padding: 0 20px;
}

body.about .content .editor .global .gl ul li{
    padding:10px 0 0;
}


/*----------------------- welfar 福利 -----------------------*/
body.about .content .editor .wf{
	margin-bottom:25px;
}
body.about .content .editor .wf .ab_tax{
	float:none;
}
body.about .content .editor .wf .ab_tax1 {
	float:left;
}
body.about .content .editor .wf ol{
	padding:0 20px;
}
body.about .content .editor .wf ol li{
	padding:10px 0 0;
}
body.about .content .editor .wf ol li span{
	line-height:25px;
}
    body.about .content .editor .wf a.join {
        position: relative;
        display: block;
        transition: 0.5s;
        text-align: right;
    }
        body.about .content .editor .wf a.join:hover {
            margin-right:10px;
        }



    body.about .content .editor .wf a.join img {
        width:auto;
    }

body.about .content .editor .wf a .ab_tit{
	position:absolute;
	left:0;
	right:0;
	top:30%;
	text-align:center;
	font-size: 30px;
	z-index:99;
}
body.about .content .editor .wf a .ab_tit::after {
	position:relative;
	left:50%;
	margin-left:-22px;
}
body.about .content .editor .wf .col-md-4{
	padding:5px;
	color:#999;
}
body.about .content .editor .wf .color01{
	color:#4e8dd0;
	font-weight:normal;
}

/*----------------------- global -----------------------*/
body.about .content .editor .qa{
    margin-bottom: 50px;
    display: table;
}

body.about .content .editor .qa .qa_tax {
	position: absolute;
    width: 320px;
    right: 50px;
    padding: 230px 0;
}
/*----------------------- quality -----------------------*/
body.about .content .editor .ab_iso{
	display:inline-block;
}

body.about .content .editor .ab_iso a,
body.about .content .editor .ab_iso a img{
	-webkit-transition:all ease .6s;
	-moz-transition:all ease .6s;
	-o-transition:all ease .6s;
	transition:all ease .6s;
}

body.about .content .editor .ab_iso a:hover img{
	box-shadow:5px 5px 5px #dedede;
}

body.about .content .editor .ab_iso .iso_download{
    background: url(../images/about/download.png) no-repeat;
    float: right;
    display: table;
    padding: 30px 0;
    margin: 130px 40px 30px 15px;
}

/*----------------------- enviorment -----------------------*/
body.about .content .editor .en{
    margin-bottom: 50px;
    display: table;
}

body.about .content .editor .en .en_tax {
    position: absolute;
    width: 320px;
    right: 50px;
    padding: 200px 0 0;
}

body.about .content .editor .ab_img3 {
    position: absolute;
    right: 0;
    top: 40%
}

body.about .content .editor .ab_tax2 a {
    color:#6CC;
}

body.about .content .editor .ab_tax2 a:hover {
    opacity:0.6;
}

body.about .content .editor .en_bg{
	 margin: 200px 0;
}

body.about .content .editor .en_bg2{
    position: absolute;
    bottom: -10px;
}

/*----------------------- parner -----------------------*/
body.about .content .editor .pa {
	margin-bottom:50px;
}
body.about .content .editor .pa ul{
	list-style:none;
	padding: 0 20px;
}

body.about .content .editor .pa ul li {
	padding: 8px 50px;
    color: #757575;
	margin: 20px 0;
}

body.about .content .editor .pa1 ul{
	border-bottom: 1px solid #e4e4e4;
}

body.about .content .editor .pa1 ul li {
	padding: 0px 40px;
}

body.about .content .editor .i1{
	background:url(../images/about/i1.png) no-repeat;
}

body.about .content .editor .i2{
	background:url(../images/about/i2.png) no-repeat;
}

body.about .content .editor .pa .pa_tit{
	background: #113f90;
    padding: 10px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 10px;
}

body.about .content .editor .pa .pa_name{
    color: #ffd117;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 10px 10px;
}

body.about .content .editor .i3{
	background:url(../images/about/i3.png) no-repeat;
}

body.about .content .editor .i4{
	background:url(../images/about/i4.png) no-repeat;
}

body.about .content .editor .i5{
	background:url(../images/about/i5.png) no-repeat;
}

body.about .content .editor .i6{
	background:url(../images/about/i6.png) no-repeat;
}
body.about .content .editor .pa1 ul li.i7{
    background:url(../images/about/i7.png) no-repeat;
}
body.about .content .editor .pa1 ul li.i8{
    background:url(../images/about/i8.png) no-repeat;
}
body.about .content .editor .pa1 ul li.i7 span{
    /*font-size: 18px;
    color: #093994;
    margin-right: 15px;*/
}

body.about.parner02 .content .editor .pa{
    margin-bottom:30px;
}
body.about.parner02  .content .editor .pa .pa_name {
    color: #ffd117;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}
body.about.parner02 .editor .pa1 ul {
    min-height: 85px;
}
body.about.parner02 .editor .ab_tit {
    font-size: 22px;
}
body.about.parner02 .editor .h1{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
}









