﻿site-home {
    background-color: #eee;
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.header-index, .site-banner-bg {
    border: none;
    background-color: #1C3C12;
}
.header {
    height: 59px;
}

.site-main {
    width: 85%;
    margin-left:10%;
    float:left;
    position:relative;
}

.logo {
    position: absolute;
    left: 0;
    top: 10px;
}

    .logo img {
        width: 106px;
        height: 40px;
    }

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
}

    .header .layui-nav .layui-nav-item {
        margin: 0 20px;
    }

.site-banner {
    position: relative;
    height: 600px;
    text-align: center;
    overflow: hidden;
    background-color: #393D49;
}

.site-banner-bg, .site-banner-main {
    background-position: center 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-zfj {
    padding-top: 25px;
    height: 220px;
}

.site-zfj-anim i {
    -webkit-animation-name: site-zfj;
    animation-name: site-zfj;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.site-zfj i {
    position: absolute;
    left: 50%;
    top: 50px;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    font-size: 180px;
    color: #c2c2c2;
}

.site-desc-anim {
    -webkit-animation-name: site-desc;
    animation-name: site-desc;
}
.site-desc {
    position: relative;
    height: 70px;
    margin-top: 20px;
}

.layui-anim {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.site-desc {
    position: relative;
    height: 70px;
    margin-top: 20px;
}
    .site-desc .web-font-desc {
        color: #fff;
        color: rgba(255,255,255,.8);
        font-size: 51px;
    }

.web-font-desc {
    font-style: normal;
    font-weight: 300;
}

.site-desc cite {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #c2c2c2;
    color: rgba(255,255,255,.66);
    font-style: normal;
}

.site-download {
    margin-top: 80px;
    font-size: 0;
}

.site-download a {
    position: relative;
    padding: 0 60px 0 100px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #c2c2c2;
    border-color: rgba(255,255,255,.2);
    font-size: 24px;
    color: #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .site-download a cite {
        position: absolute;
        left: 55px;
        top: 2px;
        font-size: 30px;
    }

.site-idea {
    margin: 50px 0;
    font-size: 0;
    text-align: center;
    font-weight: 300;
}
    .site-idea li:first-child {
        margin-left: 0;
    }
    .site-idea li {
        width: 298px;
        height: 150px;
        padding: 30px;
        line-height: 24px;
        margin-left: 30px;
        border: 1px solid #d2d2d2;
        text-align: left;
    }
    .site-idea li {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
    }
    .site-idea .layui-field-title {
        border-color: #d2d2d2;
    }
        .site-idea .layui-field-title legend {
            margin: 0 20px 20px 0;
            padding: 0 20px;
            text-align: center;
        }

.footer {
    padding: 30px 0;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: 300;
}
    .footer a {
        padding: 0 5px;
    }

.site-union {
    color: #999;
}

    .site-union .site-union-desc {
        display: block;
        margin-bottom: 10px;
    }


.register_form {
    width: 600px;
    margin: 20px auto;
    float: none;
}

.reg {
    margin-bottom: 25px;
}