#main {
	padding: 0;
}

#main a {
	text-decoration: none;
}

.row {
	width: 100%;
	margin: 1.5rem 0;
}
.col-lg-6 {
  display: inline-block;
  vertical-align: top;
  width: calc(98% / 2 - 4px);
  margin-left: 1%;
}
.col-lg-4 {
  display: inline-block;
  vertical-align: top;
  width: calc(98% / 3 - 8px);
  margin-left: 1%;
}
.col-lg-8 {
  display: inline-block;
  vertical-align: top;
  width: calc(196% / 3 - 8px);
  margin-left: 1%;
}
.col-lg-3 {
  display: inline-block;
  vertical-align: top;
  width: calc(96% / 4 - 8px);
  margin-left: 1%;
}
.col-lg-3:nth-child(n+5){
  margin-top: 2rem;
}


.content01 {
	padding: 1rem 0;
	text-align: left;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(-64deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 38%, rgba(60,60,60,1) 38%, rgba(60,60,60,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(38%, rgba(226,226,226,1)), color-stop(38%, rgba(60,60,60,1)), color-stop(100%, rgba(60,60,60,1)));
	background: -webkit-linear-gradient(-64deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 38%, rgba(60,60,60,1) 38%, rgba(60,60,60,1) 100%);
	background: -o-linear-gradient(-64deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 38%, rgba(60,60,60,1) 38%, rgba(60,60,60,1) 100%);
	background: -ms-linear-gradient(-64deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 38%, rgba(60,60,60,1) 38%, rgba(60,60,60,1) 100%);
	background: linear-gradient(116deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 38%, rgba(60,60,60,1) 38%, rgba(60,60,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#3c3c3c', GradientType=1 );
}
.content01 .top-description {
	color: #eee;
	display: inline-block;
	vertical-align: middle;
	padding-left: 1%;
	width: 59%;
}
.content01 h1 {
	font-family: Impact, Arial, "Microsoft JhengHei",PMingLiU,sans-serif;
	font-size: 1.5rem;
	color: #e61010;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0 9% 0 0;
}

	/* path start */
	#path {
	    font-size: 0.88rem;
	    color: #666;
	    line-height: 1.5em;
	    margin: 1rem 0;
	    text-align: right;
	}

	#path ul{
		padding: 0;
		margin: 0;
	}

	#path ul li{
		list-style-type: none;
		display: inline-block;
	}

	#path a{
		text-decoration: none;
		color: #686868;
	}
	#path a:hover, #path a.active {
		color: #E61010;
	}

	/* path end */

	/* about */
	#aboutus-video iframe {
		max-width: 100%;
		height: 680px;
	}

	/* product list start */

	#product_list {
		padding: 1.5rem 0;
	}
	.product_item {
		display: inline-block;
		vertical-align: top;
		width: calc(96% / 4 - 4px);
		margin: .5rem 1% 1.5rem 0;
		font-size: .88rem;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 1px solid #ccc;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.product_item a:hover, .product_item a:visited, .product_item a:focus {
		color: #333;
	}
	.product_item:hover {
		border-color: #424242;
	}
	.product_item .product_pic {
		width: 100%;
		overflow: hidden;

	}
	.product_item .product_pic img {
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.product_item:hover .product_pic img{
		-moz-transform: scale3d(1.2, 1.2, 5);
		-o-transform: scale3d(1.2, 1.2, 5);
		-webkit-transform: scale3d(1.2, 1.2, 5);
		transform: scale3d(1.2, 1.2, 5);
	}


	.product_item:nth-child(4n) {
		margin-right: 0;
	}

	.product_pic img {
		display: block;
	}

	.product_item_title {
		padding: 1rem .5rem;
		font-size: .9rem;
	    min-height: 9rem;
		background: #ccc;
		text-align: center;
		border-top: 1px solid #ccc;
	}
	.product_item_title .fa{
		position: absolute;
		bottom: .5rem;
		left: 45%;
		font-size: 1.3rem;
		line-height: 1.3rem;
		color: #f0f0f0;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.pro_checkbox {
		position: absolute;
		right: -2px;
		top: -1px;
		z-index: 99;
		width: 33px;
		height: 33px;
	}
	.pro_checkbox input[type="checkbox"]{
		width: 80%;
		height: 80%;
	}
	.pro_checkbox .fa-check {
		cursor: pointer;
	    position: absolute;
		width: 100%;
		height: 100%;
	    top: -2px;
	    left: -1px;
	    background: #FFF;
	    border: 1px solid #ccc;
	}
	.pro_checkbox .fa-check:before {
		font-size: 1.2rem;
	    position: relative;
	    left: 5px;
	    top: 8px;
	    color: rgba(0,0,0,.2);
	}
	.product_item.checked .pro_checkbox .fa-check:before {
		color: #333;
	}

	.product_item.checked, 
	.product_item:hover .pro_checkbox .fa-check, .product_item.checked .pro_checkbox .fa-check  {
		border: 1px solid #424242;
	}
	.product_item:hover .product_item_title, .product_item.checked .product_item_title
	{
		border-top: 1px solid #424242;
	}
	.product_item a, .product_item:hover .product_item_title .fa, .product_item.checked .product_item_title .fa {
		color: #424242;
	}


	.btn01 {
		display: inline-block;
	}

	.btn01 a, .btn01.button a{
		display: inline-block;
		width: 125px;
		text-align: center;
		padding: .5em;
		color: #333;
		background: #fcfcfc;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border: 1px solid #ccc;
		margin-top: 0.5rem;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out; 
	}

	.btn01 a:hover {
		background: #eee;
	}

	.products_show_btns {
		max-width: 460px;
		padding: 1.5rem;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
	}
	#product_list_inquery_btns{
		max-width: 450px;
		margin: .5rem auto 1.5rem auto;
		text-align: center;

	}

	#product_list_inquery_btns .btn01 a{
		width: 135px;
	}

    .btn01.button a {
    background: #3c3c3c;
    color: #fff;
	}
	.btn01.button a:hover {
    background: #e61010;
    font-weight: bold;
}





	/* product list end */

	#pages {
		text-align: center;
		margin: 1.5rem auto;
		font-size: 1.3rem;
	}
	#pages a {
		margin: 0 .2rem;
    	display: inline-block;
    	vertical-align: middle;
	}

	#pages a.current {
		color: #333;
		border-bottom: 1px solid #333;
	}
	#pages a, #pages a:focus, #pages a:visited {
		color: #666;
	}

	#pages a:hover {
		color: #333;
	} 

	#pages .fa {
		font-size: 2.5rem;
	}

	/* product show start */
	.content02 {
		padding: 1.5rem .5rem 0 .5rem;
	}

	#products_show {
		font-size: .88rem;
		margin-bottom: 2rem;
	}

	.slider {
		max-width: 450px;	
	}
	#carousel {
		max-width: 450px;	
	}

	#products_show #products_show_pic {
		width: 450px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-right: 1%;
		overflow: hidden;
	}

	#products_show #products_show_pic img{
		width: 100%;
	}

	#products_show_right {
		display: inline-block;
		vertical-align: top;
		margin-top: 1rem;
	}


	#products_show_name {
		width: 100%;
		padding-bottom: .5rem;
	}

	.products_show_links {
		margin: 1rem 0 .5rem 0;
	}

	.products_show_links > *{
		display: inline-block;
		vertical-align: top;
	}
	.products_show_links > a > img{
		vertical-align: top;
	}
	.products_show_links > a {
		margin-right: 1.5rem;
		color: #48076B;
	}

	.products_show_btns .btn01{
		display: inline-block;
	}

	.products_show_introduction {
		font-size: .88rem;
		margin-bottom: 2.5rem;
	}

	.products_show_introduction table{
	    margin: 5px auto 20px auto;
	    background-color: #FFF;
	    border-left: 1px solid #666;
	    border-top: 1px solid #666;
	}
	.products_show_introduction th{
		color: #FFF;
	    padding: 10px .2rem;
	    background-color: #cc0000;
	    font-weight: bold;
	    border-right: 1px solid #000;
	    border-bottom: 1px solid #000;
	}
	.products_show_introduction td {
		color: #000;
		padding: 10px .5rem;
		text-align: center;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}
    .products_show_introduction table~p{text-align: center;}


	.pro-intro-title {
		width: 100%;
		text-align: center;
		font-family: Arial;
		font-weight: bold;
		color: #E61010;
		background: #eee;
		padding: .5rem 0;
		margin: 1rem 0;
	}

	.pro-spec {
		overflow: auto;
	}

	/* product show end */

	#idx-qcontrol .title, #idx-production .title {
		margin-bottom: .5em;
		border-bottom: 1px solid #ccc;
    	padding-bottom: .3em;
	}

	#idx-production ul {
		margin: .2em 0;
	}

	.subtitle {
		text-align: center;
	}

.shop_btn{width:100px!important;}


/* right end */


.distributor_agent{
	display: inline-block;
	vertical-align: top;
	max-width: 400px;
	font-size: .88rem;
	line-height: 1.3rem;
}
.distributor_agent strong{
	font-size: 1rem;
}
.distributor_map{
	display: inline-block;
	vertical-align: top;
}
.distributor_map img{
	width: 520px;
}


@media only screen and (max-width: 960px) {

	.content01 {
		background: #e2e2e2;
	}
	.content01 .top-description {
		color: #333;
	    display: block;
	    width: 100%;
	}
	.content01 h1 {
	    display: block;
	    width: 100%;
	    margin: 0;
	}

	/* about */
	#aboutus-video iframe {
		height: 480px;
	}


	#main select {
		margin-bottom: .5rem;
	}

	#pages a {
		font-size: 1.3rem;
		padding: .2rem;
	}

	.product_item select {
		margin-bottom: .5rem;
	}
	#products_show_right{width: 100%;}
	.products_show_btns {max-width: unset;}


}
@media only screen and (max-width: 840px) { 
	.product_item {
		width: calc(97% / 3 - 4px);
	}
	.product_item:nth-child(4n) {
		margin-right: 1%;
	}
	.product_item:nth-child(3n) {
		margin-right: 0;
	}

	#products_show #products_show_pic {
		display: block;
		max-width: 100%;
		height: auto;
	    margin-right:0;
	}

}

@media only screen and (max-width: 640px) {
	.col-md-12 {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	/* about */
	#aboutus-video iframe {
		height: 380px;
	}

	.product_item {
		width: calc(99% / 2 - 4px);
	}
	.product_item:nth-child(3n) {
		margin-right: 1%;
	}
	.product_item:nth-child(2n) {
		margin-right: 0;
	}

}

@media only screen and (max-width: 480px) {
	.product_item:nth-child(3n), .product_item:nth-child(2n) {
		margin-right: auto;
	}
	.product_item {
		display: block;
		width: 100%;
		max-width: 220px;
		margin-right: auto;
		margin: .5rem auto 1rem auto;		
	}



	.products_select span {
		display: block;
	}
	.products_show_btns .btn01 {width: 100%;}
	.btn01 a, .btn01.button a {width: 100%;}
	#sitemap #product ul { padding: 0!important;}
	#sitemap #product ul li {padding: 0!important;}
	.content02 #formID .cart_btn {text-align: center!important;padding-bottom: 30px;}


}

@media only screen and (max-width: 320px) {
	.col-xs-12 {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.col-xs-12 img {
		width: 100%;
	}

	/* about */
	#aboutus-video iframe {
		height: 320px;
	}
}
/*download*/
.down_list{
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px solid #c8c8c8;
}
.down_pic{
	float:left;
	padding:10px; 
	border-right:1px solid #c8c8c8;
}
.down_title{
	overflow:hidden;
	padding:10px 0 5px 20px;
}
.down_title a{
	color:#24a7da;
	font-family:Verdana, "?????";
	font-size:15px;
}