body {
    background: #0094ff;
    background: url(image/bg.jpg) no-repeat center 0px #0b286a;
    background-attachment: fixed;
    background-size: 100% 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.main {
    width: 1000px;
    margin: 0px auto;
    margin-top: 180px;
}

a {
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}


.top {
    width: 1000px;
    margin: 0px auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 50;
    background: url(image/logo.png) no-repeat left 0px;
    background-size: 250px;
    font-family: SimHei;
}

.top_tit {
    color: #fff;
    position: fixed;
    padding-left: 207px;
    padding-top: 37px;
    width: 700px;
}
    .top_tit .shizhan0 a {
        float: left;
        text-decoration: none;
        margin-left: -146px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;

    }


    .top_tit .shizhan a {
        float: left;
        text-decoration: none;
        margin-left: -6px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;
        animation: fade 600ms infinite;
        -webkit-animation: fade 600ms infinite;
    }

    .top_tit .lianxi {
        float: right;
        width: 100px;
        margin-top: 22px;
        font-size: 22px;
    }

.lianxi a {
    color: #fff;
    text-decoration: none;
}

.top_tit ul {
    width: 500px;
    float: left;
    text-align: left;
}

.top_tit li {
    list-style: none;
}

.top_tit .qiu1 {
    padding: 0px;
    margin-left: 21px;
    margin-top: 2px;
    width: 35px;
    line-height: 35px;
    border-radius: 22px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 27px;
    text-align: center;
    background: url(image/qiu.png) no-repeat center 0px #0094ff;
    background-size: 100% 100%;
    color: #fff;
}

.top_tit input:nth-last-child(3) {
    background: url(image/qiu1.png) no-repeat center 0px #0094ff;
    background-size: 100% 100%;
}



@keyframes fade {
    from {
        background-image: -webkit-linear-gradient(bottom, #0094ff, #00ff21, #fd8403);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #fff;
    }

    50% {
        background-image: -webkit-linear-gradient(bottom, #0094ff, #fff, yellow);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #f00;
        box-shadow: 0px 0px 20px 8px #0094ff;
    }

    to {
        background-image: -webkit-linear-gradient(bottom, yellow, #fd8403, #ff0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}



.menu {
    padding-left: 38px;
    border-collapse: collapse;
    display: flex;
    background: url(image/t1.png) no-repeat 334px 44px,url(image/t2.png) no-repeat 172px 44px,url(image/t3.png) no-repeat 450px 44px,url(image/t1.png) no-repeat 665px 44px,url(image/t3.png) no-repeat 782px 44px,url(image/tn.png) no-repeat 590px 35px;
}

    .menu a {
        color: #fff;
        text-decoration: none;
    }

    .menu .tubiao {
        font-size: 35px;
        background: url(image/menu.png) no-repeat -50px -97px;
        background-size: 300px;

    }

    .menu .tubiao2 {
        font-size: 35px;
        background: url(image/menu.png) no-repeat -85px -15px;
        background-size: 300px;

    }

    .menu .tubiao3 {
        font-size: 35px;
        background: url(image/menu.png) no-repeat -252px -136px;
        background-size: 300px;
    }

    .menu .tubiao4 {
        font-size: 35px;
        background: url(image/menu.png) no-repeat -45px -15px;
        background-size: 300px;
    }

    .menu .tubiao5 {
        font-size: 35px;
        background: url(image/menu.png) no-repeat -5px -15px;
        background-size: 300px;
    }

    .menu li {
        list-style: none;
        float: left;
        color: #fff;
        border-left: none;
        width: 164px;
        text-align-last: center;
        text-align: center;
        line-height: 60px;
        font-size: 25px;
        margin-top: 88px;
    }

        .menu li:first-child {
            width: 95px;
            border: none;
        }







.bt {
    margin-top: 10px;
    height: 100px;
    border-top: 5px solid #0f2c70;
    box-shadow: #0c2a6a 0px 0px 10px inset;
    background: url(image/bt.jpg) no-repeat center 0px #0b286a;
    opacity: .9;
    background-size: 100% 100%;
    padding: 10px 80px;
    color: #fff;
    font-weight: 600;
}

.bt_img1 {
    width: 150px;
}

.bt_left {
    float: left;
}

.bt_cont {
    width: 65%;
    float: left;
    padding-top: 15px;
    padding-left: 100px;
}
