body{
    margin: 0;
    padding: 0;
    line-height: 2.08333vw;
    font-family:"Microsoft YaHei",serif;
    color: #333333;
}

.navigation_bar{
    display: flex;
    justify-content: center;
    margin: auto;
    height: 4.1666vw;
    user-select: none;
    width: 60vw;
}

.navigation_bar li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.1666vw;
    font-size: 1.145833vw;
    font-weight: 700;
    padding-right:0.8333vw;
    padding-left: 0.8333vw;
    /*flex: 1;*/
}

.other_html{
    color: #333333;
    text-align: center;
}
.other_html:hover{
    background: #BCC5DC;
}

.now_html{
    background: #4D6193;
    color: white;
    font-weight: 400;
}

.headbg{
    background-image: url("../csigImg/banner/CsigBackWider.png");
    background-size: 100% 100%;
    height: 12.15vw;
    width: 100%;
    margin: 0;
    float: left;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.headbg .heading{
    font-size: 3.3333vw;
    color: white;
    text-align: center;
    font-weight: 700;
    margin: auto;
}

.content_box{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.split_line{
    width: 59.5833vw;
    display: flex;
    flex-direction: row;
    margin: auto;
    background: #4D6193;
    height: 3.125vw;
    margin-bottom: 0;
    margin-top: 3.125vw;
    justify-content: center;
    align-items:center;
    padding: 0;
}

.member_name{
    font-size: 1.25vw;
    font-weight: 900;
    text-align: center;
    width: 8.75vw;
    height: 2.08333vw;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    background: #BCC5DC;
}

.member_unit{
    font-size: 1.25vw;
    margin-left: 1.04166vw;
    margin-top: 0;
    margin-bottom: 0;
    width: 48.125vw;
    color: #333333;
}

.member_box{
    display: flex;
    flex-direction: column;
    width: 59.5833vw;
    margin: auto;
}
.member_box div{
    display: flex;
    flex-direction: row;
    margin-left: 0.8333vw;
    margin-top: 0.8333vw;
    margin-bottom: 0.8333vw;
    width: 100%;
}
.member_box img{
    margin-top: 0.8333vw;
    margin-bottom: 0.8333vw;
}

.bottom{
    background: #131824;
    height: 19.8958vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 6.25vw;
}
.bottom1{
    width: 61.4583vw;
    height: 5.8333vw;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.bottom1 div{
    display: flex;
    flex-direction: column;
    height: 4.1666vw;
    width: 56.666vw;
    margin-top: 0.8333vw;
    margin-left: 1.0416vw;
    font-size: 1.25vw;
    font-weight: 700;
}
.bottom1_text{
    color: white;
    margin: 0;
    font-size: 1.25vw;
}
.bottom2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 61.4583vw;
    height: 11.979vw;
    margin: auto;
    margin-top: 0;
}
.bottom2_text{
    color: white;
    display: flex;
    flex-direction: column;
    width: 17.65625vw;
    height: 10.3125vw;
    margin-top: 0.8333vw;
    margin-bottom: 0.8333vw;
}
.bottom2_text p{
    text-align: center;
    margin: 0;
    line-height: 1.25vw;
    font-size: 1.041666vw;
}