
/*首頁*/
.banner-index{
	height: 306px;
	width: 100%;
	overflow: hidden;
}
section.ind-main{
	margin: 30px auto;
	width: 95%;
}
section.ind-main article{
	float: left;
    color: #7d7d7d;
    line-height: 1.5em;
    margin-bottom: 6px;
}
section.ind-main article p{
	margin-bottom: 8px;
}
section.ind-main article:nth-child(1){
	width: 40%;
	margin-right: 2.5%;
	background: url(../images/ind_aboutbg.jpg) no-repeat left 33px;
	padding-right: 2%;
}
section.ind-main article:nth-child(2){
	width: 34%;
}
section.ind-main article:nth-child(3){
	width: 181px;
	float: right;
}
section.ind-main article:nth-child(1) span img{
	width: 147px;
	margin-bottom: 6px;

}
section.ind-main article:nth-child(1) p{
	margin-top: 145px;
}
section.ind-main article:nth-child(1) p:last-child{
	margin-top: auto;
}

section.ind-main article:nth-child(2) span img{
	width: 78px;
	margin-bottom: 6px;
}
section.ind-main article:nth-child(3) img{
	border-bottom:1px solid #ccc;
}
section.ind-main article:nth-child(3) img:last-child{
	border:0;
}
.index_title {
    font-size: 22px;
    color: #0071c8;
    letter-spacing: -1px;
}
.index_text01 {
    margin-top: 150px;
}
.index_text02 {
    margin: 10px 0;
}
h1 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}




/*內容共同*/
header .banner{
	height: 221px;
}
.con-main {
	margin:25px auto;
}
.con-main article{
	display: inline-block;
	vertical-align: top;	
}
.con-main article:first-child{
	width: 26%;
	margin-right: 1%;
}
.con-main article:last-child{
	width: 72%;
	font-size: 14px;
    line-height: 1.7em;
}
.con-main article:last-child p{
	margin: 1em 0;
}
.con-main a{
	color: #000;
	font-weight: normal; 
}
.con-main a:hover {
	color: #ad2227;
	text-decoration: none;
}
.con-main a.current {
	color: #ad2227;
	text-decoration: none;
}
.con-main p a{
	color: #888;
	font-weight: bold;
}
.con-main h1 {
    color: #3b74a2;
    /*width: 98%;*/
    font-size: 16px;
    padding-bottom:5px;
    margin: 0 auto 5px;
    border-bottom: 1px #bfbfbf solid;
}
.con-main .path{
	margin: 0 auto 18px;
	color: #999;
	font-size: 10px;
}
#page{
	text-align: center;
	margin: 10px;
}
#page .page-active{
	font-weight: bold;
}
/*Company Profile*/
.con-main article:last-child ol li{
	display: inline-block;
	width: 20%;
	margin: 0 2% 10px;
	text-align: center;
	vertical-align: middle;
}

/*parts*/
	/*內文樣式*/
.products_show_title {
    color: #0076d0;
    font-size: 16px;
    font-weight: bold;
}
.parts-con li{
	width: 32%;
	margin: 10px 0 20px;
	padding:0  2.5% 35px;
	display: inline-block;
	text-align: center;
	background: url(../images/eng_pdbox1.jpg) no-repeat center bottom;
	background-size: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}
.parts-con li a{
	color:#3e3e3e;
}

	/* 表格 */
.datatable {
	margin-bottom: 20px;
	overflow-x: auto;
	display: block;
}
.datatable table{
	border-collapse: collapse;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.datatable th {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FFF;
	background-color: #89c02d;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	height: 21px;
	top: 5px;
	letter-spacing: 1px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-top: 4px;
}
.datatable td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: 22px;
	color: #000;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 15px;
	background-position: left bottom;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
}
.datatable  tr.altrow {
	background-color: #89c02d;
}
	/*產品輪播與按鈕*/
#productstyle input[type="button"]{
	padding: 6px;
	width: 125px;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	border: 1px solid #87A32C;
	margin: 5px;
	background: #B6D740; /* Old browsers */
	background: -moz-linear-gradient(top,  #B6D740 0%, #74930A 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #B6D740 0%,#74930A 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #B6D740 0%,#74930A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6D740', endColorstr='#74930A',GradientType=0 ); /* IE6-9 */
}
#productstyle input[type="button"]:hover{
	cursor: pointer;
}
.detile-img, .detile-s-int{
	display: inline-block;
	vertical-align: top;
}
.pro-con{
	margin: 15px 0;
}
.detile-img{
	width: 58%;
	background: url(../images/eng_pdbox2.jpg) no-repeat center bottom;
	padding:0  4% 35px;
	background-size: 100%;
}
.detile-s-int{
	width: 40%;
}
.detile-s-int li{
	text-align: left !important;
	width: 100% !important;
	display: block;
	margin: 0 2% 0 !important;
}
.detile-s-int li:first-child{
	font-size: 12px;
	padding-left: 10px;
}
.slider-nav{
	margin-top: 15px;
}
.slider-nav span {
    margin: 0px 1.5%;
    /*width: 20% !important;*/
    overflow: hidden;
}
.slider-nav span:hover{
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
}



/*ebook*/
.ebook-con li{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 22%;
	margin: 10px 1% 20px;
	font-size: 12px;
}
.ebook-but{
	margin-bottom: 10px;
}
.ebook-but a {
    padding: 4px 20px 3px 20px;
    color: #FFF;
    font-weight: bold;
    background-color: #8aac10;
    margin: 0 5px 0 0;
    font-size: 12px;
}
.ebook-but a:hover{
	background-color:#6c8a00;
	color: #fff;
}
/*content us*/
.contentus{
	max-width: 600px;
}
.contentus li{
	padding:4px 0;
}

.contentus label{
	width: 100px;
	display: inline-block;
	color: #89C02D;
	font-weight: bold;
	vertical-align: top;
}
.contentus input, .contentus textarea{
	width: 80%;
	vertical-align: top;
}
.contentus li.codestext input{
	width: 80px;
	margin-left: 8px;
}
li.sendbut{
	text-align: center;
}
.contentus input[type="submit"]{
	padding: 6px;
	width: 125px;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	border: 1px solid #87A32C;
	margin: 5px;
	background: #B6D740; /* Old browsers */
	background: -moz-linear-gradient(top,  #B6D740 0%, #74930A 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #B6D740 0%,#74930A 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #B6D740 0%,#74930A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6D740', endColorstr='#74930A',GradientType=0 ); /* IE6-9 */
}
.contentus input[type="submit"]:hover{
	cursor: pointer;
}
/*sitemap*/
ul.sitemap-con{
	width: 100%;
    background-color: #EBEBEB;
    /*margin: 20px 0 0 20px;*/
    padding: 10px 15px;
    display: inline;
    border: 2px solid #CCC;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
ul.sitemap-con li{
	list-style-image: url(../images/dot2.gif);
	margin-left:20px; 
}
ul.sitemap-con ul li{
	list-style:none;
	display: inline-block;
	margin: 5px 10px 5px 0; 
	padding-right: 10px;
	border-right: 1px solid #ccc;
	font-size: 12px;
}
ul.sitemap-con ul li:last-child{
	border: 0;
}
ul.sitemap-con ul li a:hover{
	color: #666;
	text-decoration: underline;
}
/*cart*/
.cart-con {
	width: 98%;
	margin: 0 auto;
}
.cart-con li{
	display: inline-block;
	margin-right: 1px;
	text-align: center;
	vertical-align: middle;
}
.cart-con li:last-child{
	margin-right: 0;
}
.cart-title li{
	color: #333;
	background: #ccc;
	font-weight: bold;
}

.no{width:10%;}
.pic{width:15%;}
.pro{width:50%;}
.amount{width:12%;}
.del{width:10%;}

ul.cart-main {
	border-bottom: 1px #666 dotted;
}
ul.cart-main:last-child {
	border:0;
}
.cart-main li{
	padding:15px 10px 5px; 
}
.cart-main li.pro{
	text-align: left;
	padding-top:5px
}
.cart-main li.pic img{
	width:60%;
}
.cart-main li.amount input{
	width: 90%;
	text-align: center;
}
.cart-main li.del img{
	width:22px;
}
.cart-main li.del img:hover{
	cursor: pointer;
}
.cart-but{
	margin: 15px 0;
	text-align: right;
}
.cart-but input{
	margin-left:8px;
	padding:2px 10px;
	border-radius: 5px;
	border: 1px solid #999;
}
.cart-but input:hover{
	cursor: pointer;
}

/*==============RWD==============*/

@media screen and (max-width: 1000px) {
/*首頁*/
.banner-index {
    height: auto; 
    margin-bottom: -4px;
}
section.ind-main article:nth-child(1){
	width: 38%;
	margin-right: 2.5%;
}
section.ind-main article:nth-child(2){
	width: 33%;
	margin-right: 2.5%;
}
section.ind-main article:nth-child(3){
	width: 170px;
	float: left;
}

/*內頁內容共同*/
header .banner{
    height: auto;
    margin-bottom: -4px;
}
}

@media screen and (max-width: 800px) {
/*首頁*/
section.ind-main article{
	width: 100% !important;
	margin-right:0;
}
section.ind-main article:nth-child(3) img{
	width: 30%;
	margin:1.5% 4% 1.5% -1%;
	border: 0;
}
/*內頁內容共同*/
.con-main {
    margin: 0px auto;
}
.con-main article{
	width: 98%!important;
	margin: 0 auto;	
}
.con-main article:last-child {
    display: block;
    padding: 10px;
}
/*parts*/
.parts-con li{
	padding:0  3% 35px;
}
	/*產品輪播*/
.detile-img{
	width: 58%;
	padding:0  2% 45px;
}
.detile-s-int{
	width: 40%;
}
/*ebook*/
.ebook-con li{
	width: 30%;
	margin: 10px 1.2% 20px;
}

/*cart*/
.no{width:6%;}
.pic{width:20%;}
.pro{width:45%;}
.amount{width:15%;}
.del{width:10%;}

}
@media screen and (max-width: 700px) {
header .banner {
	padding-top: 35px;
	background: url(../images/bannerbg.jpg) repeat-x left top;
}
		/*產品輪播*/
.detile-img, .detile-s-int{
	width: 100%;
}
.detile-img{
    padding: 0 3.5% 45px;
}
}
@media screen and (max-width: 550px) {
/*首頁*/
section.ind-main article:nth-child(3) img{
	width: 30%;
	margin:1.5% 2% 1.5% -1%;
	border: 0;
}
/*Company Profile*/
.con-main article:last-child ol li{
	width: 45%;
}

/*parts*/
.parts-con li{
	width: 44%;
	margin: 10px 2% 20px;
	padding:0  3% 35px;
}
/*ebook*/
.ebook-con li{
	width: 45%;
	margin: 10px 2% 20px;
}

/*content us*/
.contentus label{
	width: 100%;
	display: block;
}
.contentus input, .contentus textarea{
	width: 100%;
}
/*cart*/
.cart-title{
	display: none !important;
}
ul.cart-main li{
	width: 100%;
	display: block;
	text-align: left;
}
ul.cart-main li.no:before{width: 100px; content:"No."; display: inline-block; vertical-align: top;}
ul.cart-main li.pic:before{width: 100px; content:"Pic"; display: inline-block; vertical-align: top;}
ul.cart-main li.pro:before{width: 100px; content:"Products"; display: inline-block; vertical-align: top;}
ul.cart-main li.amount:before{width: 100px; content:"Amount"; display: inline-block; vertical-align: top;}
ul.cart-main li.del:before{width: 100px; content:"Del"; display: inline-block; vertical-align: top;}
.cart-main li.pic img {width: 100px;}
.cart-main li.amount input {width: 100px;}
}

@media screen and (max-width: 400px) {
/*Company Profile*/
.con-main article:last-child ol li{
	/*width: 96%;*/
}

/*parts*/
.parts-con li{
	width: 96%;
	padding:0  4% 45px;
}
.ebook-con li{
	width: 96%;
	margin: 10px 2% 20px;
}
/*book*/
.ebook-but a {
    display: block;
    margin: 5px 0;
}
}



.product_table {
	font-size: 12px;
	border-left: 1px solid #D6C9A0;
	border-top: 1px solid #D6C9A0;
	color: #666666;
}
.product_table th {
	color: #FFFFFF;
	background-color: #8bad0e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
	border-right: 1px solid #D6C9A0;
	border-bottom: 1px solid #D6C9A0;
}
.product_table td {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding:5px 0 5px 0;
	border-right: 1px solid #D6C9A0;
	border-bottom: 1px solid #D6C9A0;
}
.product_table td a:link {
	text-decoration: none;
	color: #666666;
}
.product_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.product_table td a:hover {
	color: #980203;
	text-decoration: none;
}
.product_table td a:active {
	color: #666666;
}