em, i{
  font-style: normal;
}

.header {
  height: 100px;
  width: 100%;
  background: #FFF;
}

.header .middle {
  width: 1200px;
  height: 100px;
  padding-top: 5px;
  z-index: 10;
  margin: 0 auto;
}

.header .middle .logo {
  height: 79px;
  float: left;
  margin-top: 10px;
}

.header .middle .tel {

}

.nav {
  width: 100%;
  clear: both;
  font-size: 16px;
  color: #ffffff;
  background-color: #0eb1ea;
}

.nav_main {
  width: 1200px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.nav_main .nav_item {
  width: 110px;
  float: left;
  text-align: center;
  margin-right: 5px;
}

.nav_main .nav_item a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav_main .nav_item a:link {
  color: #ffffff;
  text-decoration: none;
}

.nav_main .nav_item:first-child a {
  background: none;
}

.nav_main .nav_item a {
  color: #ffffff;
  display: block;
  height: 45px;
  line-height: 45px;
}

a:visited {
  color: #0eb1ea;
  text-decoration: none;
}

/* banner images display */
#full-screen-slider {
  margin: 0 auto;
  width: 1200px;
  height: 280px;
  clear: both;
  min-width: 1200px;
}

#slides {
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 1;
}

#slides li {
  width: 100%;
  height: 280px;
  overflow: hidden;
  float: left;
  position: absolute;
}

#slides li a {
  display: block;
  width: 100%;
  height: 200px;
  text-indent: -9999px
}

#pagination {
  display: block;
  list-style: none;
  position: absolute;
  left: 37%;
  /* top: 680px; */
  z-index: 999;
}

#pagination li {
  display: block;
  list-style: none;
  width: 50px;
  height: 5px;
  float: left;
  margin-left: 15px;
  background: #FFF
}

#pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

#pagination li.current {
  background: #018b3e;
}

/* content */
.content {
  width: 1200px;
  margin: 0px auto;
  background-color: #FFFFFF
}

.border_top {
  border-top: 1px solid #e5e5e5;
} 

.about {
}

.contact {
  width: 480px;
}

.my_tab {
  float: left;
}

.my_tab h2 {
  height: 38px;
  font-weight: normal;
  background: #0eb1ea;
  color: #fff;
  padding: 15px 0 0 10px;
}

.my_tab .con {
  font-size: 14px;
  padding: 5px 5px 0 5px;
}

.my_tab .con p{
  margin: 5px 10px 10px 5px;
}

.products {
  width: 1200px;
  height: 350px;
  clear: both;
}

.products .more a.more {
  color: #FFF;
}

.index_slide {
  float: left;
  width: 1200px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
  overflow: hidden;
}

.index_slide .slide_current {
  width: 97%;
}

.products dl {
}

.products dl dd {
  height: 250px;
  width: 180px;
  float: left;
  padding: 0px 20px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  margin-left: 10px;
}

.products .product_photo {
  text-align: center;
  position: relative;
  height: 190px;
}

.products .product_name {
  line-height: 18px;
  padding-top: 5px;
  height: 36px;
  overflow: hidden;
}

.products a {
  font-size: 14px;
  text-decoration: none;
}

.products a:hover {
  text-decoration: none;
}

.products a:hover {
  color: #c81623;
}
.products a:visited {
  color: #555555;
  text-decoration: none;
}

/* footer */
.footer {
  width: 100%;
  background: #fff;
  clear: both;
  text-align: center;
  font-size: 14px;
  border-top: 3px solid #0eb1ea;
  margin-top: 10px;
}

.footer p {
  color: #888888;
  line-height: 24px;
  padding-bottom: 20px;
}

.footer_nav {
  padding: 20px 0 10px 0;
}

.crumbs {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  color: #333333;
  font-size: 12px;
	padding: 15px 0 15px 20px;
}

.crumbs a {
  text-decoration: none;
}

.crumbs a:visited {
  color: #0eb1ea;
}
.crumbs a:link {
  color: #333333;
}
.crumbs a:hover {
  color: #0eb1ea;
}

.product_list_wrap {
  margin-bottom: 20px;
  height: auto;
  position: relative;
  z-index: 1;
  _zoom: 1;
}

ul.product_ul {
  width: 1200px;
  margin-right: -40px;
  height: auto;
  list-style: none;
}

li.product_item {
  height: 466px;
  margin-right: 0;
  width: 220px;
  height: 310px;
  float: left;
  position: relative;
  z-index: 1;
  _display: inline;
  margin-right: 5px;
  margin-top: 10px;
}

li.product_item.hover {
  border-color: #e9e9e9;
  /**box-shadow: 0 0 2px 2px #f8f8f8; **/
  box-shadow: 0 0 1px 1px #ccc;
}

.item_wrap {
  width: 200px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #fff;
  padding: 38px 9px 10px;
  transition: border-color .1s ease;
  padding: 12px 9px;
}

.item_img {
  height: 200px;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}

.item_img img {
  height: 200px;
  width: 200px;
}

.item_price strong {
  color: #FF0000;
}

.item_name {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
}

.item_name a{
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.page {
  padding-top: 20px;
  margin-bottom: 20px;
}

.page .page_wrap {
  float: right;
}

.page .page_num {
  float: left;
}

.page .page_num a {
  color: #333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  text-decoration: none;
  background-repeat: repeat-x;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  margin-right: 5px;
  font-size: 14px;
}

.page .page_num a.current {
  border: 0 none;
  padding: 1px 15px;
  background: 0 0;
  -webkit-filter: none;
  filter: none;
  color: #e4393c;
  cursor: default;
}

.page .page_num a.page_number_next,
.page .page_num a.page_number_prev,
.page .page_num b.page_number_break {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  margin-right: 5px;
  font-size: 14px;
}

.page .page_skip {
  float: left;
  margin-left: 20px;
}

.page .page_skip em{
  float: left;
  line-height: 38px;
  font-size: 14px;
}

.page .page_skip input{
  float: left;
  width: 30px;
  height: 36px;
  margin: 0 3px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  padding: 3px;
}

.page .page_skip .btn {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  border-radius: 2px;
  background: #F7F7F7;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #DDD;
  padding: 4px 13px 5px;
  color: #666;
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  float: left;
  height: 27px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 27px;
}

.page .page_skip .btn a{
  color: #666;
  text-decoration: none;
}

/* product show */

.detail {
  width: 1200px;
  margin: 0px auto;
  height: auto;
  overflow: hidden;
  color: #333;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 20px;
}

.info_left {
  width: 1200px;
  background-color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
}

.preview {
  width: 385px;
  float: left;
  position: relative;
  margin-right: 20px;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}

.jqzoom img {
  float: left;
}

.smallImg {
  position: relative;
  width: 420px;
  height: 72px;
  overflow: hidden;
  float: left;
}

.scrollbutton {
  width: 13px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  float: left;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #b4b1b1;
  top: 6px;
}

.imageMenu {
  width: 350px;
  overflow: hidden;
  float: left;
}

.imageMenu ul li{
  list-style-type: none;
  float: left;
  padding: 2px;
}

.info_right {
  width: 795px;
  float: left;
  margin-top: 3px;
}

.info_right h2 {
  font-size: 20px;
  line-height: 35px;
  margin: 5px;
}

.price_info {
  background-color: #ff3939;
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
}

.hot .hot_words {
  font-size: 20px;
  color: #000000;
  font-style: normal;
}

.hot span {
  font-style: italic;
  color: #bba39e;
}

.real_price {
  float: left;
  width: 400px;
}

.real_price p,
.price_right p {
  margin: 0;
  padding: 5px;
}

.real_price .price_value {
  font-style: italic;
  color: #ffffff;
}

.price_right {
  text-align: right;
}



.price_value span {
  font-size: 26px;
}

.price_high span {
  text-decoration: line-through;
}

.price_high span a {
  text-decoration: none;
}


.publicbutton {
  display: block;
  height: 36px;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  margin: 15px 10px 0 0;
}

.shopbutton:hover {
  background: #00a549;
}

.graybutton:visited {
  background: #f5f4f4;
  border: 1px solid #dddddd;
  color: #333333;
}

.info_msg {
  line-height: 35px;
}

.descriptions {
  width: 1200px;
  margin: 0 auto;
}

.description_mgs {
  width: 1150px;
  float: left;
  margin-top: 20px;
}

.description_mgs .floor_midtitle ul { 
	width: 1200px;
  border-right: none;
  border-bottom: none;
}

.floor_midtitle ul {
  width: 1170px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #e5e5e5;
  background-color: #f3f3f3;
}

.floor_midtitle ul li {
  float: right;
  font-size: 14px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
  width: 132px;
}

.cans .menu li.off {
  color: #ff530f;
}

.cans .floor_midtitle ul .selected {
  color: #ff530f;
}

.cans .floor_midtitle ul li {
  float: left;
}

.cans .menu li {
  font-size: 18px;
}

.floor_midtitle ul li {
  float: right;
  font-size: 14px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
  width: 132px;
}

.cans .menudiv {
  width: 1178px;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
	padding: 10px;
}

.cans .floor_midmain {
  line-height: 30px;
  min-height: 100px;
}

.cans .floor_midmain {
  line-height: 30px;
  min-height: 100px;
}

/* jqzoom */
.jqzoom{
  float:left;
  position:relative;                                                                                                                                                                                                                        
  padding:0px;
}

.jqzoom img{
  float:left;
}

div.zoomdiv {
  z-index: 100;
  position: absolute;
  width: 600px;
  height: 600px;
  background: url('loading.gif') #fff no-repeat center center;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.jqZoomPup {
  z-index : 10;
  visibility : hidden;
  position: absolute;
  top:0px;
  left:0px;
  width: 100px;
  height : 100px;
  border: 1px solid #aaa; 
  background: #FEDE4F 50% top no-repeat;
  cursor: move;
  opacity: 0.5; 
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);

/* jqzoom */

