* {
  margin: 0;
  padding: 0;
  outline: none; }

html {
  height: 100%; }

body {
  font: 14px/20px Microsoft YaHei, simsun, Arial, Helvetica, sans-serif;
  font-size-adjust: none;
  position: relative;
  height: 100%;
  min-height: 480px;
  min-width: 320px;
  color: #666;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, i, em {
  font-weight: normal; }

a {
  color: #666; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

a:link, a:visited {
  text-decoration: none; }

textarea {
  vertical-align: top; }

ul, ol, li {
  list-style: none; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

button, select {
  -webkit-appearance: none;
  text-transform: none; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-modify: read-write-plaintext-only; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

a:focus {
  outline: none;
  -moz-outline: none; }

.h_logo, .h_right, .s_input, .s_submit, .aside, .content, .gs_img, .gs_txt, .info_tt, .info_txt, .footer .f_left {
  float: left;
  _display: inline; }

.chg_box, .search_box, .footer .f_right {
  float: right;
  _display: inline; }

.h_logo, .gs_tt .left_icon, .info_txt .dot, .info_txt .link {
  background-image: url("../../images/szcp/sprite_icon.png");
  background-repeat: no-repeat; }

.w_wrap, .header, .section {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto; }

.wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  background-color: #333333; }

.header {
  padding: 25px 0 25px 50px;
  overflow: hidden; }

.h_logo {
  text-indent: -200px;
  overflow: hidden;
  width: 214px;
  height: 53px;
  background-position: 0 -75px; }

.h_right {
  overflow: hidden;
  width: 936px;
  margin-top: 6.5px; }

.chg_box {
  position: relative;
  height: 40px;
  padding: 0 15px; }

.chg_icon {
  position: absolute;
  right: 0;
  top: 16px;
  width: 0;
  height: 0;
  _zoom: 1;
  overflow: hidden;
  display: inline-block;
  border-top: 8px solid #fff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  _border-left: 4.5px solid #fff;
  _border-right: 4.5px solid #fff;
  border-bottom: 0; }

.chg_img {
  width: 23px;
  height: 17px;
  margin: 11px 0; }

.search_box {
  width: 257px;
  height: 34px;
  padding: 3px  3px 3px 30px;
  margin: 0 15px 0 30px;
  background: url("../../images/szcp/search_bg.png") no-repeat center; }

.s_input {
  width: 223px;
  height: 34px;
  text-indent: 15px;
  font-size: 20px;
  color: #eee;
  border: 0;
  outline: none;
  background-color: #333; }

input::-webkit-input-placeholder {
  color: #eee; }

.s_submit {
  border: 0;
  outline: none;
  background-color: #333;
  width: 34px;
  height: 34px;
  background: url("../../images/szcp/search_icon.png") center no-repeat;
  text-indent: -200px; }

.nav {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 15px 0;
  background-color: #54c2f1; }
  .nav .w_wrap {
    font-size: 0; }

.nav_a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 30px;
  padding: 0 35px;
  color: #fff;
  font-size: 22px;
  border-left: 1px solid #fff; }
  .nav_a:first-child {
    border-left: 0; }

.section {
  overflow: hidden;
  padding: 15px 0 80px; }

.aside {
  width: 300px;
  line-height: 80px;
  font-size: 20px; }

.as_tt {
  font-size: 20px;
  padding-left: 50px;
  background-color: #54c2f1;
  height: 80px;
  color: #fff; }

.as_item {
  position: relative;
  height: 80px;
  padding-left: 50px;
  color: #999;
  background-color: #eee;
  border-bottom: 1px solid #dfe0e0; }
  .as_item.on {
    background-color: #dfe0e0; }
    .as_item.on .l_arr {
      display: inline-block; }
  .as_item .r_arr {
    position: absolute;
    left: 25px;
    top: 36px;
    width: 0;
    height: 0;
    _zoom: 1;
    overflow: hidden;
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 7px solid #999;
    border-right: 0;
    border-bottom: 4px solid transparent;
    _border-top: 4px solid #fff;
    _border-bottom: 4px solid #fff; }
  .as_item .l_arr {
    position: absolute;
    right: 0;
    top: 35px;
    width: 0;
    height: 0;
    _zoom: 1;
    overflow: hidden;
    display: inline-block;
    border-top: 11px solid transparent;
    border-left: 0;
    border-right: 10px solid #fff;
    border-bottom: 11px solid transparent;
    _border-top: 11px solid #fff;
    _border-bottom: 11px solid #fff;
    display: none; }

.content {
  width: 800px;
  background-color: #fff;
  padding: 0 50px; }

.bread_nav {
  height: 80px;
  line-height: 80px;
  padding-left: 40px;
  font-size: 20px; }
  .bread_nav a {
    padding: 0 5px;
    color: #666; }

.goods_wrap {
  padding-bottom: 20px; }

.goods {
  margin-bottom: 20px; }
  .goods.on .gs_wrap {
    font-size: 16px;
    display: block; }
  .goods.on .gs_tt .down_arr {
    width: 0;
    height: 0;
    _zoom: 1;
    overflow: hidden;
    display: inline-block;
    border-top: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    _border-left: 4.5px solid #fff;
    _border-right: 4.5px solid #fff;
    border-bottom: 8px solid #fff; }

.gs_wrap {
  position: relative;
  display: none;
  padding: 0 0 20px;
  border-bottom: 3px solid #eee; }
  .gs_wrap .b_line {
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 3px;
    width: 150px;
    background-color: #ccc; }

.gs_tt {
  position: relative;
  color: #fff;
  font-size: 16px;
  background-color: #54c2f1;
  padding: 8px 0 10px 40px;
  cursor: pointer; }
  .gs_tt sup {
    font-size: 12px;
    line-height: 14px; }
  .gs_tt .left_icon, .gs_tt .down_arr {
    position: absolute;
    top: 50%; }
  .gs_tt .left_icon {
    left: 23px;
    margin-top: -12px;
    width: 20px;
    height: 24px;
    background-position: 0 0; }
  .gs_tt .down_arr {
    right: 10px;
    margin-top: -4px;
    width: 0;
    height: 0;
    _zoom: 1;
    overflow: hidden;
    display: inline-block;
    border-top: 8px solid #fff;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    _border-left: 4.5px solid #fff;
    _border-right: 4.5px solid #fff;
    border-bottom: 0; }

.gs_content {
  padding: 25px 0 30px;
  overflow: hidden; }

.gs_img {
  border: 1px solid #dfe0e0;
  padding: 4px;
  width: 134px;
  height: 108px; }
  .gs_img img {
    display: block;
    width: 134px;
    height: 108px; }

.gs_txt {
  color: #666;
  width: 606px;
  font-size: 16px;
  padding: 0 30px 0 20px;
  line-height: 24px;
 /*height: 120px;*/
  overflow: hidden; }

.info_item {
    overflow: hidden;
    /*height: 32px;*/
    line-height: 32px;
    margin-bottom: 14px;
    padding-left: 144px;
}

.info_tt {
    position: relative;
    width: 144px;
    text-align: center;
    margin-left: -144px;
}
  .info_tt .tt_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    background-color: #54c2f1;
    height: 100%;
  }

.info_txt {
  position: relative;
  padding: 0 15px 0 35px; }
  .info_txt .dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background-position: 0 -28px;
    left: 20px;
    top: 13px; }
  .info_txt .link {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 25px;
    height: 9px;
    background-position: 0 -61px; }
  .info_txt .link_a {
    color: #54c2f1;
    text-decoration: underline;
    padding-left: 20px; }

.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #666;
  color: #fff;
  font-size: 18px; }
  .footer .w_wrap {
    overflow: hidden; }
  .footer .f_a {
    color: #fff;
    padding: 0 5px; }
  .footer .f_right span {
    padding-left: 45px; }

/*# sourceMappingURL=index.css.map */
