@charset "utf-8";
/*banner begin*/
.bannerContainer {width:100%;height:329px;overflow:hidden;}
.bannerContainer ul li{width:100%;height:329px;position:relative;/*background:url(../images/bg1.jpg) center; */}
.bannerContainer ul li img{position:absolute;left:-760px;top:0px;}
/*导航条*/
.navslider{width:100%;height:70px;/*background:rgba(255,255,255,0.5);*/background:#fff;opacity:0.75; /*透明度*/position:absolute;left:0px;bottom:0px;}
/*进度条*/
.bar{width:760px;height:3px;left:50%;position:absolute;bottom:0px;margin-left:-380px;background:url(../img/bar.png);}
.bar p{width:0px;height:3px;background:#00925f;margin-left:3px;}
/*banner end*/

/*fadePic begin*/
.fadeContainer {
    margin: 0;
    padding: 0;
    width: 270px;
    height: 202px;
    overflow: hidden;
    border: 0px;
}

.fadePic {
    position: absolute;
    animation: round 16s infinite;
    opacity: 0;
}

@keyframes round {
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}
img:nth-child(1) {
    animation-delay: 12s;
}

img:nth-child(2) {
    animation-delay: 8s;
}

img:nth-child(3) {
    animation-delay: 4s;
}

img:nth-child(4) {
    animation-delay: 0s;
}
/*fadePic begin*/

