body{   

}
.enter{
  position: relative;
  width: 100%;
  line-height: 0;
}
.enter img{
  width: 100%;
  height: 100%;
}
.main{
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.logo{
  position: absolute;
  left: 0;
  top: 16px;
}
.navBox{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 80px;
}
.navList{
  position: relative;
  margin: 0 auto;
  padding: 22px 0;
  width: 1200px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.navList .tab{
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 0 24px;
  color: #333333;
  font-size: 18px;
  line-height: 38px;
}
.navList .tab:hover{
  color: #fff;
  border-radius: 38px;
  background-color: #ba3a1f;
}
.navList .tab.on{
  color: #fff;
  border-radius: 38px;
  background-color: #ba3a1f;
}
.banner{
  position: relative;
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
}
.content{
  position: relative;
  margin: 50px auto;
  width: 1200px;
  background-color: #fff;
}
.content .title{
  position: relative;
  margin: 50px auto;
  width: 397px;
  height: 85px;
  text-align: center;
  background: url("../images/title.png") center no-repeat;
}
.content .title span{
  padding: 0 10px;
  color: #bb3b22;
  font-size: 38px;
  font-weight: bold;
  line-height: 80px;
  background-color: #fff;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.content .h1{
  margin: 10px 0;
  padding-left: 22px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  border-bottom: #c9c9c9 1px solid;
  background: url("../images/dot.png") left center no-repeat;
}
.content .h1:first-child{
  margin-top: 0;
}
.content .h2{
  margin: 20px 0 10px;
  padding-left: 18px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  background: url("../images/dot2.png") left center no-repeat;
}
.content .h3{
  margin: 20px auto;
  color: #ff8b02;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
.content .txt_1{
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}
.content .txt_2{
  color: #333333;
  font-size: 18px;
  line-height: 32px;
}
.content .txt_3{
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
.content .txt_4{
  margin-left: 20px;
  padding-left: 30px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  background: url("../images/dot.png") left center no-repeat;
}
.content .txt_4 span{
  color: #fd7000;
  font-weight: bold;
}
.content .txt_5{
  margin-bottom: 50px;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.content p.noIndent{
  text-indent: 0;
}
.welfareTable{
  width: 100%;
}
.welfareTable th,.welfareTable td{
  width: 20%;
  height: 46px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  border: #1b1b1b 1px solid;
}
.welfareTable th{
  color: #ba3a1f;
  font-weight: normal;
}
.flowBox{
  margin: 40px auto;
  width: 800px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.flowList{
  width: 610px;
}
.flowList .item{
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  height: 113px;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}
.jobBox{
  margin: 40px 0;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.comList{
  width: 340px;
}
.comList .item{
  margin-bottom: 8px;
  color: #333333;
  font-size: 18px;
  line-height: 48px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  background: url("../images/comItem.png") no-repeat;
}
.comList .item.on{
  color: #fff;
  background: url("../images/comItem2.png") no-repeat;
}
.comList .item:hover{
  color: #fff;
  background: url("../images/comItem2.png") no-repeat;
}
.videoBox{
  margin: 10px auto 30px;
  width: 810px;
  height: 400px;
  background-color: #000;
}
.jobList {
  width: 810px;
}
.jobList .jobItem{
  position: relative;
  margin-bottom: 40px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 48px;
  border-bottom: #d4d3d3 1px dashed;
}
.jobTitle{
  width: 40%;
}
.jobCity{
  width: 20%;
}
.jobBtn{
  width: 40%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.buttonApply{
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  border-radius: 32px;
  background-color: #ba3a1f;
}
.aboutBox{
  position: relative;
  margin: 40px auto;
}
.aboutItem{
  position: absolute;
  left: 725px;
  top: 35px;
  color: #333333;
  font-size: 16px;
  line-height: 72px;
}
.clear{
  clear: both;
}
.footer{
  position: relative;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  background-color: #ba3a1f;
}
.footer a{
    color: #fff;
}
