/*li,ol,ul{list-style:none;margin:0;padding:0}a:hover{text-decoration:none}body{font-family:Helvetica,Tahoma,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei"}.sme-topnav-bar{background:#f5f5f5;color:#ccc;line-height:30px;border-bottom:1px solid #e0e0e0;font-size:0}.sme-topnav-bar li{position:relative;float:left;font-size:12px;line-height:30px;padding:0 10px}.sme-topnav-bar li.topnav-separator{padding:0}.sme-topnav-bar li.topnav-home{padding-left:0}.sme-topnav-bar li.topnav-memb{padding-right:0}.sme-topnav-bar li a{color:#999;font-size:12px}.sme-topnav-bar li a:hover{color:#ffa800}.sme-header{position:relative;padding:15px 0;background:#fff}.header-navbar{margin:15px 0 0}.header-navbar li{position:relative;float:left;padding-left:11px}@media (min-width:768px){.header-navbar li{padding-left:8px;padding-right:8px}}@media (min-width:992px){.header-navbar li{padding-left:10px;padding-right:0}}@media (min-width:1200px){.header-navbar li{padding-left:25px;padding-right:0}}.header-navbar li a{font-size:16px;font-weight:700;display:inline-block;line-height:28px;color:#333}.header-navbar li a:hover,.header-navbar li.active a{color:#ffa800;text-decoration:none}.header-navbar li .icon-navbar{position:absolute}.header-navbar li .icon-navbar-hot{right:-32px;top:-15px;-webkit-animation:hotdrop 1s linear infinite;-moz-animation:hotdrop 1s linear infinite;animation:hotdrop 1s linear infinite}.sme-footer{padding:40px 0;background:#f5f5f5}.sme-footer-index{background:#fff}.sme-footer-link dl{float:left;width:50%}.sme-footer-link dl dt{font-size:16px;color:#333;font-weight:400;margin-bottom:10px}.sme-footer-link dl dd{line-height:30px;color:#999}.sme-footer-link dl dd a{color:#999}.sme-footer-link dl dd a:hover{color:#ffa800}.sme-footer-link .ft-ewm{text-align:center;color:#666}.sme-footer-link .ft-ewm div{margin-right:30px}@media (min-width:768px){.sme-footer-link dl{float:left;width:33.33%}.sme-footer-link .ft-ewm{float:left}.sme-footer-link .ft-ewm div{margin-right:30px;margin-left:0}}@media (min-width:992px){.sme-footer-link dl{float:left;width:170px}.sme-footer-link .ft-ewm{float:right}.sme-footer-link .ft-ewm div{margin-right:0;margin-left:20px}}@media (min-width:1200px){.sme-footer-link dl{float:left;width:200px}.sme-footer-link .ft-ewm{float:right}.sme-footer-link .ft-ewm div{margin-right:0;margin-left:30px}}.sme-footer-copyright{text-align:center;color:#999;line-height:20px;font-size:12px}.sme-footer-copyright p{margin:0}.sme-footer-copyright a{color:#999}.sme-footer-copyright a:hover{color:#ffa800}.sme-ui-layer-shade{display:none;position:fixed;left:0;top:0;bottom:0;right:0;width:100%;height:100%;background-color:#000;opacity:.3;z-index:9999998}.sme-ui-layer{display:none;position:fixed;left:50%;top:50%;z-index:9999999;background:#fff}.sme-ui-layer-close{position:absolute;right:0;top:0;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;background-color:#f0ad4e}.sme-ui-layer-close:hover{color:#fff}.sme-ui-layer-from-sq{width:450px;margin-left:-200px;margin-top:-250px;padding:50px 30px}.sme-ui-layer-from-sq .btn-info{padding:8px 30px}.sme-ui-pages{overflow:hidden;text-align:right;margin:50px auto;color:#666}.div-pl-bt .pagenum{width:30px;text-align:center}.div-pl-bt .page a,.div-pl-bt .page span{display:inline-block;vertical-align:middle;margin-left:3px;padding:5px 12px;border:1px solid #ddd;overflow:hidden;color:#333}.div-pl-bt .page .current,.div-pl-bt .page a:hover{border:1px solid #f67649;color:#f67649}.div-pl-bt .page span.jum-page{border:none;width:auto;color:#999}.div-pl-bt .page a.submit-page{font-size:12px;padding:4px 12px;background-color:#f90;border-color:#f90;color:#fff}.div-pl-bt .page .page-next-no,.div-pl-bt .page .page-pre-no{background-color:#efefef;color:#999}.div-pl-bt .page .page-pre-no::before{content:'涓婁竴椤�'}.div-pl-bt .page .page-next-no::before{content:'涓嬩竴椤�'}@-webkit-keyframes hotdrop{0%{top:-10px}50%{top:-15px}100%{top:-10px}}@-moz-keyframes hotdrop{0%{top:-10px}50%{top:-15px}100%{top:-10px}}50%{top:-15px}100%{top:-10px}*/
/* reset */
ol,ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover{
  text-decoration: none;
}
body{
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";;
}

/* topnav-bar */
.sme-topnav-bar{
  background: #f5f5f5;
  color: #CCC;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
}
.sme-topnav-bar li{
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}
.sme-topnav-bar li.topnav-separator{
  padding: 0;
}
.sme-topnav-bar li.topnav-home{
  padding-left: 0;
}
.sme-topnav-bar li.topnav-memb{
  padding-right: 0;
}
.sme-topnav-bar li a{
  color: #999;
  font-size: 12px;
}
.sme-topnav-bar li a:hover{
  color: #ffa800;
}

/* header */
.sme-header{
  position: relative;
  padding: 15px 0;
  background: #FFF;
}
.header-navbar{
  margin: 15px 0 0;
}
.header-navbar li{
  position: relative;  
  float: left;
  padding-left: 11px;
}

@media (min-width: 768px){
  .header-navbar li{
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px){
  .header-navbar li{
    padding-left: 18px;
    padding-right: 0;
  }
}
@media (min-width: 1200px){
  .header-navbar li{
    padding-left: 28px;
    padding-right: 0;
  }
}
.header-navbar li a{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 28px;
  color: #333;
}
.header-navbar li a:hover,.header-navbar li.active a{
  color: #ffa800;
  text-decoration: none;
}
.header-navbar li .icon-navbar{
  position: absolute;
}
.header-navbar li .icon-navbar-hot{
  right: -32px;
  top: -15px;
  -webkit-animation: hotdrop 1s linear infinite;
       -moz-animation: hotdrop 1s linear infinite;
            animation: hotdrop 1s linear infinite;
}
/*导航下拉S*/
.submenu{
  /*display: none;*/
  display: inline-block;
  top:-0px;
  padding:0px 10px;
  position: absolute;
  z-index: 1000;
  right: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.icon-arrows-border {
    position: absolute;
    right: 30px;
    bottom:-2px;
    z-index: 1001;
    height: 0;
    width: 0;
    line-height: 0;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #c8c8c8;
}
.icon-arrows-bg {
    position: absolute;
    left: -8px;
    top: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
@media (min-width: 1200px){
    .submenu{
        top:-15px;
    }
    .icon-arrows-border {
        bottom:-5px;
    }
}
.icon-dowm{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  margin-left:3px;
  border-color: #000333 transparent transparent transparent;
}
.header-navbar li a:hover .icon-dowm{
  border-color: #ffa800 transparent transparent transparent;
}
.submenu .sme-introduce-list{
  text-align: center;
}
.submenu .sme-introduce-list li{
  padding: 0;
  margin:12px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.submenu .sme-introduce-list li:hover{
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.submenu .sme-introduce-list a{
  color:#4d4d4d;
  display: block;
  line-height: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.submenu .sme-introduce-list a:hover{
  color:#ffa800;
}
.submenu .sme-introduce-list a>p{
  padding: 0;
  margin:0;
}
/*导航下拉E*/

/*导航图标S*/
.sme-icon{
  background: url('/images/newindex/icons.png') no-repeat;
  display: inline-block;
}
.icon-about{
    height:33px;
    width: 30px;
}
.icon-device{
    background-position: -681px -4px;
}
.sme-introduce-list a:hover .icon-device{
    background-position: -9px -360px;
}
.icon-fuzhuang{
    background-position: -635px -4px;
}
.sme-introduce-list a:hover .icon-fuzhuang{
    background-position: -49px -363px;
}
.icon-gongye{
    width: 34px;
    background-position: -589px -4px;
}
.sme-introduce-list a:hover .icon-gongye{
    width: 34px;
    background-position: -93px -364px;
}
.icon-ziyuan{
    width: 35px;
    background-position: -545px -4px;
}
.sme-introduce-list a:hover .icon-ziyuan{
    background-position: -141px -361px;
}
.icon-jixi{
    width: 33px;
    background-position: -499px -4px;
}
.sme-introduce-list a:hover .icon-jixi{
    background-position: -188px -361px;
}
.icon-jiajv{
    width: 34px;
    background-position: -448px -4px;
}
.sme-introduce-list a:hover .icon-jiajv{
    background-position: -237px -361px;
}
.icon-led{
    width: 25px;
    background-position: -410px -4px;
}
.sme-introduce-list a:hover .icon-led{
    background-position: -286px -360px;
}
.icon-ruanjian{
    width: 35px;
    background-position: -358px -4px;
}
.sme-introduce-list a:hover .icon-ruanjian{
    background-position: -326px -364px;
}
.icon-wuliu{
    width: 35px;
    background-position: -9px -4px;
}
.sme-introduce-list a:hover .icon-wuliu{
    background-position: -381px -362px;
}
.icon-wulianwang{
    width: 33px;
    background-position: -64px -4px;
}
.sme-introduce-list a:hover .icon-wulianwang{
    background-position: -434px -360px;
}
.icon-xincailiao{
    width: 28px;
    background-position: -117px -4px;
}
.sme-introduce-list a:hover .icon-xincailiao{
    background-position: -485px -360px;
}
.icon-zhongbiao{
    width: 22px;
    background-position: -167px -4px;
}
.sme-introduce-list a:hover .icon-zhongbiao{
    background-position: -530px -360px;
}
.icon-zhubao{
    width: 33px;
    background-position: -210px -4px;
}
.sme-introduce-list a:hover .icon-zhubao{
    background-position: -573px -360px;
}
.icon-qicai{
    width: 35px;
    background-position: -260px -4px;
}
.sme-introduce-list a:hover .icon-qicai{
    background-position: -627px -359px;
}
.icon-xinxi{
    width: 34px;
    background-position: -312px -4px;
}
.sme-introduce-list a:hover .icon-xinxi{
    background-position: -677px -363px;
}

/*导航图标E*/


/* footer */
.sme-footer{
  padding: 40px 0;
  background: #f5f5f5;
}
.sme-footer-index{
  background: #FFF;
}
.sme-footer-link dl{
  float: left;
  width: 50%;
}
.sme-footer-link dl dt{
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}
.sme-footer-link dl dd{
  line-height: 30px;
  color: #999;
}
.sme-footer-link dl dd a{
  color: #999;
}
.sme-footer-link dl dd a:hover{
  color: #ffa800;
}
.sme-footer-link .ft-ewm{
  text-align: center;
  color: #666;
}
.sme-footer-link .ft-ewm div{
   margin-right: 30px; 
}
@media (min-width: 768px){
  .sme-footer-link dl{
    float: left;
    width: 33.33%;
  }
  .sme-footer-link .ft-ewm{
    float: left;
  }
  .sme-footer-link .ft-ewm div{
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (min-width: 992px){
  .sme-footer-link dl{
    float: left;
    width: 170px;
  }
  .sme-footer-link .ft-ewm{
    float: right;
  }
  .sme-footer-link .ft-ewm div{
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1200px){
  .sme-footer-link dl{
    float: left;
    width: 200px;
  }
  .sme-footer-link .ft-ewm{
    float: right;
  }
  .sme-footer-link .ft-ewm div{
    margin-right: 0;
    margin-left: 30px;
  }
}
.sme-footer-copyright{
  text-align: center;
  color: #999;
  line-height: 20px;
  font-size: 12px;
}
.sme-footer-copyright p{
  margin: 0;
}
.sme-footer-copyright a{
  color: #999;
}
.sme-footer-copyright a:hover{
  color: #ffa800;
}

/* S 弹层 */
.sme-ui-layer-shade{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 9999998;
}
.sme-ui-layer{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  background: #FFF;
}
.sme-ui-layer-close{
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f0ad4e;
}
.sme-ui-layer-close:hover{
  color: #FFF;
}
.sme-ui-layer-from-sq{
  width: 450px;
  margin-left: -200px;
  margin-top: -250px;
  padding: 50px 30px;
}
.sme-ui-layer-from-sq .btn-info{
  padding: 8px 30px;
}
/* E 弹层 */

/* S 分页 */
.sme-ui-pages{
  overflow: hidden;
  text-align: right;
  margin: 50px auto;
  color: #666;
}
.div-pl-bt .pagenum{
  width: 30px;
  text-align: center;
}

.div-pl-bt .page a,
.div-pl-bt .page span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  padding: 5px 12px;
  border: 1px solid #ddd;
  overflow: hidden;
  color: #333;
}
.div-pl-bt .page .current,
.div-pl-bt .page a:hover {
    border: 1px solid #f67649;
    color: #f67649;
}
.div-pl-bt .page span.jum-page{
  border: none;
  width: auto;
  color: #999;
}
.div-pl-bt .page a.submit-page{
  font-size: 12px;
  padding: 4px 12px;
  background-color: #f90;
  border-color: #f90;
  color: #FFF;
}
.div-pl-bt .page .page-pre-no,
.div-pl-bt .page .page-next-no{
  background-color: #EFEFEF;
  color: #999;
}
.div-pl-bt .page .page-pre-no::before{
  /* display: none; */
  content: '上一页';
}
.div-pl-bt .page .page-next-no::before{
  content: '下一页';
}

/* E 分页 */

@-webkit-keyframes hotdrop{
    0% {top: -10px;}
    50%{top: -15px;}
    100% {top:-10px;}
}
@-moz-keyframes hotdrop{
    0% {top: -10px;}
    50%{top: -15px;}
    100% {top:-10px;}
}
@-keyframes hotdrop{
    0% {top: -10px;}
    50%{top: -15px;}
    100% {top:-10px;}
}


