@charset "utf-8";
/*index CSS Document */
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"宋体","Arial Narrow";overflow-x: hidden;    }
img{ border:none}

.indexFocus{
    width:100%;
    height:450px;
    background:#fff;
}
.indexFocusCon{
    position:relative;
    margin:0 auto;
    width:1100px;
    height:450px;
}
.indexFocusConPic{
    position:absolute;
    left:-410px;
    top:0;
    width:1920px;
    *width:1740px;
    height:450px;
    z-index:1;
    overflow: hidden;
}
.indexFocusConPic ul{
    margin: 0px;
    padding: 0px;
    width:1920px;
    *width:1740px;
    height:450px;
    list-style: none;
}
.indexFocusConPic ul  img{
    position:relative;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align:center;
}
.indexFocusConUp,.indexFocusConDown{
    position:absolute;
    top:0;
    width:67px;
    height:450px;
    z-index:2;
}
.indexFocusConUp{
    left:-70px;
}
.indexFocusConDown{
    right:-70px;
}
.indexFocusConUp a,.indexFocusConDown a{
    display:block;
    width:67px;
    height:450px;
}
.indexFocusConUp a{
    background:url(../images/indexFocusConBtn.png) no-repeat left center;
}
.indexFocusConDown a{
    background:url(../images/indexFocusConBtn.png) no-repeat right center;
}

/*.banner{height:500px;margin:auto;}
.bannerppt{position:relative; background:#f7f7f7;_width:1410px;margin:auto; overflow:hidden;_zoom:1;  }
.bannerppt .pic{width:1440px;height:500px;overflow:hidden; position:relative; margin:auto;}
.bannerppt .pic ul{height:500px;position:absolute; width:1440px;}
.bannerppt .pic ul li{float:left;width:1440px;height:500px;overflow:hidden;position:relative;background:#fff;}
.bannerppt .pic ul li div{position:absolute;overflow:hidden;}
.bannerppt .btnBg{height:30px; background:url(../bannerimages/adchange.jpg); display:none;}
.bannerppt .btn{ text-align:center; position:absolute; bottom:0; line-height:20px; height:20px; left:50%;_position:inherit; _margin-top:-20px;}
.bannerppt .btn span{display:inline-block;_display:inline;_zoom:1;width:60px; height:5px;_font-size:0;margin-right:5px;cursor:pointer; background:#fff;}
.bannerppt .btn span.on{background:#fff;}
.bannerppt .preNext{width:57px;height:130px;position:absolute;top:100px;cursor:pointer; }
.bannerppt .pre{left:100px;background:url(bannerimages/left.png) no-repeat 0 0; display:none;}
.bannerppt .next{right:100px;background:url(bannerimages/right.png) no-repeat 0 0;display:none;} */