﻿


/************AJAX*************/

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

    a:hover {
        text-shadow: 0px 2px 6px #000000;
        color: #ffffff;
        text-decoration: none;
    }

div {
    border-radius: 28px;
    background-image: url("/Image/sbsb.png");
    width: 90%;
    text-align: center;
    margin: 20px auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding:20px;
    line-height:200%;
}

h1 {
    color: #ff2200;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 80px;
}

button, input {
    text-align: center;
    border-radius: 5px;
    font-size: 26px;
    line-height: 200%;
    margin: 20px;
}
h2 {
    font-size: 40px;
    margin-top: 0px;
}


/************START*************/

body {
    font-weight: 700;
    font-size: 20px;
    font-family: '微软雅黑 Light','Microsoft YaHei UI',SimHei,Helvetica,sans-serif;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: #000000;
    min-width:300px;
    
}

#shanghaizhan {
    border-radius: 28px;
    background-image: url("/Image/sbsb.png");
    width: 90%;
    text-align: center;
    margin: 0px auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#shanghaizhan div {

    background-image: none;

}



  #jitafujiazai {

        padding-top: 20px;
        padding-bottom: 0px;
        font-size:80px;
        color:#000000;

    }

    #jitafujiazai b {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        background-color: #ffffff;
        line-height:150%;
    }

        #jitafujiazai b:hover {
            text-shadow: 0px 2px 16px #000000;
            color: #ffffff;
        }


#s_head {

    margin-top:-50px;

}


    #s_head div a img {
        width: 520px;
        border-radius: 27px;
        margin-top: 0px;
        margin-bottom: 0px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        max-width: 98%;

    }



        #s_head div a img:hover {
            box-shadow: 0px 2px 28px #000000;
        }


#nrzzjz
{
     font-size:40px;
     margin-top:-100px;
     line-height:150%;

}

h3 {
    font-size: 32px;
    margin-top: -10px;
    line-height: 150%;
}



#fufree {
    margin-top: -20px;
    font-size: 100px;
    line-height: 120px;
    animation-duration: 1.5s;
    animation-name: sss;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    border-radius: 5px;
    color: #000000;
}

@keyframes sss {
    from {
        color: #ffffff;
        text-shadow: 0px 0px 50px #000000;
    }

    to {
        color: #ffffff;
        text-shadow: 0px 0px 2px #000000;
    }
}


