@charset "utf-8";
/**********************************************
base style
version: 2.0
author : Wen
date   : 2010-5-11
mail   : steven.lieko@gmail.com
**********************************************/

/*reset
==========================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, acronym { border: none }

ol, ul { list-style: none }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th { text-align: left }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*layout
==========================================================*/
html { font-size: 10px }

body {
  color: #333;
  font: 1.2em/1.5 verdana, arial, sans-serif;
}

h1 {
  color: #3871A9;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

h2, h3 {
  font-size: 1.3em;
  font-weight: bold;
}

h1 em, h2 em, h3 em {
  position: absolute;
  text-indent: -9999px;
}

/*class
------------------------------*/
.clear { clear: both }

/*link
------------------------------*/
a, a:link {
  color: #3871A9;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

/*common
------------------------------*/
#sidebar dl a,
#phoneNav dt,
#position { background: url(../img/sprite_icon.png) no-repeat }

/*wrap
------------------------------*/
#wrap {
  width: 784px;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff url(../img/bg.gif) repeat-y;
}

/*header
------------------------------*/
#header { border-bottom: 6px solid #3871A9 }

#logo a {
  float: left;
  margin: 10px 0 0 20px;
}

#logo a {
  width: 155px;
  height: 60px;
  background: url(../img/logo.gif) no-repeat top left;
  text-indent: -9999px;
}

#tel {
  float: right;
  margin: 5px 20px 0 0;
  color: #3871A9;
  text-align: right;
}

#tel span {
  margin: 0 4px 0 8px;
  color: #666;
  font-weight: bold;
}

#tel a:hover { color: #3871A9 }

#header #cse-search-box {
  float: right;
  margin: 10px 20px 0 0;
}

#header #cse-search-box input.text {
  width: 410px;
  font-weight: bold;
  color: #3871A9;
}

/*nav
------------------------------*/
#nav {
  clear: both;
  overflow: hidden;
  margin: 10px 20px 0 0;
  text-align: right;
}

#nav li {
  display: inline;
  margin-left: 8px;
}

#nav li a {
  display: inline-block;
  width: 90px;
  height: 30px;
  border: 1px solid #3871A9;
  border-bottom-width: 0;
  color: #3871A9;
  font-size: 1.2em;
  line-height: 30px;
  text-align: center;
}

/*w#nav li:hover,
w#nav>li.current {background: #3871A9 url(../img/nav_bg_ie.gif) no-repeat top left}*/

#nav li a:hover,
#nav li.current a {
  border-color: transparent;
  background: url(../img/nav_bg_ie.gif) no-repeat;
  color: #fff;
  text-decoration: none;
}

/*#nav li:hover a,
w#nav>li.current a {
  border-color: #fff;
  background: url(../img/nav_bg_rt.gif) no-repeat top right;
  color: #fff;
  text-decoration: none;
}*/

/*content
------------------------------*/
#content {
  overflow: hidden;
  border-bottom: 6px solid #3871A9;
  background: url(../img/content_bg.gif) repeat-y left top;
  height: 1%;
}

#content[id] { height: auto }

#main {
  float: right;
  width: 629px;
  overflow: hidden;
}

/*滚动广告样式*/
#banner {
  position: relative;
  width: 629px;
  height: 200px;
  overflow: hidden;
}

#banner .slider,
#banner .num { position: absolute; }

#banner .slider li { display: inline; }

#banner img {
  display: block;
  width: 629px;
  height: 200px;
}

#banner .num {
  right: 5px;
  bottom: 5px;
}

#banner .num li {
  float: left;
  width: 16px;
  height: 16px;
  opacity: .88;
  margin: 2px 1px 0;
  border: 1px solid #6FB3E6;
  background-color: #fff;
  color: #6FB3E6;
  font: 14px/16px Arial;
  text-align: center;
  cursor: pointer;
}

#banner .num li.on {
  width: 20px;
  height: 20px;
  margin: 0;
  border: none;
  background-color: #6FB3E6;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

#position {
  margin-top: 5px;
  padding-left: 40px;
  background-position: 20px 100%;
  color: #666;
  font-size: 12px;
}

body#search #cse-search-box { padding: 15px 20px }

body#search #cse-search-box input.text {
  width: 500px;
  font-weight: bold;
}

#cse-search-results iframe {
  max-height: 1089PX;
  padding: 0 20px;
}

/*pro&hot_products
------------------------------*/
#pro,
#links {
  width: 629px;
  margin: 20px 0;
  overflow: hidden;
}

#pro h1,
#links h2 {
  padding: 0 20px 5px;
  border-bottom: 2px solid #3871A9;
  color: #3871A9;
  text-transform: uppercase;
}

#links a {
  position: relative;
  left: 20px;
  float: left;
  margin: 20px 15px 0 0;
}

#links img {
  display: block;
  width: 136.5px;
  height: 101px;
}

#hot_products,
#hot_products h2,
#hot_products .tips span,
#hot_products .btn span { background-image: url(../img/sprite_hot_products.png); }

#hot_products {
  position: relative;
  width: 589px;
  margin: 20px;
  background-position: top right;
}

#hot_products h2,
#hot_products .tips,
#hot_products .btn {
  float: left;
  height: 35px;
  margin-right: 10px;
  line-height: 35px;
}

#hot_products h2 {
  padding-left: 10px;
  background-position: 0 -35px;
  color: #3871A9;
}

#hot_products .tips span {
  float: left;
  width: 7px;
  margin: 0 2px;
  background-position: 0 -70px;
  text-indent: -9999px;
  cursor: pointer;
}

#hot_products .tips span.current { background-position: 0 -105px; }

#hot_products .btn span {
  float: left;
  width: 30px;
  background-position: 0 -140px;
  text-indent: -9999px;
  cursor: pointer;
}

#hot_products .btn span.next {
  width: 31px;
  background-position: -30px -140px;
}

#hot_products .btn span:hover { background-position-y: -175px; }

#hot_products .prolist {
  position: relative;/*bug for IE6*/
  clear: both;
  width: 572px;/*bug for IE6*/
  overflow: hidden;
  padding-left: 15px;
  border: 1px solid #eee;
  border-width: 0 1px 1px;
  background-color: #fff;
}

#hot_products ul {
  position: relative;
  width: 2500px;
  overflow: hidden;
  margin-bottom: 10px;
}

#hot_products li {
  float: left;
  margin-right: 15px;
}

#hot_products li a {
  display: block;
  width: 126px;
  height: 126px;
  overflow: hidden;
  margin: 15px 0 10px;
  border: 1px solid #ddd;
}

#hot_products li img {
  display: block;
  width: 126px;
  height: 126px;
}

#hot_products li h3 a{
  height: auto;
  margin: 0;
  border: none;
  font-size: .8em;
}

#hot_products .more a {
  position: absolute;
  top: 0;
  right: 10px;
  height: 35px;
  line-height: 35px;
  color: #666;
}

/*sidebar
------------------------------*/
#sidebar {
  float: left;
  width: 154px;
  height: 100%;
  padding: 0 0 15px;
  border-right: 1px solid #AAAAAA;
  background-color: #EFEFEF;
}

#sidebar h2 {
  margin-bottom: 5px;
  padding: 2px 15px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

#sidebar a {
  display: block;
  height: 20px;
  overflow: hidden;
  color: #444;
  line-height: 20px;
}

#sidebar a:hover { color: #3871A9 }

#newPros {
  height: 100px;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0 10px 0 15px;
}

#sidebar dl {
  margin-bottom: 10px;
  padding: 0 14px;
}

#sidebar dt { margin-top: 6px }

#sidebar dd { display: none }

#sidebar dl a {
  padding-left: 15px;
  background-position: 1px 0;
  font-weight: bold;
}

#sidebar dt.closed a { background-position: 1px -20px }

#sidebar dd a {
  margin-left: 15px;
  background-position: 0 -100px;
  color: #000;
  font-weight: normal;
}

#sidebar dl a:hover {
  background-color: #ddd;
  background-position: 0 -40px;
  text-decoration: none;
}

#sidebar dd a:hover,
#sidebar dd.current a {
  background-color: transparent;
  background-position: 2px -120px;
}

#sidebar dd.current a {
  color: #3871A9;
  cursor: default;
}

#sidebar dt.closed a:hover {
  background-color: #ddd;
  background-position: 0 -60px;
}

#caseNav dt a { border-bottom: 1px dotted #888 }

#caseNav dd a {
  margin-left: 10px;
  border-bottom: 1px dotted #888;
  font-size: 11px;
}

#phoneNav dt {
  margin-top: 10px;
  background-color: #dfdfdf;
  background-position: 115% -20px;
}

#phoneNav dd {
  border: 1px solid #cfcfcf;
  border-width: 0 1px;
}

#phoneNav dd.last { border-bottom-width: 1px }

#phoneNav dt.closed {
  background-color: #dfdfdf;
  background-position: 115% 0;
}

#phoneNav dt:hover,
#phoneNav dt.hover {
  background-color: #cfcfcf;
  background-position: 115% -61px;
}

#phoneNav dt.closed:hover,
#phoneNav dt.closed.hover { background-position: 115% -39px }

#phoneNav dt a:hover { background-color: transparent }

#phoneNav dd a:hover { text-decoration: underline }

#phoneNav dt.closed a:hover { background-color: transparent }

#link li { margin: 10px 15px }

#link a {
  padding-left: 5px;
  border-bottom: 1px dotted #888;
  background-position: 1px 0;
  font-weight: bold;
}

/*footer
------------------------------*/
#footer {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  background: url(../img/footer.png) no-repeat top center;
  color: #8f8f8f;
  text-align: right;
}

#footer P { padding-right: 8px }

#footer img {
  padding-right: 7px;
  vertical-align: middle;
}

#footer a { color: #3871A9 }

#footer a:hover { color: #8f8f8f }

/*extensions
------------------------------*/
#extra1 .msn {
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 5px;
  width: 100px;
  height: 100px;
  background: #fff url(../img/msn_bg.gif) no-repeat center center;
}

#extra1 .msn img { background-color: #fff }

#extra1 .msn:hover img { display: none }

/*index.html
=========================================================*/
#pro.home div {
  position: relative;
  left: 20px;
  float: left;
  width: 285px;
  height: 160px;
  overflow: hidden;
  margin: 20px 19px 0 0;
  background: url(../img/home_pro_bg.gif) no-repeat;
}

#pro.home div h3 {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 60%;
  font-size: 1em;
}

#pro.home div img {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

#pro.home div p {
  position: absolute;
  top: 33px;
  right: 5px;
  width: 60%;
  font-size: 12px;
}

#pro.home p em {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}

#pro.home a.more {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding-right: 15px;
  background: url(../img/arr_dr.gif) no-repeat 97% 55%;
  color: #000;
}

#pro.home a.more:hover { background-position: 100% 55%; }

#pro.home p span { display: none }

#pro.home div span {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  background: url(../img/tag_new.gif) no-repeat;
  text-indent: -9999px;
}

#pro.home div span.hot { background-image: url(../img/tag_hot.gif) }

#pro.home div span.hot-green { background-image: url(../img/tag_hot_green.gif) }

/*faq.asp
=========================================================*/
#main .faq {
  width: 629px;
  overflow: hidden;
  padding: 20px 0;
}

#main .faq h1 {
  padding: 0 20px 5px;
  border-bottom: 2px solid #3871A9;
}

#main .faq dt {
  font-size: 1.3em;
  margin: 15px 20px 5px;
  font-weight: bold;
}

#main .faq dd {
  margin: 0 20px 7px 45px;
  font-size: 1.2em;
  text-align: justify;
}

#main .faq dd strong {
  padding-right: 5px;
  font-weight: bold;
}

#main .faq dd em { color: #3871A9 }