body{background-color: #ffffff;}
h3,h4,ul,li,p{padding: 0;margin: 0;list-style: none}
img{display: block}
a,a:hover,a:link,a:active,a:focus{display: block; color: #666666; text-decoration:none;outline:none;cursor: pointer}
a:hover{color: #FC0303;}
.flo_l{float: left;}
.flo_r{float: right;}
.fix:after{content: '';display: block;height: 0;clear: both;}
body .on1{color: #0baae4;/*background-color: #0baae4;*/}
/*--------nav------*/
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 42px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
}
.dropdown-menu{
    background-color: rgba(255,255,255,0.7);
}
.navbar{
    font-weight: bold;
    margin-bottom: 0;
    background-color: #ffffff;
}
.nav_chil{
    position: absolute;
    z-index: 1;
    background: #ffffff;
    right: 0;
}
.logo {
    width:min-content;
    height: 72px;
}
.logo img{
    width: auto;
    height: 100%;
}
/*-------top_img-------*/
.top_img{
    display: block;
    width: 100%;
    height: fit-content;
    position: relative;
}
.top_img img{
    width: 100%;
    height: auto;
}
/*--------footer--------*/
.nav_bot{
    color: #A8B2B2;
    background-color: #26333B;
    height: fit-content;
    padding: 8px 5%;
}
.nav_botCom{
    /*border: 1px solid #ff0000;*/
}
.nav_botCom>h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    border-bottom: 1px dotted #ffffff;
}
.nav_botCont{
    margin-top:8px;
}
.nav_botCont a{
    color: #A8B2B2;
    font-size: 14px;
    line-height: 1.8;
}
/*----*/
.nav_mark{
    display: flex;
}
.nav_mark>div{
    flex: 1;
}
/*----*/
.qr_in img{
    width: 80%;
    height: auto;
    margin: 8px auto;
}
/*----*/
.bott_box{
    text-align: center;
    color: #A8B2B2;
    padding: 10px 6%;
    background-color: #171E22;
}