

html{
  background-color: #fff;
}

.i-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.i-logo{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.i-slogan{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.i-enter{
  position: absolute;
  width: 17%;
  right: 27%;
  bottom: 12%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
@-webkit-keyframes suofang-ani { 0% { -webkit-transform: scale(1)} 50% { -webkit-transform: scale(.7)} 100% { -webkit-transform: scale(1);}}
@keyframes suofang-ani { 0% { -webkit-transform: scale(1)} 50% { -webkit-transform: scale(.7)} 100% { -webkit-transform: scale(1);}}

.txt-img{
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title{
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 81px;
  background: rgba(255,255,255,.78);
}
.h-box{
  position: relative;
  width: 1257px;
  margin: 0 auto;
}
.menu-ul{
  position: absolute;
  right: 0;
  top: 0;
}
.menu-ul li{
  position: relative;
  float: left;
}
.menu-ul li a{
  display: block;
  width: 176px;
  line-height: 81px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #004898;
}
.menu-ul li a img{
  position: relative;
  top: 8px;
}
.menu-ul li a .nimga{
  display: none;
}
.menu-ul li:hover a,.menu-ul li.active a{
  color: #fd9a57;
}
.menu-ul li:hover a .nimg,.menu-ul li.active a .nimg{
  display: none;
}
.menu-ul li:hover a .nimga,.menu-ul li.active a .nimga{
  display: inline-block;
}
.menu-ul li:hover .submenu{
  display: block;
}
.submenu{
  display: none;
  position: absolute;
  top: 95px;
  left: 38px;
  width: 129px;
  padding-top: 5px;
  background: url(../images/submbg2.png) no-repeat;
  background-size: 100% 100%;
}
.submbg1{
  position: absolute;
  top: -17px;
  left: 0;
}
.submenu li{
  width: 129px;
  font-size: 18px;
  line-height: 36px;
  color: #004898;
  text-align: center;
  cursor: pointer;
}
.submenu li:hover{
  color: #fff;
  background: #004898;
}
.banner{
  width: 100%;
  display: block;
}
.body{
  position: relative;
  width: 1027px;
  margin: 0 auto;
}
.com-txt01{
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 25px;
}
.txt01{
  font-size: 18px;
  line-height: 38px;
  text-indent: 2em;
  margin-bottom: 25px;
}

.txt01 span{
  font-weight: bold;
  color: #004898;
}
.haiou{
  position: absolute;
  right: -170px;
  top: 42px;
}
.b-full{
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.img111bg{
  display: block;
  width: 100%;
}
.img111{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p1rcfz-ul{
  box-sizing: border-box;
  padding: 35px 10px;
  background: #e8f4fc;
}
.p1rcfz-ul li{
  position: relative;
  box-sizing: border-box;
  padding-left: 60px;
  font-size: 18px;
  color: #333;
  margin-bottom: 35px;
}
.p1rcfz-ul li span{
  color: #004898;
}
.p1rcfz-ul li img{
  position: absolute;
  left: 20px;
  top: 0;
}
.p1zhi{
  position: absolute;
  left: -120px;
}

.bgbottom{
  display: block;
  width: 100%;
  margin-top: -150px;
}
.p2com{
  display: none;
}
.p2com-ul{
  text-align: center;
}
.p2com-ul li{
  display: inline-block;
  width: 503px;
  line-height: 59px;
  margin-bottom: 30px;
  margin-right: 16px;
  font-size: 22px;
  color: #333;
  text-align: center;
  background: url(../images/combg1.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.p2com-ul li:nth-child(2n) {
  margin-right: 0;
}
.p2com-ul li.xiao{
  font-size: 20px;
}
.p2com-ul li:hover,.p2com-ul li.active{
  color: #fff;
  background: url(../images/combg2.png) no-repeat;
  background-size: 100% 100%;
}
.com-select{
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 435px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #004898;
  font-size: 16px;
  /* text-indent: 2.5em; */
  padding-left: 45px;
  color: #004898;
  font-weight: bold;
  font-family: '微软雅黑';
  outline: none;
  cursor: pointer;
  /* 隐藏箭头 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
}

.sel-div {
  position: relative;
  width: 435px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sel-div .p2dian{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #004898;
  border-radius: 50%;
}
.sel-div .p2iconjt{
  position: absolute;
  top: 19px;
  right: 20px;
}

.comtitle{
  font-size: 22px;
  color: #004898;
  text-align: center;
  margin-bottom: 30px;
}
.comdian{
  position: relative;
  top: -2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  font-weight: bold;
  background: #004898;
  border-radius: 50%;
}
.p2tit{
  width: 100%;
  line-height: 39px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #004898;
  font-weight: bold;
  background: url(../images/p2tbg.png) no-repeat;
  background-size: 100% 100%;
}
.p2tit img{
  position: relative;
  top: 1px;
  height: 18px;
  width: auto;
}

.p2-ul{
  margin-bottom: 30px;
}
.p2-ul1 li{
  margin-bottom: 16px;
}

.p2-ul li{
  position: relative;
  box-sizing: border-box;
  padding-left: 54px;
  font-size: 18px;
  color: #333;
  line-height: 38px;
}
.p2-ul li img{
  position: absolute;
  left: 30px;
  top: 12px;
}
.p2span1{
  color: #004898;
}
.p2span2{
  color: #004898;
  font-weight: bold;
}
.p2span3{
  font-weight: bold;
}
.p2span4{
  color: #fd874c;
}
.p2com .txt01{
  margin-bottom: 0 !important;
}
.joblist{
  position: relative;
  z-index: 9;
  width: 1027px;
  margin: 0 auto;
  padding-top: 30px;
}
.joblist li{
  margin-bottom: 20px;
  border: 1px solid #77bcee;
}
.joblist li.active{
  border-radius: 8px;
}
.joblist li.active .jobtop{
  border-radius: 8px;
}
.jobtop{
  overflow: hidden;
  width: 100%;
  line-height: 42px;
  font-size: 20px;
  color: #004898;
  font-weight: bold;
  background: #f5fbff;
  
}
.jobtop>img{
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
.jobname{
  color: #004898;
  font-weight: bold;
}
.jobbtn{
  float: right;
  width: 107px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background: -webkit-linear-gradient(-90deg, #00bff9 , #015ee9)
}
.jobopen{
  margin-right: 12px;
  cursor: pointer;
}
.jobopen img{
  position: relative;
  top: 3px;
  margin-left: 3px;
}
.apply{
  margin-right: 36px;
}
.jobinfo{
  display: none;
  box-sizing: border-box;
  padding: 20px 40px;
  font-size: 18px;
  color: #333;
}
.j-i-tit{
  font-size: 18px;
  color: #004898;
  font-weight: bold;
}

.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #fff; 
  font-size: 12px; 
  height: 45px; 
  line-height: 45px;
  background: #2874c7;
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}