.navbar{
    height: 90px;
    background: #fff;
}
.navbar li{
    float: left;
    margin-left: 50px;
    font-size: 20px;
    padding-top: 30px;
    position: relative;
}
.navbar li.search{
    float: right;
    width: 50px;
    height: 58px;
    /* background: url(ss.png) center bottom no-repeat; */
}
.navbar li a{
    color: #999;
}
.navbar li:hover ::after{
    content: "";
    background: #f97c00;
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
}
.navbar li.search ::after{
    background:none;
}
.bg{
    height: 800px;
    background: url("kq1_02.jpg") center top no-repeat;
}
.zcwj{
    background: url("kq1_03.jpg") center top repeat;
}

.banner img{
    width: 100%;
    height: auto;
}

.news-head{
    font-size: 22px;
    font-weight: bold;
    background: url("lm.png") 70% center no-repeat;
    margin-bottom: 15px;
}
.news-head span{
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    line-height: 27px;
}
.news-box{
    width: 47%;
}
.news-con li{
    line-height: 3.2;
    background: url("dian.png") left center no-repeat;
    font-size: 18px;
    text-indent: 20px;
}
.news-con li a{
    color: #666;
}
.news-con li span{
    float: right;
    color: #999;
}
.news-img img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.links{
    background: url("kq1_11.jpg") center top no-repeat;
}
.links-sj{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}
.links-sj li{
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 25px;
    background: #fff;
    color: #999;
    /*margin-right: 20px;*/
}
.links-sj li:last-child {
    margin-right: auto;
}

.links-sj li a{
    display: block; 
    padding: 0 70px;
    color: #77a3e0;
}
.links-sj li a:hover{
    background: #1d6ad4;
    color: #fff;
}

.links-sj li span{
    padding: 0 70px;
}

.links-sxs li{
    width:281px;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 25px;
    background: #fff;
    color: #999;
    margin-right: 25px;
}
.links-sxs li a{
    display: block;
    color: #77a3e0;
}
.links-sxs li a:hover{
    background: #1d6ad4;
    color: #fff;
}

.links-sxs li:nth-child(4n) {
    margin-right: 0;
}