* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
ul,
p,
h3{
  margin: 0;
}
.bg_f5f7fA {
  background-color: #f5f7fa;
}
.bg_ffffff {
  background-color: #ffffff;
}
.text_164799 {
  color: #164799;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex.align-items-center {
  align-items: center;
}
.flex.justify-content-space-between {
  justify-content: space-between;
}
.cu-btn {
  outline: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.cu-btn:hover {
  opacity: 0.9;
}
.cu-btn:active {
  opacity: 0.8;
}

.page-header {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
}
.page-header .navbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
}
.page-header .logo-box {
  display: inline-block;
}
.page-header .logo-box .logo {
  width: 216px;
  height: 32px;
}
.page-header .login-btn {
  line-height: 22px;
  padding: 5px 16px;
  background-color: #2475fc;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
}

.banner-wrap {
  background-color: #2475fc;
}
.banner-box {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}
.banner-box .banner-item {
  position: relative;
  height: 600px;
}
.banner-box .banner-item-01 .text-1 {
  position: absolute;
  left: 0;
  top: 148px;
  line-height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}
.banner-box .banner-item-01 .text-2 {
  position: absolute;
  left: 0;
  bottom: 306px;
  line-height: 28px;
  font-size: 20px;
  color: #ffffff;
}
.banner-box .banner-item-01 .desc-list {
  position: absolute;
  left: 0;
  bottom: 274px;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
  list-style: none;
}
.banner-box .banner-item-01 .desc-list .line {
  width: 2px;
  height: 14px;
  margin: 0 16px;
  border-radius: 1px;
  background: #d5defd;
}
.banner-box .banner-item-01 .trial-btn {
  position: absolute;
  left: 0;
  bottom: 154px;
  line-height: 28px;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #2475fc;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 #2a4f8e3d;
}
.banner-box .banner-item-01 .banner-img-01 {
  display: block;
  width: 456px;
  position: absolute;
  right: 0;
  bottom: 72px;
}
.page-block {
  width: 1200px;
  margin: 0 auto;
}
.page-block .page-block-title {
  line-height: 36px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.page-block .page-block-tag {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.page-block .page-block-tag .tag-icon {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.page-block .page-block-tag .tag-name {
  line-height: 36px;
  font-size: 28px;
  font-weight: 600;
  color: #2475fc;
}
.page-block .trial-link {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
}
.page-block .desc_text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
}
.page-block-01 {
  height: 680px;
}
.page-block-01 .page-block-title {
  padding-top: 80px;
}
.page-block-01 .desc-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 49px;
}
.page-block-01 .desc-list .desc-item {
  position: relative;
  overflow: hidden;
  width: 264px;
  height: 436px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #b0cdfc;
  box-shadow: 0 0 16px 0 #1e457314;
  transition: all 0.2s;
}
.page-block-01 .desc-list .item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 79px;
  color: #242933;
  background-color: #e6efff;
}
.page-block-01 .desc-list .des-item-title {
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.page-block-01 .desc-list .desc-item-icon {
  display: block;
  width: 216px;
  margin: 24px auto 0 auto;
}
.page-block-01 .desc-list .des-item-content {
  position: relative;
  z-index: 3;
  line-height: 22px;
  margin-top: 8px;
  padding: 0 24px;
  font-size: 14px;
  color: #595959;
  text-align: center;
}
.page-block-01 .desc-list .desc-item .consult-btn {
  display: none;
  position: absolute;
  bottom: 44px;
  left: 76px;
  line-height: 24px;
  padding: 8px 24px;
  font-size: 16px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #2475fc;
  z-index: 2;
}
.page-block-01 .desc-list .desc-item .bottom-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 262px;
  height: 92px;
  z-index: 1;
}
.page-block-01 .desc-list .desc-item:hover {
  border: 1px solid #2475fc;
  box-shadow: 0 8px 12px 0 #324fc12e;
}
.page-block-01 .desc-list .desc-item:hover .item-header{
  color: #fff;
  background-color: #2475FC;
}
.page-block-01 .desc-list .desc-item:hover .consult-btn {
  display: block;
}

.page-block-02,
.page-block-03,
.page-block-04,
.page-block-05 {
  height: 640px;
}

.page-block-02 .page-block-title,
.page-block-03 .page-block-title,
.page-block-04 .page-block-title,
.page-block-05 .page-block-title {
  margin-bottom: 36px;
}

.footer .foot-link {
  padding: 30px 0;
  background: #373b47;
  font-size: 0;
}
.foot-link .block_content {
  font-size: 0;
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer .quick-link {
  display: inline-block;
  vertical-align: top;
}

.footer .foot-link .link-list {
  display: inline-block;
  vertical-align: top;
}
.footer .foot-link .link-list .link-list-content {
  vertical-align: top;
  display: inline-block;
  padding-right: 15px;
}
.footer .foot-link .link-list .link-list-content:last-child {
  padding-right: 0;
}
.footer .foot-link .link-list .link-list-content li:first-child {
  margin-top: 0;
}
.footer .foot-link .link-list .link-list-title,
.footer .foot-link .link-list li a {
  font-size: 14px;
  line-height: 1;
}

.footer .foot-link .link-list .link-list-title {
  margin-bottom: 30px;
  color: #fff;
}

.footer .foot-link .link-list li {
  margin-top: 20px;
}

.footer .foot-link .link-list li a {
  color: #b2b2b2;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer .foot-link .link-list li a:hover {
  color: #7f8fef;
}

.footer .link-us {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}

.footer .link-us img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.footer .link-us p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 26px;
  text-align: center;
  color: #b2b2b2;
}

.footer-copyright {
  padding: 18px 0;
  background: #292c33;
}

.copyright-inner {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: #b2b2b2;
}

.footer .foot-link .link-list.link-cs li a:hover {
  color: #b2b2b2;
}
