/**通用样式**/
*
{
    margin: 0px;
    padding: 0;
}

a
{
    text-decoration: none;
}

ul
{
    list-style: none;
    color: #000000;
}

img
{
    border: none;
    display: block;
}

body
{
    background: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.clearfix:after
{
    content: ".";
    height: 0px;
    overflow: hidden;
    clear: both;
    display: block;
}

.clearfix
{
    zoom: 1;
}
/*内容*/
body
{
    background-color: #EEF3FA;
}
/*
.box
{
    position: relative;
    width: 100%;
    background: url(/special/images/blueindex/ipad-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}*/

.box_content
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 101px;
}

    .box_content img.logo
    {
        width: 424px;
        height: 101px;
        margin-top: 20px;
        margin-left: 17px;
    }

.box_title, .box_tell
{
    width: 100%;
    text-align: center;
}

.box_title
{
    padding-top: 110px;
}

    .box_title span
    {
        display: inline-block;
        background: url(/special/images/blueindex/index-title.png) no-repeat center;
        background-size: 600px 89px;
        width: 600px;
        height: 89px;
    }

.box_tell
{
    padding-top: 20px;
}

    .box_tell span
    {
        display: inline-block;
        background: url(/special/images/blueindex/index-tell.png) no-repeat center;
        background-size: 360px 71px;
        width: 360px;
        height: 71px;
    }

.bottom_box
{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.bottom_box_width
{
    width: 100%;
}

    .bottom_box_width img
    {
        width: 19%;
        margin: 0 0.5%;
    }

        .bottom_box_width img.img_spe_left
        {
            margin-right: 0.5%;
        }

        .bottom_box_width img.img_spe_right
        {
            margin-right: 0.5%;
        }

/**菜单样式**/
.menu-list
{
    position: absolute;
    z-index: 4;
    bottom: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .menu-list div
    {
        position: relative;
        float: left;
        overflow: hidden;
        width: 100%;
        height: auto;
        text-align: center;
        cursor: pointer;
    }

        .menu-list div div.figcaption
        {
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            text-align: center;
        }

div.effect-julia
{
    position: fixed;
    bottom: 0;
}

    div.effect-julia img
    {
        position: absolute;
        width: 12%;
        margin: 0 0 0.25em;
        color: #2f3238;
        text-transform: none;
        left: 100%;
        height: auto;
    }

@media only screen and (max-width: 640px)
{
    .box
    {
        background: url(/special/images/blueindex/bg.png) no-repeat center;
        background-size: 100% 100%;
    }
}

@media only screen and (max-width: 500px)
{
    .box_title span
    {
        display: inline-block;
        background: url(/special/images/blueindex/index-title.png) no-repeat center;
        background-size: 264px 39px;
        width: 264px;
        height: 39px;
    }

    .box_tell span
    {
        display: inline-block;
        background: url(/special/images/blueindex/index-tell.png) no-repeat center;
        background-size: 175px 34px;
        width: 175px;
        height: 34px;
    }
}




#preloader
{
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 999999;
    text-align:center;
}

#status
{
    position: fixed;
    z-index: 999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;
}

    #status p
    {
        top: 60%;
    }

    #status em
    {
        font-size: 10px!important;
        display: block;
        font-style: normal;
    }
