

html{
  background-color: #fff;
}

/*  */
.header{
  width: 100%;
  height: 81px;
  background: rgba(255, 255, 255, .78);
}
.h-box{
  position: relative;
  width: 1251px;
  margin: 0 auto;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
}
.menu>li{
  position: relative;
  float: left;
}
.menu>li>a{
  display: inline-block;
  padding: 0 30px;
  line-height: 81px;
  text-align: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}
.menu>li>img{
  opacity: 0;
  position: absolute;
  top: 18px;
  left: 8px;
}
.menu>li:hover>a,.menu>li.active>a{
  color: #fd874c;
  font-weight: bold;
}
.menu>li:hover>img,.menu>li.active>img{
  opacity: 1;
}
/*  */
.banner{
  display: block;
  width: 100%;
}
.txt-img{
  display: block;
  margin: 0 auto;
}

.i-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-logo,.i-slogan{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.i-enter{
  position: absolute;
  width: 17%;
  right: 20%;
  top: 75%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
.body{
  width: 100%;
  padding-bottom: 666px;
  background: url(../images/bgbottom.png) no-repeat bottom center;
  background-size: 100% auto;
}
.txt01{
  text-indent: 2em;
  width: 1027px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.txt01>span{
  color: #1259fa;
}
.txt02{
  text-align: center;
}

.p3-ul{
  width: 1027px;
  margin: 0 auto;
}
.p3-ul>li{
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #333;
  box-sizing: border-box;
  padding-left: 25px;
}
.p3-ul>li>img{
  position: absolute;
  left: 0;
  top: 7px;
}
.p3-ul>li>span{
  color: #1370c7;
  font-weight: bold;
}

.jobtab{
  width: 1027px;
  margin: 0 auto;
  display: flex;
  /* 两排 */
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.jobtab>li{
  box-sizing: border-box;
  width: 242px;
  line-height: 62px;
  font-size: 22px;
  color: #2a94f8;
  margin-bottom: 35px;
  text-align: center;
  border-radius: 31px;
  border: 2px solid #2588f5;
  background: #fff;
  cursor: pointer;
}
.jobtab>li:hover,.jobtab>li.active{
  color: #fff;
  border: 2px solid #2993f8;
  background: #1780f4;
}
.joblist{
  box-sizing: border-box;
  padding: 45px 25px;
  width: 1027px;
  margin: 0 auto;
  background: rgba(115,191,255,.1);
}
.jobinfo{
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.jobitem{
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  width: 960px;
  line-height: 68px;
  margin-bottom: 30px;
  border-radius: 34px;
  background: #1780f4;
}
.jobname{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.jobitem>a{
  position: absolute;
  right: 0;
  top: 6px;
}







.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #fff; 
  font-size: 12px; 
  height: 48px; 
  line-height: 48px;
  margin-top: -1px;
  background: -webkit-linear-gradient(-180deg, #5397e1,#2759c5)
}
.i-copyright{
  position: absolute; 
  bottom: 0; 
  background: none;
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}

/* 竖屏样式 */
@media (orientation: portrait) {
  
}
 
/* 横屏样式 */
@media (orientation: landscape) {
  
}