html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 758px;
  background: url("../images/aboutus/banner_1.png") center top no-repeat, url("../images/aboutus/banner_2.png") center 252px no-repeat, url("../images/aboutus/banner_3.png") center 504px no-repeat;
}
.banner .inner p {
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.banner .inner p + p {
  width: 680px;
  height: 56px;
  line-height: 56px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  color: #00176a;
  font-size: 28px;
}
.banner .tab-list {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(248, 251, 255, 0.8);
  padding: 19px 0;
}
.banner .tab-list ul {
  display: flex;
  justify-content: center;
}
.banner .tab-list ul li {
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0 60px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.banner .tab-list ul li.active {
  background: #1D51CE;
}
.banner .tab-list ul li.active a {
  color: #fff;
}

section {
  padding-bottom: 120px;
}
section .title {
  padding-top: 112px;
  text-align: center;
}
section .title h6 {
  font-size: 36px;
}
section .title h6::after {
  content: " ";
  display: block;
  width: 64px;
  height: 4px;
  background: #1D51CE;
  margin: 4px auto 0;
  border-radius: 2px;
}
section .title p {
  margin-top: 12px;
  color: #666;
  font-size: 20px;
  font-weight: lighter;
}
section .title.title-pale {
  color: #fff;
}
section .title.title-pale h6::after {
  background: #fff;
}
section .title.title-pale p {
  color: #fff;
}

.s1 {
  background: url("../images/aboutus/s1_bg.png") no-repeat center top;
}
.s1 .content {
  position: relative;
  margin-top: 32px;
}
.s1 .content img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.s1 .content dl {
  padding-left: 502px;
}
.s1 .content dl * {
  line-height: 28px;
}
.s1 .content dl dt {
  margin-bottom: 12px;
  color: #1d51ce;
  font-size: 18px;
  letter-spacing: 0.36px;
}
.s1 .content dl dt::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1D51CE;
  margin: 10px 12px 10px 0;
  border-radius: 50%;
  vertical-align: top;
}
.s1 .content dl dd {
  text-indent: 2em;
  text-align: justify;
}
.s1 .content dl dd span {
  color: #1d51ce;
}
.s1 .content dl + dl {
  margin-top: 40px;
}

.s2 {
  background: url("../images/aboutus/s2_bg.png") no-repeat center top;
}
.s2 .content {
  margin-top: 96px;
}
.s2 .content .items {
  position: relative;
  display: flex;
}
.s2 .content .items::after {
  position: absolute;
  z-index: -1;
  content: " ";
  width: 1190px;
  height: 338px;
  background: #fff;
  box-shadow: 0 4px 34px 0 rgba(88, 124, 192, 0.1490196078);
}
.s2 .content .items .item {
  position: relative;
  width: 238px;
  height: 338px;
  background: #fff;
  padding-top: 64px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.s2 .content .items .item i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.s2 .content .items .item i.icon-1 {
  background: url("../images/aboutus/s2_icon_1.svg") no-repeat 0 0;
}
.s2 .content .items .item i.icon-2 {
  background: url("../images/aboutus/s2_icon_2.svg") no-repeat 0 0;
}
.s2 .content .items .item i.icon-3 {
  background: url("../images/aboutus/s2_icon_3.svg") no-repeat 0 0;
}
.s2 .content .items .item i.icon-4 {
  background: url("../images/aboutus/s2_icon_4.svg") no-repeat 0 0;
}
.s2 .content .items .item i.icon-5 {
  background: url("../images/aboutus/s2_icon_5.svg") no-repeat 0 0;
}
.s2 .content .items .item b {
  display: block;
  margin: 24px auto 20px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.s2 .content .items .item span {
  display: block;
  color: #666;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.4px;
}
.s2 .content .items .item:hover {
  width: 246px;
  height: 402px;
  margin-top: -32px;
  background: linear-gradient(180deg, #1D50CA 0%, #1143B9 100%);
  padding-top: 96px;
  box-shadow: 0 4px 34px 0 rgba(16, 32, 71, 0.45);
}
.s2 .content .items .item:hover b,
.s2 .content .items .item:hover span {
  color: #fff;
}
.s2 .content .items .item:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.s2 .content .items .item:nth-child(5) {
  border-radius: 0 4px 4px 0;
}
.s2 .content .items .item + .item::before {
  content: " ";
  position: absolute;
  top: 39px;
  left: 0;
  width: 1px;
  height: 260px;
  background-color: rgba(29, 81, 206, 0.4);
}

.s3 {
  background: url("../images/aboutus/s3_bg.png") no-repeat center top/cover;
}
.s3 .content .tab-list {
  padding-top: 32px;
  text-align: center;
}
.s3 .content .tab-list ul {
  font-size: 0;
}
.s3 .content .tab-list ul li {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  cursor: pointer;
  vertical-align: top;
}
.s3 .content .tab-list ul li.active {
  color: #1D51CE;
}
.s3 .content .tab-list ul li + li::before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #DFE0EA;
  margin: 5px 44px;
  vertical-align: top;
}
.s3 .content .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.s3 .content .swiper .swiper-button-prev,
.s3 .content .swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #1D51CE;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.s3 .content .swiper .swiper-button-prev::after,
.s3 .content .swiper .swiper-button-next::after {
  font-size: 16px;
}
.s3 .content .swiper .swiper-button-prev:hover,
.s3 .content .swiper .swiper-button-next:hover {
  background: #DAE1F5;
  color: #1D51CE;
}
.s3 .content .swiper .swiper-button-prev {
  left: 45%;
}
.s3 .content .swiper .swiper-button-next {
  right: 45%;
}
.s3 .content .swiper .swiper-slide .pic {
  width: 240px;
  height: 240px;
  background: linear-gradient(180deg, #CDE6FF 0%, #F6F6F6 100%);
  margin: 0 auto;
  padding: 20px;
  border: 6px solid #fff;
  border-radius: 4px;
}
.s3 .content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  width: 100%;
}
.s3 .content .swiper .swiper-slide p {
  width: 280px;
  margin: 16px auto 0;
  font-size: 16px;
  text-align: center;
}

.s4 {
  min-height: 714px;
  background: url("../images/aboutus/s4_bg.png") no-repeat center top/cover;
}
.s4 .content {
  width: 520px;
  color: #fff;
}
.s4 .content b {
  display: block;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 24px;
  letter-spacing: 8px;
}
.s4 .content p {
  line-height: 26px;
  font-size: 18px;
  text-align: justify;
}

.s5 {
  position: relative;
  min-height: 714px;
  background: url("../images/aboutus/s5_bg.png") no-repeat center top/cover;
}
.s5 .content .websize {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.s5 .content .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 524px;
  height: 100%;
  background: #fff;
  padding: 206px 40px 0 120px;
  box-sizing: border-box;
}
.s5 .content .left > p {
  margin-bottom: 64px;
  color: #1D51CE;
  font-size: 20px;
  text-align: justify;
}
.s5 .content .left > p + p {
  position: absolute;
  top: 340px;
  left: 116px;
  width: 1em;
  height: 312px;
  line-height: 2;
  margin: 0;
  color: #666;
  font-size: 16px;
}
.s5 .content .left .swiper {
  position: relative;
  width: 200px;
  height: 312px;
  padding-right: 80px;
}
.s5 .content .left .swiper .swiper-button-prev,
.s5 .content .left .swiper .swiper-button-next {
  left: auto;
  right: 0;
  width: 36px;
  height: 36px;
  background: #1D51CE;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: rotate(90deg);
}
.s5 .content .left .swiper .swiper-button-prev::after,
.s5 .content .left .swiper .swiper-button-next::after {
  font-size: 16px;
}
.s5 .content .left .swiper .swiper-button-prev:hover,
.s5 .content .left .swiper .swiper-button-next:hover {
  background: #DAE1F5;
  color: #1D51CE;
}
.s5 .content .left .swiper .swiper-button-prev {
  top: 130px;
}
.s5 .content .left .swiper .swiper-button-next {
  top: auto;
  bottom: 100px;
}
.s5 .content .left .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
}
.s5 .content .left .swiper .swiper-slide.swiper-slide-fully-visible.swiper-slide-active {
  border-top: 1px solid #1D51CE;
  border-bottom: 1px solid #1D51CE;
  color: #333;
  font-size: 26px;
}
.s5 .content .right {
  width: 560px;
  min-height: 230px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-sizing: border-box;
  transform: translateY(50%);
}
.s5 .content .right .inner {
  display: none;
}
.s5 .content .right .inner b {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
}
.s5 .content .right .inner b::after {
  display: block;
  content: " ";
  width: 120px;
  height: 2px;
  background: #1D51CE;
  margin-top: 22px;
}
.s5 .content .right .inner p {
  line-height: 28px;
  margin-bottom: 18px;
  font-size: 16px;
}
.s5 .content .right .inner p::before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1D51CE;
  margin: 11px 8px 11px 0;
  border-radius: 50%;
  vertical-align: top;
}

.s6 {
  height: auto;
  background: linear-gradient(180deg, #FFF 0%, #FFF 55%, #FAFBFF 55%, #FAFBFF 100%);
}
.s6 .title {
  padding-top: 48px;
}
.s6 .content {
  padding: 32px 0 124px;
}
.s6 .content .items {
  display: flex;
  justify-content: space-between;
}
.s6 .content .items .item {
  width: 386px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(29, 81, 206, 0.09);
  border-radius: 4px;
}
.s6 .content .items .item .top {
  height: 360px;
  padding: 36px 28px;
  box-sizing: border-box;
}
.s6 .content .items .item .top .name {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.s6 .content .items .item .top .name b {
  color: rgba(236, 41, 41, 0.8);
  font-weight: normal;
}
.s6 .content .items .item .top .tags {
  margin: 12px 0 24px;
  font-size: 0;
}
.s6 .content .items .item .top .tags span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #F8F8F8;
  padding: 0 10px;
  border-radius: 4px;
  color: #666;
  font-size: 18px;
  vertical-align: top;
}
.s6 .content .items .item .top .tags span + span {
  margin-left: 8px;
}
.s6 .content .items .item .top .duty {
  margin-top: 12px;
  font-size: 16px;
}
.s6 .content .items .item .top .duty b {
  font-weight: normal;
}
.s6 .content .items .item .top .duty p {
  height: 160px;
  line-height: 32px;
  color: #999;
  overflow: hidden;
}
.s6 .content .items .item .bot {
  height: 32px;
  line-height: 32px;
  background-color: rgba(59, 129, 255, 0.1);
  padding: 8px 28px;
  color: #999;
  font-size: 16px;
}

.s7 {
  height: auto;
}
.s7 .title {
  padding-top: 48px;
}
.s7 .content {
  background: linear-gradient(90deg, #1D51CE 0%, #1D51CE 40%, #F2F7FE 40%, #F2F7FE 100%);
  margin-top: 30px;
}
.s7 .content .left {
  float: left;
  padding: 78px 0;
  color: #fff;
}
.s7 .content .left .sub-title {
  font-size: 22px;
}
.s7 .content .left .sub-title::after {
  content: " ";
  display: block;
  width: 42px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
}
.s7 .content .left ul li {
  margin-top: 40px;
}
.s7 .content .left ul li i {
  float: left;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  box-sizing: border-box;
}
.s7 .content .left ul li i.icon-1 {
  background: url("../images/aboutus/s7_icon_1.svg") no-repeat center center;
}
.s7 .content .left ul li i.icon-2 {
  background: url("../images/aboutus/s7_icon_2.svg") no-repeat center center;
}
.s7 .content .left ul li i.icon-3 {
  background: url("../images/aboutus/s7_icon_3.svg") no-repeat center center;
}
.s7 .content .left ul li i.icon-4 {
  background: url("../images/aboutus/s7_icon_4.svg") no-repeat center center;
}
.s7 .content .left ul li p {
  line-height: 22px;
  margin-left: 68px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.s7 .content .left ul li p + p {
  color: #fff;
  font-size: 18px;
}
.s7 .content .right {
  float: right;
  width: 660px;
  padding: 78px 0;
}
.s7 .content .right .sub-title {
  font-size: 22px;
}
.s7 .content .right .sub-title::after {
  content: " ";
  display: block;
  width: 42px;
  height: 3px;
  background-color: #1D51CE;
}
.s7 .content .right .form {
  margin-top: 32px;
}
.s7 .content .right .form .item {
  background: #FFF;
  margin-bottom: 12px;
  padding: 18px 28px;
  border: 1px solid #E6E9F2;
  border-radius: 4px;
}
.s7 .content .right .form .item label {
  float: left;
  width: 80px;
  height: 24px;
  line-height: 24px;
  color: #666;
  font-size: 16px;
  text-align: right;
}
.s7 .content .right .form .item input {
  display: block;
  width: 522px;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
  font-size: 16px;
}
.s7 .content .right .form .item input:focus-visible {
  outline: none;
}
.s7 .content .right .form .item textarea {
  display: block;
  width: 522px;
  height: 74px;
  line-height: 24px;
  resize: none;
  border: none;
  font-size: 16px;
}
.s7 .content .right .form .item textarea:focus-visible {
  outline: none;
}
.s7 .content .right .form .action {
  display: flex;
  justify-content: flex-end;
}
.s7 .content .right .form .action button {
  width: 164px;
  height: 50px;
  line-height: 50px;
  background: #1D51CE;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.s8 {
  height: auto;
  background: url("../images/aboutus/s8_bg.png") no-repeat center top/cover;
}
.s8 .title {
  padding-top: 48px;
}
.s8 .content {
  position: relative;
  width: 1256px;
  height: 714px;
  background: url("../images/aboutus/s8_map.png") no-repeat center top;
  margin-top: -142px;
}
.s8 .content .item {
  position: absolute;
  width: 56px;
  height: 88px;
  background: url("../images/aboutus/s8_icon_0.png") no-repeat 0 0;
  padding-top: 39px;
  color: #1D51CE;
  font-weight: bold;
  text-align: center;
  transition: all 0.6s ease;
}
.s8 .content .item.active {
  background-image: url("../images/aboutus/s8_icon_1.png");
  padding-top: 20px;
  color: #fff;
}
.s8 .content .item.item-1 {
  top: 240px;
  right: 442px;
}
.s8 .content .item.item-2 {
  top: 284px;
  right: 498px;
}
.s8 .content .item.item-3 {
  top: 313px;
  right: 466px;
}
.s8 .content .item.item-4 {
  top: 356px;
  right: 496px;
}
.s8 .content .item.item-5 {
  top: 356px;
  right: 408px;
}
.s8 .content .item.item-6 {
  top: 328px;
  right: 374px;
}
.s8 .content .item.item-7 {
  top: 360px;
  right: 334px;
}
.s8 .content .item.item-8 {
  top: 390px;
  right: 358px;
}
.s8 .content .item.item-9 {
  top: 457px;
  right: 454px;
}
.s8 .content .item.item-10 {
  top: 286px;
  right: 408px;
}
.s8 .content .item.item-11 {
  top: 157px;
  right: 294px;
}
.s8 .content .infos {
  position: absolute;
  top: 128px;
  left: 73px;
}
.s8 .content .infos .info {
  position: absolute;
  width: 400px;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s ease;
}
.s8 .content .infos .info.active {
  opacity: 1;
}
.s8 .content .infos .info b {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}
.s8 .content .infos .info dl dt {
  float: left;
  width: 88px;
  line-height: 24px;
  background: url("../images/aboutus/s8_icon_locate.svg") no-repeat left center;
  padding-left: 18px;
  box-sizing: border-box;
}
.s8 .content .infos .info dl dd {
  line-height: 24px;
  margin-left: 96px;
}
.s8 .content .infos .info .seperate {
  height: 1px;
  background: #F1F6FC;
  margin: 24px 0;
}

.detail {
  background: #F0F2F7 url("../images/aboutus/detail_bg.png") no-repeat center top;
  padding: 220px 0 40px;
}
.detail .left {
  float: left;
  width: 830px;
  background: #fff;
  padding: 44px 40px;
  border-radius: 4px;
  box-sizing: border-box;
}
.detail .left h6 {
  font-size: 30px;
}
.detail .left .wages {
  margin: 16px 0;
  color: rgba(236, 41, 41, 0.8);
  font-size: 26px;
}
.detail .left .tags {
  height: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 0;
}
.detail .left .tags span {
  display: inline-block;
  color: #1d51ce;
  font-size: 16px;
  vertical-align: top;
}
.detail .left .tags span + span::before {
  display: inline-block;
  content: "/";
  margin: 0 8px;
  color: #dfe0ea;
  vertical-align: top;
}
.detail .left .tags b {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.detail .left .tags b::before {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 16px;
  background: #DFE0EA;
  margin: 4px 24px;
  vertical-align: top;
}
.detail .left .textbox {
  width: 750px;
  padding: 32px 0;
  border-top: 1px solid #F1F6FC;
  border-bottom: 1px solid #F1F6FC;
  color: #666;
  overflow: hidden;
}
.detail .left .textbox dl {
  margin-bottom: 32px;
}
.detail .left .textbox dl dt {
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
}
.detail .left .textbox dl dd {
  line-height: 32px;
}
.detail .left .textbox dl dd a {
  color: #1D51CE;
}
.detail .left .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.detail .left .bot .link {
  color: #666;
}
.detail .left .bot .btn {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  background: linear-gradient(90deg, #093DD4 0.04%, #4078FF 99.98%);
  color: #fff;
  text-align: center;
}
.detail .right {
  float: right;
  width: 350px;
}
.detail .right section {
  background: #fff;
  padding: 16px 0 0;
  border-radius: 4px;
}
.detail .right section .title {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 26px;
  font-size: 18px;
  text-align: left;
}
.detail .right section .title::before {
  position: absolute;
  top: 5px;
  left: 12px;
  content: " ";
  display: block;
  width: 2px;
  height: 16px;
  background: #1d51ce;
}
.detail .right section .content {
  padding: 24px;
}
.detail .right section .content ul li {
  background: #F8FBFF;
  padding: 20px 16px;
  border-radius: 4px;
}
.detail .right section .content ul li a p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.detail .right section .content ul li a p * {
  height: 22px;
  line-height: 22px;
}
.detail .right section .content ul li a p:first-child span {
  font-size: 16px;
}
.detail .right section .content ul li a p:first-child b {
  color: rgba(236, 41, 41, 0.8);
  font-weight: normal;
}
.detail .right section .content ul li a p:last-child {
  margin-top: 16px;
}
.detail .right section .content ul li a p:last-child span {
  font-size: 12px;
}
.detail .right section .content ul li a p:last-child span img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
.detail .right section .content ul li a p:last-child em {
  font-style: normal;
}
.detail .right section .content ul li + li {
  margin-top: 24px;
}
.detail .right section + section {
  margin-top: 20px;
}/*# sourceMappingURL=aboutus.css.map */