@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);

/*========================================================
                      Main Styles
=========================================================*/

body {
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-top: 76px;
    /*有頂部固定導髚條時設置*/
}


/*==================  navbar-fixed  ======================*/

.navbar-fixed {
    top: 0px;
    visibility: visible;
    position: fixed;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
    background: url(../../images/navbar_bg.png) repeat-x left bottom;
    min-height: 104px;
}


/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
    background: none;
    /*border-bottom: 7px solid #ef9fae;*/
}

.navbar-header .navbar-brand {
    background: url(../../images/logo.png) no-repeat left center;
    width: 302px;
    height: 76px;
    text-indent: -9999px;
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.navbar-nav {}

.navbar-nav li { 
    padding: 0; 
    margin: 0;
    position: relative;
}

.navbar-nav > li:nth-of-type(-n+1) {
    display: none;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    font-size: 16px;
    padding: 0;
    color: #000;
    min-height: 76px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00515d;
    text-shadow: 0px 2px 0px #fff;
}

.navbar-text {
    position: absolute;
    right: -10px;
    /*top: 6px;*/
	margin-top:4px;
    z-index: 10;
    display: none;
}
.navbar-text .lg {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #00525d;
    text-align: center;
    padding: 0;
    margin-right: 6px;
}

.navbar-text img {
    width: 20px;
    margin: 0 1px;
}

.navbar-default .navbar-link {
    color: #fff;
}

.navbar-default .navbar-link:hover {
    color: #fff;
}


.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 14px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #00515d;
    background-color: transparent;
}


/* -------------------------- banner -------------------------- */

.bxslider1,
.bxslider2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.banner-l {
    display: none;
}

.banner-l,
.banner-m {
    position: relative;
}

.content {
    position: relative;
}


/* -------------------------- scroll -------------------------- */

.scroll-banner {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
}

.scroll-banner img {
    display: block;
    margin: 0 auto;
}

.scroll-style {
    text-align: center;
    margin-top: 20px;
}

.scroll-style img {
    cursor: pointer;
}



/* -------------------------- 產品介紹 -------------------------- */

.product-list {
    background: url(../../images/news_back.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.product-list h1 {
    margin-top: 0;
    margin-bottom: 0;
    background: url(../../images/news_title.jpg) no-repeat center top;
    background-size: 100% 100%;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #232323;
}



/* -------------------------- 新聞訊息 -------------------------- */

.news-list {
    background: url(../../images/news_back.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.news-list h1 {
    margin-top: 0;
    margin-bottom: 0;
    background: url(../../images/news_title.jpg) no-repeat center top;
    background-size: 100% 100%;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #232323;
}

.news-list [class *=col-] {
    padding: 30px 30px 0px 30px;
}

.news-list [class *=col-]:nth-of-type(3) {
    padding: 10px 30px 50px 30px;
}

.news-list img {
    width: 100%;
    vertical-align: bottom;
}

.news-list dd.title {
    color: #3c7590;
    font-size: 24px;
    min-height: 68px;
}

.news-list dd.info {
    color: #aeaeae;
    padding-bottom: 20px;
}

.news-list dd.more {
    text-align: center;
}

.news-list dd.more a {
    padding: 5px 20px;
    background-color: #545454;
    border-radius: 5px;
    color: #fff;
}

.news-list dd.more a:hover {
    background-color: #00525f;
}


/* -------------------------- 產業公告 -------------------------- */

.know-list {
    background: url(../../images/know_back.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.know-list h1 {
    background: url(../../images/know_title.jpg) no-repeat center top;
    background-size: 100% 100%;
}

/* -------------------------- 影音資訊 -------------------------- */

.video-list {
    padding-bottom: 40px;
}

.responsive-video dl {
    padding: 30px 30px 0 30px;
}



/* -------------------------- 供應商 -------------------------- */

.work-list {
    background: url(../../images/work_back.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 30px;
}

.work-list h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(../../images/work_title.jpg) no-repeat center top;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #232323;
}
.work-list h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
.work-list h2 a {
	display: block;
    font-size: 30px;
	padding: 15px 10px 10px 10px;
    font-weight: bold;
    color: #000;
}
.work-list [class *=col-] {
    background-color: #fff;
    border: 1px solid #bdbebe;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 15px 30px 15px;
}

.work-list img {
    width: 100%;
    vertical-align: bottom;
}

.work-list [class *=col-] ul {
    background: url(../../images/work_ul.jpg) repeat-x center top;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.work-list [class *=col-] ul li {}

.work-list [class *=col-] ul li:first-of-type {
    padding-top: 15px;
}

.work-list [class *=col-] ul li a {
    display: block;
    background: url(../../images/work_icon.png) no-repeat 14px 12px;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #ededed;
    color: #676767;
}

.work-list [class *=col-] ul li a:hover {
    background-color: #00525d;
    color: #fff;
}


/* -------------------------- footer -------------------------- */

.footer-list {
    background-color: #fff;
    text-align: left;
    padding-top: 20px;
    color: #676767;
}

.footer-list [class *= col-]{
	margin-bottom: 10px;
/*	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 10px 20px 10px;*/
}
.footer-list [class *= col-]:first-of-type {
	margin-top: 20px;
}
.footer-list [class *= col-]:last-of-type {
	text-align: center;
}
.footer-list [class *= col-] ul {
	list-style: none;
	margin: 0;
	padding: 0;
}




.address_map {
    text-align: center;
    padding: 20px 0;
}

.address_map a {
    font-size: 15px;
    color: #000;
    margin: 0 10px;
    padding: 7px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.address_map a span {
    margin: 0 2% 0 0;
}

.address_map a:hover {
    background-color: #2e7a87;
    border: 1px solid #2e7a87;
    text-decoration: none;
}

.address_map .btn-pink {
    background-color: #00525f;
    border: 1px solid #00525f;
    color: #fff;
}


/*首頁隠藏式相關連結*/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    bottom: 50px;
    right: -170px;
    z-index: 999;
}
.floatDivTitle {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}
.floatShadow {
    background: #fff;
    padding: 10px;
}
.floatShadow img {
    width: 150px;
    margin: 10px 0;
}
#rightArrow {
    width: 35px;
    height: 120px;
    background: url(../../images/online_arrow1.jpg) no-repeat;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 9999;
}
#rightArrow a {
    display: block;
    height: 32px;
}



/*微信*/
#weixinArrow {
    position: relative;
}
#weixinDivBoxs {
	padding: 10px;
    background: #fff;
	position: absolute;
    bottom: 50px;
    right: -50px;
    z-index: 999;
}



/*********************************首頁跳出視窗**************************************/

#show_iframe {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 100%;
	height: 100%;
	padding: 10% 0 0 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
/*	display: none;*/
}
.show_content {
	background-color: #fff;
	width: 400px;
	height: 330px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #999;
	position: relative;
	overflow: auto;
}
.show_content h1 {
	background-color: #39C;
	font-size: 22px;
	padding: 7px 10px;
	color: #fff;
	margin: 0 0 10px 0;
}
#show_btn {
	cursor: pointer;
	}
#hide_btn {
	background: url(../images/cross.png) no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
}	


/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 640px) {
    .product-list h1,
    .work-list h1,
    .news-list h1,
    .service-list h1 {
        font-size: 36px;
    }
}


/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {
    body {
        padding-top: 76px;
        /*有頂部固定導髚條時設置*/
    }
    .navbar-header .navbar-brand {
        background: url(../../images/logo_2.png) no-repeat left center;
        width: 210px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 26px 8px;
    }
    .navbar-text {
        /*right: -30px;*/
		right: 40px;
        display: none;
    }
    .banner-l {
        display: block;
    }
    .banner-m {
        display: none;
    }
    .product-list h1,
    .news-list h1,
    .know-list h1,
    .work-list h1 {
        font-size: 36px;
    }
    .news-list [class *=col-] {
        border-left: 1px solid #c9c9c9;
        padding: 30px;
    }
    .news-list [class *=col-]:nth-of-type(3) {
        padding: 30px
    }
    .news-list [class *=col-]:last-of-type {
        border-right: 1px solid #c9c9c9;
    }
	
	/* footer */
	.footer-list {
		text-align: center;
	}
	.footer-list [class *=col-] ul > li:nth-of-type(2) {
		display: inline;
		margin-right: 15px;
	}
	.footer-list [class *=col-] ul > li:nth-of-type(3) {
		display: inline;
		margin-right: 15px;
	}
    .address_map {
        display: none;
    }
}


/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {
    .navbar-header .navbar-brand {
        background: url(../../images/logo.png) no-repeat left center;
        width: 302px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        /*padding: 26px 10px;*/
		padding:40px 10px 0 10px;
    }
	.navbar-text {
		display: block;
	}	
	.product-list h1,
    .news-list h1,
    .know-list h1,
    .work-list h1 {
        font-size: 40px;
    }
    .footer-list {
        font-size: 16px;
    }
}


/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        /*padding: 26px 18px;*/
		padding:35px 18px 0 18px;
    }
    .navbar-text {
        /*right: 80px;*/
    }
    .product-list h1,
    .news-list h1,
    .know-list h1,
    .work-list h1 {
        font-size: 44px;
    }
	.footer-list [class *=col-] ul > li {
		display: inline;
		margin-right: 15px;
	}
}




/*右側快速icon*/
.icon-right {
    position: fixed;
    top: 160px;
    right: 10px;
    z-index: 999;
}

.icon-right > div {
    margin-bottom: 5px;
}


@media (min-width: 992px) {
    .icon-right {
        display: none;
    }
}