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

body {
  margin: 0;
  line-height: 1.6em;
  overflow-x:hidden;
}

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;
}

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;
  color: #333333;
}

a {
  color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  color: #0099cc;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
  background: #333333 url(../images/bg.jpg) top center repeat-x;
}

.clear::before, .clear::after {
  content: "";
  display: table;
}

.clear::after {
  clear: both;
}

/*----header---- */
div#top {
  background-color: white;
}
div#top header {
  width: 980px;
  height: 55px;
  margin: 0 auto;
  position: relative;
}
div#top header div.logo {
  position: absolute;
  background: white;
  width: 200px;
  height: 135px;
  top: 0px;
  left: 0px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-box-shadow: 0px 2px 6px #8f8f8f;
  -moz-box-shadow: 0px 2px 6px #8f8f8f;
  box-shadow: 0px 2px 6px #8f8f8f;
  text-align: center;
  z-index: 100;
}
div#top header div.logo a img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
div#top header div.logo a:hover img {
  -webkit-filter: brightness(0%);
  -moz-filter: brightness(0%);
  filter: brightness(0%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
div#top header ul {
  position: absolute;
  right: 340px;
  top: 12px;
}
div#top header ul li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-right: 5px;
}
div#top header ul li a {
  color: #757575;
}
div#top header ul li a img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  filter: brightness(100%);
}
div#top header ul li a:hover {
  color: black;
}
div#top header ul li a:hover img {
  -webkit-filter: brightness(0%);
  -moz-filter: brightness(0%);
  filter: brightness(0%);
}
div#top header div.search {
  position: relative;
  top: 8px;
  right: 0px;
  margin: 0 auto;
  z-index: 100;
}
div#top header div.search a.seach-bt {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 37px;
  height: 37px;
  z-index: 100;
}
div#top header div.search input {
  position: absolute;
  right: 0;
  padding: 0 50px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 329px;
  height: 41px;
  border-style: none;
  background: url(../images/search.png) no-repeat;
  font-size: 12px;
  color: black;
}
div#top header div.search input:focus {
  outline: 0;
}
div#top nav {
  background-color: #2d2d2d;
  height: 53px;
  padding-top: 5px;
  line-height: 53px;
}
div#top nav div.nav-wall {
  width: 980px;
  margin: 0 auto;
}
div#top nav div.nav-wall ul {
  margin-left: 300px;
}
div#top nav div.nav-wall ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 35px;
  font-weight: bold;
}
div#top nav div.nav-wall ul li:last-child {
  margin-right: 0;
}
div#top nav div.nav-wall ul li a {
  color: white;
}
div#top nav div.nav-wall ul li a:hover {
  color: #f6a900;
}

/*----header_end---- */
/*----banner---- */
.sb-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
  padding: 0;
  -webkit-box-shadow: 1px 3px 6px #9c9c9c;
  -moz-box-shadow: 1px 3px 6px #9c9c9c;
  box-shadow: 1px 3px 6px #9c9c9c;
}

.sb-slider li {
  display: none;
}

.sb-slider img {
  max-width: 100%;
  display: block;
}

.sb-description {
  width: 980px;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0px;
  left: 50%;
  margin-left: -490px;
  z-index: 100;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: white;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  box-shadow: -1px 3px 8px #6b6b6b;
    overflow: hidden;
}

.sb-slider li.sb-current .sb-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 1;
}

.sb-perspective {
  position: relative;
}

.sb-perspective > div {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sb-side {
  margin: 0;
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sb-description h1 {
  font-size: 45px;
  color: #006BBE;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.sb-description h2 {
  font-size: 60px;
  color: white;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.nav-arrows {
  display: none;
}

.nav-arrows a {
  width: 20px;
  height: 42px;
  background: #cbbfae url(../images/nav.png) no-repeat top left;
  position: absolute;
  top: 40%;
  left: 5%;
  text-indent: -9000px;
  cursor: pointer;
  margin-top: -21px;
  z-index: 999;
}

.nav-arrows a:first-child {
  left: auto;
  right: 5%;
  background-position: top right;
}

.nav-arrows a:hover {
  opacity: 1;
}

/*----banner_end---- */
/*----content---- */
#content {
  width: 980px;
  margin: 0 auto 30px;
  /*----news---- */
  /*----news_end---- */
  /*----cf---- */
  /*----cf_end---- */
}
#content div.news {
  float: left;
}
#content div.news ul {
  margin: 10px 15px 0;
}
#content div.news ul:nth-child(odd) li {
  display: inline-block;
}
#content div.news ul:nth-child(odd) li:first-child {
  width: 40px;
  height: 35px;
  background-color: #fda125;
  margin-right: 10px;
  text-align: center;
}
#content div.news ul:nth-child(odd) li:first-child h1 {
  display: block;
  font-size: 12px;
  color: white;
  padding: 0;
  margin-top: -3px;
}
#content div.news ul:nth-child(odd) li:first-child h2 {
  display: block;
  font-size: 17px;
  color: white;
  padding: 0;
  margin-top: -10px;
}
#content div.news ul:nth-child(odd) li:last-child {
  height: 35px;
  line-height: 35px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}
}
#content div.news ul:nth-child(odd) li:last-child a {
  font-size: 14px;
  color: black;
  font-weight: bold;
}
#content div.news ul:nth-child(odd) li:last-child a:hover {
  color: #fda125;
}
#content div.news ul:nth-child(even) li {
  display: inline-block;
}
#content div.news ul:nth-child(even) li:first-child {
  width: 40px;
  height: 35px;
  background-color: #3a93f7;
  margin-right: 10px;
  text-align: center;
}
#content div.news ul:nth-child(even) li:first-child h1 {
  display: block;
  font-size: 12px;
  color: white;
  padding: 0;
  margin-top: -3px;
}
#content div.news ul:nth-child(even) li:first-child h2 {
  display: block;
  font-size: 17px;
  color: white;
  padding: 0;
  margin-top: -10px;
}
#content div.news ul:nth-child(even) li:last-child {
  width: 400px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
#content div.news ul:nth-child(even) li:last-child a {
  font-size: 14px;
  color: black;
  font-weight: bold;
}
#content div.news ul:nth-child(even) li:last-child a:hover {
  color: #3a93f7;
}
#content div.cf {
  float: right;
  margin-top: 15px;
}

.rev_bannercontainer {
  float: right;
  width: 470px;
  height: 190px;
  position: relative;
  padding: 0;

  overflow: hidden;
}

.rev_banner {
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
  background: url(../images/slide2_d.jpg) no-repeat;
}

div.pro {
  text-align: center;
  margin-top: 25px;
}

/*----pro-box-m---- */
.jcarousel-skin-tango {
  /*width: 966px;*/
  width: 990px;
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 240px;
  margin-right: 10px;
  height: 181px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item:last-child {
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item a {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.jcarousel-skin-tango .jcarousel-item a span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  width: 240px;
  height: 181px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.jcarousel-skin-tango .jcarousel-item a p {
  display: block;
  color: black;
  font-size: 14px;
  letter-spacing: -0.5px;
  position: relative;
  bottom: 0px;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a:hover {
  font-size: 14px;
  color: #006bbe;
  display: block;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a:hover span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  width: 240px;
  height: 181px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  line-height: 181px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: white;
  color: black;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 55px;
  right: 0px;
  width: 20px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/index/next-bt.jpg);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 20px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/index/pre-bt.jpg);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.accordionPart {
  position: relative;
  top: 5px;
  clear: both;
}

.accordionPart li a {
  color: #333333;
  cursor: pointer;
}

.accordionPart li a:hover {
  color: #0099cc;
}

/*----pro-box-m_end---- */
/*----content_end---- */
/*----up---- */
#gotop {
  display: none;
  position: fixed;
  right: 43px;
  bottom: 43px;
  cursor: pointer;
}

/*----footer--- */
footer {
  background: #333333;
}
footer section.footer-wall {
  width: 980px;
  margin: 0 auto;
  padding: 40px 60px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer section.footer-wall div.text {
  float: left;
  margin-bottom: 20px;
}
footer section.footer-wall h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: white;
}
footer section.footer-wall h2 {
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 1.6em;
  margin-top: 0px;
}
footer section.footer-wall div.ftp {
  float: right;
  margin-top: 10px;
}
footer section.footer-wall div.ftp ul li {
  display: inline-block;
  margin-right: 3px;
}
footer section.footer-wall div.ftp ul li:last-child {
  margin-right: 0px;
}
footer section.footer-wall div.ftp ul li a {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer section.footer-wall div.ftp ul li a:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}


.blink {
	 animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
	-moz-animation-duration: 1s;
    -moz-animation-name: blink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
	
}
@-webkit-keyframes blink {

    80% {
        opacity: 1;
		color:#FF0000;
    }
    81% {
		color:#D50000;
    }
    100% {
		color:#000000;
		
    }
	
	
}
@-moz-keyframes blink {

	80% {
        opacity: 1;
		color:#FF0000;
    }
    81% {
		color:#D50000;
    }
    100% {
		color:#000000;
		
    }
	
}

.shopcar_list_class b {
    color: red;
}