﻿
#banner{width:100%; height:360px;margin:-10px auto 0; background:#000;}
.focusbox{background-color:#1C1C1C; position:relative;width: 1000px;margin: 0 auto;}
.focusimg{width:1000px; height:360px; position:relative; overflow:hidden;-webkit-perspective: 1300px;}
.fimglist{width:99300px; position:relative;-moz-perspective: 1300px;}
.fimglist img{display:block; width:1000px; height:360px; cursor:pointer;}
.fimglist li{width:1000px; height:360px; float:left;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;}
.fimglist li.onpre{-webkit-animation:onpre .5s ease-in-out;animation:onpre .5s ease-in-out;opacity:0;-webkit-transform:scale(0.8,0.8);transform:scale(0.8,0.8);}
@-webkit-keyframes onpre{
	0%{opacity:1;-webkit-transform:rotateY(0deg);}
	100%{opacity:0;-webkit-transform:rotateY(90deg)}
}
@keyframes onpre{
	0%{opacity:1;transform:rotateY(0deg);}
	100%{opacity:0;transform:rotateY(90deg)}
}
.focustool{overflow:hidden; position:absolute;top: 0;left: 0; width:220px;  height:360px;}
.ftoollist{/*width:4655px;*/ position:relative;}
.ftoollist img{display:block; width:129px; height:69px; margin-bottom:3px;}
.ftoollist a{
    display:block;
    width:220px; height:72px;
    color:#363636;
    background:url(images/banner_nav_bg.png) 0 0 no-repeat;
    position:relative;/*-webkit-transition:all .3s linear;transition:all .3s linear;*/}
.ftoollist li{float:left; cursor:pointer; -webkit-transition:all .3s linear; transition:all .3s linear;}
.ftoollist .imgname{ 
    padding:14px 0 0 15px;
    font:800 18px 'Microsoft YaHei'; letter-spacing: -1px; vertical-align:middle;
    color:#363636; 
    overflow:hidden; cursor:pointer;}
.ftoollist .imgshortcat{
    padding-left:12px; padding-top:5px;
    word-spacing:-4px;
    letter-spacing :0;
    color:#363636;
    font:400 12px 'Microsoft YaHei'; 
    overflow:hidden; cursor:pointer;}
/*.ftoollist a:hover{background-color:#503769;z-index:100;}*/
.ftoollist a:hover .imgname{color:#cc0000;}
.ftoollist a:hover .imgshortcat{color:#cc0000;}
.ftoollist .on a{
    width:220px; height:72px;
    background:url(images/banner_nav_focus.png) 0 0 no-repeat;
    }
.ftoollist .on .imgname{color:#cc0000;}
.ftoollist .on .imgshortcat{color:#cc0000;}