@charset "utf-8";

/* ----------------

	公共样式开始

----------------- */

/*cover*/
@keyframes ent {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.enter1 {
  animation-name: ent;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.website {
  color: #fff;
}
.website:visited {
  color: #fff; /* 将点击过后的链接颜色设置为红色 */
}
.cover .iphone {
  width: 2.9rem;

  height: 4.36rem;

  position: absolute;

  left: 50%;

  top: 40%;

  margin-top: -2.18rem;

  margin-left: -1.45rem;

  background: url(../images/phone.png) no-repeat;

  background-size: 100% 100%;

  animation: zhuan 1.5s 0.3s infinite;

  -webkit-animation: zhuan 1.5s 0.3s infinite;
}

.cover p {
  position: absolute;

  top: 65%;

  left: 0;

  text-align: center;

  width: 100%;

  color: #fff;

  font-size: 0.5rem;

  line-height: 1.5;
}

@keyframes zhuan {
  0% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes zhuan {
  0% {
    -webkit-transform: rotate(-90deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-90deg);
  }
}

@media screen and (orientation: landscape) {
  .cover {
    display: block !important;
  }
}

/*cover*/

@-webkit-keyframes music {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(36deg);
  }

  75% {
    -webkit-transform: rotate(-36deg);
  }
}

.media-wrap.on {
  -webkit-animation: music 1.2s linear infinite;

  background-position: 0 0;
}

/*music*/

/*长页面滚轮*/

html,
body {
  width: 100%;

  height: 100%;
}

.swiper-container {
  width: 100%;

  height: 100%;
}

.swiper-slide {
  overflow: auto;

  -webkit-overflow-scrolling: touch;

  background-color: #fff;
}

.page-L {
  width: 100%;

  min-height: 100%;

  position: relative;
}

/* 隐藏滑动条 */

.page-L::-webkit-scrollbar {
  display: none;
}

/* img{display: block;margin: 0 auto;} */

/*中间内容*/

.main {
  box-sizing: border-box;

  min-height: 95%;

  padding-bottom: 0.5rem;

  z-index: 1;

  font-size: 0.22rem;
  /*此处 padding-bottom 大小要和底部footer等高*/
}

.main .top {
  width: 100%;
  position: absolute;

  display: flex;

  align-items: center;

  justify-content: space-between;

  z-index: 999 !important;

  /* background: url("../images/two/top-bom.png") no-repeat; */
  background-color: rgba(29, 52, 179, 0.6);
  height: 0.5rem;

  /* padding: 0.5rem 1.25rem 0; */
}

.main .top .logo {
  display: block;

  width: 19.2vw;

  margin-left: 5vw;
  margin-right: 1vw;

  /* margin-top: 0.25rem; */
}

.nav-top {
  /* width: 2.53vw; */

  /* display: inline-block !important; */

  /* margin-left: 1.2vw; */
}

.nav1 {
  /* width: 56.14vw; */
  margin-right: 1vw;
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-size: 0.18rem;
  padding: 0 0.15rem;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0rem;

  color: #ffffff;
  align-items: center;

  line-height: 0.6rem;
  height: 0.6rem;
}
.nav1 > img {
  width: 22.47vw;
}
.nav1 li {
  text-align: center;
  /* border-bottom: 0.1rem transparent solid; */
}

.nav1-top {
  width: 27.47vw;

  z-index: 999;
}
.nav1-top img {
  height: 0.7rem;
}
.nav {
  display: none;
  /* border: 00.01rem solid red; */
  width: 22.47vw;
  text-align: center;
  position: absolute;
  z-index: 999;
  right: 0.15rem;
  /* height: 2.04rem; */
  top: 1.19rem;
  font-family: FZLTHJW--GB1-0;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.44rem;
  letter-spacing: 0rem;
  color: #fff;
  background-color: #3484cb;
  padding: 0.2rem 0;
}

.nav > li {
  text-align: center;

  z-index: 999;

  height: 0.48rem;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 0.25rem;
}
.nav > ul {
  font-size: 0.18rem;
  color: #999999;
}
.nav > ul li {
  height: 0.35rem;
  line-height: 0.35rem;
  margin-bottom: 0.2rem;
  border-bottom: none;
}
.nav > li.on {
  font-weight: bold;
}
.nav1 > li.foucs,
.nav > li.on {
  /* color: #5c7fcd;
  border-bottom: #7597e3 0.05rem solid; */
  /* margin-bottom: 0.25rem; */
  /* background-color: rgba(0, 110, 219, 0.866); */
}
.nav li.on {
  /* border-bottom: none; */
}
.fon {
  color: #102882;
}

.banner {
  width: 100vw;
}

.banner img {
  width: 100%;
}

.main .info {
  /* box-sizing: border-box; */

  /* max-height: 160.8vw;

	height: calc(100vh - 13.33vw - 17.329vw - 5.532vw); */

  /* overflow: hidden; */

  /* min-height: 7.2rem;

	padding: 0.2rem;

	margin: 0.4rem; */

  /* background-color: rgba(219,219,219,.78); */
}

.main .info .title {
  text-align: center;

  /* font-size: 0.2875rem; */

  color: #333333;

  /* margin-bottom: 0.875rem; */
}

.main .enter {
  position: absolute;

  bottom: 3%;

  left: 45.33%;
}

.main .enter img {
  width: 10.13vw;
}

.enter1 img {
  /* width: 2.6625rem; */
}

/*尾部*/

.footer {
  width: 100%;

  text-align: center;

  color: #000;

  font-size: 2.56vw;

  position: absolute;

  bottom: 0;
}

.footer img {
  display: inline-block;

  vertical-align: middle;

  /* margin-right: 0.2rem;

	width: 0.2rem; */
}

/* ----------------

	公共样式结束

----------------- */

/* ----------------

	各页面背景图

----------------- */

/* ----------------

	各页面背景图

----------------- */

/* ----------------

	引导页s1开始

----------------- */

#s1 {
  position: relative;

  background: url("../images/one/bacg.png") no-repeat top center/100% 100%;
}

#s2 .page-L {
  position: relative;

  background: url(../images/two/bacg.png) no-repeat center bottom / cover;
}

#s1 .top {
  /* padding: 1rem 1.25rem 0; */
}

#s1 .logo {
  /* width: 100%; */

  display: block;
  width: 30%;
  position: absolute;
  top: 2.65%;
  left: 5.47%;
}

#s1 .comname {
  text-align: center;

  color: #fff;

  font-size: 0.725rem;

  font-weight: bold;

  line-height: 2.35rem;
}

#s1 .slogan {
  width: 92%;
  position: absolute;
  top: 14.59%;
  left: 5.4%;
}

#s1 .slogan img {
  display: block;

  width: 100%;
}

#s1 .enter1 {
  width: 35%;
  position: absolute;
  left: 31.8%;
  top: 70%;
}

#s1 .enter1 img {
  display: block;

  width: 100%;
}

/* ----------------

	引导页s1结束

----------------- */

/* ----------------

	公司简介s2开始

----------------- */

#s2 img {
  display: block;
}

.title {
  display: block;

  margin: 0 auto;

  margin-top: 0.5rem;
}
.w {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(73, 126, 245, 0.8);
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.ren {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1vw;
}
.ren img {
  width: 100%;
}
.top .nav1 li {
  position: relative;
}
.top .nav1 li.on::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #6ddef9;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  margin-left: 50%;
  transform: translateX(-50%);
}
/* #s2 .title {
  width: 37.6vw;
} */

.st {
  display: block;

  width: 77.34vw;

  margin: 0 auto;

  margin-top: 0.31rem;

  /* background: url("../images/two/bom.png") no-repeat;

	background-size: 100% 100%; */
}

.txt {
  width: 71.73vw;

  padding-left: 2.93vw;

  padding-right: 2.67vw;

  padding-top: 0.4rem;

  padding-bottom: 0.41rem;

  text-align: justify;

  text-indent: 2.5em;

  font-size: 0.15rem;

  font-weight: normal;

  font-stretch: normal;

  line-height: 0.6rem;

  letter-spacing: 0.01rem;

  color: #ffffff;
}

#s2 .title1 {
  width: 22.13vw;

  margin: 0 auto;

  margin-top: 0.47rem;
}

/* ----------------

	公司简介s2结束

----------------- */

/* ----------------

	公司文化s3开始

----------------- */

#s3 .page-L {
  position: relative;

  background: url("../images/two/bacg.png") no-repeat center bottom/100% auto;
}

#s3 img {
  display: block;
}

/* ----------------

	公司文化s3结束

----------------- */

/* ----------------

	职位列表s4开始

----------------- */

#s4 .page-L {
  position: relative;

  background: url("../images/two/bacg.png") no-repeat center bottom/100% auto;
}

.tst {
  display: flex;

  margin-top: 0.34rem;

  align-items: center;

  justify-content: center;

  font-size: 0.23rem;

  font-weight: normal;

  font-stretch: normal;

  line-height: 0.36rem;

  letter-spacing: 0rem;

  color: #00fbff;
}

.tst img {
  width: 6.4vw;

  margin: 0 2.13vw;
}

.tst li:last-child {
  text-decoration: underline;
}

.post {
  width: 77.34vw;

  margin: 0 auto;

  margin-top: 0.53rem;
}

.post2 .link {
  display: none;
}

.post-mian {
  margin-bottom: 0.25rem;
}

.post-title {
  width: 72.93vw;

  margin: 0 auto;

  position: relative;

  height: 0.53rem;

  /* background-color: #ea3911; */

  box-shadow: 0.01rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.2);

  border-bottom: 0.01rem dotted #00fbff;

  display: flex;

  font-family: FZLTHJW--GB1-0;

  font-weight: bold;

  font-stretch: normal;

  line-height: 0.4rem;

  letter-spacing: 0rem;

  color: #00fbff;

  cursor: pointer;
}

.post-title img {
  vertical-align: middle;
}

.post-title li span {
}

.post-title li:first-child {
  font-size: 0.22rem;
}

.post2 .post-title li:first-child {
  width: 48%;
}

.post2 .post-title li:nth-of-type(2) {
  width: 30%;

  font-size: 0.16rem;
}

#s4 .post-mian:first-of-type .post-title li:first-of-type {
  width: 30%;
}

#s4 .post-mian:first-of-type .post-title li:nth-of-type(2) {
  width: 50%;
}

.post-title li:last-child {
  position: absolute;

  right: 0;
}

.up-down {
  width: 13.2vw;

  /* rotate: 180deg; */
}

.post-com {
  position: relative;

  display: none;

  width: 5.8rem;

  height: 5.08rem;

  background: url("../images/two/bom.png") no-repeat;

  background-size: 100% 100%;

  margin-top: 0.16rem;

  padding-top: 0.2rem;

  padding-bottom: 0.09rem;
}

.post-con {
  height: 4.5rem;

  overflow-y: auto;

  margin: 0 0.3rem;

  font-family: FZLTHJW--GB1-0;

  font-size: 0.2rem;

  font-weight: bold;

  font-stretch: normal;

  line-height: 0.38rem;

  letter-spacing: 0rem;

  color: #ffffff;
}

.post2 .post-con {
  height: 5rem;
}

.post-con h1 {
  font-size: 0.16rem;
}

.post-con li {
  margin-bottom: 0.1rem;
}

.link {
  display: block;

  width: 1.18rem;

  margin: 0.14rem auto 0;
}

.link img {
  width: 100%;
}

.it1 {
  width: 2.27vw;

  vertical-align: middle;

  margin-right: 1.74vw;
}

/* ----------------

	职位列表s4结束

----------------- */

/* ----------------

	联系我们s5开始

----------------- */

#s5 .page-L {
  position: relative;

  background: url("../images/two/bacg.png") no-repeat center bottom/100% auto;
}

/* ----------------

	联系我们s5结束

----------------- */

/* s6 */

.mainbg {
  position: relative;
  border: 0.3rem solid;
  border-width: 0.6rem 0.15rem 0.3rem 0.2rem;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.3rem;
  -webkit-border-image: url(../images/main-bg.png) 80 22 52 stretch;
  -o-border-image: url(../images/main-bg.png) 80 22 52 stretch;
  border-image: url(../images/main-bg.png) 80 22 52 stretch;
  text-align: justify;
}
.mainbg2 {
  background: url(../images/main-bg2.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  margin-top: -0.15rem;
}
.p-text {
  margin: 0.3rem auto;
  width: 100%;

  line-height: 2;
  width: 90%;
  color: #fff;
}
.p-text span {
  color: #0769c0;
}
.pimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.pimg img {
  width: 100%;
  /* height: 100%; */
}

.pimg.title {
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pimg.title img {
  /* width: 100%; */
  height: 100%;
}
.p-text {
  margin: 0px auto;
  width: 90%;
  line-height: 2;
  /* width: 90%; */
  color: #333333;
  font-size: 0.2rem;
  text-align: justify;
}
.p-text span {
  color: #0769c0;
  font-weight: bold;
}

.jobtype {
  display: flex;
  justify-content: center;
}
.jobtype > div {
  background-image: url(../images/jobtype.png);
  background-size: 100% 100%;
  font-size: 0.24rem;
  width: 36vw;
  text-align: center;
  padding: 0.15rem 0 0.15rem;
  margin: 0 3vw;
  cursor: pointer;
}
.jobtype > div.on,
.jobtype > div:hover {
  background-image: url(../images/jobtypeon.png);
  color: #fff;
}

.joblist {
  width: 90%;
  margin: 0 auto;
}
.job {
  width: 100%;
  margin: 0 auto 0.3rem;
}
.jobname {
  font-size: 0.2rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.35rem;
  padding-left: 0.5rem;
  height: 0.5rem;
  background-image: url(../images/zhiwei.png);
  background-size: 100% 100%;
  /* cursor: pointer; */
  color: #fff;
  font-weight: bold;
  display: flex;
  line-height: 0.5rem;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10;
  position: relative;
  /* -webkit-border-image: url(../images/zhiwei.png) 30;
  -o-border-image: url(../images/zhiwei.png) 30; 
  border-image: url(../images/zhiwei.png) 30; */
}
.jobinfo {
  background-color: #fff;
  line-height: 0.4rem;
  position: relative;
  z-index: 9;
  padding: 0.35rem 0.4rem;
  border: #00a2f2 1px solid;
  border-width: 0 1px 1px 1px;
  margin-top: -10px;
  display: none;
}
.zwt {
  vertical-align: text-bottom;
  display: inline-block !important;
}
.jobinfo > div {
  display: flex;
  justify-content: start;
  width: 100%;
  margin: 0.15rem auto;
}
.jobinfo span {
  width: 0.6rem;
  color: #076cc2;
  font-weight: bold;
  flex-shrink: 0;
}
.jobinfo {
  flex-shrink: 0;
  color: #000;
}
.p02 {
  display: none;
}
