﻿@charset "utf-8";
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
s,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
canvas,
section,
time,
video {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style-type: none;
  vertical-align: 0;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
html,
body,
.index {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  min-width: 1370px;
  max-width: 1920px;
  height: auto;
  font-family: 'Microsoft YaHei';
}
/* @font-face{font-family:'FZRUI';src:url('./css/FZLTZHUNHJW.TTF');} */
.navBg {
  height: 100px;
  width: 100%;
  z-index: 99;
  /* position: fixed; */
  background-color: #fff;
  box-sizing: content-box;
  top: 0;
}
.navBox {
  width: 1100px;
  height: 100px;
  /* padding: 15px 15px 0; */
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navBox .logo {
  /* float: left; */
}
.navBox .nav {
  width: 660px;
  /* float: right; */
  /* margin-top: 5px; */
  display: flex;
  justify-content: space-around;
}
.nav > li > a {
  color: #2a7bd0;
  display: block;
  width: 132px;
  /* padding: 1px 15px; */
  /* border-radius: 11px; */
  text-align: center;
  line-height: 100px;
  height: 100px;
  font-size: 18px;
  font-weight: bold;
}
.nav > li > a > p {
  height: 60px;
  line-height: 70px;
  text-align: center;
}
.nav > li > a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
  display: block;
  /* margin-top: 5px; */
  letter-spacing: 0px;
}
.nav > li {
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.nav > li > a:hover,
.nav > li.on > a {
  background-color: #2466c6;
  color: #fff;
  /* font-size: 20px; */
  /* font-family: '閺傜櫢鎷?閸忛娑垫径褔绮︾粻鈧敓????'; */
}
.nav > li > a:hover > p,
.nav > li.on > a > p {
  border-bottom: 4px solid #2466c6;
}
.footer .footer a {
  color: #eaeaea;
}
.footer {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #284bb9;
  color: #fff;
}
.banner > img {
  display: block;
  width: 100%;
  min-width: 1370px;
}
.title {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.text {
  margin-top: 60px;
  font-size: 25px;
  color: #000;
  line-height: 36px;
  text-indent: 2em;
}
.text > p {
  margin-top: 10px;
}
.text > p > span {
  color: #044cce;
  font-weight: bold;
}
.intro-container {
  width: 100%;
  min-width: 1370px;
  background: url(images/bg.png) no-repeat top;
  background-color: #349ae4;
  background-size: 100%;
  padding-bottom: 200px;
}
.intro-container .intro-content {
  margin-top: 60px;
  width: 62%;
  background-color: #fff;
  padding: 30px 76px;
  padding-bottom: 60px;
  border-radius: 25px;
  margin: 0 auto;
}
.intro-container .intro-content .abou-wrapper .data-img {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.intro-container .intro-content .abou-wrapper .data-img > img {
  width: 90%;
}
.intro-container .intro-content .abou-wrapper .data-text {
  color: #044cce;
}
.intro-container .intro-content .honor-wrapper .text {
  text-indent: 0;
}
.intro-container .intro-content .honor-wrapper .swiper {
  margin-top: 60px;
  position: relative;
  height: 287px;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.intro-container .intro-content .honor-wrapper .swiper > img {
  position: absolute;
  width: 46%;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  transition: 0.5s;
}
.intro-container .intro-content .honor-wrapper .swiper .first {
  opacity: 1;
  z-index: 23;
  transform: perspective(500px) translateX(400px) translateZ(-100px);
}
.intro-container .intro-content .honor-wrapper .swiper .second {
  opacity: 1;
  z-index: 33;
  transform: translateX(0) translateZ(-100px);
}
.intro-container .intro-content .honor-wrapper .swiper .third {
  opacity: 1;
  z-index: 23;
  transform: perspective(500px) translateX(-400px) translateZ(-100px);
}
.intro-container .intro-content .honor-wrapper .swiper .fourth {
  opacity: 0;
  z-index: -1;
  transform: perspective(500px) translateX(0) translateZ(-100px);
}
.job-container {
  width: 100%;
  min-width: 1370px;
  background: url(images/bg2.png) no-repeat top;
  background-size: 100%;
  background-color: #349ae4;
  padding-bottom: 200px;
}
.job-container .job-content {
  margin-top: 60px;
  width: 62%;
  background-color: #fff;
  padding: 30px 76px;
  padding-bottom: 60px;
  border-radius: 25px;
  margin: 0 auto;
}
.job-container .job-content .object-wrapper .text {
  text-align: center;
  text-indent: 0;
}
.job-container .job-content .conditions-wrapper .conditions-text {
  margin-top: 60px;
  font-size: 25px;
  color: #000;
  line-height: 36px;
  text-indent: 0;
}
.job-container .job-content .conditions-wrapper .conditions-text > p {
  padding-left: 18px;
}
.job-container .job-content .conditions-wrapper .conditions-text > p .bull {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #044cce;
}
.job-container .job-content .position-wrapper .position-content {
  margin-top: 60px;
}
.job-container .job-content .position-wrapper .position-content > table {
  width: 100%;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr:first-child {
  background-color: #368cda;
  color: #fff;
  font-weight: bold;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 25px;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td {
  padding: 20px;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td > a > span {
  font-weight: bold;
  background-color: #368cda;
  font-size: 20px;
  color: #fff;
  padding: 6px 40px;
  border-radius: 50px;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td:nth-child(1) {
  width: 26%;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td:nth-child(2) {
  width: 24%;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td:nth-child(3) {
  width: 25%;
}
.job-container .job-content .position-wrapper .position-content > table > tbody > tr > td:nth-child(4) {
  width: 25%;
}
.process-container {
  width: 100%;
  min-width: 1370px;
  background: url(images/bg.png) no-repeat top;
  background-size: 100%;
  padding-bottom: 200px;
}
.process-container .process-content {
  margin-top: 60px;
  width: 62%;
  background-color: #fff;
  padding: 30px 76px;
  padding-bottom: 60px;
  border-radius: 25px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.process-container .process-content .process-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.process-container .process-content .process-img > img {
  width: 96%;
}
.we-container {
  width: 100%;
  min-width: 1370px;
  background: url(images/bg.png) no-repeat top;
  background-size: 100%;
  padding-bottom: 200px;
}
.we-container .we-content {
  margin-top: 60px;
  width: 62%;
  background-color: #fff;
  padding: 30px 76px;
  padding-bottom: 60px;
  border-radius: 25px;
  margin: 0 auto;
}
.we-container .we-content .contact-wrapper .text {
  font-size: 23px;
  text-indent: 0;
  text-align: center;
  line-height: 50px;
}
.we-container .we-content .contact-wrapper .text > span {
  color: #044cce;
  font-weight: bold;
}
.we-container .we-content .info-wrapper {
  position: relative;
  padding-bottom: 100px;
}
.we-container .we-content .info-wrapper .title > img {
  width: 96%;
}
.we-container .we-content .info-wrapper .info-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.we-container .we-content .info-wrapper .info-content > ul > li {
  width: 750px;
  line-height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.we-container .we-content .info-wrapper .info-content > ul > li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
}
.we-container .we-content .info-wrapper .info-content > ul > li > div > img {
  display: inline-block;
}
.we-container .we-content .info-wrapper .info-content > ul > li > span {
  padding-left: 40px;
  color: #044cce;
  font-weight: bold;
}
.footer .footer a {
  color: #eaeaea;
}
/*# sourceMappingURL=./index.css.map */
.index-box{width: 100%; height: 100%;}
.video-react-video {
  width: 100%;
}