@charset "utf-8";

#ico_home{ display:inline-block;}
#ico_back{ display:none;}
#foot{ border-top:#e8e1d4 1px solid; margin-top:0;}

/*banner*/
#banner{margin:0 auto;position:relative;overflow:hidden;z-index:1;line-height:0;}
/*图标*/
#indexIcons{ position:relative; border-right:#ebd6c7 1px solid; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
#indexIcons i{ display:inline-block; width:0.5em; height:2.2em; background:#ebd6c7;}
#indexIcons a{ display:inline-block; width:50%; float:left; text-align:center; line-height:0; padding:1em 0; border-left:#ebd6c7 1px solid; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
#indexIcons a img{ max-width:70%;}

/*首页标题*/
.indexTit{ position:relative; width:50%; float:left; height:0; padding-bottom:50%; overflow:hidden;}
.indexTit img{ width:100%;}
#indexTit2 img{ margin-top:-100%;}
#indexTit3 img{ margin-top:-200%;}
#indexTit4 img{ margin-top:-300%;}
/*三角形*/
.tri1,.tri2{ position:absolute; z-index:100; left:-15em; top:35%; display:inline-block; width:15em; height:15em; overflow:hidden; background:red;}
.tri1 img,.tri2 img{ height:100%;}.tri2 img{ margin-left:-100%;}

/*热门产品*/
#hotPro,#indexNews,#indexAbout,#indexEWM{ width:50%; height:0; padding-bottom:50%; overflow:hidden; float:left; background:#232323;}

/*新闻动态*/
#indexNews{ position:relative; color:#9e988b; }
#indexNews a{ color:#eee4d0;}#indexNews a:hover{ color:#fff;}
#indexNews dl{ padding:2em 1.5em; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
#indexNews dt{margin:0; padding:0; line-height:120%;}
#indexNews dt b{ font-size:2.5em; font-weight:normal;}
#indexNews dd a{ display:block; width:100%; margin-top:0.5em;}
#indexNews dd a b{ display:inline-block; width:100%; font-size:1.2em; max-height:2.4em; line-height:120%;  font-weight:normal; overflow:hidden; }
#indexNews dd a span{ color:#9e988b; line-height:120%; max-height:3.6em; overflow:hidden; display:inline-block; width:100%;}
#indexNews dd a:hover span{ color:#ccc;}
@media screen and (max-width:480px){
  #indexNews dl{ padding:1.5em;
}