html, body {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
.tmargin {
	margin-top: 30px;
}
.bmargin {
	margin-bottom: 30px;
}
.bgmargin {
	margin-bottom: 60px;
}

a {
	    color: #202020;
    font-size: 17px;
	text-decoration: none;
}
a:hover, a:focus {
	color: #a7a7a7;
	text-decoration: none;
}
.org {
	color: #db4814;
}
.yellowbg {
	background-color: #fdfbf5;
}
.graywbg {
	background-color: #fcfcfc;
}

.carousel {
	 margin-top: 75px;
}
@media (min-width: 768px) {
	.carousel {
	    position: relative;
	   margin-top: 0px;
	}
}


/*-----------nav更改--------------*/
.navbar-nav {
    margin: 0 -15px;
    border:none!important;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border:0px;
}
.rspace {
	margin-right: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
.btn-warning {
	background-color: #ff5600;
	border: 1px solid #ff5600;
}
.navbar-brand {
	height: auto;

	padding: 10px 15px 5px 0px;
}
@media (max-width: 991px) {.navbar-custom .navbar-brand img{
		width: 250px ;
		
	}}
@media (max-width: 767px) {
	.navbar-brand {
		margin-left: 0px;
		height: 75px;
	}
	.navbar-custom .navbar-brand img{
		width: 230px !important;
		
	}
	.navbar-toggle {
	    margin-top: 22px !important;
	}
}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
.navbar-collapse {
	margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
	color:  #000 ;
	font-size: 16px;
	line-height: 1.5;
    padding: 10px 15px!important;
	border-bottom: 4px solid transparent;
}

 @media (min-width: 768px) {

.navbar-default .navbar-nav>li>a {
	color:  #000 ;
	font-size: 16px;
	line-height: 1.5;
    padding: 50px 13px 20px!important;
	border-bottom: 4px solid transparent;
}
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
	border-bottom: 4px solid transparent;
}
.navbar-toggle {
	margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
/*-----------topbanner更改--------------*/
#carousel-id .item img {
	width: 100%;
	height: auto;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

/*------------------服務項目SERVICE--------------------------*/
.service_box{padding: 90px 0;}
.service_title {}
.service_title h2{text-align: center; color: #151515; margin-bottom: 60px;font-size: 31px;margin-top: 0;}
.service_title h2 span{text-align: center;display: block;font-size: 15px; color: #b1b1b1;margin-top: 10px;}
.service_img img{width: 60%; border-radius: 50%;margin: 0 15%;transition: transform 0.3s;}
.service_img img:hover{
	-webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);}
.service_txt h3{text-align: center; font-weight: bold; font-size: 20px;color:#337ab7;}
.service_img {text-align: center;}
.service_txt p{text-align: center;
    color: #202020;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 15px;}
.service_txt{margin-bottom: 30px;padding-top: 20px;}

/*------------------聯絡我們Contact-------------------------*/
.contact_box{min-height: 623px;
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;padding: 90px 0;}
.form-group {margin-bottom: 15px;}

.form-control {
    display: block;
    width: 100%;
/*    height: 55px;
    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: rgba(255,255,255,.8);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

.form-control::-webkit-input-placeholder { color: #333; }
.form-control:-moz-placeholder { color: #333; }
.form-control::-moz-placeholder { color: #333; }
.form-control:-ms-input-placeholder { color: #333; }



.mail-col-margin {margin: 0 2%;}
@media (max-width: 767px){
.mail-col {width: 100% !important;float: left;}
.mail-col-margin {margin: 0 !important;}
}
.btn-warning {
    color: #fff;
    border:1px solid #0068b6;
    background: #0068b6;
    font-size: 17px;
    padding: 15px 60px;
    margin-top:15px;

}
.btn-warning:hover {
    color: #0a5289;
    background-color: #b3deff;
    border-color: #b3deff;
}
.btn-send{color: #fff; border:1px solid #fff;background: transparent; border-radius: 0;padding: 10px 60px;}
.btn-send:hover,.btn-send:active,.btn-send:focus{background: #054e85; color:#fff;border:1px solid #054e85;}
.panel-default>.panel-heading {
    color: #0068b6;
    background-color: transparent;
}

.panel-heading {
    padding:0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title > a {
    display: block;padding: 10px 15px; font-size: 17px; color: #666;}
.panel-title > a:hover {

    color: #005ea4!important;background: #e9f5ff!important;}  
.panel-title > a:focus{color: #0068b6!important; background: #e9f5ff!important;} 
.panel-default {
    border-color: transparent;
}
.panel-default>.panel-heading {
	box-shadow: 0 0 0 rgba(255,255,255,0);
    border-color: transparent;
}
.panel-title2{
    
    background:transparent;
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow:none;
}
.panel-group .panel {
    border-radius: 0px;
}
.panel-group .panel:focus{
   background: #e9f5ff!important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
   border-top: 0px solid transparent;
    border-bottom: 1px solid #e9e9e9; line-height: 1.5;
}
.panel-body {
    padding: 20px 20px 20px 50px;
    font-size: 15px;
    color: #666;
}

.contact_txt h4{ text-align: center;font-size: 31px; color: #fff;margin-top:0;margin-bottom: 20px; }
.contact_txt h4 span{ text-align: center;font-size: 15px; color: #b3deff; margin-top: 10px;display: block;}
.contact_txt p{text-align: center;color: #fff;font-size: 15px; margin-bottom: 40px;}


/*------------------FAQ-------------------------*/
.FAQ_BOX{padding: 130px 0;}
.FAQ_TXT{text-align: center;font-size: 31px; color: #151515;margin-top:0;margin-bottom: 90px;}
.FAQ_TXT span{text-align: center;font-size: 15px; color: #b1b1b1; margin-top: 10px;display: block;}
.FAQITEM{list-style: none;margin: 0;padding: 0;}
.FAQITEM li {font-size:15px;color: #0068b6; line-height: 1.5;padding: 12px 0;    padding-right: 15px; border-bottom: 1px solid #ccc;display: block;  position: relative;}


.FAQITEM li:after, .FAQITEM li:before {
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 14px;
  right: 0px;
  content: ' ';
}

.FAQITEM li:before {
  border-left-color: #ccc;
  right: -1px;
}
.QA-MORE{
	background: #0068b6;
    color: #fff;
    margin-top: 20px;
    display: block;
    width: 80px;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;}
.QA-MORE:hover,.QA-MORE:focus{background: #0068b6; color:#fff;text-decoration: none;padding:5px 10px;}

/*-----------footer-----------*/
footer {
	min-height: 89px;
	 padding: 35px 0px 25px 0;
    color: #fff;
    background-color: #00293e;
	line-height:1.6;
}


.footer_list{
	background:#f4f3f3;
	border-top:1px solid #c9c9c9;
	padding: 65px 0;
	
}

.footer_list  a{display: inline-block; padding: 10px 15px;text-decoration: none; color: #000; font-size: 16px;}
.footer-txt span{ float: none; display: block;margin-right: 10px; }
@media (min-width: 768px) {
	.footer-txt span{
		float: left; display: block;margin-right: 20px;
	}
}
.footercopyright{background-color: #00293e; padding: 15px 0;
    color: #fff;
    border-top: 1px solid #02141d;}
	
/*-----------內頁--------------*/
.nav_cate_current{display: none!important;}

.PRO-banner{
/*	margin-top: -98px;*/
	position: relative;
}
@media (max-width: 767px) {.PRO-banner{
	margin-top: 75px;

}}
.page-title{
	position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 28px;
    text-shadow: 5px 5px 5px rgba(0,0,0,.8);
    z-index: 10;
    color: #fff;}
.page-title span{display: block; font-size: 18px;margin-top: 8px;} 


@media (min-width: 768px) {

	.category_content div hr{display: none;}
	#prod_intro hr{display:block;}
	.category_menu {
	    padding: 40px 0;
	}
}



.PRO-banner img{
	width: 100%;
    left: 0;
    top: 0;
    z-index: 4;}

.category_menu{padding:40px 0;}

.nav{border:1px solid #ccc;border-radius: 5px;}
.category_content {min-height: 420px;margin-bottom: 140px;overflow: hidden;font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #595959;}
.GoodsDescrBody2{margin-bottom: 120px;}
.category_content h3{background:#0063ad; color: #fff;margin-top: 34px;
font-size: 17px; display: block;padding: 12px; border-radius: 5px;letter-spacing: 0.1px;}
.CodeNum{background:transparent!important;color: #333!important;border-radius: 0px;font-size: 15px!important;padding: 0!important;margin-top: 10px!important;}
.dyPic {max-width: 100%;width: 400px;}
.category_menu {
    padding: 34px 0 0 0;
}
@media (max-width: 767px) {

	.category_menu {
	    padding: 100px 0 0 0;
	}
}

.profile_content{padding: 30px 0 130px 0;}
.panel-smart{padding-bottom: 80px;}
.nav_cate_item{color: #0068b6; border-bottom:1px solid #ccc; position: relative;}
.nav_cate_item:after,.nav_cate_item:before {
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  right: 0;
  content: ' '
}

.nav_cate_item:before {
  border-left-color: #aaa;
  right: -1px;
}


.nav_cate_item a{color: #0068b6; font-size: 15px;}
.category_menu li:last-child{border-bottom:none;}

/*--------------FAQ摺疊選單---------------*/
.btn-info{white-space:normal;width: 100%;background: #deedf9;color: #333;margin-bottom: 10px;text-align: left; border:none;font-size: 15px;  padding: 8px 15px; }
.collapse.in{
    display: block;
	border-radius: 0;
	}
.panel-collapse{background: #e9f5ff!important;}	
.btn-info:hover ,.btn-info.focus, .btn-info:focus, .btn-info:active {
    color: #fff!important;
    background-color: #0068b6!important;
    border-color: transparent;

}
.QA-title{margin-top: 80px;font-size: 17px;position: relative; padding-left: 50px; font-weight: bold;margin-bottom: 20px;padding-top: 8px;}
.QA-title:before{content:'';position: absolute;background: url(../images/icon1.png)no-repeat;width: 33px;height: 33px; left: 8px;top: 0;}
.QA-title2{margin-top: 80px;font-size: 17px;position: relative; padding-left: 50px; font-weight: bold;margin-bottom: 20px;padding-top: 8px;}
.QA-title2:before{content:'';position: absolute;background: url(../images/icon2.png)no-repeat;width: 33px;height: 33px; left: 8px;top: 0;}
.panel-title{line-height: 1.5;clear:both;}
.panel-title span{color: #b9b9b9;display: inline-block;  float: left; margin-right: 10px;margin-bottom: 10px;}



/*--------------tab---------------*/
@media (max-width: 400px) {
.nav>li>a {
	padding: 10px 10px;
}
}
.tab-content {
	font-size: 15px;
	background-color: #fff;
	padding: 20px 30px;
	min-height: 550px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid #b2b1b1;
	border-radius: 0px;
	border-bottom-color: transparent;
	background-color: #b2b1b1;
	color: #fff;
}
.nav-tabs > li > a:hover {
	border-color: #b2b1b1 #b2b1b1 #fff;
	background-color: #fff;
	border-radius: 0px;
}
.nav-tabs {
	border-bottom: 1px solid #b2b1b1;
}
.box3 table, .box3 .alltext {
	width: 100% !important;
	background-color: #fff;
}
.box3 .breadcrumb {
	padding: 0;
	margin: 15px 0 25px 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.box3 h3 {
	margin: 10px 0 30px 0;
}
.breadcrumb .page-title {
	color: #000;
	font-weight: 100;
	margin: 5px 0;
	letter-spacing: 2px;
}
.box3 .breadcrumb>span+span:before {
	padding: 0 5px;
	color: #db4814;
	content: "/\00a0";
}
/*----------------最新消息--------------------*/
#LinkContainer {
	display: none;
}
.thumbnail {
	border: 1px solid #f2f2f2;
}
.btn-default {
	background-color: #e0ecf5;
    color: #1876bc;
    border-color: #e0ecf5;
}
/*-----------------原本的--新聞頁面設定--------------------------*/

.News_Title {
	background-color: #E0FFFF;
	padding: 5px;
	color: #4682B4;
	font-size: 18px;
}
.News_Category {
	background-color: #E0FFFF;
	padding: 5px;
	color: #4682B4;
	font-size: 18px;
}
.newslist {
	overflow: hidden;
}
.newslist img.news_pic {
	width: 40%;
	float: left;
	padding: 1%;
}
.newslist h3.news_title {
	margin-top: -5px;
}
.news_title {
	color: #000;
	line-height: 1.6;
	padding: 5px 0px;
	font-size: 24px;
}
.news_info {
	font-size: .9em;
	line-height: 1.8;
	color: #222;
	padding: 5px 0;
}
.news_date {
	color: #8c8c8c;
	padding-right: 30px;
}
.news_sort {
	color: #8c8c8c;
	padding-right: 30px;
}
.news_author {
	color: #8c8c8c;
	padding-right: 30px;
}
.news_more {
	float: right;
}
.type_icon {
	margin-right: 10px;
}
.NEWS_type {
	padding-bottom: 20px;
	margin-left: -30px;
}
.NEWS_type li {
	line-height: 2.0;
}
.NEWS_type .badge {
	background-color: #AFEEEE;
	font-size: 8px;
	margin-left: 8px;
}
.news_icon01 {
	margin-right: 8px;
}
.news_icon02 {
	margin-right: 8px;
}
.news_icon03 {
	margin-right: 8px;
}
@media (max-width: 767px) {
.newslist img.news_pic {
	width: 100%;
	float: left;
	padding: 1%;
}
.news {
	margin: 0 2px;
}
}
.News_AD {
	border: 0;
}
.content_pic {
	padding: 5%;
}
.news_content {
	min-height: 500px;
	line-height: 2.0;
	font-size: 16px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #fff;

}
.news {
	border-top: 4px solid #fa871a;
	margin-top: -10px;
}
#main-container.container {
	background-color: #fff;
	min-height: 500px;
	margin-bottom: 40px;
	padding-top: 40px;
}
/*------------------線上預約-----------------*/
.freebirdFormviewerViewCenteredContent {
	width: 1200px !important;
}
/*------------------top-----------------*/

#gotop {
	position: relative;
    padding: 0px 24px;
    cursor: pointer;
    border-radius:0;
    background: #00293e;
    width: 76px;
    height: 42px;
    font-size: 15px;
    right: 0;
    bottom:0;
    text-align: center;
    margin: auto;font-weight: normal;
    margin-top: -86px;
	z-index: 99999;
}

#gotop:before{
	content: '';
    position: absolute;
    border-width: 20px 38px;
    border-style: solid;
    border-color: transparent transparent #00293e transparent;
    left: 0;
    top: -40px;
}
#gotop:after{
	content: '';
    position: absolute;
    border-width: 20px 38px;
    border-style: solid;
    border-color: #00293e transparent transparent  transparent;
    left: 0;
    bottom: -40px;
}

#gotop:hover {
    background: #00293e;
}


.label {
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	color: #fa871a;
	padding: 0;
}
.view-first .mask{display: none;}
.li-item p{line-height: 1.5;color: #333;font-size: 15px;}
.breadcrumb {
    padding: 8px 15px;
    margin-top: 34px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e0ecf5;
    border-radius: 4px;
}
.breadcrumb a{color: #1876bc;}
.title-none{font-size: 21px;color: #1876bc; font-weight: bold;}
.features-box a h4{color: #1876bc; font-weight: bold;}



/*跟屁蟲*/
#top-bar{
	position: absolute;
    z-index: 1000;
    width: 70px;

}


#top-bar a{
	display: block;
    width: 180px;
	height: 177px;
    float: right;
    text-align: center;
    margin-bottom: 1px;
    background-color:#0353da;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}


#top-bar h3{
	color: #FFF;
    font-size: 29px;
}

#top-bar h4{
	font-size: 18px;
    color: #FFF;
}

#top-bar h5{
	font-size: 16px;
    color: #FFF;
}

#top-bar p{
	font-size: 16px;
    color: #f2ff85;
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 5px;
}

#top-bar p:hover{
	font-size: 16px;
	font-weight: bold;
    color: #0353da;
    background-color:#f2ff85; 
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 5px;
}



#top-bar {
	display: none;
	position: absolute;
}
#top-bar .AD_close {
	font-size: 17px;
	display: inline-block;
    position: absolute;
    right: 6px;
    top: -13px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 25px;
    color: #FFF;
    background-color: #89b6bf;
    cursor: pointer;
}




.lookMe{
	font-size: 16px;
    margin-top: 45px;
    color: #705f58;
    padding:0 15px; 
}

.lookMe span{
	color: #e7590c;
    font-weight: bold;
    font-size: 19px;
}

/* 側邊伸縮樓層 */
#clickCtyName {
    background-color: #f3f3f3;
    padding: 10px 22px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #cecece;
    font-size: 15px;
    color: #767676;
    position: relative;
}


/* 左側樓層做MENU縮拉 */
.clickCtyName span{
	display: none;
    transform: rotate(-90deg);
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: -1px;
    cursor: pointer;
    width: 43px;
    height: 43px;
    text-align: center;
    background-color: #dee5ea;
    padding: 2px;
}

@media screen and (max-width:767px){
/*	ul.ACCORDION.transit{
		display: none;
	}*/
	.clickCtyName span{
		display: inline-block;
	}
	.clickCtyName{
		position: sticky;
	}

}


@media screen and (max-width: 767px){

	/* .category_menu {
	    position: fixed;
	    top: 39px;
	    width: 100%;
	    margin-left: -15px;
	    z-index: 99;
	} */
	#clickCtyName {
	    border-radius: 0px 0px 0 0;
	    font-size: 15px;
    	color: #0065b1;
	}
}
.FAQIMG img { margin:auto;}

.mediabox {
    text-align: right;
    position: fixed;
    top: 45%;
    right: 25px;
    z-index: 999;
}
.mediabox li {
	list-style: none;
    width: 100%;
    background: rgba(0,104,182,.8);
    padding: 10px;
    text-align: center;
    border: 1px solid #077ad0;
}
.mediabox li:hover { background: #044f88;}
.mediabox li a { width:100%;}
/*------------------------------*/
/*          $translate
--------------------------------*/
/* 下拉式選單樣式 */
#google_translate_element .goog-te-gadget-simple {
  background-color: transparent !important;
  border          : 0;
  font-size       : 10pt;
  padding         : 0;

}

#google_translate_element .goog-te-combo {
  width           : auto !important;
  height          : auto;
  margin          : 0;
  background-color:rgba(0,104,182,.8) ;
  border          : none;
  font-size:16px;
 
}


/* _google翻譯內文字字型 */
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif !important;
}

/* Google logo icon */
#google_translate_element .skiptranslate {
  display: none;
}
.News_Title {
	background-color: #284486;
	padding: 8px 15px;
	color: #FFF;
	font-size: 16px;
	border-radius: 4px;
}
.INFO_Title {
	background-color: #f5f5f5;
	padding: 10px;
	color: #222;
	font-size: 16px;
	margin-top: -1px;
	border-radius: 4px;
	color: #428bca;
}
.News_Category {
	background-color: #284486;
	padding: 8px 15px;
	color: #FFF;
	font-size: 16px;
	border-radius: 4px;
}
.newslist {
	overflow: hidden;
	min-height: 418px;
}
.newslist img.news_pic {
	width: 100%;
	float: left;
	padding: 1%;
}
.newslist h3.news_title {
	margin-top: -5px;
	min-height: 295px;
}
.news_title {
	color: #222;
	line-height: 1.6;
	font-size: 21px !important;
	padding: 0 !important;
}
.news_info {
	font-size: 15px;
	line-height: 1.8;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
}
.news_date {

	padding-right: 30px;
}
.news_more {
	width: 100px;
	margin: 20px auto 10px;
	display: block;

}
.type_icon {
	margin-right: 10px;
}
.NEWS_type {
	padding-bottom: 20px;
	margin-left: -30px;
}
.NEWS_type li {
	line-height: 2.0;
}
.SUB_ITEM {
	min-height: 300px;
	padding: 20px;
	width: 255px;
}
.NEWS_type .badge {
	background-color: #AFEEEE;
	font-size: 8px;
	margin-left: 8px;
}
.news_icon01 {
	margin-right: 8px;
}
.news_sort, .news_author {
	display: none;
}
 @media (max-width: 767px) {
.newslist img.news_pic {
	width: 100%;
	float: left;
	padding: 1%;
}
}
.News_AD {
	border: 0;
}
.content_pic {
	padding: 5%;
}
.news_content {
	line-height: 2.0;
	font-size: 16px;
}
div#LinkContainer {
	display: none;
}
.thumbnail-list li{width: calc( 100% / 2);     margin-bottom: 20px;}
 @media (max-width: 640px) {.thumbnail-list li{width: calc( 100% / 1);}}
.zoomContainer{ display:none;}
.category_content .title{font-size: 28px;
    color: #0063ad;
    padding-left: 10px;
    border-left: 8px solid #0063ad;
}
.category_content img{ max-width:100%;}
.popular_products{     margin-top: 30px;}
.pagination { margin-bottom:80px;}
.category_box{ overflow:hidden;}
/* bootsnav的搜尋列 */
.top-search .btn-empty {
  display         : inline-block;
  padding         : 0;
  width           : 1%;
  background-color: transparent;
  border-width    : 0;
}

.top-search input {
  display: inline-block;
  width  : calc(100% - 40px);
}

.top-search {
  background-color: #202020;
  padding         : 10px 0;
  display         : none;
}

.top-search input.form-control {
  background-color  : transparent;
  border            : none;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow     : 0 0 0;
  box-shadow        : 0 0 0;
  color             : #f0f0f0;
  margin-bottom:0px !important;
}

.top-search .input-group-addon {
  padding         : 6px 0;
  background-color: transparent;
  border          : none;
  color           : #f0f0f0;
  overflow        : hidden;
  width           : 15px;
}

.top-search .input-group-addon.close-search {
  cursor : pointer;
  display: inline-block;
}

/* 手機板搜尋按鈕ICON */
.navbar-search-xs {
  position     : relative;
  float        : right;
  padding      : 9px 10px;
  margin-top   : 8px;
  margin-bottom: 8px;
}

.navbar-search-xs a {
  color: #fff;
  margin-top: 10px;
  display: block;
}

.navbar-header .attr-nav {
  list-style: none;
  padding   : 0;
  margin    : 0;
}
/*側邊樓層往下按鈕*/
 @media (min-width: 767px) {
.category_menu h4{ display:none}	}
.fa-angle-down {
	float: right;
}
span.fa.fa-angle-down {
	display: none;
	float: right;
	color: #000;
	font-size: 20px;
	margin: 0px 18px 0 0px;
}
 @media screen and (max-width: 767px) {
.floor_list ul {
 display: none;
}
span.fa.fa-angle-down {
 display: block;
}
.menu_list {
 margin-bottom: 10px;
}
}
.category_menu h4{margin-bottom: 30px;}

.carousel-indicators{bottom: 0px;}