

html{
  background-color: #fff;
}

/*  */
.header{
  width: 100%;
  height: 100px;
  background: #fff;
}
.h-box{
  position: relative;
  max-width: 1440px;
  min-width: 1336px;
  margin: 0 auto;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
}

.menu>li{
  position: relative;
  float: left;
}
.menu>li>a{
  display: block;
  width: 200px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}

.menu>li:hover>a,.menu>li.active>a{
  color: #fff;
  font-weight: bold;
  background: #30baf8;
}

.menu>li img{
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu>li:hover>img,.menu>li.active>img{
  opacity: 1;
}

/*  */
.banner{
  display: block;
  width: 100%;
}
.txt-img{
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.i-bg{
  object-fit: cover;
}


.body{
  width: 100%;
}


/*  */
/*banner*/
.banner{
    height: 56.67vw;
    position: relative;
}
.banner.pause::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.banner.pause::after{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url('../images/play.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 48%;
    top: 44%;
    cursor: pointer;
}
.banner video{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.banner img{
    display: block;
    width: 100%;
    vertical-align: bottom;
}
/*  */

.p3video{
  position: relative;
  z-index: 2;
  display: block;
  width: 785px;
  height: 477px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.p1body{
  background:#f1f1f1 url(../images/bgbottom.jpg) no-repeat bottom center;
  background-size: 100% auto;

}
.p1bg1{
  position: absolute;
  width: 100%;
  top: -200px;
}

.p2bg1{
  position: absolute;
  left: 40%;
  top: 0;
  width: 60%;
  height: 292px;
  background: #fff3ec;
}
.p2bg2{
  position: absolute;
  left: 0;
  top: 270px;
  width: 100%;
}
.p2bg3{
  position: absolute;
  right: 40%;
  top: 40px;
  width: 60%;
  height: 292px;
  background: #eaf8fe;
}
.p2bg4{
  position: absolute;
  left: 40%;
  top: 380px;
  width: 60%;
  height: 292px;
  background: #fff3ec;
}
.p2bg5{
  position: absolute;
  right: 40%;
  top: 730px;
  width: 60%;
  height: 292px;
  background: #eaf8fe;
}
.p3bg1{
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 614px;
  background: #fff3ec;
}
.p3bg2{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.p3bg3{
  position: absolute;
  left: 0%;
  top: -24px;
  width: 60%;
  height: 268px;
  background: #ddebf3;
}
.p1-cpbk{
  display: flex;
  width: 1100px;
  margin: 0 auto;
  /* 一排间距相等 */
  justify-content: space-between;
}
.p1-cpbk>li{
  position: relative;
  width: 172px;
  height: 501px;
}
.p1-cpbk>li>.img2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p1-cpbk>li:hover>.img2{
  opacity: 1;
}
/* ------------------------ */
.p1-qywh{
  display: flex;
  width: 1100px;
  margin: 0 auto;
  /* 一排间距相等 */
  justify-content: space-between;
  margin-bottom: 73px;
}
.p1-qywh>li{
  position: relative;
  width: 358px;
  height: 214px;
}
.p1-qywh>li>.img1{
  transition: all 0.5s;
}
.p1-qywh>li>.img2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p1-qywh>li:hover>.img1{
  opacity: 0;
}
.p1-qywh>li:hover>.img2{
  opacity: 1;
}
/* ------------------------ */
.p3-zplc{
  display: flex;
  width: 1100px;
  margin: 0 auto;
  /* 一排间距相等 */
  justify-content: space-between;
  margin-bottom: 73px;
}
.p3-zplc>li{
  position: relative;
  width: 255px;
  height: 288px;
}
.p3-zplc>li>.img1{
  transition: all 0.5s;
}
.p3-zplc>li>.img2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p3-zplc>li:hover>.img1{
  opacity: 0;
}
.p3-zplc>li:hover>.img2{
  opacity: 1;
}

/* 1111111111111111111111111111111 */
.p1-qysl{
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.p1-qysl>li{
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.p1-qysl>li>i{
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-radius: 4px;
  background: #fd8e46;
}


.joblist{
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.joblist>li{
  margin-bottom: 23px;
}
.jobtop{
  position: relative;
  width: 98.7%;
  margin-left: 1.3%;
  line-height: 48px;
  background: #fff3ec;
  cursor: pointer;
}
.jobname{
  position: absolute;
  left: -2%;
  bottom:0;
  width: 322px;
  line-height: 32px;
  text-indent: 3em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #fd8e46;
}
.joblist>li:nth-child(2n) .jobtop{
  background: #eaf8fe;
}
.joblist>li:nth-child(2n) .jobname{
  background: #30baf8;
}
.jobnum{
  display: inline-block;
  text-align: center;
  width: 144px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 369px;
}
.jobsalary{
  display: inline-block;
  width: 241px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 111px;
}
.jobbtn{
  display: inline-block;
  width: 116px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin-left: 71px;
  cursor: pointer;
}
.jobbtn>strong{
  font-weight: normal;
}

.jobinfo{
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 55px;
  padding-left: 89px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 19px #f2f2f2;
}
.jobtit{
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
}
.jobtit1{
  font-size: 18px;
}
.jobtit>img{
  position: absolute;
  left: -34px;
  top: 3px;
}
.jobtxt{
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.apply{
  margin-top: 15px;
  float: right;
}



.p3-qa{
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
}
.p3-qa>li{
  position: relative;
  box-sizing: border-box;
  padding: 20px 60px;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #fd8e46;
  margin-bottom: 40px;
}
.p3-qa>li::after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 1%;
  bottom: -15px;
  width: 99%;
  height: 35px;
  background: #fff3ec;
}

.p3-qa>li>p{
  position: relative;
  box-sizing: border-box;
  padding-left: 60px;
  color: #333;
}
.p3-qa>li>p>strong{
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
}

.p3-qa>li>p:first-child{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 27px;
}
.p3-qa>li>p:last-child{
  font-size: 16px;
  line-height: 34px;
}

.p3-qa>li>p:first-child>strong{
  background: #30baf8;
}
.p3-qa>li>p:last-child>strong{
  background: #fd8e46;
}

.p3bgicon1{
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
}
.p3bgicon2{
  position: absolute;
  left: 0;
  top: 444px;
  width: 40%;
}

.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #fff; 
  font-size: 12px; 
  margin-top: -70px;
  height: 70px; 
  line-height: 70px;
  background: #fd8e46;
}

@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}

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