/* CSS Document */
*{ padding:0; margin:0 auto; border:0;}

.main{ margin:0 auto; width:1000px; height:auto;}

.logo{ width:1000px; height:50px; }
.logo li{ list-style:none; float:left; bottom:0; width:100px; height:30px; margin-top:20px; text-align:right; font-size:16px; font-weight:bold;}

.ad{ width:1000px; height:80px; margin-top:20px; margin-bottom:20px;}

.fuc{ width:1000px; height:450px;}
#slideshow {}
#slideshow a {
    position: absolute;
}
#slideshow a img {
    background: #fff;
}
#slideshow a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 2s;
    animation-duration: 1s;
    z-index: 20;
}
#slideshow a:nth-of-type(2) {
    z-index: 10;
}
#slideshow a:nth-of-type(n+3) {
    display: none;
}
 @keyframes fader {
 from {
opacity: 1.0;
}
 to {
opacity: 0.0;
}
}

a{ text-decoration:none; color:#000000;}
a:hover{ color:#FF0000;}

.tj{ width:1000px; height:340px; margin-top:20px;}
.tjcont{ width:320px; height:340px; overflow:hidden; float:left;}

.tuijc img{ max-width:600px;}

.foot{ width:1000px; height:200px; position: absolute; margin-top:350px;}
.foot li{ list-style:none; text-align:center; height:60px; line-height:60px;font-size:16px; background-color: #e81a66; color:#000000;}


.ad2{ width:1000px; height:200px; }
.ad2 li{ list-style:none; text-align:center; height:60px; line-height:60px;font-size:16px; background-color: #000000; color:#FFFFFF;}