#s_main{
    width: 1100px;
    margin:0 auto;
    background: #fff;
  overflow:hidden;
}
.s_h1{
    text-align: center;
    font-size: 26px;
    color: #212121;
    padding-top: 25px;
    margin-bottom: 25px;
}

.s_jz{
    width: 360px;
    margin:0 auto;
    height: 10px;
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    margin-bottom: 40px;
}

.s_jz span{
    color: #696969;
    font-size: 14px;
}

.s_wx_bg{
    width: 1050px;
    height: 885px;
    margin: 0 auto;
    background: url("/theme/images/s__05.jpg");
    margin-bottom: 45px;
    background-repeat: no-repeat;
}

.s_wx_bg img{
    margin-left: 424px;
    width: 209px;
    height: 209px;
    margin-top: 72px;
}


.s_mes{
    width: 1050px;
    padding-left: 15px;
    height: auto;
    line-height: 28px;
}

.s_mes .s_tit{
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}

span{
    font-size: 16px;
    color: #333333;
}

.s_main a{
    color: #2864a9;
    font-size: 16px;
}

.s_nav{
    width: 620px;
    height: 70px;
    margin: 0 auto;
    margin-top: 70px;
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    padding-bottom: 95px;
}

.s_nav li{
    height: 50px;
    width: 160px;
    background-color: #4e9bf5;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    float: left;
    list-style: none;
    box-shadow:#ccc 0px 0px 20px;
}

.s_nav li:hover a{
    color:#f00
}

.s_nav li .s_b-nav{
    color: #fff;
    font-size: 20px;
}
