

html{
  background-color: #fff;
}

/*  */
.header{
  width: 100%;
  height: 5.73vw;
  background: #fff;
}
.logo{
  width: auto;
  height: 5.73vw;
}
.h-box{
  position: relative;
  width: 71.35vw;
  margin: 0 auto;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
  width: 44.79vw;
  height: 5.73vw;
  display: flex;
  /* 一排, 上下居中 */
  justify-content: space-between;
  align-items: center;
}
.menu>li{
  position: relative;
  display: inline-block;
}
.menu>li>a{
  display: inline-block;
  padding: 0 1.2vw;
  line-height: 2.50vw;
  text-align: center;
  font-size: 0.94vw;
  color: #333;
  transition: all 0.3s;
}

.menu>li:hover>a,.menu>li.active>a{
  font-weight: bold;
  color: #fff;
  background: #2069ff;
  border-radius: 2.865vw;
}

/*  */
.banner{
  display: block;
  width: 100%;
}
.bg-color{
  background: #f9fafd;
}
.title{
  padding-top: 4.06vw;
  display: block;
  width: 52.03vw;
  margin: 0 auto;
  margin-bottom: 2.60vw;
}
.txt-img{
  width: 72.92vw;
  display: block;
  margin: 0 auto;
}
.txt01{
  font-size: 1.25vw;
  line-height: 2;
  text-align: center;
  color: #5d5d5d;
  width: 71.35vw;
  margin: 0 auto;
}
.txt01>span{
  color: #2069ff;
}
.txt02{
  font-weight: bold;
  line-height: 2.5;
}
.p2icon{
  position: relative;
  top: 0.2vw;
  margin-right: 0.3vw;
  width: 1.20vw;
}
.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: 27%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
.body{
  width: 100%;
  background: url(../images/bgbottom.png) no-repeat bottom center, url(../images/bgtop.png) no-repeat top center;
  background-size: 100% auto, 100% auto
}


/* job */
.joblist{
  width: 71.35vw;
  margin: 0 auto;
  padding-bottom: 4.17vw;
}
.joblist>li{
  margin-bottom: 1.46vw;
}
.jobtop{
  height: 6.30vw;
  border-radius: 0.57vw;
  background: -webkit-linear-gradient(-180deg, #fcfdff,#e2ebff);
}
.joblist-color .jobtop{
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 0.26vw rgba(0, 0, 0, 0.1);
}
.jobtop>img{
  position: relative;
  top: 0.3vw;
  margin-left: 2.60vw;
  margin-right: 1vw;
  width: 2.55vw;
}
.jobname{
  line-height: 6.30vw;
  font-size: 1.56vw;
  color: #2069ff;
}
.joblist-color .jobname{
  color: #333;
}
.jobbtn,.apply{
  position: relative;
  top: 1.85vw;
  font-size: 1.04vw;
  color: #2069ff;
  float: right;
  width: 7.86vw;
  line-height: 2.45vw;
  text-align: center;
  border: 1px solid #2069ff;
  cursor: pointer;
  border-radius: 1.225vw;
  margin-right: 1.82vw;
}
.jobbtn{
  width: 9vw;
}
.jobbtn>img{
  position: relative;
  top: -0.1vw;
  width: 0.63vw;
  margin-left: 0.3vw;
}
.jobbtn>img.on{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.apply{
  color: #fff;
  background: #2069ff;
}

.jobinfo{
  display: none;
  box-sizing: border-box;
  padding: 2.34vw;
  font-size: 1.25vw;
  line-height: 2;
  color: #333;
  background: #f9fafd;
  border-radius: 0 0 0.52vw 0.52vw;
}
.joblist-color .jobinfo{
  background: #fff;
}
/* job end */


/* p3 */
.p3-ul{
  width: 71.35vw;
  margin: 0 auto;
  padding-bottom: 4.17vw;
}
.p3-ul>li{
  margin-bottom: 1.56vw;
}
.p3top{
  position: relative;
  z-index: 1;
  font-size: 1.25vw;
  color: #2069ff;
  font-weight: bold;
  line-height: 4.90vw;
  background: -webkit-linear-gradient(-180deg, #fcfdff,#e2ebff);
  border-radius: 0.52vw 0.52vw 0 0;
}
.p3top>img{
  position: relative;
  top: 0.6vw;
  margin-left: 2.5vw;
  width: 2.14vw;
}
.p3info{
  box-sizing: border-box;
  padding: 1.6vw 2.40vw;
  font-size: 1.04vw;
  line-height: 2;
  color: #333;
  background: #fff;
  border-radius: 0 0 0.52vw 0.52vw;
  box-shadow: 0 0 0.26vw rgba(0, 0, 0, 0.1);
}
.p3info strong{
  font-size: 1.15vw;
}
/* p3end */

/* p5 */
.p5bg{
  width: 71.35vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.52vw;
  box-shadow: 0 0 0.26vw rgba(0, 0, 0, 0.1);
}
.p5-ul{
  width: 94%;
  margin: 0 auto;
}
.p5-ul>li{
  line-height: 3.75vw;
}
.p5top{
  box-sizing: border-box;
  padding-left: 1.3vw;
  color: #2069ff;
  font-size: 1.25vw;
  font-weight: bold;
  background: -webkit-linear-gradient(-180deg, #fcfdff,#e2ebff);
  border-radius: 0.52vw;
}
.p5info{
  padding: 1.5vw 2vw;
  font-size: 1.04vw;
  line-height: 2;
  color: #333;
}
.p5info>a{
  color: #2069ff;
  text-decoration: underline;
}
/* p5 end */



/* p6 */
.p6-ul{
  width: 94%;
  margin: 0 auto;
}
.p6-ul>li{
  margin-bottom: 1.56vw;
}
.p6top{
  box-sizing: border-box;
  padding: 1.5vw 2vw;
  font-size: 1.25vw;
  line-height: 2;
  background: -webkit-linear-gradient(-180deg, #fcfdff,#e2ebff);
  border-radius: 0.52vw;
}
.p6top>span{
  color: #2069ff;
}
/* p6 end */
.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #fff; 
  font-size: 12px; 
  height: 4.17vw; 
  line-height: 4.17vw;
  background: #2a2c33;
  /* background: -webkit-linear-gradient(-180deg, #5397e1,#2759c5) */
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}

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