@charset "UTF-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

/*body{font:14px Tahoma, Geneva, sans-serif;}

#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:435px;right:20px;background:url(white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}
*/
#slideshowWrapper {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 80px;
    z-index: 1;
}

ul#slideshow {
    list-style: none;
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding: 0px;
}

li#slideshow-li {
    width: 100%;
    background-color: #fff;
}

/*.slideshow-img {
max-width: 2000px;
width: 100%;
}*/
.slideshow-img-2021-1 {
    height: 600px;
    /*background: transparent url("../img/home-banner-1.jpg") no-repeat scroll center center / cover;*/
    background: transparent url("../img/home-banner-3.jpg") no-repeat scroll center center / cover;
}

.slideshow-img {
    height: 600px;
    /*background: transparent url("../img/Slider_Image1_1410x600.jpg") no-repeat scroll center center / cover;*/
    background: transparent url("../img/Slider_Image1_1410x600.jpg") no-repeat scroll center center / cover;
}

.slideshow-img2 {
    height: 600px;
    /*background: transparent url("../img/home-banner-1.jpg") no-repeat scroll center center / cover;*/
    background: transparent url("../img/Slider_Image3_1410x600.jpg") no-repeat scroll center center / cover;
}

.slideshow-img3 {
    height: 600px;
    /*background: transparent url("../img/home-banner-1.jpg") no-repeat scroll center center / cover;*/
    background: transparent url("../img/Slider_Image7_1410x600.jpg") no-repeat scroll center center / cover;
}

.slideshow-img4 {
	height: 600px;
	/*background: transparent url("../img/home-banner-1.jpg") no-repeat scroll center center / cover;*/
	background: transparent url("../img/Slider_Image4_1400x600.jpg") no-repeat scroll center center / cover;
}*/


@media (max-width: 1199px) {

    .slideshow-img, .slideshow-img2, .slideshow-img3, .slideshow-img4 {
        height: 450px;
    }

}

@media (max-width: 449px) {

    #slideshowWrapper {
        position: absolute;
        height: 200px;
        margin-top: 81px;
    }

    ul#slideshow {
        list-style: none;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    li#slideshow-li {
        width: 100%;
        height: 200px;
    }

    .slideshow-img, .slideshow-img2, .slideshow-img3, .slideshow-img4 {
        max-width: 2000px;
        height: 200px;
        width: 100%;
    }

}


#fssList {
    list-style: none;
    width: 646px;
    margin: auto;
    padding: 5px 0 0 45%;
}

#fssList li {
    display: inline;
    padding-right: 10px;
}

#fssList li a {
    color: #999;
    text-decoration: none;
}

#fssList li.fssActive a {
    font-weight: bold;
    color: #333;
}

#top {
    background: #3b5998;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#top h1 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 7px 0 0 15px
}

#top h1 span {
    font-size: 11px;
}

#top h1 a {
    text-decoration: underline;
    color: #fff;
}

#top h1 a:hover {
    text-decoration: none;
}

small a {
    color: #000;
}
