* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}
.baseLine{
    border-bottom: 1px solid #fff;
}

/*导航nav*/
.navigation {
    width: 100%;
    /*min-width: 1280px;*/
    height: 67px;
    background-color: #51b173;
}

.nav {
    padding-left: 106px;
    width: 1157px;
    height: 67px;
    margin: 0 auto;
    position: relative;
}

.nav > span {
    display: inline-block;
    width: 153px;
    height: 58px;
}

.nav > span > img {
    padding-top: 9px;
}

.nav > ul {
    height: 67px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.right {
    float: right;
}

/*.right > li {*/
    /*float: left;*/
    /*list-style: none;*/
    /*margin-right: 31px;*/
    /*line-height: 53px;*/
/*}*/

/*.right > li > a {*/
    /*display: inline-block;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*!*height: 67px;*!*/
    /*height: 35px;*/
    /*vertical-align: middle;*/
/*}*/
.right > li {
    float: left;
    list-style: none;
    margin-right: 31px;
    line-height: 67px;
}

.right > li > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    /*height: 67px;*/
    height: 26px;
    line-height: 26px;
}

.navBorder{
    display: inline-block;
    text-align: center;
    line-height: 24px;
    /*position:absolute;*/
    /*top: 20px;*/
    /*right: 17px;*/
    border:1px solid #fff;
    width: 80px;
    height:24px;
    border-radius: 10px;
}
.navBorder a{
    /*display: inline-block;*/
    color: #fff;
    text-decoration: none;
    /* height: 67px; */
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
/*.right > li:nth-child(9) > a {*/
    /*height: 67px;*/
/*}*/

/*.right > li:nth-child(9) > a > span {*/
    /*display: inline-block;*/
    /*width: 80px;*/
    /*height: 26px;*/
    /*line-height: 28px;*/
    /*text-align: center;*/
    /*margin-top: 20.5px;*/
    /*border: 1px solid #fff;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
/*}*/

/*banner*/
.banner{
    width:100%;
    height: 700px;
    background-color: #4d4d4d;
}
.picture{
    width: 1263px;
    text-align: center;
    height: 700px;
    margin:0 auto;
}
/*message*/
.messages{
    width:100%;
    background-color: #f7f7f7;
    padding-top: 70px;
}
.message_one{
    width: 1123px;
    margin:0 auto;
    /*background-color: red;*/
    padding-left: 70px;
    padding-right: 70px;
}
.container{
    padding-bottom: 60px;
    padding-left: 15px;
    /*border-bottom:1px solid #999999;*/
    /*background-color: gold;*/
}
.position{
    width: 1108px;
    font-size: 20px;
    margin-bottom: 10px;
}
.duty{
    font-size: 18px;
    margin-top: 25px;
}
.require{
    font-size: 16px;
    margin-top: 15px;
    line-height:70%;
}
/*ios*/
.ios{
    margin-top: 70px;
}

/**/
.last{
    border:none;
}
/*footer*/
.footer{
    width:100%;
    height: 150px;
    background:url(../img/footer.png) no-repeat;
    background-size: cover;
    color:white;
}
.bottom{
    width: 1263px;
    margin: 0 auto;
    height: 105px;
    padding-top: 25px;
    /*padding-bottom: 55px;*/
}
.bottom>p{
    text-align: center;
    font-size: 14px;
    line-height: 200%;
}
.pictureModify{
    width: 100%;
    height: 530px;
    margin:0 auto;
    background: url("../img/recruit_banner.png") no-repeat;
    background-position: 50% 50%;
}
.bannerModify {
    width: 100%;
    height: 530px;
    background-color: #EBE9EA;
}

.pictureXg{
    width: 100%;
    height: 530px;
    margin:0 auto;
    background: url("../img/xg_banner.png") no-repeat;
    background-position: 50% 50%;
}
html{
    height:100%;
}

body{
    min-height:100%;
    position: relative;
}

.footer{
    position:absolute;
    bottom:0;
    left:0;
}
.bottom>p>a:hover{
    text-decoration:underline ;
}
.bottom>p>a{
    text-decoration: none;
    color: #fff;
}
.more{
    font-size: 16px;
}

.skip{
    cursor: pointer;
}
.jianKang:hover{
    cursor: pointer;
}


