body{
    margin: 0;
    padding: 0;
}
*{
    font-family: "Microsoft YaHei";
}
.divs_img>img{
    width: 100%;
}
.navigation h2{
    color: #0d6fb8;
    font-weight: bold;
    text-align: center;
    background: url("../img/sanjiao.png")no-repeat right;
}
.navigation_btn{
    background: rgb(58,222,250);
    text-align: center;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow:0 3px 3px rgb(47,179,201);
    width: 237px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.navigation_btn input{
    background:rgb(250,250,250);
    color: black;
    padding: 4px 40px;
    border-radius: 6px;
    border:0;
    margin: auto;
    box-shadow:0 2px 2px rgb(47,179,201);
    margin-bottom: 20px;
    outline: none;
    display: block;

}
.navigation_btn input:nth-child(3){
    padding: 4px 25px;
}
.navigation_btn input:first-child{
    background:rgb(13,111,184);
    color: white;
}
.navigation_btn input:hover{
    background:rgb(13,111,184);
    color: white;
}
.navigation_information{
    text-align: center;
}
.navigation_information div{
    background: rgb(58,222,250);
    text-align: center;
    border-radius: 10px;
    box-shadow:0 3px 3px rgb(47,179,201);
    margin: auto;
    margin-bottom: 12px;
    width: 237px;
}
.navigation_information div:nth-child(2){
    margin-top: 20px;
}
.navigation_information div p:first-child{
    margin: 0;
}
.navigation_information div p img{
    margin: 10px 0;
}
.navigation_information div:last-child p:first-child img{
    margin: 15px 0;
}
.navigation_information div:nth-child(-n+3) p:last-child{
    line-height: 70px;
    margin: 0;
    text-align: left;
}
.navigation_information div:last-child p:last-child{
    margin-top: 10px;
    text-align: left;
}
.weixin_tu>img{
    width: 70%;
}
.weixin_tu{
    width: 237px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.Recruitment h3{
    color: #0d6fb8;
    padding: 1% 3%;
    background: rgb(58,222,250);
    box-shadow:0 3px 3px rgb(47,179,201);
    border-radius:5px;
}
.Recruitment{
    height:975px;
    border-left: 1px solid #28a6e0;
    padding-left: 32px;
    padding-bottom: 1%;
}
.post_div{
    padding-right: 32px;
}
.Operating>P{
    font-size: 18px;
    color: #0d6fb8;
}
.Operating>div{
    border: 1px solid #98f1f5;
    padding-top: 15px;
    padding-bottom: 22px;
}
.Operating>div>ul li{
    line-height:28px
}
.border_div{
    border: 1px solid rgb(58,222,250);
    margin-top: 40px;
    padding: 15px 30px;
    margin-bottom: 30px;
}
li{
    color:#0775c4;
    list-style:disc;
}
ul{
    padding-left: 40px;
    padding-right: 30px;
}
li>p{
    font-size: 16px;
    color:#000;
}