@charset "UTF-8";
/*
    发布站作者：创意工作室
    官网：www.891my.com
    客服QQ：32804366
*/

body {
    background: #ddeeff url('./bg.jpg') repeat-x;
    font-size: 12px;
    font-family: "宋体";
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.red {
    color: #f00;
}

.none {display: none;}

.zizhu {float: right;color: #fff;font-size: 16px;display: inline-block;height: 40px;line-height: 40px;margin-top: 10px;background: #e04411;padding: 0 20px;border-radius: 4px;text-decoration: none;}
.zizhu:hover {background: #f00;color: #ffff00;text-decoration: none;}
.main {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px #094a8e;
}

.main .data {
    width: 100%;
    font-size: 12px;
    border-spacing: 2px;
    background: #8bbef3;
    border-spacing: 1px;
}
.main .data th {height: 30px;background: #8bbef3;text-align: center;color: #fff;}
.main .data td {padding: 5px;border-bottom: 1px solid #ccc;}

.top {
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
    background:rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.nav {float: left;}
.nav ul {margin-left: 30px;}
.nav ul li {float: left;}
.nav ul li a {color: #fff;display: inline-block;height: 60px;line-height: 60px;font-size: 16px;text-decoration: none;padding: 0 20px;}
.nav ul li a:hover {color:#ffff00;border-bottom: 2px solid #ffff00;}

.top .logo {margin-top: 5px;float: left;}

.header {
    /*height: 100px;*/
    position: relative;}
.header img{
        width: 1200px;
}
.vips {position: absolute;right: 10px;top: 12px;display: inline-block;width: 160px;height: 35px;}

.footer {
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    text-align: center;
    line-height: 24px;
    background: #8bbef3;
}

#c {
    margin: 0 auto;
    background: #f5f5f5;
}

#c table {
    border-collapse: 1;
    border-spacing: 0;
}

#m {
    width: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

#m td {
    color: #393;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#m td a {
    color: #ff0000;
    display: block;
    text-decoration: none;
}

#m td a:hover {
    color: #fff;
    background: #393;
}

#m td:hover {
    color: #fff;
    background: #393;
}




.tab {position: fixed;width: 100px;background: #fff;top: 150px;right: 41%;margin-right: -550px;text-align: center;}
.tab b {background: #8bbef3;color: #fff;display: inline-block;padding: 10px 0;width: 100px;}
.tab ul {margin: 0;padding: 10px;}
.tab ul li {list-style-type: none;}
.tab ul li a {display: inline-block;padding: 5px 0px;border: 1px solid #ddd;width: 70px;margin-bottom: 5px;}
.tab ul li a:hover {background: #8bbef3;color: #fff;text-decoration: none;border: 1px solid #8bbef3;}