@charset "UTF-8";
.zx-container {
  max-width: 1200px;
  margin: 0 auto;
 }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; 
}
table,th, td
  {
  border: 1px solid black;    padding: 0 0 0 5px;
  }
/* added by fuwu1245 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fleft {
  float: left; }

.fright {
  float: right; }

a {
  text-decoration: none;
  color: #000; }

.clearfix:after, ul.inline:after {
  content: " ";
  clear: both;
  visibility: hidden;
  display: block; }

ul.inline > li {
  float: left; }

img.rs-image {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

.text-center {
  text-align: center; }

/**通用部分**/
body {
  font: normal 12px/2 Arial,"Microsoft Yahei","Simsun",Helvetica,sans-serif;
  overflow-x: hidden; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
 }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.section-title {
  padding: 60px 0;
  text-align: center; }
  .section-title h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 38px;
    color: #0596d2;
    line-height: 1;
    border-bottom: 2px solid #ea8812;
    margin-bottom: 8px; }
  .section-title p {
    color: #666;
    font-size: 14px; }

.tabs-nav {
  display: inline-block;
  margin-bottom: 38px; }

.tabs-nav a {
  display: block;
  padding: 0 2em 13px;
  text-transform: uppercase;
  border-bottom: 3px solid #999; }

.tabs-nav li.active a, .tabs-nav li:hover a {
  border-bottom-color: #0596d2;
  color: #0596d2; }

.img-box {
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  width: 278px;
  height: 278px;
  margin: 0 auto;
  margin-bottom: 15px; }
  .img-box img {
    vertical-align: bottom;
    width: 278px;
    height: 278px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .img-box .overlay, .img-box .info-box {
    position: absolute; }
  .img-box .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .img-box .info-box {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: #0596d2;
    color: #fff;
    font-size: 14px;
    left: 0;
    bottom: -25px;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease; }
  .img-box:hover img {
    transfrom: scale(1.2); }
  .img-box:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100); }
  .img-box:hover .info-box {
    bottom: 0; }

  .product-more a {
    display: inline-block;
    padding: .5em 1em;
    font-size: 14px;
    color: #fff;
    background-color: #0596d2;
    margin-bottom: 15px;
    margin-top: 50px;
  }

.index-about {
  padding-bottom: 30px;
  background-color: #f1f1f1; }

.i-about-content p {
  font-size: 14px;
  color: #666;
  line-height: 40px; }

.i-about-content a.btn {
  display: block;
    font-size: 18px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #0596d2;
    text-align: center;
    color: #fff;
    margin-top: 15px;}
  .i-about-content a.btn:hover {
    background-color: #0472a0; }

@media screen and (max-width: 990px) {
  .i-about-content p {
    padding: 0 15px; }
  .i-about-content a {
    margin-left: 15px; }
  .index-mix .zx-container {
    padding: 10px 15px; } }

.i-about-slider {
  position: relative;
  padding-bottom: 15px;
  margin-top: 50px; 
  padding-top: 50px;
}

.i-about-slider>a {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 52px;
  margin-left: 30px;
  margin-right: 30px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
.i-about-slider>a.prev {
  left: 0;
  background-image: url("../images/slide-prev.png");
}

.i-about-slider>a.prev:hover {
  background-image: url("../images/slide-prev-hover.png");
}

.i-about-slider>a.next {
  right: 0;
  background-image: url("../images/slide-next.png");
}

.i-about-slider>a.next:hover {
  background-image: url("../images/slide-next-hover.png");
}



.news-unit {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }

.news-index {
  text-transform: uppercase;
  background-color: #c0c0c0;
  color: #fff;
  font-size: 14px;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 2; }

.news-intro {
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 5px;
  overflow: hidden;
  height: 119px;
  background-color: #f3f3f3; }
  .news-intro h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal; }
  .news-intro h2 {
    color: #777;
    font-weight: normal; }
  .news-intro p {
    color: #333; }

@media screen and (max-width: 500px) {
  .news-index {
    display: none; }
  .news-intro {
    margin: 0;
    padding: 0 15px; } }

.index-mix {
  padding: 15px 0;
  margin: 20px;
}

.index-mix h1 {
  line-height: 1;
  border-left: 4px solid #ea8812;
  font-weight: normal;
  font-size: 30px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #0596d2;
  margin-bottom: 25px; }

.index-form input, .index-form textarea {
  border: none;
  outline: none;
  background-color: #ebebeb;
  padding-left: 1em; }

.index-form input {
  width: 258px;
  height: 36px;
  line-height: 36px; 
  margin-bottom: 18px;
}

.index-form span {
	    color: red;
    font-size: 24px;
    line-height: 36px;
    height: 36px;
}

.index-form textarea {
  width: 488px;
  height: 160px;
  max-width: 100%; }

.index-form .form-group + .form-group {
  margin-top: 10px; }

.index-form button {
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 105px;
  color: #fff;
  background-color: #0596d2;
  border: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer; }
  .index-form button:hover {
    background-color: #0484b9; }

.contact-ul h1 {
  font-size: 20px;
  color: #0596d2; }

.contact-ul i {
  display: inline-block;
  width: 27px;
  line-height: 27px;
  height: 27px;
  border-radius: 50%;
  color: #0596d2;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 15px; }

.contact-ul li + li {
  margin-top: 15px; }

.c-main {
  padding: 30px 0; }

.c-content-wrapper {
  max-width: 892px;
  margin-left: 308px; }

.c-content-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
  margin-bottom: 15px; }

.about-content p {
  font-size: 14px;
  color: #666;
  margin: 15px 0; }

.contact-main h1 {
  font-size: 20px;
  color: #0596d2; }

.common-list {
  margin-bottom: 15px; }
  .common-list a {
    color: #666; }
    .common-list a:hover {
      color: #0596d2; }

.common-list li {
  margin-top: 20px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px; }
  .common-list li:hover > span {
    color: #0596d2; }

.faq-list li {
  background: url("../images/faq_bg.png") no-repeat 5px 7px; }
  .faq-list li:hover {
    background-image: url("../images/faq_bg_hover.png"); }

.news-list li {
  padding-left: 0; }

.news-list a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  margin: 0 7px 0 8px; }

.news-list a:hover span {
  background-color: #0596d2; }

.faq-title {
  font-size: 14px;
  color: #0596d2;
  padding-left: 25px;
  background: url("../images/faq_bg_hover.png") no-repeat 5px center;
  margin-bottom: 20px; }

.faq-content {
  margin-left: 25px;
  font-size: 14px !important;
  color: #999; }

.common-nav {
  margin: 30px 0 0;
  border-top: 1px dashed #ccc;
  padding-top: 15px; }
  .common-nav li {
    margin-left: 25px; }
  .common-nav a {
    display: block;
    width: 103px;
    height: 40px;
    line-height: 40px;
    color: #0596d2;
    text-align: center;
    border: 1px solid #ccc; }
    .common-nav a:hover {
      background-color: #0596d2;
      color: #fff;
      border: none; }

.news-title {
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc; }
  .news-title h1 {
    font-size: 20px;
    color: #333333; }
  .news-title p {
    font-size: 14px;
    color: #666666; }

.news-content {
  padding: 30px 0;
  color: #666;
  font-size: 14px; }
  .news-content p + p {
    margin-top: 15px; }

.news-nav ul {
  display: inline-block; }

.backTop {
  position: fixed;
  right: 25px;
  bottom: 20px;
  text-align: center;
  display: none; }

.backTop a {
  width: 60px;
  height: 60px;
  background-color: #0596d2;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.normal-title {
  font-size: 16px;
  display: none; }

.browser-pro a {
  display: inline-block;
  line-height: 25px;
  height: 25px;
  background-color: #0596d2;
  color: #fff;
  font-size: 16px;
  padding: 0 2em; }

@media screen and (max-width: 950px) {
  .c-main {
    padding: 15px; }
  .c-content-wrapper {
    margin-left: 0; }
  .side-nav {
    display: none; }
  .img-box {
    margin-bottom: 0; } }

.fixed-nav {
  position: fixed;
  width: 100%;
  -webkit-transition: top .5s;
  transition: top .5s;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
  top: -50px; }

.fixed-nav-appear {
  top: 0; }

.tabs-nav li {
  /*margin: 0 5px; */
}

.product-galerry {
  position: relative; }
  .product-galerry>a.btn {
    width: 116px;
    height: 40px;
    line-height: 40px;
    background: url(../images/youjian.png) no-repeat 13px center #0596d2;
    color: #fff;
    border-radius: 0;
    padding-left: 50px;
    position: absolute;
    top: 140px;
    cursor: pointer;
    right: -150px; }
    .product-galerry a.btn:hover {
      background-color: #0484b9; }

.product-gallery-big {
  width: 379px;
  height: 379px; }
  .product-gallery-big img {
    width: 379px;
    height: 379px; }

.gallery-preview {
  margin-top: 15px;
  position: relative;
  padding: 0 40px; }
  .gallery-preview .nav {
    position: absolute;
    width: 21px;
    height: 40px; }
  .gallery-preview ul {
    text-align: center; }
  .gallery-preview li {
    margin: 7px; }
  .gallery-preview img {
    width: 88px;
    height: 88px;
    padding: 2px;
    border: 1px solid transparent;
    cursor: pointer; }
  .gallery-preview li.on img {
    border-color: #0596d2; }
  .gallery-preview a.Sprev, .gallery-preview a.Snext {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 20px;
    text-align: center;
    color: #ccc; }
    .gallery-preview a.Sprev:hover, .gallery-preview a.Snext:hover {
      color: #0596d2; }
  .gallery-preview a.Sprev {
    left: 0; }
  .gallery-preview a.Snext {
    right: 0; }

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden; }

div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1; }

.product-detail-wrapper .fleft + .fleft {
  margin-left: 30px;
  }

.product-nav {
  position: relative;
  bottom: 167px;
  right: -390px;
  width: 275px;
  margin: 0;
  padding: 0;
  border: none; }
  .product-nav a {
    width: 106px; }

.product-title span {
  font-size: 16px;
  color: #0596d2; }

.product-caption {
  border-bottom: 1px solid #ccc; }
  .product-caption span {
    font-size: 20px;
    color: #666;
font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #0596d2;
    margin-bottom: -1px;
    text-transform: capitalize; }

.product-details {
  padding: 15px 0; }

#inquiry {
  padding: 15px 0; }
  #inquiry .error {
    color: red; }
  #inquiry .col-md-6 {
    margin-bottom: 25px; }
  #inquiry input[type=text], #inquiry textarea {
    background-color: #e5e5e5;
    padding-left: 1em;
    font-size: 14px;
    border: none;
    outline: none; }
  #inquiry textarea {
    padding-top: 5px;
    width: 100%;
    max-width: 100%;
    height: 142px; }
  #inquiry input[type=text] {
    height: 55px;
    line-height: 55px;
    display: block;
    width: 100%; }
  #inquiry button {
    display: block;
    background-color: #0596d2;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px; }
  #inquiry button[type=submit]{
    width: 118px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    border: none;
    outline: none;
  }
    #inquiry button:hover {
      background-color: #0472a0; }
    .country-select {
      width: 100%;
    }
    .country-select input {
      padding-left: 45px !important;
    }
	#inquiry span.bitian {
		    position: absolute;
    float: left;
    margin-left: 3px;
    margin-top: -50px;
    color: red;
    font-size: 30px;
	}

/**footer部分**/
.footer-up {
  background-color: #3b3b3b;
  padding: 30px 0; }

.footer-unit {
  padding: 0 15px 15px; }

.footer-title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-bottom: 1px solid #878787;
  margin-bottom: 20px; }
  .footer-title span {
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 3px solid #fff;
    margin-bottom: -2px;
    padding: 0 1em 10px 5px; }

.footer-content {
  color: #878787; }
  .footer-content a {
    color: #878787;
    font-size: 14px; }
  .footer-content li {
    list-style: disc inside; }

.social-group {
  margin-bottom: 15px; }
  .social-group a + a {
    margin-left: 30px; }

.footer-bottom {
  background-color: #262626;
  text-align: center;
  color: #fff;
  padding: 14px;
  font-size: 13px; }
  .footer-bottom a {
    color: #fff; }

/**header部分**/
.top {
  width: 100%;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  background-color: #0596d2;
  color: #fff;
  text-transform: uppercase;
  z-index: 0; }

.top-left, .top-right {
  float: left;
  -webkit-transition: width .3s ease;
  transition: width .3s ease; }

.left-right {
  float: right;
  width: 0;
  height: 0;
  border-color: #0596d2;
  border-top: 20px solid #0596d2;
  border-left: 20px solid transparent; }

.top-left {
  width: 40%;
  height: 21px;
  margin-top: 16px;
  background-color: #fff;
  background: url("../images/common-bg.jpg") repeat; }

.top-right {
  width: 60%;
  padding-left: .5em;
  height: 37px;
  line-height: 37px;
  overflow: hidden; }

@media screen and (max-width: 902px) {
  .top-right {
    font-size: 12px; } }

@media screen and (max-width: 780px) {
  .top-left {
    width: 20%; }
  .top-right {
    width: 80%; } }

.middle {
  background: url("../images/common-bg.jpg") repeat;
  padding: 18px 0; }

.middle .zx-container {
  position: relative;
}

.middle .zx-container > a{
  position: absolute;
  right:  0;
  top:  -50px;
  color: #fff;
  font-size: 14px;
}

.middle .zx-container > a img {
  height:  28px;
  vertical-align: bottom;
}

.logo {
  width: 441px;
}
.middle .logo p {
  color: #0596d2;
  text-transform: uppercase; }
.middle .logo span {
  display: inline-block;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 30px; }

.search {
  margin-top: 28px; }
.search form {
  position: relative; }
.search button {
  border: none;
  outline: none;
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: url("../images/top-search.png") no-repeat center center #0596d2;
  cursor: pointer; }
.search button:hover {
  background-color: #0472a0; }
.search input {
  border: none;
  outline: none;
  background-color: #fff;
  color: #999;
  padding-left: 1em;
  height: 42px;
  line-height: 42px;
  width: 180px; }

/***移动部分默认样式***/
.mobile {
  position: absolute;
  top: 30px;
  right: 0;
  width: 50px;
  height: 50px;
  display: none; }
.mobile.open .mobile-toggle span {
  -webkit-transform: rotate(45deg) translate(0);
  transform: rotate(45deg) translate(0); }
.mobile.open .mobile-toggle span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.mobile.open .mobile-nav {
  height: 330px; }
.mobile.open .mobile-nav a {
  -webkit-transform: translate(0);
  transform: translate(0); }

.mobile-toggle {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer; }
.mobile-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #000;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
.mobile-toggle span:first-child {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px); }
.mobile-toggle span:last-child {
  -webkit-transform: translateY(12px);
  transform: translateY(12px); }

.mobile-nav {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #0596d2;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10; }
.mobile-nav li {
  width: 250px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc; }
.mobile-nav a {
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all .5s  ease;
  transition: all .5s  ease;
  text-transform: capitalize; }

nav.normal {
  background-color: #0596d2; }
nav.normal > ul > li {
  margin: 0 5px;
  position: relative; }
nav.normal > ul > li:hover > a {
  background-color: #ea8812; }
nav.normal > ul > li:hover > .sub-nav {
  display: block; }
nav.normal > ul > li > a {
  display: block;
  text-transform: capitalize;
  padding: 0 2em;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px; }
nav.normal > ul > li > a:hover, nav.normal > ul > li > a.current {
  background-color: #ea8812; }

.sub-nav, .third-nav {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 11;     margin-top: 1px;}

.sub-nav {
  top: 100%;
  left: 0; }
.sub-nav > li {
  position: relative; }
.sub-nav li:hover > a {
  color: #fff;
  background-color: #ea8812; }
.sub-nav a {
 display: block;
    width: 200px;
    padding: 0;
    text-align: left;
    line-height: 40px;
    color: #fff;
    height: 40px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding-left: 20px;
    background: #ea8812; }

.third-nav {
  left: 100%;
  top: 0; }

.sub-nav > li:hover > .third-nav {
  display: block; }

/***Responsive Unit***/
@media screen and (max-width: 888px) {
  nav.normal {
    display: none; }
  .mobile {
    display: block; }
  .search {
    display: none !important; } }

@media screen and (max-width: 731px) {
  .logo {
    width: auto !important;
    float: none; }
  .logo span {
    display: none !important; }
  .search {
    display: inline-block;
    float: none; }
  .middle {
    position: relative; } }

@media screen and (max-width: 580px) {
  .top-left {
    display: none; }
  .top-right {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 460px) {
  .top {
    display: none; } }

.side-nav {
  width: 267px;
  border: 1px solid #ccc;
  border-bottom: none; }
  .side-nav > h1 {
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    background-color: #0596d2;
    padding-left: 1em;
    text-transform: capitalize;
    color: #fff; }
  .side-nav > ul > li {
    position: relative;
    border-bottom: 1px solid #ccc; }
  .side-nav > ul > li.click em {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .side-nav > ul > li.click h1,  .side-nav > ul > li.click h1 >a {
    color: #0596d2; }
  .side-nav em {
    background: url("../images/arrow.png") no-repeat center center;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 17px;
    top: 18px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .side-nav > ul > li > h1 {
    padding-left: 17px;
    font-size: 14px;
    color: #666;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-weight: normal;
    cursor: pointer; }
.side-nav > ul > li > h1>a { color: #666;}
.side-sub-nav {
  display: none; }
  .side-sub-nav a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px; }
    .side-sub-nav a:hover {
      color: #0596d2; }

.pager {
  text-align: center; }

.pager ul li {
  display: inline-block;
  margin: 0 5px; }

.pager ul li.thisclass, .pager ul li a {
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 3px; }

.pager ul li.thisclass, .pager ul li a {
  background: #0596d2;
  margin: 0; }

.pager ul li a {
  display: block;
  background: #ccc; }
  .pager ul li a:hover {
    background: #0596d2; }
  .preview {
    display: none;
    width: 180px;
    height: 180px;
  }

  .product-unit {
    margin-bottom: 15px;
  }

  .slide-nav li {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
  }

  .banner {
    position: relative;
  }
  .slide-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

.slide-nav li.on {
  background-color: #0596d2;
}

.error {
  color: red;
}

.c-main img {
  max-width: 100%;
}

@media screen and (max-width: 650px) {
  .product-galerry {
    float: none;
  }
  .product-gallery-big {
    margin: 0 auto;
  }
  .product-galerry>a, .gallery-preview , .product-nav {
    display: none;
  }
  .product-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

.middle-center {
  display: inline-block;
  padding-top:20px;
}

.t-block {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}

.t-block p {
  font-size: 14px;
  color: #0596d2;
  text-transform: uppercase;
  font-weight: bold;
}


.t-block i {
  margin-right: 5px;
  vertical-align: bottom;
  font-size: 18px;
}

.t-block span {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 1150px) {
  .middle-center {

  }
}
/********进度条动画*******/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/**进度条动画End**/
.index-product{
margin-bottom: 60px;
}
/**侧边栏在线聊天**/

.side-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/spirites.png) no-repeat;
}

#kefu {
  position: fixed; 
  top: 150px; 
  right: 0; 
  width: 175px; 
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.kefu-header {
  width: 175px; 
  height: 29px; 
  position: relative; 
  background:url(/images/top.gif) no-repeat left center;
}

#side-close {
  position: absolute; 
  right: 0; 
  top: 0; 
  width: 20px ; 
  height: 20px; 
  cursor: pointer;
}

.kefu-unit, .kefu-unit a{
  height: 20px; 
  line-height: 20px; 
  margin:  10px 0;
}

.kefu-unit a {
  display: block;
}

.kefu-unit img,.kefu-unit i.side-icon {
  display: inline-block;
  margin-left: 12px;
  width: 20px;
  height:  20px;
  margin-right: 10px;
  vertical-align: bottom;
}

.kefu-unit a span {
  display: inline-block;
  height:  20px;
  line-height: 20px;
}