/* CSS Document */
@CHARSET "UTF-8";
body ,html{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}
body,td,th {
	font-size: 12px;
	font-family: "Microsoft Yahei","黑体","宋体";
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.swap{
	width:100%; height:400px; margin:0 auto;
}
#slider{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider li{
	width:100%; height:400px; display:none; position:absolute;
}

#naviSlider{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px;
	
}
#naviSlider  li{
	height:10px; width:10px;   cursor:pointer; display:inline-block; 
	background:url(img/dot.png) -10px center no-repeat;
	_background:url(img/dot_ie6.png) -10px center no-repeat;
	*zoom:1;*display:inline;*margin-left:2px;
	
}
#naviSlider li.on{
	background:url(img/dot.png) left center no-repeat;
	_background:url(img/dot_ie6.png) left center no-repeat;
}


.indexPartSlider .section-pic{
    height: 341px;
    width: 341px;
    overflow: hidden;
    position: relative;
}
.indexPartSlider.indexPart2 > ul > li{
    height: 445px !important;
}
.indexPartSlider .section-pic .bd{
     height: 341px;
    width: 341px;
    overflow: hidden;
}

.indexPartSlider .section-pic .bd ul{
     height: 341px;
    width: 341px;
    overflow: hidden;
}

.indexPartSlider .section-pic .bd li{
     height: 341px;
    width: 341px;
    overflow: hidden;
    float: left;
}


.indexPartSlider .section-pic .hd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(0,0,0,.6);
    
}
.indexPartSlider .section-pic .hd ul{
    margin-top: 22px;
    width: 326px;
    padding-right: 15px;
    height: 6px;
    text-align: right;
}
.indexPartSlider .section-pic .hd li{
    width: 40px;
    height: 6px;
    float: right;
    border-radius: 3px;
    background-color: #888;
    margin: 0 5px;
    cursor: pointer;
}

.indexPartSlider .section-pic .hd li.on{
    background-color: #00950c;
}

    