/*  foot begin  */
.foot{background: #1c5a9d;}

.yqlj {height: 80px;overflow: visible; border-bottom: #2b6db1 1px solid; font-size:18px; }
.yqlj ul.link{ display:flex;justify-content:space-between;}
.yqlj ul li {line-height: 80px;float: left;width:180px;height: 80px;padding-left: 10px;letter-spacing: 1px;color: #fff;position: relative;cursor:hand;}
.yqlj ul .bumen:nth-child(1){background: url(../images/link_arrows.png) no-repeat ;background-position: 130px;}
.yqlj ul .bumen:nth-child(2){background: url(../images/link_arrows.png) no-repeat ;background-position: 149px;}
.yqlj ul .bumen:nth-child(3){background: url(../images/link_arrows.png) no-repeat ;background-position: 166px;}
.yqlj ul .bumen:nth-child(4){background: url(../images/link_arrows.png) no-repeat ;background-position: 137px; margin-right:0px}
.yqlj ul .bumen:hover {background-image:url(../images/in_28.png);background-repeat: no-repeat;background-position: center top;}
.yq_er{position:absolute;width: 1120px;left: 0px;background-color: #eee;z-index: 100;display: none;border: 1px solid #ccc; padding:5px 5px 10px 15px;}
.yqlj .yq_er ul li{line-height: 30px;float: left;height: 30px;width: 200px;text-align: left;margin: 0px;padding: 0px;font-size: 16px;}
.yqlj .yq_er ul li a{color:#333;}
.yqlj ul li:hover {font-weight: bolder;}
.yqlj ul li:hover .yq_er{ display:block;}

.foot .bottominfo{margin-top: .45rem; color: #a7bfd9;}
.foot .bottominfo a{color: #a7bfd9;}
.foot .bottominfo .p1{font-size: .18rem;}
.foot .bottominfo .p2{margin-top: .15rem; font-size: .2rem;line-height: .4rem;}
.foot .bottominfo .p3{font-size: .2rem;line-height: .4rem;}
.foot .bottominfo .dzjg{padding-top: .2rem;}
.foot .bottominfo .jiucuo{padding-top: .2rem;}

/*  foot end  */
/*  侧边栏导航 begin  */
.ns_sidebar {
    position:fixed;
    display: none;
    right:0;
    top:30%;
    width:.8rem;
    z-index:3;
}
.ns_sidebar ul{
    display: flex;
    flex-direction: column;
    background: #3D6FA2;
}
.ns_sidebar ul li{
    padding: .1rem;
    display: flex;
    color: #fff;
    font-size: .14rem;
    text-align: center;
    min-height: .6rem;
    position: relative;
}
.ns_sidebar ul li a{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top: #628FC4 1px solid;
    flex-direction: column;
}
.ns_sidebar ul li:first-child a{
    border-top: none;
}
.ns_sidebar ul li a img{
    max-width: 80%;
    margin: .1rem auto;
}
.ns_sidebar ul li a:hover{
    text-decoration: none;
}
.ns_ewm_bg{
    width: .9rem;
    height: 1.4rem;
    background: url('../images/siber_05.png') center no-repeat;
    position: absolute;
    right: .8rem;
    top:-.2rem;
    display: none;
}
.ns_ewm:hover .ns_ewm_bg{ display: block;}
/*  侧边栏导航 end  */

