/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}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}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 320px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.t2em {
  text-indent: 2em;
}

.bg-white {
  background-color: #fff;
}

.wrap {
  width: 100%;
  padding-bottom: 80px;
  background-color: #fff;
}
.dede_pages {margin:20px auto;height:30px;width:100%;text-align:center;overflow:hidden;}
.dede_pages ul {display:inline-block; *display:inline; zoom:1;margin:0 auto;position:relative;}
.dede_pages ul li {list-style:none;float:left;padding:1px 8px; border:1px solid #ddd;-moz-border-radius: 3px; -webkit-border-radius: 3px;    border-radius: 3px; height:20px; line-height:20px; margin:0 3px;font-size:13px;}
.dede_pages ul li a{color:#333;}
.thisclass{ background:#ddd; display:block;color:#fff;}
.context li{list-style:none;line-height:28px;color:#333;padding-left:30px;}
.context li a{color:#333}
/***************** header S *****************/
.topbar {
  background: #1038c2;
}
.topbar a {
  display: block;
  padding: 12px 0;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.topbar .iconfont {
  font-size: 25px;
}
.topbar span {
  font-weight: bold;
  color: #cccc00;
}
.header {
  padding: 0 10px;
  position: relative;
}
.header .logo a {
  display: block;
}
.header .logo img {
  display: block;
  max-width: 100%;
}
.nav {
  background-color: #1038c2;
}
.nav a {
  color: #ffe400;
}
.nav ul {
  display: block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav li {
  float: left;
  display: block;
  width: 33.33%;
  padding: 5px 0;
  text-align: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/***************** header E *****************/

/***************** banner S *****************/
.focus {
  position: relative;
  overflow: hidden;
}
.focus .hd {
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  text-align: center;
}
.focus .hd ul {
  display: inline-block;
  height: 11px;
  padding: 3px 5px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  vertical-align: top;
}
.focus .hd ul li {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #8C8C8C;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}
.focus .hd ul .on {
  background: #FE6C9C;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li img {
  width: 100%;
  height: 140px;
  background: url(../images/loading.gif) center center no-repeat;
}
/***************** banner E *****************/

/***************** footer S *****************/
.weui-footer {
  padding: 10px 0;
}
.weui-tabbar {
  background-color: #1038c2;
}
.weui-tabbar .weui-tabbar__item {
  padding-top: 0;
  color: #fff;
}
.weui-tabbar .iconfont {
  font-size: 28px;
}
.weui-tabbar .weui-tabbar__label {
  font-size: 16px;
  color: #fff;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
  color: #fff;
}
.weui-tabbar .weui-bar__item_on {
  color: #fff;
}
#float-tel {
  top: 50%;
  width: 240px;
  margin-left: -120px;
  margin-top: -3.5em;
}
#float-tel.hide {
  display: none;
}
#float-tel .weui-toast__content {
  min-height: 7.6em;
  margin: 10px;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  color: #333;
  background-color: #fff;
}
#float-tel .weui-toast__content .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
#float-tel .weui-toast__content .icon-dianhua {
  font-size: 50px;
  color: #0066cb;
}
#float-tel .weui-toast__content p {
  margin-bottom: 5px;
  font-size: 16px;
}
#float-tel .weui-toast__content a {
  display: inline-block;
  padding: 5px 25px;
  font-size: 18px;
  color: #fff;
  border-radius: 12px;
  background-color: #0066cb;
}
/***************** footer E *****************/

.section-panel {
  margin-top: 15px;
}
.section-panel .weui-panel__hd:after {
  border-bottom: none;
}
.section-panel .weui-panel__hd {
  text-align: center;
}
.section-panel .weui-panel__hd h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.section-panel .coltit:after {
  height: 0;
  border-bottom-width: 0;
}
.section-panel .coltit {
  position: relative;
  padding: 0 10px 0 0;
  height: 35px;
  line-height: 35px;
  background: url(../images/hd-bg.png) no-repeat;
}
.section-panel .coltit h3 {
  display: inline-block;
  width: 150px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.section-panel .coltit .more {
  float: right;
  display: block;
  width: 36px;
  height: 35px;
  white-space: nowrap;
  text-indent: 50px;
  overflow: hidden;
  background: url(../images/more.gif) center no-repeat;
}
.case .weui-media-box_appmsg .weui-media-box__hd {
  position: relative;
  width: 120px;
  height: 80px;
  overflow: hidden;
  background: #eaeaea url(../images/loading.gif) center no-repeat;
}
.case .weui-media-box_appmsg .weui-media-box__hd img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  min-height: 100%;
}
.news .weui-media-box {
  display: block;
}
.about .weui-panel__bd {
  padding: 15px;
}
.products .weui-grids {
  padding: 15px 5px 0 5px;
}
.products .weui-grid {
  width: 50%;
  margin-bottom: 15px;
  padding: 0 5px;
}
.products .weui-grid:before {
  border-right: none;
}
.products .weui-grid:after {
  border-bottom: none;
}
.products .weui-grid__label {
  padding: 5px;
}
.products .weui-grid__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  background: #eaeaea url(../images/loading.gif) center no-repeat;
}
.products .weui-grid__thumb img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  min-height: 100%;
}



.pagebar {
  padding: 30px 0;
  text-align: center;
}
.pagebar a,
.pagebar span.now-page {
  display: inline-block;
  min-width: 18px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 6px;
  color: #333;
  border: 1px solid #ddd;
}
.pagebar span.now-page,
.pager a:hover {
  border-color: #0066cc;
  background-color: #eaeaea;
}


.breadcumb {
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}



.post-title {
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.post-meta {
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px dotted #d8d8d8;
}
.post-meta span {
  padding: 0 .5em;
}
.post-body {
  min-height: 300px;
  overflow: hidden;
}
.post-body img {
  max-width: 100%!important;
  height:auto!important;
}
.post-nav {
  margin-top: 20px;
}


.weui-tabbar {
  position: fixed;
}



/*404*/
.not-found-box {
  width: 85%;
  overflow: hidden;
  text-align: center;
}
.not-found-box img {
  display: block;
  margin: 50px auto 15px auto;
}
.not-found-box a {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #ccc;
}
.not-found-box a:hover {
  color: #fff;
  background-color: #0061b4;
}

.procat {
  padding: 10px 5px;
}
.procat li {
  float: left;
  display: block;
  width: 33.33%;
  padding: 0 3px;
  margin-bottom: 6px;
}
.procat li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  border: 1px solid #1038c2;
}
.procat li.active a,
.procat li a:hover {
  color: #fff;
  background-color: #1038c2;
}

#navbar-category-10 {
  display: none;
}