﻿@charset "utf-8";
#webHeader{height:0px;}
/*
#webHeader .box{background:none;}
#webHeader .logo a{background-image:url(../images/logo_w.png);}
#webNav dd a{color:#fff;}
.search .key{background-image:url(../images/zom_w.png);}
.navKey:before, .navKey:after, .navKey i{background:#fff;}
#webHeader.headFloat .box{background:#fff; background:rgba(255,255,255,.95);}
#webHeader.headFloat .logo a{background-image:url(../images/logo.png);}
#webHeader.headFloat #webNav dd a{color:#666;}
#webHeader.headFloat #webNav dd a.sel{color:#026daf;}
#webHeader.headFloat .search .key{background-image:url(../images/zom.png);}
#webHeader.headFloat .navKey:before, #webHeader.headFloat .navKey:after, #webHeader.headFloat .navKey i{background:#666;}
*/

.hm_video{min-height:80px; position:relative; z-index:0; background:#000; z-index:0; text-align:center; overflow:hidden;}
.hm_video:before{content:" "; position:absolute; width:100%; height:100%; left:0;top:0;z-index:1; background:#06f url(../images/mask.png); opacity:.3;}
.hm_video video, .hm_video .img{width:100%; height:100%; position:absolute; left:0; top:0; z-index:2;}
.hm_video video{object-fit:fill; z-index:0;}
.hm_video .img{background:no-repeat center; background-size:100% 100%; display:none;}
.hm_video video .img{display:block;}

.hm_core{padding:30px 0; list-style:none;}
.hm_core li{float:left; width:33.33%; box-sizing:border-box;}
.hm_core li img{width:100%; height:auto;}

.prod_lst{padding:0;}
.prod_lst li{padding:0 10px;}

.prLine{padding:0;}
.banner_hmLine, .banner_hmLine .bd .item, .banner_hmLine .bd .item .bg, 
.banner_hmLine .bd .item .txt{height:450px;}
.banner_hmLine .ctrl{display:none;}

.hm_news{padding-bottom:30px;}

/*手机*/
@media (max-width: 800px) {
	.hm_core li{width:50%;}
	.prod_lst li{width:100%; float:none; padding:10px 0;}
	.prod_lst li a strong{height:auto; line-height:1.2;}
	.prod_lst li a u{height:auto;}
	.prod_lst li a i{height:auto;}
	.hm_video .img{background-size:auto 100%;}
}