html,
body {
    height: 100%;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-family: '方正兰亭细黑';
    color: #FFFFFF;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

li {
    list-style-type:none;
}
hr.light {
    border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    html, body {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    html, body {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    html, body {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    html, body{
        font-size: 16px;
    }
}



.meitao-smmernote p {
    line-height: 18px;
    font-size: 12px; !important;
    margin-bottom: 1px;
}
.index-top {
    background-color: #172a5a;
}
.index-navbar {
    background-color: #172a5a;

}
.navbar {
    margin-bottom:0px;
}
.index-logo {
    width: 8rem;
    /*height: 4rem;*/
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.index-header-logo {
    margin: 3rem 9rem;
}

.index-header-image {
     width: 79px;
     height: 19px;
 }
.index-header-span {
    width: 5rem;
    height: 1rem;
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}
.nav > li > a {
    padding: 10px 1rem;
}

.index-nav-type {
    position: relative;
    display: block;
    padding: 0rem 7.5rem;
    padding-right: 0rem;
}

.index-navbar-button {
    margin-top: 0.5rem;
    /*padding-top: 0.8rem;*/
    /*margin-right: 0.5rem;*/
    width: 5.5rem;
    /*height: 5rem;*/
}

.navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #021a49;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;

}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.index-navbar-li {
    padding-right: 0px;
    padding-left: 0px;
}
.index-type-span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    font-family: '方正兰亭中黑';
}

.meitao-content {
    /*margin-top: 7.2rem;*/
}

.item img {
    width: 100%;
}

footer.meitao-footer {
    min-height: 30rem;
    background-color: #172a5a;

}

.footer-row {
    margin-bottom: 2rem;
    text-align: center;
}

.footer-row h4 {
    height: 2rem;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0rem;
    color: #fffefe;
    font-family: '方正兰亭细黑';
    margin-bottom: 15px;
}
.footer-row h4  span {
    border-bottom: solid 1px rgba(255,255,255, 0.46);
    padding: 6px 26px;
}

.footer-ul > ul  > li {
    width: 6rem;
    height: 1rem;
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0rem;
    color: #fffefe;

}

.footer-ul ul {
    list-style-type:none;
    padding: 0rem;
}

.footer-ul ul li {
    line-height: 2rem;
    font-size: 1.3rem;
    color: #fffefe;

}

.footer-link img{
    width: 20px;
    height: 20px;
    margin-top: 1.5rem;
}

.footer-link  {
    margin-top: 28px;

}
.footer-p {
    margin-top: 10px;

}
.footer-p p{
    font-family: MicrosoftYaHei;
    font-size: 6px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #fffefe;
    margin-bottom: 0rem;
}

.footer-ol {
    list-style-type:none;
}

.footer-ol li + li {
    border-left: #FFFFFF 1px solid;
}

a {
    color: #FFFFFF;
}
main.content {
min-height: calc(100vh - 42.8rem);
overflow:inherit;

}

.index-header-type {
}