body{   

}
.enter{
    position: relative;
    width: 100%;
    line-height: 0;
}
.enter img{
    width: 100%;
    height: 100%;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.navBox{
  margin: 0 auto;
  width: 100%;
  background: #8ecdf6;
  border-bottom: #0d80d8 10px solid;
}
.navList{
  margin: 0 auto;
  width: 1200px;
  display: -webkit-flex; /* Safari */
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
}
.navList .tab{
  position: relative;
  padding: 0 28px;
  color: #fff;
  font-size: 30px;
  line-height: 57px;
  font-weight: bolder;
  cursor: pointer;
}
.navList .tab.on{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #0d80d8;
}
.navList .tab:hover{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #0d80d8;
}
.subList{
  display: none;
  position: absolute;
  left: 50%;
  top: 57px;
  width: 100%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #8ecdf6;
  z-index: 10;
}
.navList .tab:hover .subList{
  display: block;
}
.subList a{
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.subList a:hover{
  background-color: #0d80d8;
}
.banner{
  position: relative;
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
}
.content{
  position: relative;
  margin: 60px auto 150px;
  width: 1200px;
}
.content .title{
  position: relative;
  margin: 70px auto 0;
  height: 50px;
  text-align: center;
  background: url("../images/title.png") bottom center no-repeat;
}
.content .title h1{
  color: #333333;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
}
.content .title h1 span{
  color: #0d80d8;
}
.content .title p{
  color: rgba(51,51,51,0.1);
  font-size: 81px;
  line-height: 0;
  text-align: center;
  font-weight: bold;
  margin-top: -40px;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.content .txt_1{
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.content p.noIndent{
  text-indent: 0;
}
.videoBox{
  margin: 60px auto;
  width: 800px;
  height: 450px;
  background-color: #000;
}
.videoBox video{
  width: 100%;
  height: 100%;
}
.jobList{
  margin: 40px auto 0;
  width: 1104px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.jobList .jobItem{
  position: relative;
  margin: 0 30px 40px;
  width: 308px;
  border-radius: 5px;
  border: #0d80d8 1px solid;
}
.jobTitle{
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  background-color: #0d80d8;
}
.address{
  padding-left: 45px;
  color: #333;
  font-size: 18px;
  line-height: 60px;
  background: url("../images/address.png") 25px center no-repeat;
}
.buttonApply{
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 100px;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  background-color: #e6e6e6;
}

.clear{
  clear: both;
}
.footer{
  position: relative;
  width: 100%;
  height: 69px;
  color: #fff;
  font-size: 12px;
  line-height: 69px;
  text-align: center;
  background: url("../images/bgFooter.jpg") repeat-x;
}
.footer a{
    color: #fff;
}