html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, span, hr, button, form {
  margin: 0;
  padding: 0;
/*  font-size: 12px;*/
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  font-family: "微軟正黑體","Microsoft JhengHei",Arial !important;
}

a {
  color: black;
}

a:hover {
  color: white;
}

.c {
  clear: both;
}

/*----top---- */
#top {
  width: 100%;
  height: 50px;
  background: white url(../images/menu-bg.jpg) center no-repeat;
  margin-top: 40px;
}
#top header {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0 0 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#top header ul li {
  display: inline-block;
  margin-right: 32px;
  height: 80px;
}
#top header ul li a {
  font-size: 16px;
  padding-top: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top header ul li a:hover {
  background: url(../images/menu-over.png) center top no-repeat;
}
/*sam add*/
#top header ul li a.selected {
  background: url(../images/menu-over.png) center top no-repeat;
  color:white;
  
}
/**/
#top header ul li .over {
  background: url(../images/menu-over.png) center top no-repeat;
  color: white;
}
#top header ul li:last-child {
  margin-right: 0;
}
#top header .logo {
  width: 215px;
  height: 183px;
  z-index: 99;
  padding: 35px 0 0 35px;
  -webkit-box-sizing: box-border;
  -moz-box-sizing: box-border;
  box-sizing: box-border;
  position: absolute;
  top: -40px;
  left: 40px;
  background: url(../images/logo-bg.png) no-repeat;
}

/*----content---- */
#con-bg {
  background: url(../images/pagebg-bg.jpg) repeat;
}

.con-box-bg {
  background: url(../images/page-bg.jpg) center top no-repeat;
  padding-bottom: 35px;
}

.boxbg-top, .boxbg-down {
  width: 980px;
  margin: 0 auto;
}

#content {
  width: 980px;
  height: auto;
  margin: 0px auto;
  position: relative;
  background: url(../images/page-box-bg.png) repeat-y;
}
#content .title-img {
  position: absolute;
  z-index: 10;
  -moz-border-radius-topright: 35px;
  -webkit-border-top-right-radius: 35px;
  border-top-right-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -webkit-border-top-left-radius: 35px;
  border-top-left-radius: 35px;
  overflow: hidden;
  width: 957px;
  top: -54px;
  left: 11px;
}
#content .seach {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: -35px;
}
#content .seach a.seach-bt {
  position: absolute;
  z-index: 100;
  top: 3px;
  right: 20px;
  width: 80px;
  height: 25px;
}
#content .seach input {
  padding: 0 110px 5px 15px;
  width: 235px;
  height: 39px;
  border: 0;
  background: url(../images/seach.png) no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
}
#content .seach-in {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 90px;
}
#content .seach-in a.seach-bt {
  position: absolute;
  z-index: 100;
  top: 3px;
  right: 20px;
  width: 80px;
  height: 25px;
}
#content .seach-in input {
  padding: 0 110px 5px 15px;
  width: 235px;
  height: 39px;
  border: 0;
  background: url(../images/seach.png) no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
}
#content div.pro-left {
  float: left;
  width: 260px;
}
#content div.pro-left .title {
 /* background: url(../images/menu-in-t.png) no-repeat;
  width: 243px;
  height: 41px;
  font-size: 24px;
  color: #1ab0c0;
	font-weight: 600;
	*/
  margin: 30px 0 0 5px;
  text-align: center;

}
#content div.pro-left ul.tabs {
  width: 100%;
  margin-left: 12px;
}
#content div.pro-left ul.tabs li {
  font-size: 16px;
  overflow: hidden;
  height: 70px;
}
#content div.pro-left ul.tabs li:last-child {
  margin-bottom: 0;
}
#content div.pro-left ul.tabs li a {
  display: block;
  padding: 25px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
}
#content div.pro-left ul.tabs li a:hover {
  background: url(../images/menu-in-bg.jpg) no-repeat left top;
  height: 70px;
}
/* sam add*/
#content div.pro-left ul.tabs li.li_select {
  background: url(../images/menu-in-bg.jpg) no-repeat left top;
  height: 70px;
}
#content div.pro-left ul.tabs li.li_select a{

  color:#ffffff;
}
/**/

#content div.pro-left-in {
  float: left;
  width: 260px;
  margin-top: 90px;
}
#content div.pro-left-in .title {
  background: url(../images/menu-in-t.png) no-repeat;
  width: 243px;
  height: 41px;
  font-size: 24px;
  color: #1ab0c0;
  margin: 30px 0 0 5px;
  text-align: center;
  font-weight: 600;
}
#content div.pro-left-in ul.tabs {
  width: 100%;
  margin-left: 12px;
}
#content div.pro-left-in ul.tabs li {
  font-size: 16px;
  overflow: hidden;
  height: 70px;
}
#content div.pro-left-in ul.tabs li:last-child {
  margin-bottom: 0;
}
#content div.pro-left-in ul.tabs li a {
  display: block;
  padding: 25px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
}
#content div.pro-left-in ul.tabs li a:hover {
  background: url(../images/menu-in-bg.jpg) no-repeat left top;
  height: 70px;
}
/*sam */
#content div.pro-left-in ul.tabs li.li_select{
  background: url(../images/menu-in-bg.jpg) no-repeat left top;
  height: 70px;
}

/**/

#content div.tab_container {
  float: right;
  width: 710px; 
   height: 540px;
  margin: 10px 0 0 0;
}
#content div.tab_container img {
 /* width: 95%;
  height: 95%;*/
   width: 680px;
   height: 510px;
  
  -webkit-box-shadow: 0px 1px 5px #6e6e6e;
  -moz-box-shadow: 0px 1px 5px #6e6e6e;
  box-shadow: 0px 1px 5px #6e6e6e;
}
#content div.pro-list-box-in {
  float: left;
  width: 690px;
  overflow: hidden;
  margin-top: 110px;
}
#content div.pro-list-box-in .list-box {
  padding: 15px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content div.pro-list-box-in .list-box p {
  text-align: left;
  margin-bottom: 15px;
  font-size: 12px;
}
#content div.pro-list-box-in .list-box p a {
  color: black;
}
#content div.pro-list-box-in .list-box p a:hover {
  color: #39bacf;
}
#content div.pro-list-box-in .list-box .list-img ul {
  display: block;
}
#content div.pro-list-box-in .list-box .list-img ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 202px;
  height: 180px;
  overflow: hidden;
}
#content div.pro-list-box-in .list-box .list-img ul li:last-child {
  margin-right: 0;
}
#content div.pro-list-box-in .list-box .list-img ul li a img {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 1px 1px 1px 1px #e2e2e2;
  -moz-box-shadow: 1px 1px 1px 1px #e2e2e2;
  box-shadow: 1px 1px 1px 1px #e2e2e2;
}
#content div.pro-list-box-in .list-box .list-img ul li a span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: black;
}
#content div.pro-list-box-in .list-box .list-img ul li a:hover img {
  border: 1px solid #14a83b;
}
#content div.pro-list-box-in .list-box .list-img ul li a:hover span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #14a83b;
}
#content div.pro-list-box-in .list-box .page-bt {
  width: 400px;
  margin: 35px auto 0;
  padding-left:200px;
}
#content div.pro-list-box-in .list-box .page-bt ul {
  text-align: center;
  clear: both;
}
#content div.pro-list-box-in .list-box .page-bt ul li {
  display: inline-block;
  height: 37px;
  width: 23px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: black;
  margin-right: 8px;
}
#content div.pro-list-box-in .list-box .page-bt ul li:first-child {
  width: 23px;
}
#content div.pro-list-box-in .list-box .page-bt ul li:last-child {
  width: 23px;
  margin-right: 0;
}
#content div.pro-list-box-in .list-box .page-bt ul li a {
  display: block;
}
#content div.pro-list-box-in .list-box .page-bt ul li a:hover {
  background: url(../images/br-bg.png) center center no-repeat;
  height: 37px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content div.pro-list-box-in .list-box .page-bt ul li a:hover i.fa-chevron-left,
#content div.pro-list-box-in .list-box .page-bt ul li a:hover i.fa-chevron-right {
  color: #14a83b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content div.pro-list-box-in .list-box .page-bt ul li.bt a {
  color: black;
}
#content div.pro-list-box-in .list-box .page-bt ul li.bt a:hover {
  background: none;
}
#content div.pro-list-box {
  float: left;
  width: 690px;
  overflow: hidden;
   min-height: 578px;
}
#content div.pro-list-box .list-box {
  padding: 15px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content div.pro-list-box .list-box p {
 /* text-align: left;*/
  margin-bottom: 15px;
  font-size: 12px;
}
#content div.pro-list-box .list-box p a {
  color: black;
}
#content div.pro-list-box .list-box p a:hover {
  color: #39bacf;
}
#content div.pro-list-box .list-box .list-img ul {
  display: block;
}
#content div.pro-list-box .list-box .list-img ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 202px;
  height: 180px;
  overflow: hidden;
}
#content div.pro-list-box .list-box .list-img ul li:last-child {
  margin-right: 0;
}
#content div.pro-list-box .list-box .list-img ul li a img {
  border: 1px solid #e2e2e2;
}
#content div.pro-list-box .list-box .list-img ul li a span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: black;
}
#content div.pro-list-box .list-box .list-img ul li a:hover img {
  border: 1px solid #14a83b;
}
#content div.pro-list-box .list-box .list-img ul li a:hover span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #14a83b;
}
#content div.pro-list-box .list-box .page-bt {
  width: 390px;
  margin: 35px auto 0;
}
#content div.pro-list-box .list-box .page-bt ul {
  text-align: center;
  clear: both;
}
#content div.pro-list-box .list-box .page-bt ul li {
  display: inline-block;
  height: 37px;
  width: 23px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: black;
  margin-right: 8px;
}
#content div.pro-list-box .list-box .page-bt ul li:first-child {
  width: 23px;
}
#content div.pro-list-box .list-box .page-bt ul li:last-child {
  width: 23px;
  margin-right: 0;
}
#content div.pro-list-box .list-box .page-bt ul li a {
  display: block;
}
#content div.pro-list-box .list-box .page-bt ul li a:hover {
  background: url(../images/br-bg.png) center center no-repeat;
  height: 37px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content div.pro-list-box .list-box .page-bt ul li a:hover i.fa-chevron-left,
#content div.pro-list-box .list-box .page-bt ul li a:hover i.fa-chevron-right {
  color: #14a83b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content div.pro-list-box .list-box .page-bt ul li.bt a {
  color: black;
}
#content div.pro-list-box .list-box .page-bt ul li.bt a:hover {
  background: none;
}
#content div.pro-list-box .list-box .page-wall p.showbox {
  width: 360px;
  height: 270px;
  border: 1px solid #dddddd;
  vertical-align: middle;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 270px;
  margin-right: 15px;
}
#content div.pro-list-box .list-box .page-wall .page-box {
  float: left;
  width: 285px;
  height: 272px;
  overflow: hidden;
  position: relative;
}
#content div.pro-list-box .list-box .page-wall .page-box .ftp-bt {
  text-align: right;
}
#content div.pro-list-box .list-box .page-wall .page-box .ftp-bt ul li {
  display: inline-block;
}
#content div.pro-list-box .list-box .page-wall .page-box .bule-text {
  background: white url(../images/pro-page/blue-t2.png) no-repeat;
  width: 304px;
  height: 60px;
  margin: 7px 0 15px;
  padding: 5px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content div.pro-list-box .list-box .page-wall .page-box h1 {
  font-size: 16px;
  color: black;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content div.pro-list-box .list-box .page-wall .page-box ul.abgne-block-20120106 li {
  width: 90px;
  height: 60px;
  border: 1px solid #dddddd;
  display: inline-block;
  overflow: hidden;
}
#content div.pro-list-box .list-box .page-wall .page-box ul.abgne-block-20120106 li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content div.pro-list-box .list-box .page-wall .page-box ul.abgne-block-20120106 li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content div.pro-list-box .list-box .page-wall .page-box #item {
  clear: both;
}
#content div.pro-list-box .list-box .page-wall .page-box #item #item_no {
  float: left;
  box-sizing: border-box;
  color: black;
  font-size: 16px;
  letter-spacing: 2px;
}
#content div.pro-list-box .list-box .page-wall .page-box #item #item_no_serial {
  float: left;
  box-sizing: border-box;
  color: black;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 2px;
  width: 190px;
  overflow: hidden;
}
#content div.pro-list-box .list-box .blue-t {
  position: relative;
  height: 27px;
  top: 285px;
  background-color: #e4f5fd;
  font-size: 15px;
}
#content div.pro-list-box .list-box .title-1 {
  margin: 10px 0;
}
#content div.pro-list-box .list-box .title-1 #item_name_bg {
  clear: both;
  background: url("../images/pro-page/blue-t.png") no-repeat scroll 0 0 white;
  box-sizing: border-box;
  height: 37px;
}
#content div.pro-list-box .list-box .title-1 #item_name_bg #item_name {
  float: left;
  margin-left: 15px;
  margin-top: 6px;
  box-sizing: border-box;
  color: black;
  font-size: 16px;
  letter-spacing: 2px;
}
#content div.pro-list-box .list-box .title-1 #item_name_bg #item_name_title {
  float: left;
  margin-left: 5px;
  margin-top: 6px;
  box-sizing: border-box;
  color: black;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 2px;
  width: 490px;
  overflow: hidden;
}
#content div.pro-list-box .list-box .title-2 {
  margin-top: 40px;
}
#content div.pro-list-box .list-box .title-2 .list-img ul {
  display: block;
}
#content div.pro-list-box .list-box .title-2 .list-img ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
  width: 202px;
  overflow: hidden;
}
#content div.pro-list-box .list-box .title-2 .list-img ul li:last-child {
  margin-right: 0;
}
#content div.pro-list-box .list-box .title-2 .list-img ul li a span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: black;
}
#content div.pro-list-box .list-box .title-2 .list-img ul li a:hover span {
  display: block;
  text-align: center;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #14a83b;
}

/*----footer---- */
footer {
  background: url(../images/footer-menu-bg.png) center no-repeat;
  height: 38px;
  margin-top: -20px;
}
footer #footer {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
footer #footer div.menu-page {
  position: absolute;
  top: 6px;
  margin-left: 170px;
  margin-bottom: 40px;
  z-index:2000;
}
footer #footer div.menu-page ul {
  text-align: center;
  color: #b5b5b6;
}
footer #footer div.menu-page ul li {
  display: inline-block;
  padding: 4px 6.3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
footer #footer div.menu-page ul li a {
  color: black;
  font-size: 14px;
  font-family: Arial;
}
footer #footer div.menu-page ul li a:hover {
  color: #14a83b;
}
footer #footer div.ftp {
	float:right;
  text-align: right;
  position: relative;
  top: 60px;
  z-index: 99;
}
footer #footer div.down-text {
  position: relative;
 
  right: 0;
 padding-top: 75px;
}
footer #footer div.down-text h1 {
  font-size: 28px;
  color: #14a83b;
  font-weight: bold;
  font-family: Arial;
  margin-top: -50px;
  padding: 0;
}
footer #footer div.down-text #inreal_logo {
  color: #9c9c9c;
  font-size: 12px;
}
footer #footer div.down-text #inreal_logo a {
  color: #898989;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer #footer div.down-text #inreal_logo a:hover {
  color: #14a83b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer #footer div.down-text address {
  display: inline;
  color: black;
  font-size: 14px;
  font-family: Arial;
  font-style: normal;
  padding: 0;
  font-weight: 100;
}
footer #footer div.down-text address span {
  display: inline;
  color: #333333;
  font-family: Arial;
  font-style: normal;
}
footer .down-bg {
  position: relative;
  top: 15px;
  background-color: #39bacf;
  height: 20px;
  width: 100%;

}

/**/

#top header ul p {
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 300;
}
#top header ul p a {
    color: #000000;
}
#top header ul p span {
    color: #000000;
}
#top header ul p a:hover {
    color: #0099cc;
}