@charset "utf-8";

/* 头部 */
#header {
    /* position: relative; */
    background: #fff !important;
    border-bottom: none;
    position: sticky;
    top: -105px;
}

#header .toubu {
    width: 1200px;
    height: 40px;
    padding-top: 20px;
    margin: 0 auto;
}

#header .toubu .logo a img {
    width: 175px;
    margin-top: -5px;
}

#header .toubu .fr {
    padding-top: 8px;
}

#header .toubu .fr .icon a {
    font-size: 12px;
    color: #888;
    line-height: 21px;
    margin-left: 13px;
    float: left;
    margin-bottom: 10px;
    padding-left: 6px;
}
.head_nav{
    position: relative;
    width: 1000px;
}
.head_nav .icon{
    position: absolute;
    top: 5px;
    right: 2px;
}
.fr .icon .img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.fr .icon .zlgl {
    background: url(../images/zlgl.png) no-repeat;
}

.fr .icon .pf {
    background: url(../images/pf.png) no-repeat;
}

.fr .icon .qyd {
    background: url(../images/qyd.png) no-repeat;
}

.fr .icon .qjd {
    background: url(../images/qjd.png) no-repeat;
}

.fr .icon .dq {
    background: url(../images/dq.png) no-repeat;
}

.fr .icon .wx {
    background: url(../images/wx.png) no-repeat;
}

.fr .phone {
    float: left;
    /* margin-top: 31px; */
    background: url(../images/dh.png) no-repeat;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #565656;
}

.fr .phone span {
    font-size: 22px;
    color: #dd0000;
    margin-left: 10px;
}

/* 导航栏 */
#header .content {
    /* position: sticky;
	top: 1px; */
    height: 50px;
    line-height: 50px;
    background-color: #0068b5;
    font-size: 16px;
}

#header .content ul#nav {
    float: none;
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    border-left: none;
    background: #0068b5;
}

#header .content ul#nav .navitem {
    padding: 0;
    height: 50px;
}

#header .content ul#nav .navitem a {
    padding: 10px 0;
    width: 120px;
    line-height: 30px;
    text-align: center;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #fff;
    background: #0068b6;
}

/* 导航栏下拉列表 */
#header ul .navitem {
    float: left;
    line-height: 20px;
}

#header ul li.navitem ul.subnav {
    width: 120px;
}

#header ul li.navitem ul.subnav li a {
    padding: 14px 30px;
    width: 150px;
    height: 20px;
    background: #0068b5;
    display: block;
    font-size: 12px;
    transition: all 0.2s ease-out 0s;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li a:hover {
    text-indent: 0;
    background: #0068b6;
    color: #FFF;
}

#header ul li.navitem ul.subnav {
    border-top: 3px solid #0068b5;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid #fff;
}

.nobanner .npagePage {
    padding-top: 0;
}
#contactinfo {
    width: 42%;
}

/* 底部 */
#olx_head,
#olx_tel {
    background: #0068b5;
}
#footer.mini p {
    padding: 0;
    right: unset;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
#footer p {
    right: unset;
    text-align: center;
    padding: 8px 0;
}

/* #olx_qq li a {
    background: #0068b6;
}

#olx_qq li a:hover {
    background: #0068b6;
    color: #fff;
}
#olx_qq li a i,
#olx_qq li a:hover i{
    color: #fff;
} */

#olx_head i{
    color: #fff;
}
#olx_head i:hover{
    color: #0068b6;
}

#fixed_weixin .fixed-container p{
    font-size: 12px;
}


#olx_wx li a {
    background: #0068b5;
    color: #fff;
    padding: 12px 30px;
    height: 18px;
    line-height: 18px;
    display: block;
    transition: all ease-out .3s;
    font-size: 12px;
}
#olx_wx li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 14px;
}
#olx_wx li a:hover,
#olx_tel:hover{
    background-color: #0068b6;
}
.qrcode,.qrcode>img{
    height: 220px;
}

/* 公共 */
#pages a{
    color:#0068b5;
}
#pages a.active, #pages a:hover{
    color:#0068b6;
    font-weight: 600;
}