
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 24px;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #476b89;
}


.h2-title {
    color: #11517f;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #0072b9;
    border-width: 2px;
    padding: 0px 10px 20px 0;
}
.h2-title strong{
   border: 2px solid #37a3d1;
    padding: 2px;
    margin: 0 10px 10px 0px;
    color: #0072b9;
}
.h4-title {
	margin-top: 20px;
    margin-bottom: 20px; 
    background-color: #ccddeb;
    border-left: 8px solid #7fb1da;
    padding: 8px;
    font-size: 20px;
    color: #4c4c4c;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
	}		
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
/*
	background: url(../images/shutterstock_695669458.jpg) no-repeat center center;
	background-size: cover;
*/
	padding-bottom: 50px;
}
.content > .container {
	max-width: 1170px;
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #adadad;
}

.navsub-list h2  {
	color: #fff;
	background-color: #476b89;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}

.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #9c9c9c;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}



/*========================================================
                   		關於我們
=========================================================*/
.about_bg{
	background: url(../images/about_bg.jpg) no-repeat right -100px;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    position: relative;
	
}
.about-wrap{
	padding-top: 30px;
	padding-bottom: 30px;

	
}
.about-chapter {
	margin-top: 40px;
}
.about-chapter h3 {
	margin: 0 0 20px 0;
}
.about-chapter h3 i{
	margin-right: 10px;
	color: #476b89;
}

/*========================================================
                   		產品介紹
=========================================================*/
.product-main {
	
}
.product-main h3 i{
	padding: 0 10px 0 0;
	color: #555;
	
}
.product-info {
	line-height: 32px;
	margin-bottom: 20px;
}
.product-info img{
    max-width: 100%;
    vertical-align: bottom;
    display: block;
    margin: 0 auto 15px;
}


.product_box i{
	padding: 0 10px 0 0;
    
}

.down_p i{
	padding: 0 10px 0 0;
	color: #4481b4;
}

.down_p a{
	color: #333;
}

.down_p a:hover{
	color: #4e80b2;
}



.product-post{
	text-align: center;
}
.product-main section dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-main section dl dt {
	position: relative;
	border: 1px solid #d1d1d1;
	border-bottom-color: #dedede;
	padding: 10px;
}
.product-main section dl dt a .pic {
	position: relative;

}
.product-main section dl dt a .pic img {
	width: 100%;
	vertical-align: bottom;
}
.product-main section dl dt a .pic:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-main section dl dt a .pic:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.product-main section dl dt a.price {
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	background-color: #adadad;
	padding: 4px 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.product-main section dl dt a.price:hover {
	background-color: #333;
	color: #fff;
}
.product-main section dl dd{
	text-align: center;
	margin: 0;
	background-color: #dedede;
	padding: 10px;
}
.product-main section dl dd h2 {
	font-size: 16px;
	margin:5px;
}
/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}


/* 按鈕 */
.product-btn {
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-btn a {
	display: block;
	background-color: #adadad;
	padding: 7px;
	text-align: center;
	color: #000;
}
.product-btn a:hover {
	background-color: #cecece;
}

.price {
	text-align: right;
	margin-top: 10px;
}
.price a {
	background: #1d365e;
    padding: 5px 30px;
    border-radius: 8px 8px;
    color: #fff;
    
}
.price a:hover {
	background: #59606b; 
}


/*  尺寸設定 */

@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {	

}
@media (min-width: 1200px) {
	.activity-main section h1 {
		font-size: 36px;
		padding: 20px;
	}
	
}
@media (min-width: 1600px) {
	
}
/*========================================================
                   		產品內頁
=========================================================*/




.hot-1-detail ul [class *= col-] {
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 0;
}
.hot-1-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.hot-1-detail li a {
	outline: none;
	border: none;
	display: block;
}
.hot-1-detail li img {
	width: 100%;
	vertical-align: bottom;
}

.product-list {
	padding-bottom: 30px;
}
.product-info .p-box{
	padding: 15px 10px;
    border: 1px dashed #adadad;
    background-color: #f7f7f7;
}





.hot-1-detail ul [class *= col-] {
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 0;
}
.hot-1-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.hot-1-detail li a {
	outline: none;
	border: none;
	display: block;
}
.hot-1-detail li img {
	width: 100%;
	vertical-align: bottom;
}

.product-main .back {
    text-align: right;
    padding-top: 30px;
	padding-bottom: 30px;
}

.product-main .back a {
    background-color: #696969;
    padding: 8px 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}
.product-main .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
}
.price {
	text-align: left;
	/*margin-top: -46px;*/
	padding: 20px 20px ;
}
.price a {
	background: rgb(28,97,139); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,97,139,1) 0%, rgba(12,83,129,1) 50%, rgba(28,97,139,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c618b', endColorstr='#1c618b',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
}
.price a:hover {
	color: #fff;
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
}
.tab-menu{
	padding: 0px;
}
.tab-menu li {
    display: inline-block;
    margin: 5px 3px;
}
.tab-menu li.active a {
    background: #1B80B8;
	text-decoration:none;
}
.tab-menu a{
	display: block;
    padding: 3px 30px;
    color: #fff;
    background: #6f6f6f;
    border-radius: 30px;
    text-decoration: none;
	}
.tab-menu a,.tab-menu a:hover{
	-webkit-transition:.5s;transition:.5s
	}
.tab_content h4{
	color: #262EB4;
}
.tab_content h4 span{
	color: #333;
}
.tab_content p i{
	padding: 0 10px 0 0;
}
/*========================================================
                         聯絡我們
=========================================================*/
.contact-box {
	position: relative;
}

.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list{
	margin-bottom: 20px;

	}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.contact-list p{
	margin-bottom: 20px;
	
	}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #204b6d;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 35px;
    height: 35px;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #204b6d;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}

.text-red {
    color: #e71f19;
}
.contact-form [class *= col-] i.text-red {
    color: rgba(255, 0, 0, 0.3);
}
/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}



/*========================================================
                         各類表單
=========================================================*/

.contant-list {
background-color: rgb(118, 100, 90);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px 15px;	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
/*.contact-form [class *= col-] i.text-red {
    color: #333;
}*/


/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
}


/*========================================================
                           表格
=========================================================*/
.table1 {
	border-collapse: collapse;
	text-align: left;
	/*margin: 30px 0 20px 0;*/
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #ece9e9;
	color: #333;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}

.color_b{
	background: #e1f2f8!important;
}


.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 td.left {
	text-align: left;
}


	
.table2 {
}
.table2 caption {
	color: #333;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.table2 caption i {
	color: #e72c19;
}
.table2 tr:nth-of-type(2n+1) {
	background-color: #e9f1f5;
}
.table2 th {
	background: #2e779c;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
}
.table2 td.red {
	color: #e71f19;
}

/* æ‰‹æ©Ÿè¡¨æ ¼æç¤º */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 100px;
		max-height: 100px;
	}
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 10;
	content: '';
	display: inline-block;
	background: rgba(0,0,0,0.05) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
