
@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 {
	background-color: #e71c30;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 15px;
}
.h2-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 24px;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
}
.h2-title:before {
    content: '';
	position : absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
	z-index: 9;
	width: 7px;
	height: 80%;
	background-color: #bf1a20;
}


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


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

.content {
	/*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: #e60012;
	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;
	border-bottom: 1px dashed #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #f6e8e6;
}

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

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

.product-main h3.title {
    color: #5f5f5f;
    font-size: 24px;
    border-bottom: 2px solid #d2d2d2;
    font-weight: bold;
    margin: 0 0 30px 0;
}
/*========================================================
                   		關於我們
=========================================================*/
.about-1 {
    background: url(../images/about_bg1.jpg) no-repeat right -100px;
    position: relative;
    line-height: 36px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-1:after {
}
.about-1_r {
    position: relative;
}

.about-1 h3.title {
    color: #5f5f5f;
    font-size: 24px;
    border-bottom: 2px solid #ececec;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.about-1 h3.title samp {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #f32626;
    padding-bottom: 10px;
}

.about-1 .about-box{
    border-radius: 15px;
    padding: 30px 10px;
	padding-top:90px;
	padding-bottom:90px;
	
	}

.about-1 .about-box img {
    padding: 0 0 20px 0;
}

.about-1 ul li {
	padding: 10px 5px;
    border-bottom: 1px dashed #b4b4b4;
	}

.about-2 {
	background: url(../images/business_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-2 .container {
	background-color: rgba(255,255,255, 0.7);
	border-radius: 15px;
	padding: 30px;
}
.about-2 img {
	width: 100%;
	vertical-align: bottom;
}
.about-2 dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 30px 0;
}
.about-2 dl dt {
	position: relative;
}
.about-2 dl dt h3 {
	position: absolute;
	left: 3%;
	bottom: 10px;
	z-index: 9;
	display: inline-block;
	width: 94%;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	color: #083157;
	font-size: 20px;
	
}
.about-2 dl dd {
	margin-top: 20px;
}
.about-2 dl dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.about-2 dl dd ul li{
	margin-left:20px;
	text-indent:-9px;
	line-height: 36px;
}

.about-2 dl dd ul li i {
	color: #2a7b0d;
}
#Exa2 li{
/*display:inline;*/
}
.about-2 .f1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-3 {
    background: url(../images/about_bg2.jpg) no-repeat right -100px;
    position: relative;
    font-size: 20px;
    line-height: 36px;
	text-align:center;
}
.about-3_r {
    position: relative;
}

.about-3 h3.title {
    color: #5f5f5f;
    font-size: 24px;
    border-bottom: 2px solid #ececec;
    font-weight: bold;
    margin: 0 0 30px 0;
	text-align:left;
}
.about-3 h3.title samp {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #f32626;
    padding-bottom: 10px;
}

.about-3 .about-box{
    border-radius: 15px;
    margin: 0px 0 50px;
	padding-top:60px;
	padding-bottom:60px;
	
	}
.about-3 .about-box img {
    padding: 0 0 20px 0;
	width:100% !important;
	text-align:center;
}

/* 尺寸設定 */


@media (min-width: 768px) {
	.about-2 .container {
		padding: 50px;
	}
	.about-2 dl dt h3, .business-2 .f1 {
		font-size: 20px;
	}
	.about-1,.about-2 dl dd ul li{
		font-size:18px;	
		}
}
@media (min-width: 992px) {
	.about-2 dl {
		width: 31.6%;
		margin: 0 2% 30px 0;
	}
	.about-2 dl:nth-of-type(3n) {
		margin: 0 0 30px 0;
	}
	.about-3 .about-box img {
	width:60% !important;
	padding-top: 10px;
    padding-bottom: 10px;
}

}
@media (max-width: 992px) {
.about-1 .about-box{
	padding: 30px 30px;
	width:100%;	
	background-color: rgba(255,255,255, 0.7);
    -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.about-3 .about-box{
	padding: 30px 30px;
}

.about-1 .about-box{
	padding-top:40px;
	padding-bottom:40px;
	
}
.about-2 .container{
margin: 0 20px;
}

}
@media (min-width: 1200px) {
	.about-2 dl dt h3, .business-2 .f1 {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.about-2 .col-md-5 {
		padding-top: 4%;
	}
}




/*========================================================
                         業績工程
=========================================================*/
#work_boxs{
    background-image: url(../images/works_bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.content-box{
	padding-top:50px;
	padding-bottom:50px;
	}
.product-main h3.title {
    color: #5f5f5f;
    font-size: 24px;
    border-bottom: 2px solid #d2d2d2;
    font-weight: bold;
    margin: 0 0 30px 0;
}	
.product-main h3.title samp {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #f32626;
    padding-bottom: 10px;
}	
.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;

/*
	position: relative;
	outline: 1px solid #d1d1d1;
	border-bottom-color: #dedede;
	border: 10px solid #fff;
*/
}
.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 h2 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	background-color: #dedede;
	padding: 10px;
}

/* 商品內頁 */
.works-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.works-list ul {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.works-list ul li{
    height: 320px;
    overflow: hidden;

}



.works-list li.shown,
.no-js .product-list li,
.no-cssanimations .works-list li {
	opacity: 1;
}
.works-list li img {
	width: 100%;
	vertical-align: bottom;
	outline: none;
	border: none;
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}
/*.works-list li img:hover {
	border: 1px solid #5c84ea;
}
*/
.works-list li p {
	font-size: 16px;
    text-align: center;
}


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: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(38,129,184,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

.product-detail {
	margin-top: 60px;
	margin-bottom: 60px;
}
.product-detail h2 {
	background-color: #585858;
	color: #fff;
	padding: 12px;
	margin: 0 0 20px 0;
}
.product-detail h3 {
	text-decoration: underline;
	margin-bottom: 20px;
}
.product-detail h4.title {
	background-color: #dadada;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.product-detail .info {
	line-height: 32px;
}
.product-detail img {
	max-width: 100%;
}
.product-detail [class*="col-"] {
	margin-bottom: 20px;
}
.row{
overflow: hidden;
}
.row [class="col-"]{
margin-bottom: -9999px;
padding-bottom: 9999px;
}
/*  尺寸設定 */

@media (min-width: 480px) {
	.works-list ul li{
    height: 320px;
    overflow: hidden;
	}

}


@media (min-width: 520px) {
	.works-list ul li{
    height: 380px;
    overflow: hidden;
	}

}

@media (min-width: 640px) {
	.product-main section dl {
		width: 43.5%;
		margin-right: 3%;
		margin-left: 3%;
	}
	.works-list ul li{
    height: 410px;
    overflow: hidden;
	}

}
@media (min-width: 768px) {
	.works-list ul li{
    height: 340px;
    overflow: hidden;
	}
}
@media (min-width: 992px) {	
.works-list ul li{
    height: 210px;
    overflow: hidden;

}

}
@media (min-width: 1200px) {
	.product-main section h1 {
		font-size: 36px;
		padding: 20px;
	}
	.product-main section dl {
		width: 26.6%;
	}
	.works-list ul li{
    height: 230px;
    overflow: hidden;

}

}
@media (min-width: 1600px) {
	.product-main section dl {
		width: 30%;
		margin-right: 1%;
		margin-left: 1%;
	}
}

/*========================================================
                         營業項目
=========================================================*/
.business_block1{  
	padding:60px 0; 
	background-image:url(../images/business_bg1.jpg); 
	background-position:center; 
	background-size:cover; 
	position:relative;
}
.business_block1 .container-fluid{ 
position:relative;
}
.page_about_text h1 {
    color: #ca323e;
	font-size:28px;
}
.page_about_text h5 {
    color: #7f8198;
    margin-top: 30px;
    font-size: 20px;
}
.page_about_text p {
    color: #555;
}
.page_about_pic,.page_about_pic2,.page_about_pic3{
	padding-top:30px;
	padding-bottom:30px
}
.business_block1 .page_about_pic img{ 
width:100%; 
height:auto;
}


.business_block2{  
padding:60px 0; 
background-image:url(../images/business_bg2.jpg);
 background-position:center; 
 background-size:cover; 
 position:relative;
 }
.business_block2 .container-fluid{ 
position:relative;
}
.business_block2 .page_about_text2 h1{
	color:#F90; 
	font-size:28px;

	}
.business_block2 .page_about_text2 h5{
	color:#fff; 
	margin-top: 30px;
    font-size: 20px;
	}
.business_block2 .page_about_text2 p{
	 color:#fff;
	 }
.business_block2 .page_about_pic2 img{ 
width:100%;
 height:auto;
 }


.business_block3{  
padding:60px 0; 
background-image:url(../images/business_bg3.jpg); 
background-position:center; 
background-size:cover; 
position:relative;
}
.business_block3 .container-fluid{ 
position:relative;
}
.page_about_text3 h1 {
    color: #ca323e;
	font-size:28px;
}
.page_about_text3 h5 {
    color: #7f8198;
    margin-top: 30px;
    font-size: 20px;
}
.page_about_text3 p {
    color: #555;
}
.business_block3 .page_about_pic3 img{ 
width:100%; 
height:auto;
}


/* 尺寸設定 */
@media (min-width:992px){
.page_about_text h1,.page_about_text2 h1,.page_about_text3 h1 {
	font-size:34px !important;
}
}
@media (min-width:1200px){
	.business_block1{  
	padding:0 0;
	}
	.business_block1 .page_about_pic{ 
	text-align:right;
	}
	.business_block1 .page_about_pic img{ 
	width:640px; 
	height:auto;
	}
	.business_block1 .page_about_text{ 
	position:absolute; 
	top:50%;
	 left:10%; 
	 transform:translateY(-50%); 
	 padding-left:15px;
	 margin-top:0px;
	 max-width:520px;
	   }
	 .business_block2{ 
	 padding:0 0;
	 }
	 .business_block2 .page_about_pic2{}
	.business_block2 .page_about_pic2 img{
		 width:640px;
		 height:auto;
		  }
	.business_block2 .page_about_text2{ 
	position:absolute; 
	top:50%; 
	left:0; 
	transform:translateY(-50%); 
	padding-right:15px;
    margin-top:0px; 
	left:720px;
	}
	.business_block3{  
	padding:0 0;
	}
	.business_block3 .page_about_pic3{ 
	text-align:right;
	}
	.business_block3 .page_about_pic3 img{ 
	width:640px; 
	height:auto;
	}
	.business_block3 .page_about_text3{ 
	position:absolute; 
	top:50%;
	 left:10%; 
	 transform:translateY(-50%); 
	 padding-left:15px;
	 margin-top:0px;
	 max-width:520px;
	   }
	
}
@media (min-width:1400px){
	.business_block1 .page_about_pic img{ 
	width:760px; 
	}
	.business_block1 .page_about_text{ 
	max-width:560px;
	}	
	.business_block2 .page_about_pic2 img{ 
	width:720px; 
	}
	.business_block2 .page_about_text2{ 
	left:800px;
	}	
	.business_block3 .page_about_pic3 img{ 
	width:760px; 
	}
	.business_block3 .page_about_text3{ 
	max-width:560px;
	}	
}
@media (min-width:1600px){
	.business_block1 .page_about_pic img{ 
	width:938px; 
	}
	.business_block1 .page_about_text{
		 max-width:720px;
		 }
	.business_block2 .page_about_pic2 img{ 
	width:938px; 
	}
	.business_block2 .page_about_text2{ 
	left:1200px;
	}
	.business_block3 .page_about_pic3 img{ 
	width:938px; 
	}
	.business_block3 .page_about_text3{
		 max-width:720px;
		 }
}






/*========================================================
                         聯絡我們
=========================================================*/


.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}

.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.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: #d52a0b;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #d52a0b;
	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;
}


/* 尺寸設定 */

@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 {
	
}


/* 說明 */
.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: 10px;
}
.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: #ff8c8c;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@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;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 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;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
}
.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;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}