@charset "UTF-8";

/* CSS Document */
html, body {
    position: relative;
    font-family: 'Microsoft YaHei';
}

body, ul, p, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    outline: none !important;
}

::-webkit-scrollbar-thumb:vertical {
    width: 1px;
    background-color: #ccc;
    -webkit-border-radius: 6px;
}

.modal {
    z-index: 99999;
}

.container-fluid {
    padding: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.c:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-group {
    margin-bottom: 5px;
}

.btn, .no_radius {
    border-radius: 0px;
}

.w1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.f12 {
    font-size: 12px !important;
}

.cursor, .btn-gold, .btn-iuiga {
    cursor: pointer;
}

.modal-footer, .modal-header {
    border: 0px;
    text-align: center;
}

.nav-justified>li>a {
    border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border-radius: 0px;
}

.modal-content {
    border-radius: 0px;
}

.table tr td {
    vertical-align: middle !important;
}

.text {
    width: 100%;
}

.form-control {
    border-radius: 0px !important;
    box-shadow: none;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.w100 {
    width: 100%;
}

.btn {
    text-transform: uppercase
}

.nav-home {
    position: absolute;
    top: 18%;
    left: 10%;
    z-index: 9;
    cursor: pointer;
    width: 200px;
    text-align: center;
    padding-right: 10px;
    border-radius: 3px;
}

/*.animate .nav-home{display: block !important;}*/
.nav-home-ul a {
    color: #fff;
}

.nav-home-ul li {
    padding: 10px;
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.nav-home-ul li:hover a {
    color: red;
}

.nav-home:hover .nav-home-ul {
    display: block;
    opacity: 1;
}

#showMenu {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2em;
    color: #fff;
    text-shadow: 0px 0px 1px #757575;
}
.footer{ margin-top: 50px;font-weight: 100; font-size: 12px;   text-align: center;
    padding: 15px 0px;
    background: #333;
    color: #fff;position: relative;}
.footer a{color: #fff;}
.hight-auto {
    height: 100%;
}