@charset "UTF-8";
@font-face {
  font-family: "iconfont"; /* Project id 3308791 */
  src: url("../font/iconfont.woff2?t=1683371950435") format("woff2"), url("../font/iconfont.woff?t=1683371950435") format("woff"), url("../font/iconfont.ttf?t=1683371950435") format("truetype"), url("../font/iconfont.svg?t=1683371950435#iconfont") format("svg");
}
.content {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  position: relative;
  padding: 83px 0 22px;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #0e1d45;
  text-align: center;
}
h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 3px;
  margin-left: -16px;
  background-color: #254fda;
}

/* 主视觉 */
header {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: #0f162c url("//static.luminsans.com/FlLisOOANIElUJS16amc5Yf1pu0Z?imageslim") no-repeat center center;
  background-size: auto 100%;
}
header .content {
  position: relative;
  height: 700px;
}
header .content h1 {
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
}
header .content h1::after {
  content: "";
  display: none;
}
header .content h1 span {
  opacity: 0;
  position: absolute;
}
header .content img {
  width: 117px;
  height: 40px;
  padding: 17px 0 110px;
}
header .content h2 {
  height: 48px;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 48px;
}
header .content h3 {
  height: 48px;
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  padding: 27px 0 67px;
}
header .content .classify {
  position: absolute;
  left: 0;
  bottom: 80px;
  display: flex;
}
header .content .classify li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-right: 16px;
  padding: 4px 10px;
}
header .content .classify li:last-child {
  margin: 0;
}

.corporate-culture {
  height: 500px;
}
.corporate-culture .category {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 80px;
}
.corporate-culture .category li {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 240px;
  padding-top: 46px;
  border: 1px solid rgba(14, 29, 69, 0.08);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s linear;
}
.corporate-culture .category li span {
  display: block;
}
.corporate-culture .category li .span_src {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  font-family: "iconfont";
  font-size: 40px;
  line-height: 40px;
  color: rgb(37, 79, 218);
  text-align: center;
  transform-origin: 50% 50%;
}
.corporate-culture .category li .span_title {
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  color: #0e1d45;
  padding-bottom: 10px;
  text-align: center;
}
.corporate-culture .category li .span_content {
  width: 210px;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.4);
  margin: 0 auto;
}
.corporate-culture .category li:hover {
  background-color: #0e3bd0;
}
.corporate-culture .category li:hover .span_src,
.corporate-culture .category li:hover .span_title {
  color: #ffffff;
}
.corporate-culture .category li:hover .router-animation {
  animation: 1s linear router infinite;
}
.corporate-culture .category li:hover .bounce-animation {
  animation: 1s linear bounce infinite;
}
.corporate-culture .category li:hover .flipInY-animation {
  animation: 1s linear flipInY infinite;
}
.corporate-culture .category li:hover .pulse-animation {
  animation: 1s linear pulse infinite;
}
.corporate-culture .category li:hover .span_content {
  color: rgba(255, 255, 255, 0.8);
}

.customer-case {
  height: 558px;
  margin: 0 auto;
  overflow: hidden;
  background: rgb(242, 242, 242);
}
.customer-case .content {
  height: 100%;
}
.customer-case .content h1 a {
  color: #0e1d45;
}
.customer-case .content:hover h1 a {
  color: #fff;
}
.customer-case .content .swiper {
  position: relative;
  width: 1200px;
  height: 247px;
  overflow: hidden;
  margin-top: 40px;
}
.customer-case .content .swiper-pagination-bullets {
  position: relative;
  top: 40px;
  display: flex;
  justify-content: center;
}
.customer-case .content .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #c2c2c2;
  opacity: 1;
  cursor: pointer;
}
.customer-case .content .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #007aff;
}
.customer-case .content .swiper-wrapper {
  width: 1000%;
}
.customer-case .content .swiper-wrapper .swiper-slide {
  float: left;
  width: 820px;
  background: #fff;
}
.customer-case .content .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(0.9);
}
.customer-case .content .swiper-wrapper .bannerContent {
  display: flex;
  justify-content: space-between;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 162px;
  margin: 45px 18px 45px 33px;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord h2 {
  width: 235px;
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #0e1d45;
  line-height: 24px;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord h3 {
  width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.4);
  line-height: 20px;
  padding: 5px 0 26px;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord .link {
  display: flex;
  flex-direction: column;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord .link:hover .arrow {
  animation: bounceOutRight 0.5s linear;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord em {
  width: 48px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #254fda;
  line-height: 24px;
  padding-bottom: 14px;
}
.customer-case .content .swiper-wrapper .bannerContent .leftWord .arrow {
  font-family: "iconfont"; /* Project id 3308791 */
  color: #254fda;
  font-size: 12px;
}
.customer-case .content .swiper-wrapper .bannerContent img {
  width: 428px;
  height: 156px;
  margin: 46px 41px 45px 0;
}

.advertise-view {
  height: 200px;
  background: #0b1018 url("//static.luminsans.com/Fr_rD3W0hj93oZeAJ43Uk8-1s8RJ?imageslim") no-repeat center center;
  background-size: 1920px 200px;
}
.advertise-view .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.advertise-view .content h2 {
  display: flex;
  align-self: center;
  align-items: flex-end;
  height: 32px;
  font-size: 28px;
  font-weight: 400;
  padding: 57px 0 29px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
.advertise-view .content h2 em {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-right: 5px;
}
.advertise-view .content h3 {
  width: 1148px;
  height: 20px;
  font-size: 28px;
  font-weight: 200;
  line-height: 20px;
  padding-bottom: 62px;
  text-align: center;
}

.client-voice {
  height: 429px;
  overflow: hidden;
}
.client-voice .content .comment {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding-top: 40px;
}
.client-voice .content .comment li {
  width: 380px;
  height: 180px;
  margin-right: 26px;
  background: #ffffff;
  border: 1px solid rgba(14, 29, 69, 0.08);
  box-sizing: border-box;
  border-radius: 4px;
}
.client-voice .content .comment li .headContent {
  display: flex;
  width: 322px;
  height: 39px;
  padding: 27px 29px 15px;
}
.client-voice .content .comment li .headContent figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.client-voice .content .comment li .headContent figure img {
  width: 36px;
}
.client-voice .content .comment li .headContent .nameTime {
  display: flex;
  flex-direction: column;
  height: 34px;
  padding-left: 10px;
}
.client-voice .content .comment li .headContent .nameTime .name {
  width: 40px;
  height: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0e1d45;
  line-height: 16px;
}
.client-voice .content .comment li .headContent .nameTime .company {
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.4);
  line-height: 12px;
  padding-top: 6px;
}
.client-voice .content .comment li .description {
  width: 322px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.4);
  line-height: 20px;
  padding: 0 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.company-strength {
  width: 100%;
  height: 443px;
  margin: 0 auto;
  overflow: hidden;
  background: #e7e8eb url("//static.luminsans.com/FifeWhknh03zfvX1YWodk2ITt9HS?imageslim") no-repeat center 100%;
  background-size: 1920px 443px;
}
.company-strength .content .power {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  padding: 56px 50px 0;
}
.company-strength .content .power li {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 162px;
  box-sizing: border-box;
}
.company-strength .content .power li .head {
  font-family: "iconfont";
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #2550db;
  border-radius: 50%;
  background: rgba(50, 89, 216, 0.2);
}
.company-strength .content .power li .title {
  width: 100px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #0e1d45;
  line-height: 28px;
  padding: 28px 0 4px;
}
.company-strength .content .power li .description {
  width: 280px;
  height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.4);
  line-height: 24px;
}

.about-us {
  width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
}
.about-us .content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.about-us .content figure {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 468px;
  height: 426px;
}
.about-us .content figure img {
  width: 100%;
  vertical-align: top;
}
.about-us .content .word {
  display: flex;
  flex-direction: column;
  padding: 0 0 50px 90px;
}
.about-us .content .word h1 {
  width: 130px;
  margin-bottom: 30px;
}
.about-us .content .word p {
  width: 673px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(14, 29, 69, 0.6);
  line-height: 28px;
  margin-bottom: 20px;
}

.form-footer {
  width: 100%;
  height: 672px;
  background: #101421 url("//static.luminsans.com/FoEXUkls2FG88b05B-tHrCy5fIIi?imageslim") no-repeat center center;
  background-size: 1920px 672px;
}
.form-footer .footer h2 {
  width: 512px;
  height: 32px;
  margin: 0 auto;
  padding-top: 84px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
}
.form-footer .footer .info {
  display: flex;
  justify-content: center;
}
.form-footer .footer .info .method {
  width: 224px;
  height: 332px;
  margin-top: 86px;
  margin-right: 160px;
}
.form-footer .footer .info .method .way {
  font-family: "iconfont";
}
.form-footer .footer .info .method .title {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 25px;
}
.form-footer .footer .info .method .contact {
  width: 224px;
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.form-footer .footer .info .method .code {
  width: 100px;
  height: 135px;
}
.form-footer .footer .info .method .code h3 {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 25px;
  padding-bottom: 10px;
}
.form-footer .footer .info .method .code .square {
  width: 100px;
  height: 100px;
  background: #242424;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.form-footer .footer .info .method li {
  margin-bottom: 40px;
}
.form-footer .footer .info .method li span {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 18px;
}
.form-footer .footer .info .method li p {
  width: 224px;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.form-footer .footer .info .connect {
  width: 600px;
  height: 300px;
  padding: 60px 0 120px;
}
.form-footer .footer .info .connect form {
  width: 600px;
  height: 390px;
}
.form-footer .footer .info .connect form label {
  display: block;
  width: 600px;
  height: 60px;
  margin-top: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(181, 181, 181, 0.09);
  transition-duration: 0.4s;
}
.form-footer .footer .info .connect form label span {
  opacity: 0;
  transition: all 0.1s;
}
.form-footer .footer .info .connect form label.err {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}
.form-footer .footer .info .connect form label.err span {
  opacity: 1;
}
.form-footer .footer .info .connect form label input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding-left: 20px;
  border: none;
  box-sizing: border-box;
  background: rgba(181, 181, 181, 0.09);
}
.form-footer .footer .info .connect form .enterText {
  height: auto;
}
.form-footer .footer .info .connect form .enterText textarea {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  border: none;
  overflow: hidden;
  background: rgba(181, 181, 181, 0.09);
  vertical-align: top;
}
.form-footer .footer .info .connect form button {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  color: #ffffff;
  background: #254fda;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.form-footer .footer .info .connect form button.loading {
  background: #5073e6;
}
.form-footer .footer .info .connect form button.loading:after {
  content: "载";
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  font-family: "iconfont";
  animation: loading 3s linear infinite;
}

.foot {
  max-width: 1200px;
  padding: 30px 0 120px;
  padding-bottom: clamp(120px, 9.8873239437px + 0.4225352113vw, 120px);
  margin: 0 auto;
}
.foot p {
  flex-shrink: 0;
  text-align: right;
  height: 24px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  font-size: 14px;
  font-size: clamp(14px, 9.8873239437px + 0.4225352113vw, 10px);
}
.foot p a {
  color: #222;
  margin: 0 4px;
}
.foot p img {
  vertical-align: top;
}

.msg-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  padding: 30px 50px;
  background: #fff;
  border-radius: 10px;
  z-index: 1000;
  transform: translate3d(-50%, -50%, 0);
  font-size: 18px;
  color: #333;
  box-shadow: 1px 10px 1px #333;
  transition: all 1s linear;
}

.anchor {
  position: fixed;
  top: 196px;
  left: 12px;
  width: 77px;
  height: 108px;
  z-index: 5;
}
.anchor ul {
  width: 77px;
  height: 108px;
}
.anchor ul li {
  position: relative;
  width: 8px;
  height: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.anchor ul li.current a, .anchor ul li:hover a {
  background: #254fda;
}
.anchor ul li.current span, .anchor ul li:hover span {
  display: block;
}
.anchor ul li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcd7d7;
}
.anchor ul li span {
  display: none;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -10px;
  width: 64px;
  height: 20px;
  background: rgba(14, 29, 69, 0.3);
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  border-radius: 2px;
  text-align: center;
}

.inner {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.inner .go-top {
  position: absolute;
  left: 40px;
  bottom: 6px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.inner .go-top.visible {
  opacity: 1;
  visibility: visible;
}
.inner .island {
  padding: 6px;
  border-radius: 8px;
  background: rgba(34, 34, 34, 0.8);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
}
.inner .island .navs {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background: #222;
  height: 0;
  opacity: 0;
  transition: all 0.3s linear 0.2s;
}
.inner .island .navs.unfold {
  opacity: 1;
  height: auto;
  margin-bottom: 10px;
}
.inner .island .navs ul li:hover a, .inner .island .navs ul li.active a {
  position: relative;
  background: #3e3e3e;
}
.inner .island .navs ul li:hover a:before, .inner .island .navs ul li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 40px;
  background: #254fda;
}
.inner .island .navs ul li a {
  display: block;
  padding-left: 40px;
  line-height: 40px;
  color: #d3d3d3;
}
.inner .island .subject_tab {
  position: relative;
  display: flex;
  height: 60px;
}
.inner .island .subject_tab.unfold {
  width: 500px;
}
.inner .island .subject_tab.unfold .home {
  width: 100%;
}
.inner .island .subject_tab.unfold .home .three-gang {
  position: relative;
}
.inner .island .subject_tab.unfold .home .three-gang span {
  position: absolute;
  left: 50%;
  top: 50%;
}
.inner .island .subject_tab.unfold .home .three-gang span:nth-of-type(1) {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.inner .island .subject_tab.unfold .home .three-gang span:nth-of-type(2) {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.inner .island .subject_tab.unfold .home .three-gang span:nth-of-type(3) {
  display: none;
}
.inner .island .subject_tab.unfold .tabs {
  display: none;
}
.inner .island .subject_tab .home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  flex-shrink: 1;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.1s linear;
  background: #222;
  border-radius: 8px;
}
.inner .island .subject_tab .home img {
  height: 30px;
  vertical-align: top;
}
.inner .island .subject_tab .home .three-gang {
  width: 10px;
  height: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s linear;
}
.inner .island .subject_tab .home .three-gang span {
  width: 10px;
  height: 1px;
  background: #fff;
}
.inner .island .subject_tab .tabs {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-right: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3e3e3e;
  border-radius: 8px;
  margin-left: 10px;
}
.inner .island .subject_tab .tabs li {
  height: 48px;
  line-height: 48px;
  margin-left: 6px;
  padding: 0 12px;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #4e4e4e;
  color: #d3d3d3;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.inner .island .subject_tab .tabs li a {
  color: #d3d3d3;
}
.inner .island .subject_tab .tabs li:hover, .inner .island .subject_tab .tabs li.active {
  border-color: #d3d3d3;
}/*# sourceMappingURL=index.css.map */