:root {
    --main-color: #00479d;
}
.clearfixed {
	width: 100%;
	height: 0px;
	clear: both;
}
.am-navbar-default .am-navbar-nav {
    background-color: #00479d;
}
.am-titlebar-default .am-titlebar-title:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    bottom: 12px;
    border-left:3px solid;
    border-color:var(--main-color); 
}
.am-menu-offcanvas1 .am-menu-toggle{
    color: var(--main-color);
}
.blog-g-fixed{
    background: #FFF;
    margin-bottom: 1rem;
}
.p_img{
    width: 48%;
    margin: 1%;
    float: left;
}
.labeltitle{
    margin-top: 1.4rem;
}
.am-article-title{
    text-align: center;
}

.cus_nav{
    height: 50px;
    line-height: 50px;
    display: flex;
    background-color: #00479d;
}
.cus_nav a{
    flex: 1;
    text-align: center;
    color: #FFF;
}
#wxnr {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    padding: 20px;
    padding-top: 35px;
    margin-top: -150px;
    text-align: center;
    background-color: rgba(245, 247, 249);
  /*  box-shadow: 0px 2px 6px #777;*/
    -webkit-box-shadow: 0px 2px 6px #777;
   /* -moz-box-shadow: 0px 2px 6px #777;*/
    border-radius: 10px;
    box-sizing: border-box;
}
#wxnr i {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 100%;
    cursor: pointer;
}
#wxnr img {
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto;
}
#wxnr p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
#wxnr span {
    display: inline-block;
    padding: 3px 5px;
    line-height: 18px;
    background-color: #0056f9;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -23px;
    z-index: 9999999;
    font-size: 16px;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 46px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 5px;
  display: none;
}