﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* CSS Document */
html {
  color: #000;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/*页面元素初始化样式*/
body {
  font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
em,
strong {
  font-style: normal;
  <!--font-weight: normal; -->
}
li {
  list-style: none;
  background-repeat: no-repeat;
}
select,
option,
span,
input,
textarea,
ul,
ul li,
ol li,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dl dt,
dl dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
table {
  border-collapse: collapse;
}
/*布局*/
.container,
.center {
  width: 980px;
  margin: 0 auto;
}
.container {
  margin-bottom: 45px;
  height: auto;
  min-height: 650px;
}
.icon-price {
  width: 124px;
  height: 126px;
  background-image: url(../images/icon/icon_price.png);
}
.icon-pay {
  width: 118px;
  height: 109px;
  background-image: url(../images/icon/icon_pay.png);
}
.icon-wizard {
  width: 134px;
  height: 121px;
  background-image: url(../images/icon/icon_wizard.png);
}
i.icon-arrow {
  display: block;
  width: 24px;
  height: 33px;
  background-image: url(../images/icon/icon_arrow.png);
}


/*head*/
.header{ width:100%; background:#090; height:100px; color:#FFF }
.header_1{ width:1040px;  height:60px; margin:auto; background:#090; font-size:32px; font-weight:bold; padding-top:40px; text-indent:20px;  }
.content{ width:1040px; margin:auto;   margin-top:20px; }
.ta1{ width:1040;}
.ta1 td,th{ color:#333; border-bottom:1px solid #eee; }
.pro_btn,
.see_more {
  background: url(/images/pro_button.png);
  width: 82px;
  height: 27px;
  border: none;
  color: #fff799;
  line-height: 27px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.pro_btn:hover,
.see_more:hover {
  background-position: 0 -27px;
  color: #ffffff;
}

.col {
  float: left;
  text-align: left;
  padding-left: 10px;
}
.products_table{ border-top:1px solid #e4e3e3}

.products_table .row .index1 {
width: 225px;
}

 .row .index1 {
width: 225px;
}
.thead {
  background: #eee;
  font-size: 14px;
  color: #524429;
  height: 30px;
  border-top: 1px solid #e4e3e3;
  line-height: 30px;
  padding: 0;
}


 .index1 {
  width: 225px;
}
.index2 {
  width: 110px;
}
.index3 {
  width: 60px;
}
.index4 {
  width: 90px;
}
 .index5 {
  width: 265px;
  _width: 230px;
}
.index6 {
  width: 190px;
}

.products_table .row {
  min-height: 30px;
  padding: 10px 4px;
  _padding: 5px 4px;
}

.products_table .row:hover {
background: #fefdf7;
}

.products_table .row.active {
background: #f7f7f7;}

.products_table .row_detail {
  display: none;
  line-height: 25px;
  color: #524429;
  padding: 25px 15px;
  background: #f7f7f7;
}
.products_table  .row.thead {
  background: #eee;
  font-size: 14px;
  color: #524429;
  height: 30px;
  border-top: 1px solid #e4e3e3;
  line-height: 30px;
  padding: 0;
}
.products_table  .row.tbody {
  border-bottom: 1px solid #e5e5e5;
}


.bottom{ background:#999; color:#FFF; height:60px; padding-top:30px;  }
.bottom_1{ width:1040px; margin:auto;  }
.bottom_1 p { text-align: center}