

html{
  background-color: #fff;
}
/*横屏部分*/
#app,
.container {
	width: 100%;
	min-height: 100%;
}
/*
.index_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/index_bg.jpg) top center no-repeat;
    background-size: cover;
}
.index-left{
  width: 39%;
  max-width: 756px;
  max-height: 62%;
	height: 676px;
	position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/index-left.png) left bottom no-repeat;
  background-size: contain;
}
.index-right{
  width: 49%;
  max-width: 948px;
  max-height: 58%;
	height: 631px;
	position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/index-right.png) right bottom no-repeat;
  background-size:contain;
}
.ilogo{
	width: 447px;
	height: 41px;
	position: absolute;
	top: 38px;
	left: 70px;
  -webkit-animation: bounceInDown 1s .2s both;
	animation: bounceInDown 1s .2s both;
}
.slogan{
  position: absolute;
  width: 42%;
  max-width: 820px;
  left: 20%;
  top: 80px;
}
.slogin_img{
   width: 100%;
   position: relative;
}
.enter{
  position: relative;
  float: right;
  margin-right: 18%;
  width: 28%;
	max-width: 236px;
	height: 84px;
  cursor: pointer;
  -webkit-animation: bounceInLeft 2s .2s both;
	animation: bounceInLeft 2s .2s both;
}
.enter img{
  width: 100%;
}
.enter a{
	-webkit-animation: pulse 5s .2s infinite;
	animation: pulse 2s .2s infinite;
}
*/
.isPC,.isM{
  display: none;
}
.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.08%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom:15%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
.m-enter{
  position: absolute;
  width: 31%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 43%;
  -webkit-animation: suofang-ani 2s linear infinite;
}

.i-copyright{
  position: absolute !important; 
  bottom: 0 !important; 
  margin-top: 0;
}
/*  */
.header{
  width: 100%;
  height:80px;
  background: #fafeff;
  position: absolute;
  top: 0;
  left: 0;
}
.logo{
  width: auto;
  height:30px;
  padding-left: 20px;
}
.h-box{
  position: relative;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu{
  width: 800px;
  height: 80px;
  display: flex;
  /* 一排, 上下居中 */
  padding-left: 80px;
  justify-content: space-between;
  align-items: center;
}
.menu>li{
  width: 120px;
  line-height: 80px;
}
.menu>li>a{
  display: block;
  text-align: center;
  font-size:18px;
  color: #333;
}

.menu>li:hover>a,.menu>li.active>a{
  font-weight: bold;
  background: url(../images/navon.png) no-repeat bottom center
}

/*  */
.banner{
  display: block;
  width: 100%;
}
.body{
  position: relative;
  width: 100%;
  background: url(../images/bg.png) repeat-x left bottom ;
  /* background-size: cover; */
}
.bg-box{
  width: 1182px;
  min-height: 679px;
  background: #3a97e2;
  border-radius: 28px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  padding-bottom: 10px;
  top: -240px;

}
.bg-box-inner{
  width: 1174px;
  min-height: 669px;
  position: relative;
  background: -webkit-linear-gradient(90deg, #fff5db,#ffffff);
  border:1px solid #3969c5;
  border-radius: 28px;
  font-size: 18px;
  line-height: 36px;
}
.box-yun{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 316px;
  height: 86px;
  border-bottom-right-radius: 28px;
  background: url(../images/yun.png) no-repeat  center;
}
.box-man{
  position: absolute;
  left: -18px;
  bottom: 0px;
  width: 123px;
  height: 258px;
  background: url(../images/man.png) no-repeat  center;
}
.box-girl{
  position: absolute;
  right: 20px;
  top: -285px;
  width: 183px;
  height: 285px;
  background: url(../images/girl.png) no-repeat  center;
}
.title{
  position: relative;
  margin: 0 auto;
  width: 395px;
  height: 66px;
  top: -32px;
}
.content-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.title2{
  padding: 28px 0;
  border-bottom: 1px solid #54c4fa;
}
.xcfl-img{
  display: block;
  margin: 30px auto;
}
/*job*/
.notice{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.joblist{
  padding-bottom: 30px;
}
.joblist li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  border:4px solid #1f9cfe;
  border-radius: 10px;
  padding: 0 13px 0 30px;
  margin-top: 20px;
  line-height: 24px;
}
.job-title{
  background: #1f9cfe;
  color:#fff;
}
.rs{
  width: 70px;
}
.jobname{
  width: 120px;
}
.gwyq, .rs , .jobname{
  text-align: center;
}
.zy{
  width: 438px;
}
.address{
  width: 75px;
  text-align: center;
}
.jltd{
  width: 156px;
  text-align: center;
}
.zpdx-text-time{
  text-indent: 2em;
}
.zpdx-text{
  padding: 25px 0 25px 27px;
  text-indent: 2em;
}
.zpdx-text p{
  position: relative;
}
.zpdx-text i{
  width: 22px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 10px;
}
.zpdx-text i img{
  display: inherit;
}
.h80{
  height: 80px;
}
.process-box{
  padding:25px;
  background: url(../images/pro-box1-bg.png) no-repeat   center;
  background-size: 100% 100%;
  margin:20px 0;
}
.process-box font{
  font-size: 28px;
  font-weight: bold;
  background: url(../images/font-icon.png) no-repeat left  center;
  padding-left: 25px;
}
.zpcx-text{
  padding: 20px 40px;
}
.zpcx-text2{
  padding: 20px 40px;
  text-indent: 2em;
}
.footer-left{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 388px;
  height: 408px;
  background: url(../images/footer-left.png) no-repeat  center;
  background-size: cover;
}
.footer-right{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 436px;
  height: 453px;
  background: url(../images/footer-right.png) no-repeat  center;
  background-size: cover;
}
.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #333; 
  font-size: 12px; 
  height: 4.17vw; 
  line-height: 4.17vw;
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}

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