html,
body {
  height: 100%;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #474157;
}

a:hover,
a:focus {
  color: #474157;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#mainbody {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: #f1f6fd;
  color: #474157;
  height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
  text-align: center;
  padding: 350px 0 50px;
  position: relative;
  height: 100vh;
}

#mainbody > .container > .text-center h1 {
  font-size: 50px;
  font-weight: bold;
  color: #171347;
}

#mainbody > .container > .text-center > a {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
  margin-top: 20px;
  padding: 10px 45px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-height: 500px) {
  #mainbody {
    height: inherit;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  #mainbody .index-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #mainbody > .container > .text-center {
    padding: 130px 0 0 0;
    height: calc(100vh - 261px);
  }

  #mainbody > .container > .text-center > h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.footer {
  background-color: #222222;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.footer p {
  font-size: 14px;
  margin: 0;
}

/* 上面的是原来的 */
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
body,
html {
  width: 100%;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}
input[type="text"]:hover {
  outline: 1px solid #fbd1b4;
}
input[type="text"]:focus {
  outline: 1px solid #fbd1b4;
}

/* 上面的是原来的 */

.global-msg {
  position: fixed;
  left: 0;
  top: 150px;
  z-index: 99999;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 2s ease-in-out;
}
.global-msg .text {
  width: max-content;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #f3f5f7;
  border-radius: 4px;
  padding: 8px 16px;
  box-shadow: 0 0 4px 1px rgba(251, 105, 47, 0.2);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.global-msg .cur {
  opacity: 1;
}
.global-msg .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.box-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.content-box {
  width: 1200px;
}
.home-bg {
  width: 100%;
  background: linear-gradient(135deg, #f0dcfd 0%, #fce5e0 20%, #fcf0dc 40%, #fef7dd 60%, #f2fed6 80%, #f0e1fd 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-box {
  width: 100%;
  padding: 60px 0;
}
.title-box .title {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.title-box .text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #595959;
  line-height: 32px;
}

.main-box {
  width: 1200px;
  display: flex;
  padding: 120px 0;
}
.main-box .left {
  flex: 1;
  padding-top: 50px;
}
.main-box .left .name {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #000;
  line-height: 60px;
  font-weight: bold;
}
.main-box .left .title {
  font-size: 48px;
}
.main-box .left .text {
  width: 100%;
  font-size: 20px;
  color: #1d4e8c;
  line-height: 40px;
  text-align: justify;
  font-weight: bold;
  margin-top: 20px;
}
.main-box .right {
  flex: 1;
}
.main-box .right .img {
  width: 100%;
}

.system-box {
  display: flex;
}
.system-box .left {
  flex: 1;
  background: linear-gradient(135deg, #adecf7 0%, #d9d9fd 50%, #b8adf5 100%);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.system-box .left .img {
  width: 100%;
}
.system-box .right {
  flex: 1;
  background-color: #f3f7fb;
  padding: 60px 60px 20px 60px;
  box-sizing: border-box;
}
.system-box .right .name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #1d4e8c;
  line-height: 40px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 40px;
}
.system-box .right .cur {
  font-size: 24px;
  color: #6144f7;
  padding: 0 4px;
}

.resource-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.resource-box .list {
  width: calc(25% - 40px);
  transition: all 0.5s ease-in-out;
}
.resource-box .list::last-child {
  margin-right: 0;
}
.resource-box .list .img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 20px 2px #efefef;
}
.resource-box .list .name {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  transition: all 0.5s ease-in-out;
}
.resource-box .list:hover {
  /* box-shadow: 0 20px 40px 0 #bac9e7; */
}
.resource-box .list:hover .img {
  margin-top: -30px;
  margin-bottom: 30px;
  transform: scale(1.1);
  box-shadow: 0 4px 20px 2px #dadada;
}
.resource-box .list:hover .name {
  transform: scale(1.3);
  color: #1d4e8c;
}
.black-bg {
  position: relative;
  background-color: #000a17;
  padding-top: 1px;
}
.layer-box-bg {
  position: relative;
  width: 100%;
}
.black-bg .con-box {
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
}
.works-box {
  margin-bottom: 30px;
}
.works-box .list {
  width: 100%;
  display: flex;
}
.works-box .list .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #0f161f;
  height: 444px;
}
.works-box .list .left .img {
  max-width: 100%;
  max-height: 100%;
}
.works-box .list .right {
  width: 40%;
  background-color: #1e2228;
}
.works-box .list .right .img {
  width: 100%;
}
.works-btn-box {
  width: 100%;
  background-color: #1c232e;
  display: flex;
  justify-content: center;
}
.works-btn-box > ul {
  display: flex;
  justify-content: space-between;
}
.works-btn-box > ul > li {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.works-btn-box > ul > .cur {
  background-color: #009dff;
  opacity: 1;
}
.works-btn-box > ul > li .icon {
  width: 24px;
}
.works-btn-box > ul > li .text {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  margin-top: 10px;
}
.works-btn-box > ul > li:hover {
  opacity: 1;
}
.works-btn-box > ul > li:hover .icon {
  animation: works-animate 1s ease-in-out forwards;
}

@keyframes works-animate {
  50% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes partner-animate {
  0% {
    margin-left: 6px;
  }

  50% {
    margin-left: 15px;
  }

  100% {
    margin-left: 6px;
  }
}

.partner-box {
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(240, 220, 253, 0.29) 0%,
    rgba(252, 229, 224, 0.29) 20%,
    rgba(252, 240, 220, 0.29) 40%,
    rgba(254, 247, 221, 0.29) 60%,
    rgba(242, 254, 214, 0.29) 80%,
    rgba(240, 225, 253, 0.29) 100%
  );
  padding: 40px;
  box-sizing: border-box;
}
.partner-box .left {
  position: relative;
  flex: 3;
}
.partner-box .left .img-bg {
  position: relative;
  width: 100%;
  height: 140%;
}
.partner-box .left .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 20px;
  box-sizing: border-box;
}
.partner-box .left .content .text {
  font-size: 18px;
  color: #606060;
  line-height: 36px;
  font-weight: bold;
}
.partner-box .right {
  flex: 4;
  padding-left: 20px;
}
.partner-box .right .content {
  background-color: #fff;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.partner-box .right .content .name-box {
  width: 170px;
  display: flex;
  padding: 5px 0 25px;
  align-items: center;
  justify-content: space-between;
}
.partner-box .right .content .name-box .icon {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  animation: partner-animate 1.1s ease-in-out infinite;
}
.partner-box .right .content .name-box .name {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.partner-box .right .content .radio-box {
  position: relative;
  width: 320px;
  height: 50px;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.partner-box .right .content .radio-box .bg-left {
  width: 160px;
  height: 40px;
  background-color: #fb692f;
  border-radius: 8px;
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}
.partner-box .right .content .radio-box .bg-right {
  width: 160px;
  height: 40px;
  background-color: #fb692f;
  border-radius: 8px;
  margin-left: 160px;
  transition: all 0.5s ease-in-out;
}
.partner-box .right .content .radio-box .leave-box {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4;
  display: flex;
  margin-bottom: 10px;
}
.partner-box .right .content .radio-box .leave-box .list {
  width: 160px;
  height: 40px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.partner-box .right .content .radio-box .leave-box .cur {
  color: #fff;
}
.partner-box .right .content .input-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner-box .right .content .input-box .input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  border: none;
  margin-bottom: 15px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.partner-box .right .content .input-box .input1 {
  width: calc(50% - 10px);
}
.partner-box .right .content .btn-box {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  background-color: #fb692f;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.partner-box .right .content .btn-box:hover {
  background-color: #ca5125;
}

.about-img-box {
  width: 1200px;
  display: flex;
  justify-content: center;
}
.about-img-box .img {
  width: 50%;
}
.about-box {
  display: flex;
  padding: 70px 0 60px;
}
.about-box .left {
  flex: 1;
}
.about-box .left .logo {
  width: 100px;
  margin-bottom: 20px;
}
.about-box .left .info {
  font-size: 20px;
  color: #595959;
  line-height: 24px;
  padding-bottom: 36px;
  border-bottom: 2px solid #f4f4f5;
  margin-bottom: 26px;
}
.about-box .left .contact {
  font-size: 16px;
  color: #595959;
  line-height: 36px;
}
.about-box .right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.about-box .right .img1 {
  height: 220px;
  margin-left: 50px;
}
.about-box .right .img2 {
  height: 140px;
  padding-bottom: 20px;
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d5d8ea;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: center;
}
.header-box .con-box {
  width: 1200px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.header-box .con-box .logo {
  flex-shrink: 0;
  width: max-content;
}
.header-box .con-box .logo img {
  height: 30px;
}
.header-box .con-box > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* padding: 10px 0; */
}
.header-box .con-box > ul li {
  list-style: none;
  width: max-content;
  padding: 0 24px;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header-box .con-box > ul li:hover {
  color: #1d4e8c;
}
.header-box .con-box > ul .cur {
  color: #1d4e8c;
  font-weight: bold;
  transform: scale(1.2);
}
.header-box .con-box .btn-box {
  flex-shrink: 0;
  display: flex;
  margin-left: 10px;
}
.header-box .con-box .btn-box .login {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #fb692f;
  margin-left: 10px;
  cursor: pointer;
}
.header-box .con-box .btn-box .login:hover {
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.copyright-box {
  background-color: #f8f8f8;
  height: 44px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC;
  color: #999;
  line-height: 44px;
  transition: all 0.3s ease-in-out;
}
.copyright-box .copyright {
  font-size: 12px;
  color: #999;
}
