﻿h1, h2, h3, p, form button, a,SPAN {
    font-family: 'Microsoft YaHei',微软雅黑;
}

form input.form-control {
    width: 80%;
    height: 50px;
    display: inline-block;
    border-radius: 0px;
}

form button {
    width: 20%;
    height: 50px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 2px;
    background-color: #0A1573;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
}

    form button:hover {
        background-color: #D6B822;
    }

.span4 {
    width: 31.623931623931625%;
    display: inline-block;
}

.span6 {
    display: inline-block;
    width: 48.717948717948715%;
}

.span12 {
    width: 100%;
}

.span2 {
    width: 14.52991452991453%;
    display: inline-block;
}

a:hover, a:focus {
    text-decoration: none;
}

.span12 a {
    position: relative;
    font-size: 32px;
    cursor: pointer;
    top: 40%;
}

#SpanSearch {
    height: 126px;
    background: RGB(51,105,169);
    padding-top: 47px;
}

    #SpanSearch form button {
        border-radius: 0px;
        margin-bottom: 2px;
    }

#ButtonContain {
    height: 400px;
    background-image: url('../../images/u4.png');
}

.Acontain {
    height: 100%;
    background-color: rgba(201, 213, 227, 0.46);
    text-align: center;
}

.logo img {
    width: 100%;
}

#LogoContain {
    border-bottom: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.ConnetInfo {
    position: relative;
    color: #3369A9;
    top: 28px;
    font-size: 16px;
}
