body {
  max-width: 1024px;
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
li>a{
    color: #fff;
    text-decoration: none;
}
.w {
    width: 100%;
    margin: 0 auto;
}
.logo {
      height: 96px;
      width: 192px;
      background-size: 100%;
      border: 0;
}

.company {
      height: 96px;
      background-size: 100%;
      border: 0;
      float: right;
}

.company-name{
    position: absolute;
    top: 0.5em;
    font-size: 2em;
}

.nav {
    height: 4em;
    line-height: 4em;
    margin: 0 auto;
    background-color: #025E9F;
    color: #fff;
}
.nav ul>li {
    float: left;
    padding: 0px 2.5em;
    line-height: 4em;
    position: relative;
}
.banner {
  height: 512px;
  position: relative;
  overflow: hidden;
}
.ban-img{
    width: 100%;
}
.product-img{
  width: 512px;
}
.container{
  width: 100%;
  min-height: 60em;
  margin-bottom: 5em;
}
.index-container{
  width: 100%;
  min-height: 10em;
  margin-bottom: 5em;
}
.high-container {
  min-height: 100em;
  margin-bottom: 5em;
}
.sidebar{
  margin-top: 1em;
  min-height: 50em;
  float: left;
  width: 20%;
  padding: 1em;
  font-size: 0.8em;
  line-height: 2em;
}
.tag {
  color: #000;
  font-size: 1.2em;  
  text-decoration: none;
}
.content{
  width: 60%;
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
  width: 20%;
  margin-right: 5px;
}
.kefu-img {
  width: 100%;
}
.footer {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    background: #333;
    font-size: 0.8em;
}

.banner{
  height:340px;
  position:relative;
  overflow: hidden;
}

.banner .slideBox,
.banner .slideBox .bd,
.banner .slideBox .bd ul,
.banner .slideBox .bd ul li{
  height:340px;
}
.banner .hd{
  position:absolute;
  bottom:20px;
  left:48%;
  z-index: 1;
}

.banner .hd span{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 2px;
  background:#0d62a5;
  border-radius: 100% 100%;
  border-radius: 100% 100%;
  -webkit-border-radius: 100% 100%;
  -moz-border-radius: 100% 100%;
  -o-border-radius:100% 100%;
  -ms-border-radius: 100% 100%;
}

.banner .hd span.on{
  background:#fff;
}

.banner .bd li{
}

.banner .bd li a{
  display: inline-block;
  width:100%;
}

.banner .slideBox .prev{
  position:absolute;
  left:20px;
  top:50%;
  font-size:30px;
  width:50px;
  height:50px;
  line-height:50px;
  text-align: center;
  background:rgba(0,0,0,0.2);
  border-radius: 100% 100%;
  color:#0d62a5;
}

.banner .slideBox .next{
  position:absolute;
  right:20px;
  top:50%;
  font-size:30px;
  width:50px;
  height:50px;
  line-height:50px;
  text-align: center;
  background:rgba(0,0,0,0.2);
  border-radius: 100% 100%;
  color:#0d62a5;
}

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
.center{
  text-align: center;
}
.center-margin{
  padding: 20px;
}
.padding-left{
  margin-left: 20px;
}
.prod-img {
  width: 20em;
}
.sub{
  float: left;
  width: 19%;
  height: 100%;
}
.sub-title{
  font-weight: bold;
  margin-right: 1em;
  border-bottom: 1px #C9C9C9 solid;
}
.sub-img{
  width: 75%;
  float: left;
}
.sub-chevron{
  width: 10%;
  float: left;
  margin-top: 5em;
  cursor: pointer;
  border: 0;
}
.show {
}
.hide {
  display: none;
}
.sub-body {
  padding-top: 1em;
}
.sub-body li{
  clear: both;
}
.sub-body li>a{
  color: #000;
  font-size: 0.8em;
}
.padding-img{
  padding: 1em;
  width: 60%;
}
table{
  border-collapse:collapse;
}
table, th, td {
  border: solid 1px #000; 
}
.marquee {
  height: 150px;
  padding-top: 1em;
}
.marquee .title {
  font-weight: bold;
  margin-right: 1em;
  border-bottom: 1px #C9C9C9 solid;
}
.marquee ul>li {
  float: left;
  padding: 5px;
}
.scroll-img{
  width: 128px;
  height: 96px;
}
.side-icon {
  margin-top: 1em;
  float: left;
}