*{
    font-size: 0.12rem;
}

:focus {
    outline: 0;
}

img{
    width: 100%;
}

.body,
.menu_body {
    margin: 0 auto;
}

.clear{
    clear: both;
}

.navbar{
    margin-bottom: 0;
    padding-bottom: 0.1rem;
    padding-top: .1rem;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
    background-color: rgba(255, 255, 255, 1);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
    border: 0;
    z-index: 1000;
    top: 1rem;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    background: #FFF;
    color: #0c5977;
}
.navbar-default{
    border: 0;
    background-color:#FFF;
}
.navbar-collapse{
    float: right;
}

.banner {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    color: #FFF;
    position: relative;
}

.banner_text {
    position: absolute;
    width: 8rem;
    left: 2.78rem;
    top: 1.77rem;
    z-index: 0;
}

.banner .banner_title {
    font-size: .7rem;
}

.banner .banner_subtitle {
    font-size: .14rem;
    line-height: .5rem;
}

.banner_button {
    width: 1.95rem;
    height: .5rem;
    border: .02rem #FFF solid;
    border-radius: .4rem;
    line-height: .5rem;
    text-align: center;
    margin-top: .5rem;
}

.banner_button a {
    color: #FFF;
}

.footer{
    width: 100%;
    background: #000;
    font-size: 0;
    margin-top: .9rem;
}

.footer .logo{
    width: 1.61rem;
    padding-top: 0.91rem;
    padding-bottom: .2rem;
}

.footer_menu{
    margin-top: .3rem;
}

.footer_menu li{
    width: 20%;
    line-height: .24rem;
    font-size: .14rem;
    float: left;
}
.f_column:nth-child(3) {
    line-height: .24rem;
    font-size: .14rem;
    float: left;
    width: 40%;
}

.ft_title{
    font-size: .16rem;
    color: #FFF;
    width: 100%;
    border-bottom: 0.01rem #666 solid;
    padding-bottom: .12rem;
}
.ft_link ul{
    margin-top: .2rem;
    color: #676767;
}
.ft_link ul li{
    width: 100%;
}

.copyright{
    padding-top: .3rem;
    padding-bottom: .6rem;
    border-top: 0.01rem #666 solid;
    margin-top: .6rem;
    color: #676767;
}

.sub_title {
    width: 100%;
    font-size: 0.22rem;
    border-bottom: 1px #BBB solid;
    margin-top: 0.6rem;
    padding-bottom: .1rem;
    font-weight: 450;
}

.navbar-brand{
    padding-top: 0.1rem;
}

.hdy-templates{
    display: none;
}

.ft_link ul a{
    color: #676767
}