body{
    background-color: #fafbdf;
}
.enter{
    position: relative;
    width: 100%;
}
.enter img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.logo{
    position: absolute;
    left: 0;
    top: 18px;
}
.navBox{
    position: relative;
    width: 100%;
    height: 80px;
    background: #9cf3e5;
    z-index: 10;
}
.navList{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-end;
}
.navList .tab{
    position: relative;
    padding: 0 30px;
    color: #333333;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}
.navList .tab.on{
    color: #fff;
    background: #0a825f;
}
.navList .tab:hover{
    color: #fff;
    background: #0a825f;
}
.bgMain{
    padding: 1px 0;
    background: url("../images/bgMain.jpg") bottom center/cover no-repeat;
}
.content{
    position: relative;
    margin: 50px auto 0;
    padding: 10px 30px;
    width: 1200px;
    min-height: 400px;
    box-shadow: 0 0 15px #8bd0c5;
    border-radius: 20px;
    background: #fff;
}
.content .title{
    margin: 30px auto;
    padding-top: 50px;
    width: 382px;
    height: 114px;
    color: #fff;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    background: url("../images/title.png") no-repeat;
}
.content .tips{
    margin: 60px auto 40px;
    color: #056549;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    background: url("../images/tips_1.png") center no-repeat;
}
.content .tips_1{
    width: 332px;
    background: url("../images/tips_2.png") no-repeat;
}
.content .tab{
    margin: 0 136px 10px;
    padding-left: 20px;
    padding-top: 12px;
    height: 37px;
    color: #2a6ed4;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    background: url("../images/dot_2.png") left top no-repeat;
}
.content .h1{
    margin: 30px auto;
    padding: 0 30px;
    width: max-content;
    color: #ffffff;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    border-radius: 52px;
    border: #16efea 2px solid;
    background: linear-gradient(#056549 , #29853a);
}
.content .h2{
    margin: 120px auto;
    color: #056549;
    font-size: 165px;
    line-height: 400px;
    text-align: center;
}
.content .txt_1{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.content p.noIndent{
    margin: 0 10px;
    text-indent: 0;
}
.content .image{
    position: relative;
    margin: 32px auto;
    line-height: 0;
    text-align: center;
}
.videoBox{
    margin: 30px auto;
}
.videoBox video{
    width: 100%;
    height: auto;
}
.welfareList{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 30px auto;
}
.welfareList .item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;  
    width: 510px;
    height: 218px;
    border-radius: 16px;
    border: #056549 1px dashed;
}
.welfareList .icon{
    margin: 0 36px;
    line-height: 0;
}
.subList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 320px;
}
.subList .welItem{
    position: relative;
    padding-left: 16px;
    width: 150px;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}
.subList .welItem::after{
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #333333;
}
.comList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.comList .item{
    margin: 10px 18px 10px 0;
    padding-top: 8px;
    width: 368px;
    height: 69px;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: url("../images/comTitle_1.png") no-repeat;
}
.comList .item.on{
    background: url("../images/comTitle_2.png") no-repeat;
}
.comList .item:hover{
    background: url("../images/comTitle_2.png") no-repeat;
}
.comList .item:nth-child(3n){
    margin-right: 0;
}
.jobList{
    margin: 30px auto;
}
.jobItem{
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    color: #008b58;
    font-size: 18px;
    line-height: 52px;
    font-weight: bold;
    border-bottom: #008b58 1px dashed;
}
.jobItem::after{
    position: absolute;
    content:"";
    left: 12px;
    top: 22px;
    width: 7px;
    height: 7px;
    background: #008b58;
}
.buttonMore{
    position: absolute;
    top: 0px;
    right: 8px;
    color: #008b58;
    cursor: pointer;
}
.jobDetail {
    display: none;
    margin-bottom: 10px;
    padding: 0 20px;
}
.jobDetail p{
    color: #333;
    font-size: 16px;
    line-height: 32px;
}
.buttonApply{
    display: block;
    margin-top: 10px;
    line-height: 0;
}

.noticeBox{
    margin: 30px auto 40px;
    padding: 20px 32px;
    color: #333333;
    font-size: 18px;
    line-height: 44px;
    border-radius: 25px;
    border: #289673 2px dashed;
}

.clear{
    clear: both;
}
.footer{
    position: relative;
    width: 100%;
    color: #056549;
    font-size: 14px;
    line-height: 100px;
    text-align: center;
}
.footer a{
    color: #056549;
}
.slickBox{
    margin: 30px auto;
    overflow: hidden;
}
.slick{
    display: flex;
    display: -webkit-flex;
}
.slick .item{
    margin: 0 15px;
}





/* 校招 */

.zhong{
  text-align: center;
}

.xshi_bg{
  width: 626px;
  height: 88px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  line-height: 104px;
  background: url(../images/xshi_bg.png) no-repeat;
}


.xdui_bg{
  width: 901px;
  height: 53px;
  font-size: 17px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  background: url(../images/xdui_bg.png) no-repeat;
}

.xdui_bg span{
  width: 50px;
  color: #056549;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}

.xdui_bg1{
  width: 626px;
  height: 80px;
  font-size: 22px;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  background: url(../images/xdui_bg1.png) no-repeat;
}

.xdui_bg1 span{
  width: 62px;
  color: #056549;
  font-size: 26px;
  text-align: center;
  margin-right: 10px;
}

.xfont{
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}






















