﻿*{margin:0 auto;padding:0;font-family:SimSun,SimHei,'Microsoft YaHei';}
div{overflow:hidden;}
img{border:none;}


#loading
{
    width:100%;
    height:100%;
    z-index:10000;
    position:absolute;
    background:url(fzr_gyyz_bj.jpg) repeat;
}

.fzr_index-skip
{
    width:5.2083%;
    z-index:1000000;
    position:fixed;
    right:4%;
    top:2%;
}

.fzr_index-skip a img
{
    width:100%;
    width:100%;
    border-radius:5px;
}

#fzr_index_mo
{
    width:7%;
    animation:mo 1s infinite linear;
    -ms-animation:mo 1s infinite linear;
    -moz-animation:mo 1s infinite linear;
    -webkit-animation:mo 1s infinite linear;
    -o-animation:mo 1s infinite linear;
    position:absolute;
    top:43%;
    left:47%;
}

@keyframes mo
{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

@-ms-keyframes mo
{
    0%{-ms-transform:rotate(0deg);}
    100%{-ms-transform:rotate(360deg);}
}

@-moz-keyframes mo
{
    0%{-moz-transform:rotate(0deg);}
    100%{-moz-transform:rotate(360deg);}
}

@-webkit-keyframes mo
{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@-o-keyframes mo
{
    0%{-o-transform:rotate(0deg);}
    100%{-o-transform:rotate(360deg);}
}

#fzr_index_mo img
{
    width:100%;
    height:100%;
}


