/*全站*/
#language_ul li:first-child {
	display: block;
}

.side-lang li:first-child {
	display: block;
}

html,
body {
	font-family: "Microsoft JhengHei" !important;
	line-height: 185%;
}

html {
  -ms-overflow-style: scrollbar;
}

img {
	max-width: 100%;
}

.hideobj {
	display: none;
}

.caret {
	color: #fff;
}

#left_menu ul.sb-menu li.topLogo {
	background: #16161e;
}

.container::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}

.wrap {
	width: 1640px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
}

.wrap::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}

a {
	color: #000;
	background-color: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	background: none;
	color: #000;
}
a.foot-second-num {
    margin-left: 66px;
}

/*會員登入項目*/
#login-tabs li {
	background: none;
}

#login-tabs a {
	color: #000;
	background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
	text-decoration: underline;
	background: none;
	color: #000;
}

/**表單元素**/
fieldset.over-border {
	border: 1px solid #ccc !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.4em 0 !important;
	border-radius: 16px;
}

legend.line-border {
	font-size: 16px !important;
	text-align: left !important;
	width: inherit;
	border-bottom: none;
	display: none;
}

fieldset>div {
	margin-top: 30px;
}

.red {
	color: #cc0000;
}

.radio-inline input[type='radio'] {
	margin-left: -20px;
	float: left;
}

.radio-inline {
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.help-inline {
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	float: left;
	padding-left: 0px;
	cursor: default;
}

.control-label {
	cursor: default;
}

.form-show .input-prepend {
	clear: both;
}

fieldset.instep-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	background: #eeeeee;
	height: 100px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

fieldset.step-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	height: 100px;
	text-align: center;
}

legend.stepline-border {
	text-align: center !important;
	width: inherit;
	border-bottom: none;
}

.enlarge {
	clear: both;
}

@media only screen and (max-width : 480px) {
	.navbar-inner li {
		display: block;
		width: 100%;
	}
}

@media (max-width:991px) {
	.container {
		width: 1055px;
	}
}

@media (max-width:991px) {
	.container {
		width: 100%;
	}

	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}
}


/*#header*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #a48a6f;
	outline: 0;
}

#company_logo {
	/*text-align: center;*/
}

#header {
	/* box-shadow: 0px 0px 30px #666; */
	position: absolute;
	z-index: 11;
	width: 100%;
	text-align: center;
}

#header .navbar-default {
	background-color: transparent;
	border-color: transparent;
}

#header .navbar-default .navbar-nav>li>a,
#index_header .navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 6px;
}

.lan-E #header .navbar-default .navbar-nav>li>a,
.lan-E #index_header .navbar-default .navbar-nav>li>a{
    padding: 10px 4px;
}

#header .navbar-default .navbar-nav>.active>a,
#header .navbar-default .navbar-nav>.active>a:hover,
#header .navbar-default .navbar-nav>.active>a:focus {
	background: #262948;
	color: #fff;
	border-radius: 30px;
}

#header .navbar-default .navbar-nav>li>a:hover,
#header .navbar-default .navbar-nav>li>a:focus {
	background: #a38a6f;
	color: #fff;
	border-radius: 30px;
}

#index_header .navbar-default .navbar-nav>li>a:hover,
#index_header .navbar-default .navbar-nav>li>a:focus {
	background: #262948;
	color: #fff;
	border-radius: 30px;
}

#header .navbar {
	margin-bottom: 0;
}

#header .navbar-nav {
	/*float: right;*/
}

#header .navbar-nav>li {
	margin: 0 3px;
}

.dropdown #incateall {
	display: block;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-nav>.dropdown:hover>ul {
	display: block;
}

.search-btn img,
#language_area img {
	width: 30px;
}

#language_ul.dropdown-menu {
	top: 150%;
	min-width: auto;
	right: 0;
	text-align: center;
}

.search,
#language_area {
	display: inline-block;
	vertical-align: middle;
}


.logo {
	float: left;
	/* width: 30%; */
	margin-top: 2em;
}

#company_logo {
	width: 334px;
	height: 70px;
}

#company_logo:before {
	content: '';
	width: 70px;
	height: 70px;
	background-image: url(../images/logo_icon.gif);
	display: inline-block;
	vertical-align: middle;
}

.search_lang {
	float: right;
	margin: 2.5em 1em 0 0;
}

#language_area a {
	color: #fff;
}

.lang {
	padding: 0;
	display: inline-block;
	margin-left: .2em
}

#language_area p {
	margin: 0;
}

.menu {
	display: inline-block;
	vertical-align: middle;
	    margin-top: 2em;
}

.menu li {
	cursor: pointer;
}

/*註冊*/
#hello_member {
	display: none;
}

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
	text-decoration: underline;
	background: none;
}

/* search */
.search-btn {
	cursor: pointer;
	margin-right: .5em;
}

#qsearch {
	padding: 0;
	border: none;
	right: 0%;
	left: inherit;
	background: none;
	border-radius: none;
	box-shadow: none;
	top: 150%;
}

#qsearch .input-group {
	padding-bottom: 0;
}

/*語言*/
#language_area ul li a {
	color: #000;
	background: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
	background: none;
	text-decoration: underline;
}

/*#header .navbar-nav>li { margin: 0; }*/
@media (max-width: 1600px) {
	.search_lang {
		margin-top: 3.5em;
	}

	.logo {
		margin: 1em 1em 0;
	}

	.menu #navbar-1 {
		padding: 0;
	}

	#header .navbar-default .navbar-nav>li>a,
	#index_header .navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 10px 8px;
	}
}

@media (max-width: 1400px) {
	.nav {
		padding-left: 0%;
	}

	.logo img {
		max-width: 75%;
	}

	.search_lang {
		margin-top: 3em;
	}

	.search-btn {
		margin-right: .2em;
	}

	.search-btn img,
	#language_area img {
		width: 22px;
	}

	#header .navbar-default .navbar-nav>li>a,
	#index_header .navbar-default .navbar-nav>li>a {
		padding: 10px 5px;
	}
}

@media (max-width: 1200px) {

	#header .navbar-default .navbar-nav>li>a,
	#index_header .navbar-default .navbar-nav>li>a {
		font-size: 15px;
	}

	#header {
		text-align: left;
	}

	.search_lang {
		float: none;
		margin-top: 0;
		clear: both;
		text-align: right;
	}

	.menu {
		float: right;
	}

	.lang {
		font-size: 13px;
	}

	.logo img {
		max-width: 100%;
	}

	.container {
		width: 100%;
	}

	.logo {
		/* width: 37%; */
		display: inline-block;
		margin: 1em 0.5em 0;
	}
}

@media (max-width:1149px) {
	.logo {
		/* width: 30%; */
		display: inline-block;
	}
}

@media (max-width:1100px) {
	.search_lang {
		margin: 0em 1em 1em;
		text-align: right;
	}

	#header .navbar-default .navbar-nav>li>a,
	#index_header .navbar-default .navbar-nav>li>a {
		padding: 10px 5px;
	}
}

@media (max-width:1074px) {
	.logo {
		/* width: 34%; */
		display: inline-block;
		margin: 1em 0.5em 0;
	}

	.search_lang {
		margin: 0 1em 1em;
		text-align: right;
	}
}

@media (max-width:1046px) {
	.logo {
		/* width: 32%; */
		display: inline-block;
	}
}

@media (max-width:991px) {
	#container {
		box-shadow: 0px 0px 30px #666;
	}

	#mobile_toggle {
	display: block;
	position: absolute;
    left: 20px;
    top: 20px;
	padding: 0;

	}
	.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    transition: all 0.3s ease-in-out;
}


.sb-active-left .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 4px) ;
    transform: rotate(-45deg) translate(-7px, 4px) ; background:#fff}

.sb-active-left .bar2 {opacity: 0;}

.sb-active-left .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -5px) ;
    transform: rotate(45deg) translate(-7px, -5px) ; background:#fff
}

/*
	#mobile_toggle .btn {
		border-color: #a48a6f;
		border-width: 3px;
	}
*/

	.logo {
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}

	#company_logo {
		width: 100%;
		height: auto;
	}

	.search_lang {
		display: none;
	}

	.logo img {
		max-width: 25%;
	}

	#header {
		background: none;
		position: absolute;
	}

	#company_logo:before {
		content: '';
		width: 45px;
		height: 45px;
		background-image: url(../images/logo_icon_m.gif);
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width:768px) {
	.logo img {
		width: 40%;
	}

	#company_logo:before {
		content: '';
		width: 40px;
		height: 40px;
		background-image: url(../images/footer_logo_m.gif);
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width:680px) {
	.logo img {
		width: 45%;
		max-width: 35%;
	}
}

@media (max-width:580px) {
	#header {
		background: #282a3f;
		/* Old browsers */
		background: -moz-linear-gradient(left, #282a3f 0%, #292b40 25%, #44475a 55%, #2b2d42 81%, #282a3f 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #282a3f 0%, #292b40 25%, #44475a 55%, #2b2d42 81%, #282a3f 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #282a3f 0%, #292b40 21%, #44475a 45%, #2b2d42 81%, #282a3f 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282a3f', endColorstr='#282a3f', GradientType=1);
		/* IE6-9 */
		position: unset;
	}

	.swiper-slide-visible {
		margin-top: -30px;
	}

	.logo {
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
		padding-left: 30px;
	}

	.logo img {
		width: 55%;
		max-width: 45%;
	}
}

@media (max-width:480px) {
	#mainbanner {
		overflow: hidden;
	}

	/*	#mainbanner .img-responsive { width: 200%; max-width: inherit; margin-left: -55%; }*/
	.container_msg2 #mainbanner .img-responsive {}

	.logo img {
		width: 55%;
		max-width: 60%;
	}
}

@media (max-width: 400px) {
	.swiper-slide-visible {
		margin-top: 0;
	}
}


/*--側欄--*/
#sidebar {
	padding: 10px 0px;
	display: none;
}

#side_menu>.nav>li:not(:last-child) {
	border-bottom: #ddd 1px solid;
}

#side_menu .nav>li>a {
	font-size: 14px;
}

#side_menu>ul>li>a:after {
	content: "\25bc";
	float: right;
	font-size: 14px;
}

#side_menu .nav>li.active>a,
#side_menu .nav>li>a:hover,
#side_menu .nav>li>a:focus {
	color: #a48a6f;
	background: none;
}

#side_menu ul {
	padding-left: 0;
}

#side_menu li a {
	font-size: 16px;
	padding: 10px 15px;
	display: block;
}

#side_menu .nav>li>ul>li a {
	padding: 10px 15px 10px 30px;
	font-size: 16px;
}

#side_menu .nav>li>ul>li a:hover,
#side_menu .nav>li>ul>li.active a {
	color: #a48a6f;
	background: #f0f0f0;
	text-decoration: none;
}

#side_menu ul ul ul li {
	display: none;
}

#sidebar .nav-header {
	padding: 18px 15px 20px;
	font-size: 20px;
	color: #fff;
	background: #262948;
	/* Old browsers */
	/*background: -moz-linear-gradient(left, #064bb3 0%, #0064bb 100%); */
	/* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #064bb3 0%,#0064bb 100%);*/
	/* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #064bb3 0%,#0064bb 100%);*/
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064bb3', endColorstr='#0064bb',GradientType=1 );*/
	/* IE6-9 */
}

@media (max-width:991px) {
	.sidebar {
		display: none;
	}
}

/*RSS*/
#rss_area a {
	text-shadow: none;
}

#rss_area a:hover {
	text-shadow: none;
}

/*--內容區--*/
#content {
	padding: 10px 0px 50px;
}

/*麵包屑*/
.breadcrumb {
	text-shadow: none;
	background-color: transparent;
}

.breadcrumb>li:first-child a {
	width: 26px;
	height: 20px;
	background: url(../images/icon-home.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
}

.breadcrumb>li+li:before {
	content: ">";
	color: #424242;
}

.breadcrumb li {
	text-shadow: none;
}

.breadcrumb li a {
	text-shadow: none;
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-shadow: none;
	background: none;
	text-decoration: underline;
	color: #282a3f;
}

.breadcrumb li .divider {
	text-shadow: none;
	background: none;
}

.breadcrumb>.active {
	color: #a48a6f;
}

/*個數*/
.page-header {
	border-bottom: 4px #a48a6f solid;
	margin: 0 0 5px;
}

.page-header h1 {
	font-size: 30px;
	color: #262948;
	margin: 0;
	font-weight: bold;
}

#result {
	display: none;
}

/*產品頁*/
.thumbnail {
	border: none;
}

.cate-name,
.cate-name-more {
	color: #333333;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.cate-name a,
.cate-name-more a {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
	color: #333333;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.cate-name a:hover,
.cate-name-more a:hover {
	color: #8B8682;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.pro-desc {
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.spec {
	height: 38px;
}

.btn-info {
	color: #fff;
	background-color: #262948;
	border-color: #8a8da4;
}

/*產品介紹頁*/
.container_product_show #content > .row {
    max-width: 1240px;
    margin: 0 auto;
}

#pb_area {
	overflow: hidden;
	margin-bottom: 30px;
}

.thumbnails {
	padding-left: 0;
	margin-top: 2em;
}

.thumbnail img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	max-width: 165px;
	max-height: 165px;
}

.input-group {
	display: table;
	padding-bottom: 10px;
	width: 100%;
}

.input-group .form-control {
	margin-bottom: 0px;
}

.txtNormal {
	overflow: auto;
	width: 100%;
}

#content .thumbnails .prodlist {
	overflow: hidden;
}

#content .thumbnails .catelist {
	overflow: hidden;
	width: 33%;
}

.listtxtspec .input-prepend {
	padding: 1px 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.listimg {
	max-height: 200px;
	border: #ededed 1px solid;
	height: 170px;
}

.listimg:hover {
	border: #262948 1px solid;
	transition: all ease 0.5s;
}

/*pro-hover*/
.catelist:hover .bg {
	opacity: 1
}

.thumbnail {
	position: relative;
}

.bg {
	opacity: 0;
	width: 100%;
	height: 77%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(38, 41, 72, 0.7);
	z-index: 999;
	transition: all .2s;
}

.bg .more {
	text-align: center;
	height: 100%;
	font-size: 28px;
	position: relative;
}

.bg .more a {
	color: #fff;
	display: block;
	width: 100%;
	z-index: 9999;
	/*padding: 30% 0;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.prodlist:hover .bg {
	opacity: 1
}

.prodlist .bg {
	height: 84%;
}

.prodlist .bg .more a {
	/*padding: 40% 0;*/
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.listtxtNormal {
	border: 1px solid #f00;
	padding: 10px;
	height: 304px;
}

#lineqty {
	width: 30%;
}

.showsmall ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.showsmall li {
	float: left;
	margin: 0 6px;
}

#prodNav ul {
	list-style: disc;
}

.bimgarea {
	text-align: center;
	margin-right: 50px;
}
#roof_tab .tabbable .tab-content .tab-pane .bimgarea:nth-child(4n+1) {
    clear: left;
}

@media (max-width: 991px){
    #roof_tab .bimgarea:nth-child(4n+1) {
        clear: none;
    }
    #roof_tab .bimgarea:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 768px){
    #roof_tab .bimgarea:nth-child(3n+1) {
        clear: none;
    }
    #roof_tab .bimgarea:nth-child(2n+1) {
        clear: left;
    }
}

.showsmall {
	/*position: absolute;*/
	/* top: -20px; right: 15px;*/
}

.showsmall .popup-gallery {
	text-align: center;
	border: #ccc 1px solid;
}

.showsmall li img {
	height: 80px;
	overflow: hidden;
	min-width: 80px;
}

/*.form-show { display: none; }*/
.pro-name {
	display: none;
}

.pro {
	font-size: 15px;
}

.spe {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.spe ul {
	text-align: left;
}

.spe thead tr th {
	text-align: center;
	background: #0470a2;
}

.spe tbody th {
	text-align: right;
}

.spe tr {
	border-bottom: 1px solid #dcdcdc;
	height: 40px;
}

.spe tr th {
	border-bottom: 1px solid #ffffff;
	font-size: 105%;
	padding: 5px 20px;
	width: 25%;
	background: #07a2ea;
	color: #ffffff;
}

.spe td {
	padding: 5px 20px;
}

.txt {
	background: #025fb9;
	color: #fff;
	margin: 5px 0;
}

.txt ul {
	padding: 12px 6%;
	list-style: disc;
}

.txt ul li {
	padding: 3px;
}

.txt2 {
	background: none;
	color: #000;
	border-left: 3px solid #8fc31f;
	border-right: 3px solid #8fc31f;
	margin-top: 15px;
	border-radius: 30px;
}

.com_video {
	max-width: 1100px;
    margin: 0 auto 30px;
}

.btn-link {
	background-color: #5bc0de;
}

.btn {
	display: inline;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background: #212540;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #ffffff;
	border-color: #adadad;
}



img.else_img {
	width: 80%;
}


/*
img.mfp-img {
    width: 750px;
    max-width: 100%;
}
*/


@media (max-width:1440px) {

	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 33.3333%;
		padding: 0;
	}
}

@media (max-width:1200px) {
	#side_menu .nav>li>a {
		font-size: 15px;
	}

	/*
img.mfp-img {
    width: 650px;
    max-width: 100%;
}
*/


}

@media (max-width:991px) {

	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 25%;
		float: left;
	}
	.input-group input {
    margin: 0;
}

}

@media (max-width:800px) {

	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 33.3333%;
	}

	/*
img.mfp-img {
    width: auto;
    max-width: 100%;
}
*/
}

@media (max-width:640px) {

	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 50%;
	}
}

@media (max-width:480px) {

	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 100%;
	}
}

/*頁籤**/
.nav-tabs {
	border-bottom: 3px solid #a48a6f;
}

.nav-tabs>li {
	margin: 0 3px 0 0;
}

.nav-tabs>li>a {
	padding: 15px 30px;
	border-color: #e9e9e9;
	border-bottom-color: transparent;
}

.nav-tabs .active a {
	font-weight: bold;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background: #262948;
	color: #fff;
	border-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #fff;
	padding: 15px 29px;
	background: linear-gradient(90deg, rgb(217, 197, 116) 0%, rgb(184, 163, 79) 100%);
}

.tab-content {
	padding: 20px;
}

.pro_tab {
	/*    margin-bottom: 5px;*/
	text-align: center;
	border-bottom: 3px solid #ccc;
	padding: 2em;
}

.pro_tab:last-child {
	border-bottom: none;
}

.pro_tab img {
	/*    border: 1px solid #e8e2e3;*/
	/* box-shadow: 0 1px 3px rgba(46, 46, 46, 0.3); */
	/* width: 80%; */
	/* width: 100%; */
}

#contentprod1 .second_page .pro_tab a img {
	/* width: 100%; */
}

#contentprod1 .second_page .pro_tab {
	padding: 0;
}

@media(max-width:767px) {
	.panel-title a {
		display: block;
	}

	.panel-title a:hover {
		text-decoration: none;
	}
}

@media(max-width:480px) {
	.pro_tab {
		padding: 0em;
	}
}

/*訊息用*/
.msgcont {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px;
}

.msg_img_title {
	width: 30%;
}

/***********/
.table-striped>tbody>tr:nth-child(odd) {
	background: none;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: none;
}

.table-hover>tbody>tr:hover,
.table-striped>tbody>tr:nth-child(odd) {
	background: #fff;
}

#tablist td.msg-date {
	display: none;
}

#tablist .msg-more {
	display: none;
}

.msg-in-date {
	text-align: right;
	color: #969696;
	margin-bottom: 12px;
	display: none;
}

.msg-in-date:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icon-date.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.msg-in-pic {
	display: none;
}

/* 關於我們 */
.container_msg2 .sidebar {
	display: none;
}

.container_msg2 .main-content {
	width: 100%;
}

/*.container_msg2 .page-header + div { display: none; }*/
/*.container_msg2 #content > .txtNormal{ border: #a48a6e 2px solid; border-radius: 30px; padding: 10% 15%; margin-bottom: 30px; }*/
/*.container_msg2 .page-header { text-align: center; border-bottom: none; margin: 0; }*/
/*.container_msg2 .page-header h1 { font-size: 36px; font-weight: normal; color: #181b2e; margin: 0; background: #fff; display: inline-block; position: relative; bottom: -30px; padding: 0 30px; }*/
.com-text {
	font-size: 18px;
}

.company_area {
	font-size: 16px;
}

.company_area .company_certi .bimgarea {
	margin-right: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.company_des h2{
    font-size: 24px;
}

.company_area h4,
.company_area .zone h2{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #282a3f;
	padding: 0.5em;
	margin: 0;
	margin-bottom: 3%;
}

.company_area .zone h4,
.company_area .zone h2{
	margin: 2em 0;
}

.company_des {
	margin-top: 30px;
}

.com_stre {}

.com_stre ul {
	/*    border: 3px solid #a48a6f;*/
	/*    padding: 15px 40px;*/
	width: 90%;
	margin: 0 auto;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	padding-left: 0;
}

.com_stre li {
	font-size: 18px;
	padding-bottom: 10px;
	color: #a48a6e;
	font-weight: bold;
	display: inline-block;
	vertical-align: baseline;
	line-height: 30px;
}

/*.com_stre ul li::before{ content: ""; background: url(../images/check.svg) center no-repeat; width: 5px; height: 5px; padding-left: 2em;}*/
.com_stre li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #bdbdbd;
	font-style: italic;
	margin-right: 8px;
	margin-top: -5px;
}

.company_strength .bimgarea {
	text-align: center;
	margin-right: 0;
	margin-bottom: 15px;
}

.company_certi .col-md-2 {
	margin-left: 2.5%;
	margin-bottom: 20px;
}

.company_certi img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.company_certi p {
	font-size: 14px;
	text-align: center;
}

.company_area .prize_img {
	border: 1px solid #dcdcdc;
	padding: 1em;
	box-shadow: 0 1px 4px rgba(46, 46, 46, 0.5);
	text-align: center;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	box-shadow: 2px 2px 6px 0px #8d8ea7;
    transition: ease .3s;
}

@media (max-width:1125px) {
	.com_stre ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}

	.com_stre li {
		line-height: 2em;
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.company_strength .col-md-4 {
		width: 25%;
		float: left;
	}

	.com_stre ul {
		margin-bottom: 1.5em;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		width: 60%;
		float: none;
		margin: 0 auto;
	}

	.com_stre li {}
}


@media (max-width:820px) {
	.company_des .col-md-6 {
		width: 100%;
		float: left;
	}
}

@media (max-width: 645px) {
	.com_stre ul {
		width: 80%;
	}
}

@media (max-width:575px) {
	.com_stre li {
		line-height: 2em;
	}
}

@media (max-width:506px) {
	.com_stre ul {}
}

@media (max-width:490px) {
	.company_strength .col-md-3 {
		width: 50%;
		float: left;
	}
}

@media (max-width:480px) {
	.container_msg2 .page-header h1 {
		font-size: 24px;
		padding: 0 5px;
		bottom: -24px;
	}

	.container_msg2 #content>.txtNormal {
		padding: 30px 15px;
	}

	.com_stre ul {
		width: 100%;
		margin: 0 auto;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		margin-bottom: 1.5em;
	}
}

@media (max-width: 435px) {}

@media (max-width: 400px) {
	#left_menu .topLogo img {
		max-height: 60px;
		width: 85%;
	}
}

/* 最新消息 */
.container_msg3 #tablist,
.container_msg10 #tablist,
.container_msg125 #tablist {
	border: none;
}

.container_msg3 #tablist thead,
.container_msg3 #tablist td.msg-date,
.container_msg10 #tablist thead,
.container_msg10 #tablist td.msg-date,
.container_msg125 #tablist thead,
.container_msg125 #tablist td.msg-date {
	display: none;
}

.container_msg3 #tablist tbody>tr,
.container_msg10 #tablist tbody>tr,
.container_msg125 #tablist tbody>tr {
	display: block;
	/*margin-bottom: 30px;*/
	width: 100%;
	border: #e5e5e5 1px solid;
	outline: transparent 2px solid;
	/*border-radius: 10px;*/
	padding: 10px;
}

.container_msg3 #tablist tbody>tr+tr,
.container_msg10 #tablist tbody>tr+tr,
.container_msg125 #tablist tbody>tr+tr {
	margin-top: 2em;
}

.container_msg3 .info  #tablist tbody>tr,
.container_msg10 .info  #tablist tbody>tr {
	margin-top: 0;
}

.container_msg3 #tablist tbody>tr:hover,
.container_msg125 #tablist tbody>tr:hover,
.container_msg10 #tablist tbody>tr:hover {
	border: #282a3f 1px solid;
	box-shadow: 2px 2px 0px #282a3f, 2px -2px 0px #282a3f, -2px -2px 0px #282a3f, -2px 2px 0px #282a3f;
	/*border-radius: 10px;*/
}

.container_msg3 #tablist tbody>tr>td,
.container_msg10 #tablist tbody>tr>td,
.container_msg125 #tablist tbody>tr>td {
	display: inline-block;
}

.container_msg3 #tablist tbody>tr>td:nth-child(1),
.container_msg10 #tablist tbody>tr>td:nth-child(1),
.container_msg125 #tablist tbody>tr>td:nth-child(1) {
	width: 30%;
}

.container_msg3 #tablist tbody>tr>td:nth-child(2),
.container_msg10 #tablist tbody>tr>td:nth-child(2),
.container_msg125 #tablist tbody>tr>td:nth-child(2) {
	width: 65%;
}

.container_msg3 .newsTitle,
.container_msg10 .newsTitle,
.container_msg125 .newsTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

.container_msg3 #tablist .msg-more,
.container_msg10 #tablist .msg-more,
.container_msg125 #tablist .msg-more {
	display: inline-block;
	float: right;
	text-align: right;
}

.container_msg3 #tablist .msg-more a,
.container_msg10 #tablist .msg-more a,
.container_msg125 #tablist .msg-more a {
	display: inline-block;
	background: #fff;
	border: #282a3f 2px solid;
	/*border-radius: 5px;*/
	padding: 4px 20px;
	color: #282a3f;
}

.container_msg3 #tablist tr:hover .msg-more a,
.container_msg10 #tablist tr:hover .msg-more a,
.container_msg125 #tablist tr:hover .msg-more a {
	background: #282a3f;
	/*border-radius: 5px;*/
	padding: 4px 20px;
	color: #fff;
}

.container_msg3 #tablist .msg-more a:hover,
.container_msg10 #tablist .msg-more a:hover,
.container_msg125 #tablist .msg-more a:hover {
	text-decoration: none;
}

.newsTxt01 {
	padding: 5px 0 10px;
}

.news {
	width: 100%;
	margin: 10px 0;
}

.news tr {
	border-bottom: 1px solid #c3c3c3;
}

.news tr td {
	padding: 5px;
	line-height: 1.5em;
}

.p p {
	padding: 10px 0;
}

.s {
	color: #282a3f;
	font-weight: bold;
}

.pic tr td {
	padding: 5px;
}

.news_info p a {
	font-size: 14px;
	word-break: break-word;
}

.news_info p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.8em;
	font-size: 16px;
}

.news_info .info {
	/* margin-top: 1.5em; */
}

.news_info .info h2 {
	font-size: 18px;
	font-weight: 600;
	color: #3a3c50;
	background: #e7e7e7;
	padding: 0.5em;
	margin: 0;
}

.news_author {
	font-size: 16px;
}

.news_article h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
}

.brn {
	color: #594129;
}



.news_video-wrap {
    padding: 4px;
	margin-bottom: 2em;
}

.news_video-wrap a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    padding: 10px;
    background: #ba9913;
    box-shadow: 2px 2px 6px 0px #8d8ea7;
    transition: ease .3s;
}


.news_video-wrap a:after {
    content: "\e029";
    font-family: "Glyphicons Halflings";
    display: inline-block;
    padding-left: 7px;
    font-weight: normal;
    position: relative;
    top: 2px;
}

.news_video-wrap a:hover{
    background: #2d2e43;
	color: #fff;
}


/*成功案例-系列樣式*/
.sucss_list {
	margin-top: 2em;
}

.sucss_list .list {
	width: 25%;
	float: left;
	padding: 10px;
}

.sucss_list .pic {
	border: 1px solid #ccc;
}

.sucss_list .pic img {
	width: 100%;
}

.sucss_list .name {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}

@media (max-width:580px) {
	.container_msg3 #tablist tbody>tr>td:nth-child(1),
	.container_msg10 #tablist tbody>tr>td:nth-child(1),
	.container_msg125 #tablist tbody>tr>td:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.container_msg3 #tablist tbody>tr>td:nth-child(2),
	.container_msg10 #tablist tbody>tr>td:nth-child(2),
	.container_msg125 #tablist tbody>tr>td:nth-child(2) {
		width: 100%;
	}

	.container_msg3 #tablist .msg-more,
	.container_msg10 #tablist .msg-more,
	.container_msg125 #tablist .msg-more{
		float: none;
		display: block;
		text-align: center;
	}

	.container_msg3 #tablist .msg-more a,
	.container_msg10 #tablist .msg-more a,
	.container_msg125 #tablist .msg-more a{
		display: block;
	}

}

/* 成功案例-系列樣式 內容 */
.success_product h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #282a3f;
	padding: 0.5em;
	margin: 0;
}

.success_product .zone {
	margin-top: 3em;
}

.success_product .info {
	margin-top: 2em;
}
.success_product .suc_pro_img:nth-child(4n+1) { clear: both; }
.success_product .info p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.8em;
	font-size: 16px;
}

.success_product .bimgarea {
	text-align: center;
	margin-right: 0;
}

/* 目錄下載 */
.catalog {
	width: 48%;
	float: left;
	margin-right: 2%;
	border: #e8e8e8 1px solid;
	/*border-radius: 10px;*/
	padding: 10px;
}

.cata-pic {
	width: 48%;
	margin-left: 27%;
	height: 260px;
}

.cata-info {
	width: 65%;
	margin-left: 20%;
}

.cata-title {
	font-size: 20px;
	color: #282a3f;
	text-align: center;
}

.cata-btn {
	margin-top: 10px;
}

.cata-view,
.cata-down {
	width: 48%;
	float: left;
	border-radius: 5px;
	margin-right: 1%;
	text-align: center;
}

.cata-view a,
.cata-down a {
	display: inline-block;
	color: #fff;
	padding: 10px;
}

.cata-view a:hover,
.cata-down a:hover {
	text-decoration: none;
}

.cata-view {
	background-color: #282a3f;
}

.cata-down {
	background-color: #e5012e;
}

@media (max-width:1200px) {
	.cata-pic {
		height: 210px;
	}
}

@media (max-width:990px) {
	.cata-pic {
		width: 40%;
		height: auto;
	}
}

@media (max-width:480px) {
	.catalog {
		width: 100%;
		float: none;
	}

	.cata-pic {
		float: none;
		width: 50%;
	}

	.cata-info {
		float: none;
		width: 65%;
	}

	.cata-btn {
		margin-top: 5px;
	}
}

/* 影片專區 */
.container_msg12 #tablist {
	border: none;
}

.container_msg12 #tablist thead {
	display: none;
}

.container_msg12 #tablist tbody>tr {
	display: block;
	width: 30%;
	margin: 0 1.6% 30px;
	float: left;
	border: transparent 1px solid;
}

.container_msg12 #tablist tbody>tr:nth-child(3n+1) {
	clear: left;
}

.container_msg12 #tablist tbody>tr:hover {
	border: #282a3f 1px solid;
}

.container_msg12 #tablist tbody>tr:hover .newsTitle a {
	color: #282a3f;
}

.container_msg12 #tablist tbody>tr>td {
	display: block;
}

.container_msg12 #tablist tbody>tr>td.msg-date {
	display: none;
}

.container_msg12 #tablist tbody>tr>td:first-child {
	padding-bottom: 0;
}

.container_msg12 #tablist tbody>tr>td>.newsTitle {
	display: inline-block;
	/*padding: 5px 10px;*/
	margin-bottom: 5px;
	font-size: 16px;
}

@media (max-width:640px) {
	.container_msg12 #tablist tbody>tr {
		width: 48%;
		margin: 0 1% 30px;
	}

	.container_msg12 #tablist tbody>tr:nth-child(3n+1) {
		clear: none;
	}

	.container_msg12 #tablist tbody>tr:nth-child(odd) {
		clear: both;
	}

	.container_msg12 #tablist tbody>tr>td>.newsTitle {
		padding: 5px 0;
	}
}

@media (max-width:480px) {
	.container_msg12 #tablist tbody>tr {
		width: 100%;
		float: none;
	}

	.container_msg12 #tablist tbody>tr>td:first-child {
		text-align: center;
	}

	.container_msg12 #tablist tbody>tr>td>.newsTitle {
		text-align: center;
	}
}

.btn {
	border-radius: 0;
}

/*下載專區 -- 型錄*/
.cate {
	width: calc(100% / 3);
}

/*常見問題*/

.panel-default>.panel-heading {
	color: #fff;
	background-color: #282a3f;
	border: none;
	margin-top: 2em;
}

.panel-default {
	border-color: #a48a6f;
	border-top: none;
}

.panel-title>a {
	color: inherit;
	font-size: 16px;
	display: block;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #a48a6f;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #a48a6f;
}

a:hover,
a:focus {
	text-decoration: none;
	background: none;
	color: #e1c657;
}

.panel-title>a:hover,
.panel-title>a:focus {
	color: #e1c657;
	text-decoration: underline;
}

.faq_area {}

.faq_area p {
	line-height: 1, 5em;
	font-size: 16px;
}

.faq_area ul {}

.faq_area li {
	font-size: 16px;
	list-style: lower-alpha;
}

.faq_area a {
	text-decoration: underline;
	color: #a38a6e;
}

.faq_area a:hover,
.faq_area a:focus {
	text-decoration: underline;
	color: #6a5b4c;
}

.form-control {
	margin-top: 2em;
}

.form-control {
	color: #282a3f;
	background-color: #ffffff;
	border: 1px solid #a48a6f;
}

.form-control:focus {
	border-color: #282a3f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 42, 63, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 42, 63, 0.4);
}

@media (min-width: 768px) {
	.form-control {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 0;
		margin-bottom: 0;
		text-align: left;
		font-size: 18px;
		margin-top: 10px;
		vertical-align: middle;
		color: #282a3f;
	}
}

/*尾檔*/
.goto_top {
	position: fixed;
	z-index: 111;
	right: 4.6em;
	bottom: 90px;
	/* display: none; */
}

.mail {
	position: fixed;
	z-index: 110;
	right: 4.6em;
	bottom: 30px;
}

#footer {
	background: #282a3f;
	padding-top: 2em;
	color: #fff;
	background-size: cover;
}

#footer a {
	color: #fff;
}

#footer .ft_top {
	padding-bottom: 2em;
}

/*#footer .ftbar li { float: none; }*/
.logo_info {
	width: 36%;
	float: left;
}

#cominfo ul li {
	float: none;
	display: block;
}

#cominfo {
	font-size: 15px;
	line-height: 1.8;
	/*padding-top: 20px; */
}

#cominfo .comname {
	display: none;
}

.foot-logo {
	width: 100%;
}

.foot-logo::before {
	content: '';
	width: 70px;
	height: 70px;
	background-image: url(../images/logo_icon.gif);
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5%;
}

.foot-logo img {
	max-width: 100%;
}

#cominfo .cominfotel:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/icon-tel.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#cominfo .cominfofax:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/icon-fax.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#cominfo .cominfomail:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/icon-mail.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#cominfo .cominfoadd:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/icon-add.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#cominfo ul li {
	/*display:inline-block;*/
}

#custnav .nav-header,
#custnav1 .nav-header a {
	color: #e1c657;
	font-size: 18px;
	font-weight: bold;
}

#custnav li a {
	padding: 0;
}

#dropdown1 ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}

#custnav5 ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}


#custnav1 ul ul li a,
#custnav5 ul li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}

#custnav1 ul ul li a:hover,
#custnav5 ul li a:hover {
	background: none;
	text-decoration: underline;
	display: block;
}

/*#custnav5 { border-left: #ccc 1px solid; padding-left: 27px; }*/

#copyright {
	text-align: center;
	padding: 10px 15px;
	font-weight: bolder;
}

#footlink {
	border-top: #fff 1px solid;
	margin-top: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

#footlink .footlink-copy {
	margin: 1% 0;
	text-align: center;
}

#footlink ul {
	display: inline-block;
	vertical-align: middle;
}

#footlink ul li {
	margin-right: 5px;
}

#footlink ul li a {
	border-radius: inherit;
	padding: 0;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
	background: none;
	text-decoration: underline;
}

#footer .container {
	width: 1200px;
}

#footer .row {
	display: inline-block;
	float: left;
}

.logo_info {
	width: 30%;
	float: left;
}

.footer-logo {
	width: 100%;
	/*display: inline-block;*/
}

.footer-add {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.qr {
	display: inline-block;
	width: 105px;
	float: left;
	margin-top: 1%;
	margin-left: 3%;
}
.qr img{
	width: 100%;
    margin-top: 0;
    margin-left: 0;
}
.footer-cust {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	float: left;
	width: 46%;
}

.smo {
	display: inline-block;
	/*margin: -5px 0;*/
}

.qr::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}

.ft_list:first-child {
	width: 30%;
	float: left;
	margin-left: 10%;
}

.ft_list:last-child {
	width: 41%;
	float: left;
}

@media (max-width:1800px) {
	.mail,
	.goto_top {
		right: 20px;
	}
}

@media (max-width:1200px) {
	#footer .container {
		width: 970px;
	}

	#footer .row {
		display: block;
	}

	.footer-cust {
		width: 43%;
		/*float: right; margin-top: -15%; padding: 0;*/
	}

	/*	.footer-cust .col-md-12{width: 50%; float: left;}*/

	#cominfo {
		font-size: 15px;
	}

	.goto_top,
	.mail {
		right: 10px;
	}

	#custnav5 ul {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}

	.logo_info {
		width: 37%;
		float: left;
	}

	.ft_list:first-child {
		width: 43%;
		float: left;
		margin-left: 8%;
	}

	.ft_list:last-child {
		width: 49%;
		float: left;
	}
}

@media (max-width:1050px) {
	.company_certi p {
		font-size: 13px;
		text-align: center;
	}
}

@media (max-width:1024px) {
	.footer-cust .col-md-12 {
		width: 50%;
	}

	.ft_list:first-child {
		width: 50%;
		float: left;
		margin-left: 8%;
	}

	.ft_list:last-child {
		width: 42%;
		float: left;
	}
}

@media (max-width:991px) {
	.col-md-3 {
		width: 33%;
		float: left;
	}

	#footer .container {
		width: 100%;
	}

	#footer {
		background: #262948;
		padding-top: 20px;
	}

	.footer-add,
	.footer-cust {
		width: 100%;
		text-align: center;
	}

	.footer-logo {
		text-align: center;
		width: 100%;
	}

	.foot-logo {
		padding: 10px;
	}

	.foot-logo img {}

	.footer-cust .col-md-12 {
		width: 50%;
		float: left;
	}
	a.foot-second-num {
    margin-left:0;
}
	#cominfo {
		padding-top: 10px;
	}

	#custnav {
		display: none;
	}

	#footlink {
		padding: 15px 30px;
	}

	#footlink ul li {
		display: inline-block;
		float: none;
	}

	.qr img {
		width: 100px;
		margin-left: 0;
		margin-top: 2%;
	}

	.qr {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	.smo {
		display: block;
		margin: 2px 0;
	}

	.logo_info {
		width: 100%;
		float: none;
	}

	.company_certi .col-md-2 {
		margin-left: 2.5%;
		width: 30%;
		float: left;
		text-align: center;
	}
	.success_product .suc_pro_img:nth-child(4n+1) { clear: none; }
	.success_product .suc_pro_img:nth-child(3n+1) { clear: both; }
}

@media (max-width:768px) {
	.col-md-3 {
		width: 50%;
		float: left;
	}

	.sucss_list .list {
		width: 50%;
		float: left;
		padding: 10px;
	}

	.sucss_list .pic {
		text-align: center;
	}

	.company_certi .col-md-2 {
		margin-left: 0;
		width: 50%;
		float: left;
	}
	.success_product .suc_pro_img:nth-child(3n+1) { clear: none; }
	.success_product .suc_pro_img:nth-child(2n+1) { clear: both; }
}

@media (max-width:640px) {
	#cominfo {
		padding-top: 5px;
	}
}

@media (max-width:480px) {
	.col-md-3 {
		width: 100%;
		float: none;
	}

	.footer-logo {
		float: none;
		width: 100%;
	}

	.sucss_list .list {
		width: 100%;
		float: left;
		padding: 10px;
	}

	.col-md-3 {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 15px;
	}

	.company_certi .col-md-2 {
		margin-left: 0;
		width: 100%;
		float: none;
		text-align: center;
	}
}

/* left menu */
@media (max-width:991px) {
	#left_menu>ul {
		padding-bottom: 30px;
	}

	.glyphicon-list:before {
		font-size: 24px;
		color: #c5c1bb;
	}

	#left_menu a {
		font-size: 18px;
		font-weight: normal;
		padding: 20px;
	}

	#left_menu .topLogo {
		text-align: center;
		box-shadow: 0px 0px 10px #666;
		margin-bottom: 0px;
	}

	#left_menu .topLogo img {
		max-height: 60px;
	}

	#left_menu .form-search {
		padding: 10px 10px 0 10px;
	}

	.sb-slidebar.sb-active {
		background: url(../images/left_menu.jpg) no-repeat top right #fff;
		background-size: cover;
	}

	#left_menu li {
		border-bottom: #ccc 1px solid;
	}

	#left_menu li.active>a,
	#left_menu .nav>li>a:hover,
	#left_menu .nav>li>a:focus {
		background: #222643;
		color: #fff;
	}

	#left_menu ul ul li.active>a {
		background: #a48a6f;
		color: #fff;
	}

	#left_menu .sb-submenu-active a {
		color: #666;
		padding: 8px 12px 8px 30px;
		font-size: 16px;
	}

	#left_menu .side-lang {
		border: none;
	}

	#left_menu .side-lang li {
		width: 50%;
		float: left;
		text-align: center;
	}

	#left_menu .side-lang li+li {
		border-left: #ccc 1px solid;
	}

	#left_menu .side-lang li a {
		padding: 10px 0;
	}

	#left_menu .qserch {
		padding: .5em 0;
	}
}

@media (max-width:992px) {
	#custnav5 {
		border-left: 0;
		padding-left: 0;
	}
}

/*首頁用*/
#index_msg_ul a {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul a:hover {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel .span {
	small_class
}

.item {
	height : {
		small_height
	}

	px;
	text-align : center;

	/* Firefox, Chrome */
	line-height : {
		small_height
	}

	px;

	/* IE */
	*font-size : 180px;
	/* 200px * 0.9 = 180px */
}

#idxprocarousel img {
	vertical-align: middle;
}

#idxprocarousel .caption {
	background: #666;
	padding: 5px;
}

#idxprocarousel .caption a {
	color: #fff;
}

#content .pshow_title {
	display: none;
	border-left: 5px solid #b7a7a9;
	font-size: 18px;
	font-weight: bold;
	background-color: #ede8e9;
	padding: 7px;
}

#content .pro_dec {
	font-size: 16px;
	line-height: 1.7em;
	margin: 20px 0;
}

#content .pro_dec p {}

#content .pro_dec ol {
	padding-left: 5em;
}

.pro_dec a {
    color: #bea956;
}

.pro_dec a:hover {
    text-decoration: underline !important;
}

ul {
	list-style: none;
}

.law-section p {
	font-size: 16px;
}

.mark-color {
	color: #bea956;
}

/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
	position: absolute;
	left: 1%;
	top: 40%;
	width: 17px;
	height: 30px;
	z-index: 99;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
	position: absolute;
	right: 1%;
	top: 40%;
	width: 17px;
	height: 30px;
	z-index: 99;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
	position: absolute;
	left: 0;
	z-index: 99;
	text-align: center;
	bottom: 0;
	width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	/*  border-radius: 10px;*/
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
	background: #fff;
}

/***style for banner's arrows and pagination end ****/

/*style for google map  2015.10.21*/
.googlemap {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 16.25%;
	position: relative;
	height: 0;
	display: none;
}

.googlemap iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.listimg a.btn.btn-link {
	display: initial;
}

@media (max-width:768px) {

	.sb-site,
	.sb-site-container {
		padding: 0;
	}

	.googlemap {
		padding-bottom: 56.25%;
	}
}

@media (max-width:300px) {
	#footer #cominfo ul.nav.nav-stacked {
		font-size: 13px;
	}
}

/*影片專區*/
.video h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #282a3f;
	padding: 0.5em;
	margin: 0;
}

.video .zone+.zone {
	margin-top: 3em;
}

.video .info {
	margin-top: 2em;
    padding: 0 2px;
}

.video .info p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.8em;
	font-size: 18px;
	text-align: center;
}

@media (max-width:991px) {
	.video .video_img {
		width: 50%;
		float: left;
		text-align: center;
	}
}

@media (max-width:680px) {
	.video .video_img {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media (max-width:360px) {
	.video .video_img {
		padding-bottom: 75%;
		/* 16:9 */
		height: 0;
	}

	.video .video_img iframe {
		width: 100%;
		height: auto;
	}
}

/*建築物*/
.container_msg4 table#tablist {
	display: none;
}

.container_msg4 .sucss_list img {
    width: auto;
}
.container_msg4 .sucss_list .pic {
    text-align: center;
}

/*屋頂樣式頁籤*/
.roof_zone {}

.roof_zone .tab-content {}

#roof_tab .tabbable .tab-content .tab-pane .bimgarea {
	margin-right: 0;
}

@media (max-width:991px) {
	.roof_zone .bimgarea {
		text-align: center;
		margin-right: 0px;
	}
}

/*下載專區*/
.download {
	margin-top: 2em;
}
.download a {
	display: block;
	text-align: center;
	margin: auto;
}
.download a img{
	margin-top: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.download p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #282a3f;
	padding: 10px;
}


.mfp-figure:after {
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

img.mfp-img {
	width: 90%;
	max-width: 100%;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
	padding-left: 5em;
}

@media (max-width:768px) {

	.mfp-title {
		text-align: left;
		line-height: 18px;
		color: #f3f3f3;
		word-wrap: break-word;
		padding-right: 36px;
		padding-left: 3em;
	}
}

@media (max-width:480px) {

	.mfp-title {
		text-align: left;
		line-height: 18px;
		color: #f3f3f3;
		word-wrap: break-word;
		padding-right: 36px;
		padding-left: 2em;
	}
}

/*banner effect*/

.swiper-banner .swiper-slide{
	position: relative;
}


.swiper-banner .banner-effect,
.swiper-banner .banner-effect .word,
.swiper-banner .banner-effect .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 3s ease;
  transition: opacity 0.6s ease, -webkit-transform 3s ease;
  transition: opacity 0.6s ease, transform 3s ease;
  transition: opacity 0.6s ease, transform 3s ease, -webkit-transform 3s ease;
}

.swiper-banner .banner-effect .word {
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.swiper-banner .banner-effect .line {
  z-index: 3;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  opacity: 0;
}

.swiper-banner .swiper-slide-active .banner-effect .word {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-banner .swiper-slide-active .banner-effect .line {
	/*
  -webkit-transition-delay: 0.2s;
		  transition-delay: 0.2s;
		  */
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}


/*blog*/

.blog img {
    margin: 20px 0;
}
.blog-red {
color:red;
}
.blog-blue,.blog-blue a {
color:rgb(0, 0, 255);
}
.blog-perple {
color:rgb(117, 46, 128);
}
.blog h4 ,.blog h3{ margin: 0;line-height: 1.4;}

.blog-perple-title {
    color: rgb(117, 46, 128);
    font-size: 20px;
}
.blog-infor {
    margin-top: 30px;
}
.blog p a {
    font-size: 16px;
}
.underline{
	text-decoration: underline;
}


/*  Share icon  */
.a2a_default_style .a2a_dd {
    display: none;
}

.a2a_svg {
    background: #ba9913 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 3px !important;
    width: 40px !important;
    border-radius: 50% !important;
}

.a2a_default_style {
    display: inline-block;
}

.footer-share {
	padding-top: 10px;
}

.footer-share a>*{
	float: none !important;
}

@media (min-width: 992px) {
    .footer-share {
        position: fixed;
        bottom: 150px;
        right: 10px;
		padding-right: 4px;
		z-index: 10;
    }

	.footer-share > span{
		display: none;
	}

    .a2a_default_style > a {
        float: none !important;
        display: block;
		clear: left;
    }

    .a2a_svg {
        margin-top: 5px;
    }
}


@media (min-width: 1200px) {
    .footer-share {
		right: 20px;
    }
}

@media (min-width: 1800px) {
    .footer-share {
		right: 4.6em;
    }
}


@media(max-width: 991px) {
    .a2a_svg {
        background: #fff !important;
        height: 30px !important;
        line-height: 30px !important;
        padding: 2px !important;
        width: 30px !important;
    }
    .a2a_svg path {
        fill: #262948;
    }

}





/* 訊息標籤 */
.news_tag_page .msg_content-wrap {
	display: flex;
	flex-wrap: wrap;
}

.msg_content-wrap {
	margin-top: 2em;
}

.news_tag_page .msg_article,
.news_tag_page .msg_article_list {
	width: calc(100% - 285px);
	padding-right: 30px;
}

.news_tag_page .msg_tag {
	width: 285px;
	will-change: min-height;
}

.news_tag_page .msg_tag-sticky {
	min-width: 0;
	transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.msg_tag-wrap{
	padding: 23px;
	background-color: #F4F4F5;
}

.msg_tag-title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #A48A6F;
	position: relative;
}

.msg_tag-title span {
	padding-right: 10px;
	background-color: #F4F4F5;
	position: relative;
	z-index: 1;
}

.msg_tag-title:before {
	content: "";
	height: 1px;
	background-color: #A48A6F;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	z-index: 0;
}

.msg_tag-content ul {
	padding-left: 0;
	margin: 0 -5px;
}

.msg_tag-content ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.msg_tag-content li {
	float: left;
	padding: 5px 5px 10px;
}

.msg_tag-content a{
	font-size: 15px;
	color: #565656;
	padding: 4px 15px;
	border: 1px solid rgba(238, 238, 238, .3);
	background-color: #fff;
	box-shadow: 2px 2px rgba(41, 42, 63, .05);
	transition: ease-in-out .1s;
}

.msg_tag-content a:hover {
	color: #fff;
	background-color: #A48A6F;
	border: 1px solid #fff;
	box-shadow: 2px 2px #292A3F;
	transition: ease-in .2s;
}

.msg_show-tag {
	padding-top: 30px;
}

.news_tag_page .table {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.news_tag_page .msg_article,
	.news_tag_page .msg_article_list {
		padding-right: 20px;
	}

}

@media (max-width: 991px) {
	.news_tag_page .msg_content-wrap {
		display: block;
	}

	.news_tag_page .msg_article,
	.news_tag_page .msg_article_list {
		width: 100%;
		padding-right: 0;
	}

	.news_tag_page .msg_tag {
		width: 100%;
		margin-top: 15px;
	}

	.news_tag_page .table {
		margin-bottom: 20px;
	}
}

/* 成功案例-H1產品連結 */
.success_proLink a {
	display: inline-block;
    font-size: 18px;
    color: #ffffff;
    background: #ba9913;
    padding: 5px;
    margin: 30px 10px;
	box-shadow: 2px 2px 6px 0px #8d8ea7;
    transition: ease .3s;
}

.success_proLink a:hover {
    background: #282a3f;
}

/* 產品詳細頁-產品圖片間距設定 */
#pb_area .bimgarea {
    padding: 20px 0;
}