﻿@charset "utf-8";

article, aside, canvas, figure, figure, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}

html, body, div, span, object, b, i, ul, li, img {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "微软雅黑";
    color: #999;
    font-size: 12px;
    background-color: #f5f5f5;
    line-height: 1.8em;
    background: #762B2B;
}

ul, li {
    list-style-type: none;
}

a {
    color: #2554b3;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus, *:focus {
        outline: none;
    }

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.c {
    clear: both;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    padding-top: 20px;
}

.logo, .element {
    width: 840px;
}

.logo {
    height: 73px;
    text-align: left;
}

.logo_l {
    float: left;
    margin-right: 16px;
}

.logo_m {
    margin-top: 2px;
    float: left;
    color: white;
    margin-right: 16px;
    font-size:10px;
}

.logo_r {
    margin-top:20px;
    float: left;
    color: white;
    font-size:24px;
    letter-spacing:8px;
}

.content {
    width: 100%;
    height: 580px;
    /*background: url(/images/login/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.element {
    /*padding-top: 26px;*/
}

    .element ul li {
        width: 190px;
        height: 160px;
        opacity: 0.8;
        border-radius: 10px;
        float: left;
        margin-right: 20px;
        margin-top: 86px;
        background-color: white;
        position: relative;
        text-align: center;
        -webkit-animation-name: fadeIn; /*动画名称*/
        -webkit-animation-duration: 1s; /*动画持续时间*/
        -webkit-animation-iteration-count: 1; /*动画次数*/
        -webkit-animation-delay: 0s; /*延迟时间*/
    }

        .element ul li:hover {
            transform: scale(1.05,1.05);
        }

    .element .icon {
        width: 128px;
        height: 128px;
    }

        .element .icon img {
            width: 128px;
            height: 128px;
        }

    .element .title {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
        padding-top: 6px;
        height: 30px;
        bottom: 0;
        position: absolute;
        text-align: center;
        background-color: #FAFAFA;
        color: #000000;
        font-size: 16px;
        border-radius: 10px;
    }

    .element i{
        display:block;
         font-style:normal;
    }

.footer {
    color: white;
    text-align: center;
    line-height: 26px;
    margin-top: 36px;
}

.footer a{
    color: white;
    font-size: 12px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0.1;
    }

    20% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.8;
    }
}
