body{
    border-top: 10px solid rgb(255,255,255);
}
.nav_top{
    width: 100%;
    height: 127px;
    padding-top: 73px;
    background: url("/static/img/banner5.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.top_con{
    width: 1200px;
    margin: auto;
}
.top_con img{
    width: 155px;
    margin-left: 78px;
}
.domain{
    background: rgb(255,255,255);
}
.domain_con{
    width: 1200px;
    padding: 30px 0;
    margin: auto;

}

.overview{
    margin-bottom: 30px;
}
.overview_tit{
    font-size: 24px;
    color: rgb(0,77,156);
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.overview_tit:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(0,77,156);
    position: absolute;
    bottom: -10px;
}
.realname{
    width: 1200px;
    height: 170px;
    background: rgb(255,255,255);
    box-shadow: 0 0 9px 4px rgba(0,77,156,0.1);
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.realname_con{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realname_con img{
    width: 50px;
    height: 51px;
    margin-right: 27px;
    display: block;
}
.realname_list span{
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: rgb(51,51,51);
}
.sp3{
    color: rgb(0,77,156)!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
.online{
    margin-bottom: 30px;
}
.thing{
    margin-bottom: 30px;
}
.thing_con{
    width: 1200px;
    height: 460px;
    background: rgb(255,255,255);
    box-shadow: 0 0 9px 4px rgba(0,77,156,0.1);
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp1{
    color: rgb(0,77,156)!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
.sp2{
    color: rgb(51,51,51)!important;
    font-size: 20px!important;
    font-weight: normal!important;
}
.jifen_list{
    margin: 50px auto;
    min-height: 560px;
}
.jifen_con{
    width: 1200px;
    background: rgb(250,250,250);
    padding: 17px 0;
    color: rgb(51,51,51);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_con span:nth-child(1){
    width: 120px;
    text-align: center;
}
.jifen_con span:nth-child(2){
    width: 480px;
    text-align: center;
}
.jifen_con span:nth-child(3),.jifen_con span:nth-child(4),.jifen_con span:nth-child(5){
    width: 200px;
    text-align: center;
}
.jifen_item{
    width: 1200px;
    border-bottom: 1px solid rgb(243,243,243);
    /*padding: 17px 0;*/
    height: 60px;
    color: rgb(51,51,51);
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_item span:nth-child(1){
    width: 120px;
    text-align: center;
}
.jifen_item span:nth-child(2){
    width: 480px;
    text-align: center;
}
.jifen_item span:nth-child(3),.jifen_item span:nth-child(4),.jifen_item span:nth-child(5){
    width: 200px;
    text-align: center;
}
.box {
    margin: 80px auto 0;
    height: 30px;
    display: flex;
    align-items: center;
}

.page {
    margin: auto;
}
.bottom{
    width:100%;
    height: 206px;
    background: rgb(18,29,59);
    padding-top: 30px;
}
.bot_con{
    width: 746px;
    margin: auto;
}
.link{
    font-size: 16px;
    color: rgb(255,255,255);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link>span:first-child{
    margin-right: 48px;
}
.logo{
    display: flex;
    justify-content: left;
}
.logo_left>img{
    width: 52px;
    height: 63px;
    margin-top: 54px;
}
.logo_right{
    width: 700px;
}
.statement{
    width: 154px;
    font-size: 14px;
    color: rgb(155,157,159);
    margin: 43px auto 30px;
    display: flex;
    justify-content: space-between;
}
.copyright{
    width: 480px;
    padding: 0 135px;
    font-size: 14px;
    color: rgb(155,157,159);
    display: flex;
    justify-content: left;
    line-height: 28px;
}
.copyright>span:first-child{
    margin-right: 16px;
}
.M-box3 {
    margin: auto;
}

