@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#2d95d8;
	text-align:center;
	padding:60px 0;
}
.footer a{ color:#0FC;}

.footer_logo{max-width: 240px; margin: 0 auto 15px auto; text-align: center;}
.footer_ul{ padding: 0; list-style: none; text-align: left; width: 300px; margin: 10px auto;}
.footer_info{ text-align: left; width: 300px; margin: 10px auto; }
.footer_info a img{ width: 24px; height: auto; margin-right: 5px;}

@media (min-width:992px){
	.footer_row .col-lg-4{ border-left:1px solid #ccc; }
	.footer_row .col-lg-4:first-child{ border:none }

	.footer_ul,
	.footer_info{margin: 0 auto;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#82c4fb;}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:28px; left:15px; z-index:950;}
	.header_logo  img{ width:240px;}
}
@media (min-width:1200px){
	.header_logo { left:15px; top:24px;}
	.header_logo  img{ width:320px;}
}

@media (min-width:1800px){
	.header_logo { left:calc(50% - 885px);}
	.header_logo  img{ width:360px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#2177c1; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1800px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #2177c1; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:0px solid #82c4fb;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#82c4fb;}

.menu_ul li a span{ display:block; font-size:0.8rem;}

.menu_ul .nav_member {}
.menu_ul .nav_member a {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 15px;
    width: 32px;
}
.menu_ul .nav_member a:hover {
    background-color: transparent;
}
.menu_ul .nav_member a img {
    width: 100%;
    height: auto;
}

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:0.8rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#0d3c84; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

		.menu_ul .nav_member {
        margin-right: -15px;
        width: 80px;
    }
    .menu_ul .nav_member a {
        display: inline-block;
        padding: 18px 0 18px 0;
        margin: 0 5px;
        width: 24px;
    }
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:0.9rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
}
@media (min-width:1400px){
	.menu_ul li a{ font-size:1rem; padding:32px 30px 32px 30px;}
	.menu_ul .nav_member a {
        padding: 20px 0 20px 0;
    }
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #2177c1;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#2177c1;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:88px;}
}



.carousel-fade .carousel-inner .carousel-item {
	height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:120px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:270px;}
}
@media (min-width:1400px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption{ top:320px;}
}




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





.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.top_title{ text-align:center; color:#555;}

.top_block1{ padding:0; color:#555;}
.top_block1 .container-fluid{ max-width: none;}

.top_news_wrapper{ padding: 30px 0; }

.top_news_title{ margin-bottom: 30px; }

.top_news_con{ margin: 15px 0; padding-bottom: 15px; border-bottom: 1px solid #ccc; position: relative;}
.top_news_con a{ position: absolute; top:0; left:0; width: 100%; height: 100%; }
.top_news_con:hover .top_news_text h5{ color:#2177c1; }
.top_news_con:hover .top_news_date{background-color: #82c4fb;}
.top_news_date{background-color: #2177c1; color:#fff; display: inline-block; padding: 4px 15px; margin-bottom: 15px;}
.top_news_date span::before{ content:"."; }
.top_news_text p{ color:#777; }

.top_news_more{ margin-top: 45px; text-align: right;}
.top_news_more a{ color:#555; }
.top_news_more a i{ margin-right: 10px; }
.top_news_more a:hover{ color:#2177c1; text-decoration: none; }

.top_brand_wrapper{ margin: 0 -15px; }

.top_brand_con{ padding:60px; background-color: #edecec; text-align: center; position: relative;}
.top_brand_con2,
.top_brand_con4{background-color: #d3e4f1;}

.top_brand_con img{width: 100%; height: auto; max-width: 240px;}
.top_brand_con a{ position: absolute; z-index: 10; top:0; left:0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.top_brand_con a:hover{ opacity: 0.4; }

@media (min-width:992px){
	.top_news_wrapper{ padding: 60px 30px; }
	.top_news_title{ margin-bottom: 60px; }
	.top_news_date{ float: left; height: 80px; width: 80px; text-align: center;  font-size: 0.9rem; line-height: 2rem; margin: 0; padding: 0;}
	.top_news_date span{ display: block; font-size: 2.6rem; }
	.top_news_date span::before{ content:""; }
	.top_news_text{ margin-left: 96px; padding-top: 10px;}
	.top_news_text h5,
	.top_news_text p{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow: hidden;}
	

	.top_brand_con{ float:left; width: 50%;  height: 360px; padding: 0;}
	.top_brand_con2,
	.top_brand_con3{background-color: #d3e4f1;}
	.top_brand_con4{background-color: #edecec;}
	
	.top_brand_con img{ position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
}

@media (min-width:1400px){
	.top_news_wrapper{ padding: 60px; }
}

.top_block2{ padding:80px 0; color:#555; text-align:center;}
.top_block2 .container-fluid{ max-width: 1600px;}

.top_service_con{ margin: 15px 0; padding: 0 15px; border-bottom: 1px solid #ccc;}
.top_service_row .col-lg-4:last-child .top_service_con{border: none;}
.top_service_text{ padding: 0 30px; }
.top_service_text p{ line-height: 1.8rem; }
.top_service_pic{ margin: 30px 0; }
.top_service_more{ margin: 30px 0; }
.top_service_more a{ padding: 10px 40px; border: 1px solid #555; color: #555; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; }
.top_service_more a:hover{ border: 1px solid #2177c1; color: #fff; background-color: #2177c1; text-decoration:none;}
@media (min-width:992px){ 
	.top_service_con{border: none;}
	.top_service_text p{ min-height: 160px; }

	.top_service_row .col-lg-4{ border-left:1px solid #ccc; }
	.top_service_row .col-lg-4:first-child{ border:none; }

}



.top_block3{ padding:80px 0; color:#555; text-align: center; background-image:url(../img/top_knowledge_bg.jpg); background-size: cover; background-position: center;}
.top_block3 .container-fluid{}
.top_knowlwdge_text p{ margin: 30px 0; }
@media (min-width:992px){
	.top_block3{ padding:120px 0;}
	.top_knowlwdge_text{ width: 50%; margin-left: auto; }

}


.top_contact_block{ padding:60px 0; background-color:#ededed; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#555; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#09f; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#0d3c84; border:4px solid #0d3c84; padding:8px 16px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#0d3c84; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#db5426; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}

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

.page_block{ background:url(../img/page_bg.jpg) top center no-repeat; background-attachment:fixed; background-size:cover;}
.page_block .container-fluid{ padding:40px 20px;}
@media (min-width:1920px) { .page_block .container-fluid{ padding:60px 0;}}
.page_block img,.page_banner img{ width:100%;}

.page_bread{ background-color:#008ce5; color:#a1daff; margin:0; font-size:0.9rem; display:table; width:100%; position:relative; padding:10px 0;}
.page_bread .container-fluid{}
/*.page_bread .breadcrumb { background:none; float:right; text-align:left; padding:15px 0 0 0;}*/
.page_bread i,.page_bread a,.page_bread span{ color:#fff;}
.page_bread span{ padding-left:3px;}
.page_bread a:hover{ color:#FC6; text-decoration:none;}

.page_title{ text-align:center; padding-bottom:20px;}
.page_title h2{ font-weight:bold;}
.page_title .title_line{ width:60px; height:6px; background-color:#82c4fb; margin:15px auto;}

.page_title.left{ text-align:left;}
.page_title.left .title_line{ margin:15px 0;}

.page_btn{ text-align:right; padding-bottom:25px;}
.page_btn a{ padding:10px 30px; border:1px solid #555; color:#555;}
.page_btn a:hover{ cursor:pointer; background:#2177c1; transition:all .3s; color:#fff; text-decoration:none; border:1px solid #2177c1;}



/*=====================================================================
							關於我們
=====================================================================*/
.about_content{ padding-bottom:30px;}
.about_content.style2{ background:url(../img/about_bg.jpg) top center no-repeat; background-size:cover;}
.about_text{ padding-bottom:10px;}
.about_text h5{ font-size:1.5rem; color:#0a65a1; line-height:1.4; font-weight:bold; padding-bottom:10px;}
.about_text span{ color:#0a65a1;}
.about_pic img{ background:#fff; padding:8px; border:5px solid #82c4fb;}
.about_pic.style2 img{ background:none; border:none; max-width:80%; margin:0 auto; display:block;}
@media (min-width:768px) { 
	.about_content .about_text.style2{ padding:0 30px;} 
	.about_pic.style2 img{max-width:60%;}
}


/*=====================================================================
							冷氣商品
=====================================================================*/
.product_logo_list{ list-style:none; padding:0 20px; margin:0;}
.product_logo_list .logo{ /*width:100%;*/ text-align:center;}
.product_logo_list .logo img{ margin-bottom:10px; border:1px solid #000;}
.product_logo_list .logo img:hover{ opacity:0.5; transition:all .3s; border:1px solid #82c4fb;}
.product_logo_list p{ padding-bottom:10px;}
.product_logo_list a{ color:#000; font-weight:bold; font-size:1.5rem;}
.product_logo_list a:hover{ color:#82c4fb;}

@media (min-width:768px) {
	.product_logo_list{ padding:0 50px;}
}

/*@media (min-width:1440px) {
	.product_logo_list .logo{ width:24%; margin-right:10px;}
}*/


/*===內頁===*/
.product_content .sub_title{ border-bottom:2px solid #008ce5; margin-bottom:25px;}
.product_content .sub_title h3{ color:#008ce5; font-weight:bold;}
.product_content .sub_title h3 i{ padding-right:7px; color:#ca4a18;}
.product_list{ list-style:none; padding-left:0; padding-bottom:30px;}
.product_box:hover{ opacity:0.5; transition:all .3s;}
.product_box img{ border:1px solid #000; padding-bottom:10px;}
.product_box p{ text-align:center; padding:7px 10px; background-color:#000; color:#fff;}


.product_box a:hover{ text-decoration:none;}

/*=====================================================================
							訊息公告
=====================================================================*/
.news_box{
	padding-bottom: 60px;
}
.page_news_con {
	position: relative;
	color: #777;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.page_news_pic {
	height: 240px;
	background-position: center;
	background-size: cover;
}
.page_news_text{
	padding:10px 0;
}
.page_news_text h4 {
	color: #000;
}
.page_news_date {
	margin: 10px 0;
}
.page_news_date span {
	margin-right: 5px;
	background-color: #2177c1;
	padding: 7px;
}
.page_news_date a {
	margin-left: 10px;
	color: #97c618;
}
.page_news_con .page_news_more{ text-align:right;}
.page_news_con .page_news_more a {
	padding: 10px 40px;
    border: 1px solid #555;
    color: #555;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.page_news_con .page_news_more a:hover {
	background-color: #2177c1;
	color:#fff;
	border: 1px solid #2177c1;
	text-decoration: none;
}

/*====內頁====*/
.news_detail_block .news_detail_title {
	color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.news_detail_content img {
	max-width: 100%;
	height: auto;
}
.back_btn {
	margin: 30px 0;
}
.back_btn a {
	padding: 10px 40px;
    border: 1px solid #555;
    color: #555;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back_btn a:hover {
	background-color: #2177c1;
	color:#fff;
	border: 1px solid #2177c1;
	text-decoration: none;
}

@media (min-width:992px) {
	.page_news_pic {
		width: 320px;
		height: 200px;
		float: left;
	}
	.page_news_text {
		margin-left: 340px;
		padding:0;
	}
}

@media (min-width:1200px) {
	.page_news_pic {
		width: 320px;
		height: 200px;
		float: left;
	}
	.page_news_text {
		margin-left: 340px;
	}
}
/*=====================================================================
							冷氣維修
=====================================================================*/
.maintain_content{ padding-bottom:30px;}
.maintain_content h5{ font-size:1.2rem;; color:#15557e;}
.maintain_content h5 i{ padding-right:7px; color:#ca4a18;}
.maintain_content iframe{ padding-bottom:40px; min-height:400px;}
@media (min-width: 768px) {
	.maintain_content iframe{ min-height:700px;}
}

/*=====================================================================
							保養服務
=====================================================================*/
.service_content{ padding-bottom:30px;}
.service_content .table1{ width:100%; margin-bottom:40px;}
.service_content .table1 td{ padding:10px; border-bottom:1px dotted #868f96;}
.service_content .table1 .bg1{ background-color:#82c4fb;}
.service_content .table1 .bg2{ background-color:#dfebf5;}
.service_content h5{ font-size:1.2rem;; color:#15557e;}
.service_content h5 i{ padding-right:7px; color:#ca4a18;}
.service_content .list1{ list-style:none; padding:0; margin-bottom:0;}
.service_content span{ color:#ca4a18;}
.service_content p{ padding-bottom:20px;}


.process_box{ padding-bottom:30px;}
.process_box p{ background-color: rgba(130,196,251,0.3); border:1px dotted #8c92a8; padding:7px 15px;}
.process_box p span{ color:#3d89c9; font-weight:bold;}
.process_box .pic{ padding-bottom:15px;}
.process_box .pic img{ background:#fff; padding:8px; border:5px solid #82c4fb;}
.process_box .process_list li{
	padding: 0 0 0 39px;
    margin-bottom: 15px;
    position: relative;
	width: 100%;
    display: inline-block;
}
.process_box .process_list span{
	width: 22px;
    height: 22px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #3d89c9;
    position: absolute;
    left: 11px;
    top: 0px;
    z-index: 9;
}
@media (min-width:768px) {
	/*.process_box .process_list li{ width:31%;}*/
}

/*=====================================================================
							冷氣出租
=====================================================================*/
.rent_content{ padding-bottom:30px;}
.rent_pic_list .rent_box img{ border-radius:50px; box-shadow:4px 4px 7px #ccc; padding:10px; margin-bottom:15px;}
.rent_pic_list .rent_box h5{ text-align:left; font-weight:bold; font-size:1.3rem; margin-bottom:7px; border-left:7px solid #ccc; padding-left:10px;}
.rent_pic_list .rent_box .text{ }
@media (min-width:768px) {
	.rent_pic_list .rent_box .text{ padding-top:2%;}
}
/*=====================================================================
							知識分享
=====================================================================*/
.qa_content{ padding-bottom:40px;}
.qa_content .box{ padding:15px 0; border-bottom:1px solid #CCC;}
.qa_content .box:first-child{ padding:0 0 15px 0;}
.qa_content .text{ padding-bottom:15px;}
.qa_content .text h4{ font-size:1.7rem; font-weight:bold; color:#0a65a1; padding-bottom:10px;}
.qa_content .text h5{ font-weight:bold;}
.qa_content .text h5 i{ color:#59be73; padding-right:7px;}
.qa_content .text p{ margin-bottom:0;}
.qa_content .pic img{ background:#fff; padding:8px; border:5px solid #82c4fb;}

.qa_box{ padding-bottom:14px;}
.qa_box .question{ 
	background:url(../img/qabox_bg.png) 10px 8px no-repeat;
	background-size:25px;
	background-color:#c8eaff; 
	padding:7px 15px 7px 45px; 
	font-size:1.2rem;
}
.qa_box .question:hover{ cursor:pointer;}
.qa_box .panel{
  padding: 0 18px;
  background-color:#fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 2px 2px 3px #ccc;
}

.qa_box .answer{
	padding:15px 0;
}


.qa_box .answer span{ color:#ca4a18;}
.qa_box .answer strong{ color:#3549b8;}
.qa_content .table2{ width:100%;}
.qa_content .table2 th{ background:#82c4fb; padding:3px;}
.qa_content .table2 td{ padding:3px;}
.qa_content .table2 tr:nth-child(odd){ background-color:#dfebf5;}

.card{
	border: 1px solid #fff;
}
.card-body {
	border: 1px solid #CCC;
}
.page_block .btn{
	width: 100%;
    text-align: left;
	color: #000;
}
.accordion .card .card-header{
	background:url(../img/qabox_bg.png) 10px 8px no-repeat;
	background-size:25px;
	background-color:#c8eaff; 
	padding:0px 37px; 
	font-size:1.2rem;
}

@media (min-width:768px) {
	.qa_content{ padding-bottom:80px;}
}

/*=====================================================================
							聯絡我們
=====================================================================*/
.contact_content{ padding-bottom:30px;}
.contact_info ul{ list-style:none; padding:0;}
.contact_info li{ border-bottom:1px dotted #8c92a8; padding:9px 0;}
.contact_info i{ display: inline-block; width:20px; text-align:center; margin:0 5px; padding:5px 0;}
.contact_info ul li:nth-of-type(1) i {color:#e71c30;}
.contact_info ul li:nth-of-type(2) i {color:#028ad3;}
.contact_info ul li:nth-of-type(3) i {color:#2e9876;}
.contact_info ul li:nth-of-type(4) i {color:#975738;}
.contact_content .map_block iframe{ min-height:300px;}

.form_info{ border:1px dotted #8c92a8; padding:12px; margin-bottom:30px; background-color:rgba(130,196,251,0.3);}
.form_info p{ margin-bottom:0;}

/*=====================================================================
							表單設定
=====================================================================*/
/*表單樣式*/
#form1{ padding:0; text-align:left; font-size:1rem;}
#form1 .form-group { padding-bottom:15px;}
#form1 .form-control{ border-radius:0; display: inline-block; }
#form1 label{ padding-left:0;}
#form1 i{ color:#15557e; padding-right:7px;}
#form1 i.red{ color:#ce2545;}

#form1 .btn{ background-color:#15557e; color:#fff; border:0; border-radius:0;}
#form1 .btn:hover{ background-color:#018be5; cursor:pointer; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;}
#form1 .btn_group{ text-align:center; padding:8px 13px;}
#form1 .text_box{ color:#fff; font-size:1rem; padding-top:25px;}
#form1 .form-check{ padding-left:0; text-align:center;}
#form1 .form-check label{ display:inline;}
#form1 select{
    width: 100%;
    border: 1px solid #ccc;
    height: 38px;
    padding: 4px 12px;
	font-size: 16px;
    background: rgba(255,255,255,1);
	
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}

#form1 #daterange{
    width: 100%;
	padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}


/*#twzipcode input{
	padding:5px 9px;
	display:none;
}*/
.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.fromwarn{
  color: #f00;
}
.grecaptcha-badge{ visibility:hidden;}

/*webkit瀏覽器專用*/
#form1 ::-webkit-input-placeholder {color:#7e7e7e;}
/*Firefox 19+瀏覽器專用*/
#form1 input::-moz-placeholder{color:#7e7e7e;}
/*IE10瀏覽器專用*/
#form1:-ms-input-placeholder{color:#7e7e7e;}


/*=====================================================================
							footer設定
=====================================================================*/
.footer-contacts-btn {
    padding: 20px 0 20px;
}
.footer-contacts-btn a {
    font-size: 1rem;
    color: #fff;
    margin: 0 10px;
    padding: 7px 15px 7px 20px;
    background-color: #000;
	border-radius:7px;
}
.footer-contacts-btn a:hover  {
    background-color: #82c4fb;
    text-decoration: none;
	cursor:pointer;
	transition:all .3s;
}
@media (min-width: 768px) {
	.footer-contacts-btn {
		display: none;
	}
}


/*=====================================================================
							頁碼
=====================================================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #15557e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #15557e;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*=====================================================================
							錨點
=====================================================================*/
#a1,#a2,#a3{ position:absolute; top:0px; margin-top:-88px;}

