@charset "UTF-8";
/*页面总宽度*/
html,
body {
  background: none !important;
}

#wrap {
  width: 100vw;
  min-width: 1380px;
  margin: 0 auto;
  background: url("../images/bg1.png") no-repeat center bottom/100% 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/*主体内容宽度*/
.w {
  width: 1280px;
  margin: 0 auto;
}

/*版权*/
.copyright {
  margin: 0px auto 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #22528a;
  opacity: 0.5;
  font-size: 12px;
}

/*回到顶部*/
#goToTop {
  position: fixed;
  right: 20px;
  z-index: 9000;
  bottom: 30px;
}

#goToTop a {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 50px;
  color: #ff9966;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 1px 0 #999;
  -webkit-text-shadow: 0 1px 0 #999;
}

#goToTop a {
  padding: 10px;
  display: inline-block;
  letter-spacing: 10px;
  text-align: center;
}

#goToTop a:hover {
  background: none repeat scroll 0 0 #999;
}

.banner {
  width: 100%;
  margin-bottom: -4vw;
}

.main {
  position: relative;
  z-index: 2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-right: 200px;
  padding-left: 170px;
  height: 96px;
}
.header .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .logo {
  width: 160px;
  height: 76px;
}
.header .top .nav {
  display: flex;
  align-items: center;
  gap: 75px;
  font-size: 24px;
}
.header .top .nav li a {
  padding: 0 8px 12px;
  color: #404040;
  line-height: 1;
}
.header .top .nav li a.on {
  font-weight: bold;
  color: #1a7abe;
  border-bottom: 2px solid #1a7abe;
}

.custom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 464px;
  height: 87px;
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 5px 7.5px rgba(14, 107, 186, 0.66);
  background: url("../images/tb.png") no-repeat center center/100% 100%;
  margin: 0 auto 46px;
}

.content {
  font-size: 30px;
  line-height: 52px;
  color: #404040;
  text-align: justify;
}
.content span {
  font-weight: bold;
  color: #079dd1;
}
.content P {
  margin-bottom: 20px;
}
.content P:last-child {
  margin-bottom: 0;
}

.indent {
  text-indent: 2em;
}

.box {
  padding: 56px 56px 70px;
  box-shadow: 0px 5px 5px 3px rgba(32, 118, 174, 0.11);
  border-radius: 27px;
  border: solid 3px #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 80px;
}
.box:last-child {
  margin-bottom: 0;
}

.main {
  padding-bottom: 600px;
}

.about-container .p1 {
  width: 100%;
  margin: 20px auto -150px;
}
.about-container .tag-list {
  width: 800px;
  margin: 30px auto 0;
}
.about-container .tag-list .tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 5px 6px 10px 3px rgba(199, 229, 255, 0.38);
  border-radius: 18px;
  font-size: 30px;
  line-height: 43px;
  color: #404040;
  margin-bottom: 25px;
}
.about-container .tag-list .tag-item:last-child {
  margin-bottom: 0;
}
.about-container .tag-list .tag-item span {
  color: #faa61a;
  font-weight: bold;
}
.about-container .vision-box {
  position: relative;
  padding-right: 98px;
  padding-left: 98px;
  padding-bottom: 150px;
}
.about-container .vision-box .i {
  position: absolute;
  left: -242px;
  top: 0;
  width: 738px;
  height: 772px;
}
.about-container .vision-box .bi1 {
  position: absolute;
  right: -340px;
  bottom: -400px;
  width: 818px;
  height: 1051px;
}
.about-container .vision-box .bi2 {
  position: absolute;
  top: -289px;
  left: -140px;
  width: 333px;
  height: 288px;
}
.about-container .vision-box .vision-wrap {
  padding-left: 450px;
  padding-top: 50px;
}
.about-container .vision-box .vision-wrap .vision-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
.about-container .vision-box .vision-wrap .vision-item:last-child {
  margin-bottom: 0;
}
.about-container .vision-box .vision-wrap .vision-item .vision-title {
  display: flex;
  font-size: 30px;
  align-items: center;
  color: #404040;
}
.about-container .vision-box .vision-wrap .vision-item .vision-title .vision-icon {
  width: 42px;
  margin-right: 8px;
}
.about-container .vision-box .vision-wrap .vision-item .vision-title .vision-label {
  font-weight: bold;
  color: #079dd1;
}
.about-container .vision-box .vision-wrap .vision-item .vision-value {
  flex: 1;
  text-align: justify;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 3px;
  color: #404040;
}

.process-container .p1 {
  width: 100%;
}
.process-container .p2 {
  width: 812px;
  margin: 0 auto;
}
.process-container .process-box {
  position: relative;
}
.process-container .process-box .i {
  position: absolute;
  top: -102px;
  left: -50px;
  width: 290px;
  height: 258px;
}
.process-container .process-box .i2 {
  position: absolute;
  right: -110px;
  bottom: -190px;
  width: 579px;
  height: 446px;
}

.job-container .list-box,
.job-container .search-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.job-container .list-box {
  align-items: flex-start;
}
.job-container .search-box > div {
  box-sizing: border-box;
  padding: 20px 20px;
}
.job-container .search-box h4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.job-container .search-box h4 img {
  display: block;
  margin-right: 5px;
}
.job-container .list-l,
.job-container .search-l,
.job-container .search-r {
  box-sizing: border-box;
  border: 2px solid #2daeef;
  border-radius: 15px;
  width: 435px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px 10px #fff;
  margin-right: 40px;
}
.job-container .list-l h4,
.job-container .search-l h4,
.job-container .search-r h4 {
  font-size: 28px;
}
.job-container .list-l h4 img,
.job-container .search-l h4 img,
.job-container .search-r h4 img {
  margin-right: 6px;
}
.job-container .search-l .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.job-container .search-l .select label {
  display: block;
  width: 3em;
  font-size: 20px;
  font-weight: bold;
}
.job-container .search-l select {
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
  background-color: #a4deec;
  height: 30px;
  border: none;
  border-radius: 20px;
  /* width: 100%; */
  font-size: 20px;
}
.job-container .search-l select::-ms-expand {
  display: none;
}
.job-container .search-r {
  flex: 1;
  margin: 0;
}
.job-container .search-r .search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #a4deec;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.job-container .search-r .search-input-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url("../images/search.png") no-repeat center center/100% 100%;
}
.job-container .search-r .search-input-wrap .search-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background-color: #a4deec;
  padding-left: 36px;
  font-size: 24px;
}
.job-container .search-r .search-input-wrap .search-button {
  padding: 0 20px;
  height: 100%;
  font-size: 22px;
  line-height: 50px;
  background-color: #1da7ed;
  color: #fffefd;
  text-shadow: 0px 5px 5px rgba(32, 118, 174, 0.21);
  border-radius: 25px;
  cursor: pointer;
}
.job-container .list-l h3 {
  background: linear-gradient(90deg, #98e0c8, #1da8ed);
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 30px;
  border-radius: 20px 20px 0 0;
  box-shadow: inset 20px 0px 20px -12px #fff, inset -20px 0px 20px -12px #fff, inset 0px 20px 20px -12px #fff;
  cursor: pointer;
}
.job-container .list-l h2 {
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 10px #098dd1;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.job-container .list-nav {
  text-align: center;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.job-container .list-nav > li {
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.job-container .list-nav > li:last-child {
  border-radius: 0 0 20px 20px;
}
.job-container .list-nav > li.active {
  background-color: #a0daf0;
  color: #fff;
  box-shadow: inset 20px 0px 20px -12px #fff, inset -20px 0px 20px -12px #fff;
  text-shadow: 0 3px 10px #098dd1;
}
.job-container .list-r {
  flex: 1;
}
.job-container .list-coid-tit {
  box-sizing: border-box;
  position: relative;
  padding-left: 44px;
  font-size: 28px;
  color: #186dfe;
  font-weight: 700;
}
.job-container .list-coid-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  background: url(../images/list-coid-tit.png) no-repeat center/100% 100%;
}
.job-container .list-coid-info {
  text-align: justify;
  line-height: 1.6em;
}
.job-container .list-coid-lx1,
.job-container .list-coid-lx2 {
  line-height: 2em;
  padding-left: 2em;
  box-sizing: border-box;
}
.job-container .list-coid-lx1 {
  margin-top: 40px;
}
.job-container .list-coid-lx1 b,
.job-container .list-coid-lx2 b {
  color: #044dcf;
}
.job-container .threeCoidList {
  color: #404040;
  text-shadow: none;
  margin-top: 20px;
}
.job-container .threeCoidList > li {
  position: relative;
  border-top: 1px dashed #404040;
  margin: 0 20px;
  padding: 10px 0;
}
.job-container .threeCoidList > li.active h4 {
  text-shadow: 0 3px 10px #ffae30;
}
.job-container .fourCoidList {
  box-sizing: border-box;
  /* width: 400px; */
  padding: 10px;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 345px;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #2ebfde;
  background-color: #fff;
  z-index: 88;
  min-height: 50px;
  /* flex-wrap: wrap; */
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}
.job-container .fourCoidList > div {
  max-height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.job-container .fourCoidList > div::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 4px;
  margin-right: 4px;
  background-color: #ccc;
}
.job-container .fourCoidList::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 20px;
  background: url(../images/san.png) no-repeat center/100% 100%;
}
.job-container .fourCoidList li {
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  margin-bottom: 5px;
  width: -moz-max-content;
  width: max-content; /* 宽度自适应内容 */
  text-align: left;
  font-size: 18px;
}
.job-container .fourCoidList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #404040;
  border-radius: 50%;
}
.job-container .fourCoidList > div > li.active {
  color: #ffae30;
}
.job-container .fourCoidList > div > li.active::before {
  background-color: #ffae30;
}
.job-container .job-list .no-job {
  font-size: 24px;
  text-align: center;
}
.job-container .job-list .job-item {
  margin-bottom: 20px;
  font-size: 24px;
}
.job-container .job-list .job-item .job-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: linear-gradient(90deg, #98e0c8, #1da8ed);
  min-height: 80px;
  padding: 10px 33px 10px 80px;
  border-radius: 15px;
  color: #fff;
  z-index: 66;
  cursor: pointer;
}
.job-container .job-list .job-item .job-top::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 46px;
  background: url(../images/i7.png) no-repeat center/100% 100%;
  border-radius: 50%;
}
.job-container .job-list .job-item .job-top .job-name {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(32, 118, 174, 0.21);
}
.job-container .job-list .job-item .job-info {
  box-sizing: border-box;
  padding: 28px 35px;
  background-color: #fff;
  font-size: 20px;
  text-align: justify;
  line-height: 40px;
  border-radius: 0 0 10px 10px;
  transform: translateY(-10px);
}
.job-container .job-list .job-item .job-info .jobinfo {
  display: none;
}
.job-container .job-list .job-item .job-info .job-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 46px;
  background-color: #ffae30;
  border-radius: 29px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0px 5px 5px rgba(159, 98, 4, 0.21);
}
.job-container .job-list .job-item .job-info .job-btn img {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}/*# sourceMappingURL=style.css.map */






