#header{
    position: relative;
}
#header .header-content{
    position: relative;
}
#header .header-nav{
    height: 5.833em;
}
#header .header-nav .wrapper{
    position: relative;
}
#header .logo{
    position: absolute;
    z-index: 999;
    margin-left: 5em;
}
#header .logo img{
    width: 13.333em;
    height: 2.5em;
    margin-top: 1.666em;
}
#header .header-nav .nav-adress{
    position: absolute;
    top: 1.25em;
    right: 16.666em;
}
#header .header-nav .nav-adress img,
#header .header-nav .nav-phone img{
    position: absolute;
    left: -2.083em;
    width: 1.166em;
    height: 1.5em;
    top: 0.833em;
}
#header .header-nav .nav-adress div,
#header .header-nav .nav-phone div{
    font-size: 1em;
    
    font-weight: 500;
    color: #707070;
    line-height: 1.666em;
}
#header .header-nav .nav-phone{
    position: absolute;
    top: 1.25em;
    right: 5em;
}
#header .header-nav .nav-phone div{
    color: #333;
}
#header .header-bg{
    position: absolute;
    z-index: 99;
    background:#333;
    filter:alpha(opacity=60);
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 7.5em;
    left: 0;
    top: 5.833em;
}
#header .header{
    height: 7.5em;
    position: absolute;
    z-index: 999;  
    border:none;
    width: 10em;
    right: 0px;
    top: 5.833em;
}
#header .header .logo{
    float: left;
    height: 2.916em;
    margin-top: 2.25em;
    margin-left: 5em;
}
#header .header .logo img{
    height: 2.5em;
    width: 13.75em
}
#header .navbar{
    position: absolute;
    z-index: 999;
    left: 0px;
    right: 0px;
    top: 7.083em;
}
#header .navbar .nav.navbar-nav li a, .nav.navbar-nav li a:visited{
    padding: 1.416em 0.833em;
    margin: 0 1em;
    font-size: 1.083em;
    
    color: #fff;
    font-weight: 400;
}
#header .header .right-header{
    font-size: 1.083em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #303030;
    margin-right: 5em;
    margin-top: -3.75em;
}
#header .header .right-header .selected{
    color: #4474E8;
}
#footer{
    position: relative;
    margin-top: 12.5em;
}
#footer .link{
    position: absolute;
    background: transparent;
    top: -3.75em;
    height: 7.5em;
    z-index: 99;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
#footer .link .site-map{
    background: #478EE6;
    padding: 0px;
    width: 75em;
}
#footer .link .site-map dl{
    height: 7.5em;
}
#footer .follow-us{
    margin-top: 3.75em;
    height: 26.25em;
}
#footer .follow-us .follow-left,
#footer .follow-us .follow-right {
    margin-top: 5.5em;;
}
#footer .follow-us .follow-left {
    margin-right: 1.9em; 
}
#footer .follow-us .follow-left .follow-title,
#footer .follow-us .follow-right .follow-title{
    font-size: 1.333em;
    font-family: Cabin;
    font-weight: 600;
    margin: 0.833em 0;
}
#footer .follow-us .follow-right .follow-title{
    display: inline-block;
    margin-bottom: 1.666em;
    font-weight: 400;
}
.follow-us .follow-left .follow-content{
    float: left;
    margin-right: 3.75em;
}
#footer .follow-us .follow-left  .follow-content p{
    position: relative;
    margin-bottom: 0.833em;
    font-size: 1em;
    
    font-weight: 400;
}
#footer .follow-us .follow-left  .follow-content p img{
    position: absolute;
    left: -1.666em;
    top: 5px;
    width: 1.083em;
    height: 1.25em;
}
#footer .follow-us .follow-left  .follow-content a{
    color: #fff;
}
#footer .follow-us .follow-left  .follow-content a:hover{
    color: #478EE6;
}
.site-map a{
    display: inline-block;
    margin: 2.5em 1.25em;
    height: 2.5em;
}
.site-map a img{
    height: 100%;
    width: auto;
}
.banner-bg,.banner-bg img{
    width: 100%;
    height: 31.666em;
    position: relative;
}
.banner-bg .banner-bg-title{
    position: absolute;
    bottom: 10em;
    left: 0px;
    text-align: center;
    width: 100%;
    line-height: 4.166em;
    font-size: 3.416em;
    font-family: Penumbra Sans Std;
    font-weight: bold;
    color: #FFFFFF;
}
.breadcrumb {
    padding: 2.5em 0px;
    list-style: none;
   }
.breadcrumb > li {
    position: relative;
    display: inline-block;
    font-size: 1.166em;
    
    font-weight: 400;
    color: #303030;
    line-height: 1.833em;
}
.breadcrumb > li:first-child{
    padding-left: 1.666em;
}
.breadcrumb > li:first-child img{
    width: 1.166em;
    height: 1.25em;
    position: absolute;
    left: 0px;
    top: 1px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    content: ">\00a0";
    color: #303030;
}
.breadcrumb > .active {
    color: #777;
}
a:hover{
    text-decoration: none;
}
.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited{
    color: #303030;
    cursor: pointer;
}
.right-header a,.right-header a:link,.right-header a:visited{
    color: #303030;
    cursor: pointer;
    z-index: 999;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.nav.navbar-nav .nav-item>a.show, .nav.navbar-nav .nav-item>a.selected{
    background:transparent;
    color: #4b90e3 !important;

}
.nav.navbar-nav{
    width: 100em !important;
}
