html{background-color: #000000;}
body {padding: 0; background-color: #000000;}
a.Logo {display: block;width: 75px;height: 60px;background-image: url(/themes/demo/assets/images/logo.png);background-size: contain;background-repeat: no-repeat;background-position: center;margin-left: -20px;}

header{position: absolute;left: 0;right: 0;top: 0;background: rgba(0,0,0,.7);}
.navbar-inverse {background-color:transparent; border:none;}
.uk-navbar-nav>li>a {color: #fff;}
.uk-navbar-nav>li>a:hover {color: #8e8e8e;}

.Breadcrumb{margin-top: 160px;}
.Breadcrumb h1{color: #8b8b8b;}

#footer{padding-top: 30px; color:#999; background: #101010;}
#footer *{color:#999}
#footer img{width: 70px;}
#footer a:hover{color:#fff;text-decoration: none; }

.footer-blank{clear: both;height: 80px;}

ul.post-list{list-style: none;}
ul.post-list li{list-style: none;}

ul.uk-navbar-nav{}
ul.uk-navbar-nav li a:hover{text-decoration: none; }

/*首页*/
.HomeWrap{text-align:center}
.HomeWrap a img{margin: 0 auto; width:100%; max-width:1920px;}

/*新闻*/

.NewsIndexList a{display: block; background-size: cover;height: 360px;position: relative;border-radius:0 18px 0 0;overflow:hidden;}
.NewsIndexList a .newBox{position: absolute;left: 0;right: 0;bottom: 0;background:rgba(0, 0, 0, 0.6);padding: 16px; color: #f3f3f3;}
.NewsIndexList a:hover .newBox{background: rgba(0, 0, 0, 8);color: #ffffff;}
.NewsIndexList a .title{max-height:58px;overflow:hidden;text-overflow:ellipsis;text-align: justify; color: #eee; font-size:20px;margin: 0;}
.NewsIndexList a .date{margin: 0;line-height: 16px;color:#999}
.NewsIndexList a .introductory{ max-height:48px;overflow:hidden;text-overflow:ellipsis;text-align: justify;color:#999;margin: 8px 0;}

.NewsContent{color: #8b8b8b;}
.NewsContent *{color: #8b8b8b;}
.NewsContent p{margin: 6px 0;}
.NewsIntroductory{background: #1d1d1d;padding: 20px;color: #878787;margin-bottom: 60px;border-radius: 0 20px 0 20px;}
.NewsIntroductory p{ margin: 0;}
.NewsIntroductory p.Date{text-align:right}

ul.NewsSidebar{list-style: none;margin: 0;padding: 0;}
ul.NewsSidebar li{list-style: none;margin: 0;padding: 0;margin-bottom: 18px;}
ul.NewsSidebar li a{display: block; text-align:left;text-decoration: none;}
ul.NewsSidebar li a img{ width:100%;max-height:130px}
ul.NewsSidebar li a *{font-size:14px;margin: 0;padding: 0; color:#999}
ul.NewsSidebar li a:hover{text-decoration: none;}
ul.NewsSidebar li a:hover *{color: #ffffff;text-decoration: none;}

/*视频*/
a.Video{display: block;position: relative; width:100%;height:180px}
a.Video img{display: block;width:100%;height:180px}
a.Video h3{position: absolute;left: 0;right: 0;bottom: 0;background:rgba(0, 0, 0, 0.6);padding: 16px; color: #f3f3f3;    margin: 0;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
a.Video:hover h3{background: rgba(0, 0, 0, .8);color: #ffffff;top:0; line-height:160px}

/*产品*/
.ProductView{text-align:center}
.ProductView p{margin: 0 auto;padding: 0;}
.ProductView img{margin: 0 auto; width:100%; max-width:1920px;}

/*产品*/
.ContactWrap{margin:30px auto;color: #8b8b8b;}
.ContactWrap p{margin:0;}
.ContactWrap h4{margin: 6px 0;padding:0;color:#fdfdfd}
.ContactWrap span{margin-right: 0!important;}

/* 公共 */
.clearFix{clear:both}

/* Mobile */
@media (max-device-width : 736px){
    
    header{position: static;}
    a.Logo{width: 100%;}
        
    .Breadcrumb{text-align:center!important;}
    .Breadcrumb ul{display: inline-flex!important;}

    
    .ContactWrap *{text-align:center!important;}
    .ContactWrap div{margin:20px 0;padding:0;}
    
    .footer-blank{clear: both;height: 10px!important;}
    #footer *{text-align:center}
    #footer .uk-text-right{display:none}
    
}

