.public-header {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 99999;
}
.public-header .public-header-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.public-header .public-header-wrapper .logo-center {
  flex: 1;
  display: flex;
  align-items: center;
  height: 64px;
}
.public-header .public-header-wrapper .logo-center .logo {
  display: none;
  cursor: pointer;
  /*width: 184px;*/
  height: 37px;
}
.public-header .public-header-wrapper .logo-center .logo-show {
  display: block;
}
.public-header .public-header-wrapper .header-content {
  display: flex;
  font-size: 16px;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item {
  min-width: 102px;
  box-sizing: border-box;
  text-align: center;
  color: #181818;
  height: 64px;
  line-height: 64px;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.public-header .public-header-wrapper .header-content .header-content-item p a {
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item:hover {
  color: #166efd;
  border-bottom: 3px solid #166efd;
  box-shadow: 0px -10px 10px 0px #d0d3db;
}
.public-header .public-header-wrapper .header-content .header-content-item a:hover {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item:nth-child(9) {
  margin-right: 0;
}
.public-header .public-header-wrapper .header-content .header-content-item.header-content-item-active {
  color: #166efd;
  border-bottom: 3px solid #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item.header-content-item-active a {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub {
  position: relative;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub:hover {
  background: #fff;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub:hover .header-content-item-subs {
  display: block;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-subs {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  padding: 7.5px 0;
  background: #fff;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-subs li {
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-subs li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-subs li a:hover {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-subs li:hover {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products {
  padding: 17px 27px 19px 20px;
  background: #fff;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products .header-content-item-products-content {
  display: flex;
  justify-content: space-between;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products .header-content-item-products-sub {
  line-height: 0;
  text-align: left;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products span {
  line-height: 19px;
  font-size: 14px;
  color: #999999;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products ul {
  margin-top: 7px;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products ul li {
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products ul li a:hover {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-products ul li:hover {
  color: #166efd;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  padding: 26px 0px 38px;
  background-color: #ffffff;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene .header-content-item-scene-content {
  display: flex;
  justify-content: center;
  line-height: 0;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene .header-content-item-scene-sub {
  margin-right: 80px;
  text-align: left;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene .header-content-item-scene-sub:last-child {
  margin-right: 0px;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene span {
  line-height: 19px;
  font-size: 14px;
  color: #999999;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene li {
  margin-top: 14px;
  cursor: pointer;
  height: auto;
  line-height: 21px;
  font-size: 16px;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #181818;
}
.public-header .public-header-wrapper .header-content .header-content-item-sub .header-content-item-scene li:hover {
  color: #166efd;
  background: #ffffff;
}
.public-header .public-header-wrapper-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .public-header {
    height: 50px;
  }
  .public-header .public-header-wrapper {
    display: none;
  }
  .public-header .public-header-wrapper-phone {
    display: block;
    padding-top: 12px;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone .logo {
    display: none;
    margin-left: 20px;
    width: auto;
    height: 27px;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone .logo img {
    display: none;
    width: auto;
    height: 100%;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone .nav-btn {
    display: none;
    margin-right: 20px;
    width: 16px;
    height: 22px;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone .logo-show {
    display: block;
  }
  .public-header .public-header-wrapper-phone .logo-center-phone .logo-show img {
    display: block;
  }
  .public-header .phone-ment-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999;
  }
  .public-header .phone-ment-box .close-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 240px);
  }
  .public-header .phone-ment-box .inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 240px;
    background: #fff;
    padding-top: 37px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .public-header .phone-ment-box .inner .close-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .public-header .phone-ment-box .inner .header-content {
    display: flex;
    flex-direction: column;
    color: #242424;
  }
  .public-header .phone-ment-box .inner .header-content .header-content-item {
    padding-left: 40px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    color: #242424;
    font-size: 12px;
  }
  .public-header .phone-ment-box .inner .header-content .header-content-item:active {
    color: #166efd;
  }
  .public-header .phone-ment-box .inner .header-content .header-content-item:nth-child(9) {
    margin-right: 0;
  }
  .public-header .phone-ment-box .inner .header-content .header-content-item.header-content-item-active {
    color: #166efd;
  }
  .public-header .phone-ment-box .inner .header-content .header-content-item img {
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }
  .public-header .phone-ment-box .inner .header-content .item-indent {
    text-indent: 2em;
  }
}
.public-header:hover {
  background: #fff;
}
.public-header:hover .public-header-wrapper .logo-pc {
  display: block;
}
.public-header:hover .public-header-wrapper .logo-phone {
  display: none;
}
.public-header:hover .public-header-wrapper .header-content {
  color: #181818;
}
.public-header:hover .public-header-wrapper .header-content .header-content-item {
  color: #181818;
  border-bottom: 2px solid #fff;
}
.public-header:hover .public-header-wrapper .header-content .header-content-item a {
  color: #181818;
}
.public-header:hover .public-header-wrapper .header-content .header-content-item:hover {
  color: #166efd;
  border-bottom: 2px solid #166efd;
  box-shadow: 0px -10px 10px 0px #d0d3db;
}
.public-header:hover .public-header-wrapper .header-content .header-content-item:hover p a {
  color: #166efd;
}
@media screen and (max-width: 767px) {
  .public-header:hover {
    background: transparent;
  }
}

.public-header-transparent {
  background: transparent;
}
.public-header-transparent .public-header-wrapper .header-content {
  color: #fff;
}
.public-header-transparent .public-header-wrapper .header-content .header-content-item {
  color: #fff;
  border-bottom: 2px solid transparent;
}
.public-header-transparent .public-header-wrapper .header-content .header-content-item a {
  color: #fff;
}
.public-header-transparent .public-header-wrapper .header-content .header-content-item p a {
  color: #fff;
}
.public-header-transparent .public-header-wrapper .header-content .header-content-item:hover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .public-header-transparent {
    background: transparent;
  }
}

.btn-border-blue {
  width: 151px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: 1px solid #166efd;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #166efd;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-border-blue {
    width: 90px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }
}

.btn-border-blue:hover {
  background-color: #166efd;
  color: #fff;
}

.btn-border-white {
  width: 151px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.btn-border-white:hover {
  border-color: #166efd;
}

.btn-fill-blue {
  width: 151px;
  height: 42px;
  line-height: 42px;
  background-color: #166efd;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.btn-fill-blue:hover {
  opacity: 0.6;
}

.btn-border-gray {
  width: 151px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #333333;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .btn-border-gray {
    width: 114px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.btn-border-gray:hover {
  border-color: #166efd;
  color: #166efd;
}

.btn-border-gray:active {
  border-color: #166efd;
  color: #ffffff;
  background-color: #166efd;
}

.public-title {
  padding-top: 80px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-title p {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #181818;
}
.public-title .p-white {
  color: #fff;
}
.public-title .title-line {
  width: 63px;
  height: 2px;
  background: #183883;
}
.public-title .title-line-white {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .public-title {
    padding-top: 34px;
    margin-bottom: 16px;
  }
  .public-title p {
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
  .public-title .title-line {
    width: 31px;
    height: 1px;
  }
}

.s-canvas {
  width: 100%;
  height: 100%;
}

.public-bottom {
  width: 100%;
  background: #2f333a;
}
.public-bottom .footer {
  position: relative;
  height: 520px;
  color: #fff;
  z-index: 1;
  box-sizing: border-box;
  padding: 88px 0 0 0;
}
.public-bottom .footer .footer-main {
  width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.public-bottom .footer .footer-main .left-img {
  margin-right: 62px;
}
.public-bottom .footer .footer-main .left-img img {
  display: block;
  /*width: 184px;*/
  height: 35px;
}
.public-bottom .footer .footer-main .left-img .left-dow {
  margin-top: 40px;
  line-height: 26px;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
.public-bottom .footer .footer-main .left-img .left-code {
  margin-top: 28px;
  display: flex;
}
.public-bottom .footer .footer-main .left-img .left-code .left-code-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
}
.public-bottom .footer .footer-main .left-img .left-code .left-code-item img {
  width: 90px;
  height: 90px;
  margin-bottom: 14px;
}
.public-bottom .footer .footer-main .left-img .left-code .left-code-item:first-child {
  margin-right: 16px;
}
.public-bottom .footer .footer-main .footer-menu-list-col {
  width: 160px;
}
.public-bottom .footer .footer-main .center-main .title {
  margin-bottom: 24px;
  line-height: 21px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.public-bottom .footer .footer-main .center-main ul li {
  margin-top: 12px;
  line-height: 19px;
  font-size: 14px;
  cursor: pointer;
}
.public-bottom .footer .footer-main .center-main ul li .contact-large {
  font-size: 16px;
  color: #166efd;
}
.public-bottom .footer .footer-main .center-main ul li a {
  color: #fff;
}
.public-bottom .footer .footer-main .center-main ul li:hover {
  font-weight: bold;
}
.public-bottom .footer .footer-main .right-main ul li {
  cursor: default;
}
.public-bottom .footer .copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  line-height: 48px;
  background: #2f333a;
  font-size: 14px;
}
.public-bottom .footer .copyright a {
  color: #fff;
}
.public-bottom .footer-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .public-bottom .footer {
    display: none;
  }
  .public-bottom .footer-phone {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
    z-index: 1;
    background: #2f333a;
  }
  .public-bottom .footer-phone .logo {
    width: 120px;
  }
  .public-bottom .footer-phone .left-dow {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
  .public-bottom .footer-phone .left-dow .dow {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .public-bottom .footer-phone .left-code {
    margin-top: 10px;
    display: flex;
  }
  .public-bottom .footer-phone .left-code .left-code-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
  }
  .public-bottom .footer-phone .left-code .left-code-item img {
    width: 103px;
    height: 103px;
    margin-bottom: 6px;
  }
  .public-bottom .footer-phone .left-code .left-code-item:first-child {
    margin-right: 19px;
  }
  .public-bottom .footer-phone ul {
    padding-top: 23px;
  }
  .public-bottom .footer-phone ul li {
    margin-bottom: 24px;
  }
  .public-bottom .footer-phone ul li h6 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .public-bottom .footer-phone ul li p {
    font-size: 12px;
    line-height: 18px;
  }
  .public-bottom .footer-phone .copyright {
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 14px 0;
    font-size: 10px;
    line-height: 14px;
    background: #2f333a;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
  }
}

.custom-btn-primary {
  width: 151px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.09px;
  cursor: pointer;
}

.custom-btn-primary:hover {
  opacity: 0.8;
}

.custom-btn-white {
  width: 151px;
  height: 42px;
  background: #fff;
  border-radius: 3px;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.09px;
  cursor: pointer;
}

.custom-btn-white:hover {
  opacity: 0.8;
}

.module-option-item {
  padding-top: 124px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.module-option-item .introduction-title {
  font-size: 32px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 999;
}
.module-option-item .introduction-title .introduction-bottom {
  height: 16px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(to right, rgba(146, 173, 255, 0), rgb(146, 173, 255), rgba(146, 173, 255, 0));
}
.module-option-item .introduction-subtitle {
  margin-top: 23px;
  font-size: 20px;
  color: #666666;
  letter-spacing: 3px;
}
.module-option-item .flag-box-title {
  color: #333;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 43px;
}
.module-option-item .flag-box-title span {
  position: relative;
}
.module-option-item .flag-box-title span::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(-4px) translateY(-50%);
  background: linear-gradient(to right, rgba(146, 173, 255, 0), rgb(146, 173, 255));
}
.module-option-item .flag-box-title span::after {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(4px) translateY(-50%);
  background: linear-gradient(to right, rgb(146, 173, 255), rgba(146, 173, 255, 0));
}
.module-option-item .flag-box-subtitle {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
}

.page-container {
  background-color: #f9fbff;
  position: relative;
}
.page-container .page-logo-box .page-logo-left {
  width: 320px;
  position: absolute;
  left: 0;
  top: 573px;
}
.page-container .page-logo-box .page-logo-right {
  width: 541px;
  position: absolute;
  right: 0;
  top: 1380px;
}

@keyframes ghost {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=public.css.map */
