﻿@charset "utf-8";

/* banner */
#banner{ position:relative; height:550px; overflow:hidden; text-align:center; background:url(../images/loading.gif) center center no-repeat #000;}
.Slideshow{ position:absolute; top:0; left:50%; width:1920px; margin-left:-960px; height:550px; overflow:hidden;text-align:center;}
.Slideshow li{ position:absolute; left:0; top:0; z-index:10; width:1920px; height:550px; overflow:hidden; display:none; text-align:center;  *display:expression(this.previousSibling==null?'block':'none'); }
.Slideshow li:first-child{ display:block;}
#banner a.prev,#banner a.next{ position:absolute; top:40%; left:6%; z-index:11; height:100px; width:50px; line-height:50px; display:inline-block; cursor:hand; cursor:pointer; background:url(../images/bannerBtn.png) left top no-repeat;}
#banner a.prev:hover{ background-position:left -100px;}
#banner a.next{ background-position:-50px top; left:auto; right:6%;}#banner a.next:hover{ background-position:-50px -100px;}

.Slideshow li#video_Box{ background:url(../bannerImg/video_bg.jpg) center top repeat-x;}
p#videoBox{ margin:40px auto 0 auto; padding:0;}

/*公用*/
.Tit{ height:100px; background:url(../images/index_Tit.png) center top no-repeat; overflow:hidden; clear:both; margin:100px auto 40px auto;}
.Tit a{ display:block; width:100%; height:100%;}
#indexNews .Tit{ background-position:center -100px;}
#indexSampling .Tit{ background-position:center -200px;}

/*首页产品*/
#indexPro,#indexNews{ overflow:hidden;}
#index_pro,#index_news{float:left; position:relative; margin-right:-57px; margin-bottom: -30px;}
#index_pro dl,#index_news dl{ float:left; margin:0 57px 30px 0; padding:0; width:362px; overflow:hidden;}
#index_pro dt,#index_news dt{ margin:0 0 14px 0; padding:0;}
#index_pro dt a{ background:#f4efe9; display:inline-block; width:362px; height:362px; border:#dcd2c8 1px solid; margin-bottom:25px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; line-height:0; text-align:center;}
#index_pro dt a img{ max-width:100%; max-height:100%;}
#index_pro dt a:hover{ border-color:#c0b3a6;}
#index_pro dt b{ display:inline-block; height:30px; line-height:30px; font-size:18px; color:#587320; width:100%; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;-o-text-overflow:ellipsis; text-indent:6px;}
#indexPro dd{ line-height:22px; height:66px; overflow:hidden; }

/*首页新闻*/
#index_news dl{ background:#fbfff0;}
#index_news dt a{display:inline-block; width:362px; height:272px; margin:1px auto 25px auto; line-height:0; text-align:center;}
#index_news dt a img{ max-width:100%; max-height:100%;}
#index_news dt span{ display:inline-block; height:20px; line-height:20px; font-size:16px; font-weight:bold; color:#587320; width:92%; margin:0 4%; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;-o-text-overflow:ellipsis;}
#index_news dd{ width:92%; margin:0 4%; border-top:#587320 1px dotted; padding:15px 0; }
#index_news dd p{ line-height:22px; height:66px; overflow:hidden;font-size:12px; margin:0; padding:0;}

/*首页试用中心*/
#indexSampling img{ max-width:100%;}


@media screen and (max-width: 1024px){
	#index_pro dl,#index_news dl{ margin:0 40px 15px 0; width:300px;}
	#index_pro dt a{ width:300px; height:300px;}
	#index_news dt a{ width:300px; height:225px;}
}