html,body{font-family:Arial, Helvetica, sans-serif;}
.am-container{max-width:1200px!important;}
#header { height: 90px; background:rgba(0,0,0,0.3); padding: 12px 0;margin-bottom:0!important; position:fixed;left:0;top:0;width:100%;border-bottom:0;z-index: 99;}
#header.colorChange{background:rgba(183,182,182,1);}
#header #logo { float: left; }
#doc-topbar-collapse .am-topbar-right{padding:8px 0;}
#header .am-nav li { padding: 0 22px; }
#header .am-nav li a{font-size: 18px;color:#ffffff;}
#header .am-nav li a:hover { background-color: transparent; color: #71cfff; }
#header .am-nav li a:hover:after {display:none;}
#header .am-nav li a:hover:before { position: absolute; left: 50%; transform: translateX(-50%);  content: ""; display: inline-block; border-bottom: solid 4px #71cfff!important; bottom: -5px; width:20px; }
#header .am-nav li.hover a { color: #71cfff; }
#header .am-nav li.active a:after { display: none; }
#header .am-nav li.active a:before { position: absolute; left: 50%; transform: translateX(-50%); content: ""; display: inline-block; border-bottom: solid 4px #ffffff; bottom: -5px; width:20px;}


#footer{height:175px;background:url(../../images/site/footer_bg.jpg)0 0 no-repeat;background-size: cover;background-position: center;position: relative;}
#footer:before{content: '';position: absolute;top:0;left:0;bottom:0;right:0;background:#000000;opacity: 0.7;}


#footer .box{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#ffffff;z-index: 99;width:815px;}
#footer .box .bh{font-size: 16px;line-height: 44px;}
#footer .box .bh span{display: inline-block;}
#footer .box .bh span:last-child{margin-left:60px;}
#footer .box .bf{font-size: 16px;line-height: 44px;}

hr{margin:0;}
.margin_top_40{margin-top: 40px;}
.margin_bottom_40{margin-bottom: 40px;}

.am-pureview-direction .am-pureview-next a:before{content:url(../../images/site/right.png);display:block;width:36px;height:36px;}
.am-pureview-direction a:before {
    content: url(../../images/site/left.png);
    display: block;
    width: 36px;
    height: 36px;
}