.banner{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100px;
}
.strong{
  font-weight: bold;
}
html{
  background-color: #fff;
}
.title{
  width: 482px;
  height: 50px;
  line-height: 50px;
  background: #ae8762;
  border-radius: 0 25px 25px 0;
  margin-bottom: 20px;

}
.title>span{
  font-size: 24px;
  font-weight: bold; 
  color: #fff;
}
.title>img{
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.txt{
  text-indent: 2em;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-bottom: 36px;
}
.txt>span{
  font-weight: bold;
}
.timg{
  display: block;
  margin: 0 auto;
  margin-bottom: 51px;
}
.body{
  width: 1200px;
  margin: 0 auto;
  /* min-height: 1000px; */
  /* background: url("../images/bg.jpg") no-repeat; */
  /* background-size: 100% auto; */
  /* background-position: bottom; */
  padding-bottom: 111px;
}

/*  */
.jobtab{
  width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.jobtab>li{
  display: inline-block;
  width: 200px;
  height: 56px;
  margin: 0 20px;
  font-size: 20px;
  line-height: 56px;
  color: #ae8762;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ae8762;
  /* cursor: pointer; */
}
.jobtab>li:hover, .jobtab>li.act{
  background: #ae8762;
  color: #fff
}
.joblist{}
.joblist li{
  margin-bottom: 10px;
}
.jobtop{
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  background: #ffe9cb;
  border-radius: 4px;
  cursor: pointer;
}
.jobtop>span{
  font-size: 18px;
  color: #333;
  
}

.jobtop>span>i{
  position: relative;
  top: 5px;
  margin-left: 35px;
  margin-right: 20px;
  display: inline-block;
  width: 7px;
  height: 23px;
  background: #ae8762;
}
.jobtop>.jt{
  position: relative;
  margin-right: 17px;
  margin-top: 13px;
  float: right;
}

.jobinfo{
  display: none;
  padding-bottom: 20px;
}
.infotxt{
  overflow: hidden;
  width: 1118px;
  line-height: 40px;
  padding: 40px 0;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #022734;
  background: #fffbf5;
}
.infotxt>p{
  box-sizing: border-box;
  float: left;
  width: 40%;
  padding-left: 30px;
}
.infotxt>p:last-child{
  width: 58%;
  border-left: 1px solid #ffe9cb;
}
.infotxt>p:first-child{
  
}
.infotxt>p>span{
  font-weight: bold;
}
.tit2{
  width: 116px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  color: #002857;
  font-weight: bold;
  font-size: 18px;
  background: #ffe9cb;
  border-radius: 15px;
  text-indent: 1em;
}
.txt2{
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 18px;
  color: #002857;
  line-height: 36px;

}
.apply{
  display: block;
  width: 179px;
  height: 50px;
  margin: 20px auto;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #ae8762;
  border-radius: 9px;
}
/*  */
.txtlist{}
.txtlist li{
  position: relative;
  top: 5px;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.txtlist li::after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: #ae8762;
}
.ewmtxt{
  position: relative;
}
.ewmtxt>.txt3{
  width: 518px;
  position: absolute;
  top: 49px;
  left: 149px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  color: #fff
}
.lxwm{
  text-align: center;
  margin-top: 80px;

}
.lxwm>li{
  display: inline-block;
  width: 352px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 0 40px;
  background: #ffe9cb;
}
.copyright { width: 100%; text-align: center; margin: 0 auto; color: #fff; font-size: 12px; height: 92px; line-height: 92px;}
.copyright { position: relative; bottom: 0; left: 0;  background: #ae8762;}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}