

html{
  background-color: #fff;
}
.about-page{
  background-color: #fafeff;
}
/*横屏部分*/
#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;
}
.isM{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.isM .i-bg{
  object-position: center bottom;
}
.isM .i-logo{
  top: 4.5%;
  left: 5.3%;
  width: 40.8%;
}
.isM .i-slogan{
  top: 10.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 97.9%;
}
.i-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.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;
}
.isPC{
  position: relative;
  width: 100%;
}
.isPC .i-bg{
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
}
.isPC .i-logo{
  top: 3.5%;
  left: 3.6%;
  width: 13.7%;
}
.isPC .i-slogan{
  top: 20%;
  left: 26.6%;
  width: 33.8%;
}
.isPC .i-enter{
  width: 19%;
  top: 63%;
}
.m-enter{
  position: absolute;
  width: 36.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46%;
  -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: relative;
  z-index: 20;
}
.logo{
  width: auto;
  height:30px;
}
.h-box{
  position: relative;
  width: 1440px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 50px;
}
.menu{
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu>li{
  width: 143px;
  margin-left: 10px;
}
.menu>li>a{
  display: block;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size:18px;
  color: #333;
}

.menu>li:hover>a,.menu>li.active>a{
  font-weight: bold;
  background: url(../images/nav-active.png) no-repeat center;
  background-size: 143px 49px;
  color: #fff;
}

/*  */
.banner{
  display: block;
  width: 100%;
}
.body{
  position: relative;
  width: 100%;
  background: url(../images/bg.png) repeat-x left bottom ;
  /* background-size: cover; */
}
.about-page .body,
.process-page .body,
.job-page .body{
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 0;
  min-height: 0;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
}
.about-page .body{
  background-color: #ecebf6;
  background-image: url(../images/page-bg-mid.jpg);
}
.process-page .body{
  background-color: #f1f4fb;
  background-image: url(../images/page-bg-lc-mid.jpg);
}
.job-page .body{
  background-color: #f1f4fb;
  background-image: url(../images/page-bg-job-mid.jpg);
}
.about-page .body::before,
.about-page .body::after,
.process-page .body::before,
.process-page .body::after,
.job-page .body::before,
.job-page .body::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about-page .body::before,
.process-page .body::before,
.job-page .body::before{
  top: 0;
  height: min(calc(100vw * 560 / 1440), 85%);
  background-position: center top;
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent);
  mask-image: linear-gradient(to bottom, #000 62%, transparent);
}
.about-page .body::after,
.process-page .body::after,
.job-page .body::after{
  bottom: 0;
  height: min(calc(100vw * 480 / 1440), 100%);
  background-position: center bottom;
  -webkit-mask-image: linear-gradient(to top, #000 58%, transparent);
  mask-image: linear-gradient(to top, #000 58%, transparent);
}
.about-page .body::before,
.about-page .body::after{
  background-image: url(../images/page-bg.jpg);
}
.process-page .body::before,
.process-page .body::after{
  background-image: url(../images/page-bg-lc.jpg);
}
.job-page .body::before,
.job-page .body::after{
  background-image: url(../images/page-bg-job.jpg);
}
.about-page .copyright,
.process-page .copyright,
.job-page .copyright{
  z-index: 2;
}

.about-card{
  position: relative;
  top: -30px;
  width: 1180px;
  margin: 0 auto;
  padding: 1px 40px 20px;
  background: url(../images/body-bg.png) no-repeat center top;
  box-sizing: border-box;
  background-size: 100% 100%;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: 0 0 80px #fff;
  z-index: 2;
}
.about-cloud{
  position: absolute;
  left: -120px;
  top: -90px;
  width: 385px;
  z-index: 2;
  pointer-events: none;
}
.about-title1{
  display: block;
  width: 341px;
  margin: 30px auto 0;
}
.about-text{
  width: 1080px;
  margin: 0 auto 10px;
  color: #333;
  text-indent: 2em;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.about-title2{
  display: block;
  width: 210px;
  margin: 20px auto 0;
}
.about-fuli{
  display: block;
  width: 1182px;
  max-width: 100%;
  margin: 0 auto;
}
.about-page .copyright{
  color: #6b7c99;
  opacity: 0.55;
}
.about-page .bg-box{
  width: 1180px;
  background: url(../images/body-bg.png) no-repeat center top;
  background-size: 100% 100%;
  border-radius: 40px;
  box-shadow: 0 0 80px #fff;
  top: -30px;
  padding-bottom: 10px;
}
.about-page .bg-box-inner{
  width: 100%;
  background: none;
  border: none;
  border-radius: 40px;
}
.about-page .box-yun,
.about-page .box-man,
.about-page .box-girl,
.about-page .footer-left,
.about-page .footer-right{
  display: none;
}
.job-main{
  position: relative;
  top: -30px;
  width: 1180px;
  margin: 0 auto;
  padding: 1px 40px 80px;
  background: url(../images/body-bg.png) no-repeat center top;
  background-size: 100% 100%;
  border-radius: 40px;
  box-shadow: 0 0 80px #fff;
  box-sizing: border-box;
  z-index: 2;
}
.job-page .about-cloud{
  left: 0;
  top: -70px;
  width: 385px;
}
.job-cloud{
  position: absolute;
  left: 848px;
  top: auto;
  bottom: 80px;
  width: 385px;
}
.job-cloud2{
  position: absolute;
  left: 900px;
  top: 589px;
  width: 168px;
}
.job-sec-title{
  display: block;
  width: 341px;
  margin: 30px auto 40px;
}
.job-sec-sub{
  width: 210px;
  margin: 50px auto 30px;
}
.job-lead{
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 18px;
}
.job-rows{
  width: 1038px;
  margin: 0 auto 20px;
}
.job-rows li{
  display: flex;
  align-items: center;
  width: 1038px;
  min-height: 78px;
  margin: 12px 0;
  padding: 0 18px 0 36px;
  box-sizing: border-box;
  background: url(../images/job-row-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #333;
  font-size: 16px;
}
.job-rows-name{
  width: 150px;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px;
}
.job-rows-name em{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.job-rows-num{
  width: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.job-rows-req{
  flex: 1;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.5;
}
.job-rows-place{
  width: 130px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.job-apply{
  width: 143px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/apply-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.job-dx-head{
  position: relative;
  width: 1038px;
  margin: 20px auto 0;
}
.job-dx-head .job-sec-title{
  width: 210px;
}
.job-dx-icon{
  position: relative;
  width: 90px;
  margin: 0 auto;
}
.job-sub{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 243px;
  height: 52px;
  margin: 22px auto 8px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: url(../images/zpdx-title-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.job-sub img{
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.job-p{
  width: 1038px;
  margin: 0 auto 8px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.job-dx-ol{
  width: 1038px;
  margin: 18px auto 12px;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 16px;
  line-height: 2;
  counter-reset: jobdx;
}
.job-dx-ol li{
  position: relative;
  padding-left: 42px;
  counter-increment: jobdx;
  margin-bottom: 15px;
}
.job-dx-ol li:before{
  content: counter(jobdx, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 12px;
  color: #4a5d80;
  background: url(../images/row-num-bg.png) no-repeat center;
  background-size: 31px 31px;
}
.job-deny-title{
  width: 1038px;
  margin: 20px auto 8px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding-left: 70px;
}
.job-deny{
  width: 1038px;
  margin: 0 auto;
  padding-bottom: 40px;
  list-style: none;
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-left: 70px;
}
.job-deny li{
  position: relative;
  padding-left: 1.4em;
}
.job-deny li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f58b1;
}
.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;
  text-align: center;
}
.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;
}
.proc-title{
  /* width: 290px; */
  padding-top: 80px;
  margin-top: 0px;
}
.proc-lead{
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 2;
  margin: 8px 0 24px;
}
.proc-list{
  width: 100%;
  margin: 0 auto;
}
.proc-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.proc-side{
  position: relative;
  width: 432px;
  flex-shrink: 0;
}
.proc-side img{
  display: block;
  width: 100%;
}
.proc-side span{
  position: absolute;
  left: 150px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  line-height: 28px;
}
.proc-body{
  flex: 1;
  padding: 4px 0 0 20px;
}
.proc-desc{
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.proc-note{
  position: relative;
  margin: 28px auto 24px;
  padding: 28px 40px 36px;
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(90, 130, 190, 0.14);
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.proc-note-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.proc-note-ol{
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: jobdx;
}
.proc-note-ol li{
  position: relative;
  padding-left: 42px;
  counter-increment: jobdx;
  margin-bottom: 15px;
}
.proc-note-ol li:before{
  content: counter(jobdx, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 12px;
  color: #4a5d80;
  background: url(../images/row-num-bg.png) no-repeat center;
  background-size: 31px 31px;
}
.proc-note p{
  padding-left: 12px;
}
.proc-note-icon{
  position: absolute;
  right: 36px;
  bottom: 20px;
  width: 110px;
  pointer-events: none;
}
.zpcx-text2{
  padding: 20px 0 0;
  text-indent: 2em;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.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: #fff; 
  opacity: 0.3;
  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) {
  
}