﻿
body {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family:"microsoft yahei";
    min-width:1258px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.center {
    width: 1000px;
    margin: 0 auto;
}

.top {
	width:100%;
    height: 109px;
    background-image: url(../img/header_bg.jpg);
}

    .top > .center {
        width: 1254px;
        height: 109px;
        background-position-y: center;
        background-image: url(../img/header_bg.png);
    }

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

    .top .navList {
        float: right;
    }

        .top .navList li {
            float: left;
        }

            .top .navList li a {
                display: block;
                height: 105px;
                line-height: 108px;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 16px;
                color: #ffff9e;
            }

            .top .navList li span {
                line-height: 105px;
                color: #ffff9e;
                font-size: 16px;
            }

            .top .navList li.selected {
                border-bottom: 3px solid #FFE417;
            }

                .top .navList li.selected a {
                    color: #ffe417;
                }


/*轮换图*/
.banner {
	width:100%;
    height: 583px;
    background-image: url(../img/banner.jpg);
    position: relative;
    background-position: center center;
}

/*内容*/
.content {
	width:100%;
    /*background-image: url(../img/nr_bg.jpg);*/
    background-repeat: no-repeat;
}

    .content .center {
        padding: 20px;
        background-color: #2b2b2b;
    }

    .content .title {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .content p {
        color: #fffad2;
        font-size: 16px;
    }

    .content table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #EBE8A6;
        font-size: 16px;
    }

        .content table tr {
            height: 40px;
        }

            .content table tr th,
            .content table tr td.fir {
                font-weight: normal;
                border-top: 1px solid #008964;
                border-left: 1px solid #008964;
                background-color: #EBE8A6;
                color: #2B1D01;
            }

                .content table tr th:first-child,
                .content table tr td.fir {
                    border-left: 1px solid #EBE8A6;
                }

            .content table tr td {
                border-top: 1px solid #EBE8A6;
                background-color: #2b2b2b;
                border-left: 1px solid #EBE8A6;
                color: #fffad2;
            }

            .content table tr th,
            .content table tr td {
                text-align: center;
            }

    /*颜色*/
    .content .orange {
        color: #FFD800;
    }

    .content .yellow {
        color: #DDE53C;
    }

/*弹框*/
.fl {
    float:left;
}
.box2 p {
    margin:0px;
}
.box2{width:614px; height:440px; position:fixed;margin-top:-220px;top:50%;left:50%;z-index:20;margin-left:-307px;display:none;background:url(../img/bg.jpg) no-repeat;font-size:12px; color:#e2d69e;}
.box2 .tab2{ width:412px; height:112px; position:absolute;left:50%; top:220px; margin-left:-206px;}
.box2 .tab2 li{ height:28px; line-height:28px; color:#ffcd54; margin:0 0 1px 0;}
.box2 .tab2 .w130{ width:120px; margin-right:1px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#B2000000',endColorstr = '#B2000000')\9; padding-right:10px;text-align:center;}
.box2 .tab2 .w280{ width:270px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#B2000000',endColorstr = '#B2000000')\9; padding-left:10px;}
.box2 .wz{ color:#ffffbe;position:absolute;left:103px; top:370px;}
.box2 .wz p{ line-height:24px;}
.mask{width:100%;height:100%;position:fixed;z-index:10;background:#000;top: 0;display:none;opacity:.8;
filter:alpha(opacity=80);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}

.box{ width:614px; height:368px; position:fixed;margin-top:-184px;top:50%;left:50%;z-index:20;margin-left:-307px;display:none; background:url(../img/bg_2.jpg) no-repeat; overflow:hidden;}
.box .btn{ width:197px; height:44px; background:url(../img/btn.png) no-repeat; margin: 284px 0 0 215px; display:block; }
.closeBox{ float: right;font-size: 40px;color: #fff;margin-right: 10px;}
