.fr-header p {
  margin-bottom: 0;
}

/* 放置内容的盒子类*/
.fr-box12 {
  width: 1200px;
  margin: 0 auto;
}

/* 整个header盒子 */
.fr-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  height: 97px;
  width: 100%;
}
.fr-header a:visited{
  text-decoration: none;
}

/* 顶部的box模型 */
.head-top {
  height: 32 px;
  background: #f0f4f9;
}

.fr-header .head-top .fr-box12 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fr-header .head-top .fr-box12 a {
  font-size: 16px;
  font-weight: 500;
  color: #3b5efc;
  margin-left: 50px;
  line-height: 30px;
}

/* 第二行的box模型 */
.fr-header .head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fr-header .head-box .h-left {
  display: flex;
  align-items: center;
}

.logo-box {
  display: flex;
}

.logo-box .logo {
  height: 26px;
  margin-right: 52px;
}

.logo-box .logo img {
  height: 100%;
}

.logo-box .menu {
  display: none;
}
/* 导航栏修改 */
.global_header__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.global_header__nav > li > a {
  line-height: 56px;
  position: relative;
  transition: color 0.1s;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 400;
  justify-content: center;
}

.global_header__nav > li > a span {
  border-style: solid;
  border-width: 5px 3.5px 0px 3.5px;
  border-color: #000000 transparent transparent transparent;
  margin-left: 5px;
}

.global_header__nav > li > a.active {
  color: #3b5efc;
}

.global_header__nav > li > a.active span {
  border-color: #3b5efc transparent transparent transparent;
}

.global_header__nav > li > a.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #3b5efc;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.global_header__nav > li > .global_header__dropdown-menu-wrapper {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  box-shadow: 0 2px 8px 0 rgba(200, 201, 204, 0.5);
  transform: rotate3d(1, 0, 0, -90deg);
  z-index: 100;
  max-height: 0px;
  transform-origin: 50% 0%;
  transition: 300ms ease-in-out;
  overflow: hidden;
  top: 86px;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu {
  text-align: left;
  width: 100%;
  zoom: 1;
}

.finebi-container {
  width: 1200px;
  padding: 20px 0 25px;
  padding-left: 200px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.finebi-container a {
  margin-right: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 22px;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container {
  width: 1200px;
  padding: 20px 0 25px;
  padding-left: 290px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a {
  margin-right: 120px;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a
  > i {
  font-size: 20px;
  color: #3b5efc;
  margin-bottom: 8px;
  display: block;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a
  p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 22px;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a
  span {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a
  span
  i {
  font-size: 12px;
  transform: scale(0.7);
  margin-left: 8px;
}

.global_header__nav
  > li
  > .global_header__dropdown-menu-wrapper
  .global_header__dropdown-menu
  .solutions-container
  a:last-of-type {
  margin-right: 0;
}

.learning-container {
  width: 1200px;
  padding: 23px 0;
  padding-left: 270px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.learning-container a {
  margin-right: 22px;
}

.learning-container a i {
  font-size: 20px;
  color: #3b5efc;
  margin-bottom: 13px;
  display: block;
}

.learning-container a p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 18px;
}

.learning-container a:last-of-type {
  margin-right: 0;
}

.product-container {
  width: 1200px;
  padding-left: 190px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.product-container .left {
  padding: 20px 36px 20px 0;
  border-right: 1px solid #dddddd;
}

.product-container .left a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-container .left a:last-of-type {
  margin-bottom: 0;
}

.product-container .left a i {
  margin-right: 15px;
  font-size: 20px;
  color: #3b5efc;
}

.product-container .left a p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 20px;
  font-weight: 400;
}

.product-container .right {
  padding: 20px 0 20px 36px;
}

.product-container .right > a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.product-container .right > a i {
  margin-right: 15px;
  font-size: 20px;
  color: #3b5efc;
}

.product-container .right > a p {
  font-size: 16px;
  color: #444444;
  line-height: 20px;
  font-weight: 400;
}

.product-container .right .s-link {
  display: flex;
  align-items: center;
}

.product-container .right .s-link .s-link-list {
  background: #f0f4f9;
  border-radius: 5px;
  min-width: 280px;
  padding: 10px 16px;
}

.product-container .right .s-link .s-link-list li {
  margin-bottom: 18px;
}

.product-container .right .s-link .s-link-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-container .right .s-link .s-link-list li a p {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}

.product-container .right .s-link .s-link-list li a i {
  font-size: 12px;
  color: #333333;
  transform: scale(0.6);
}

.product-container .right .s-link .s-link-list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.product-container .right .s-link .s-link-list:first-of-type {
  margin-right: 17px;
}

.global_header__nav > li.on > a {
  color: #3b5efc;
}

.global_header__nav > li.on > a span {
  border-color: #3b5efc transparent transparent transparent;
}

.global_header__nav > li.on > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #3b5efc;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.global_header__nav > li.on .global_header__dropdown-menu-wrapper {
  transform: rotate3d(0, 0, 0, 0deg);
  transform-origin: 50% 0%;
  max-height: 1000px;
}

.fr-header .head-box .h-right {
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
  white-space: nowrap;
}

.fr-header .head-box .h-right a {
  width: 80px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #3b5efc;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 3px;
}

.fr-header .head-box .h-right .login {
  color: #fff;
  background-color: #3b5efc;
}

.fr-header .head-box .h-right .ty {
  color: #3b5efc;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .fr-box12 {
    width: 100%;
    padding: 0 5%;
  }

  .fr-header {
    height: 50px;
  }

  .fr-header .head-top {
    display: none;
  }

  .logo-box {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }

  .logo-box .menu {
    display: block;
    position: relative;
  }

  .logo-box .menu span {
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 10px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 5px;
  }

  .fr-header .head-box .h-left {
    width: 100%;
  }

  .logo-box .menu.on span:nth-of-type(1) {
    transform: rotate(45deg) translateY(5px);
  }

  .logo-box .menu.on span:nth-of-type(2) {
    display: none;
  }

  .logo-box .menu.on span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-5px);
  }

  .global_header__nav {
    flex-direction: column;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 50px;
    right: 0;
    height: calc(100vh - 50px);
    overflow-y: scroll !important;
    display: none;
  }

  .global_header__nav > li {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  .global_header__nav > li > a {
    width: 100%;
    justify-content: flex-start;
    /* padding: 0 15px; */
  }

  .global_header__nav > li > .global_header__dropdown-menu-wrapper {
    position: relative;
    top: 0;
  }

  .global_header__nav
    > li
    > .global_header__dropdown-menu-wrapper
    .global_header__dropdown-menu
    .solutions-container {
    width: 100%;
    padding: 24px;
    flex-wrap: wrap;
  }

  .global_header__nav
    > li
    > .global_header__dropdown-menu-wrapper
    .global_header__dropdown-menu
    .solutions-container
    a {
    width: 33.33%;
    margin-right: 0;
  }

  .global_header__nav
    > li
    > .global_header__dropdown-menu-wrapper
    .global_header__dropdown-menu
    .solutions-container
    a
    > i {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .global_header__nav
    > li
    > .global_header__dropdown-menu-wrapper
    .global_header__dropdown-menu
    .solutions-container
    a
    span
    i {
    margin-left: 0;
  }

  .learning-container {
    width: 100%;
    padding: 24px;
    flex-wrap: wrap;
  }

  .learning-container a i {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .learning-container a {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
  }

  .learning-container a p {
    line-height: 36px;
    font-size: 14px;
  }

  .learning-container a p br {
    display: none;
  }

  .product-container {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }

  .product-container .left {
    width: 100%;
    padding-left: 30px;
    border-right: none;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .product-container .left a:last-of-type {
    margin-bottom: 20px;
  }

  .head-box
    .h-left
    .nav
    > li
    > .global_header__dropdown-menu-wrapper
    .global_header__dropdown-menu
    .product-container
    .left
    a
    i {
    font-size: 14px;
    margin-right: 5px;
  }

  .product-container .left a p {
    font-size: 14px;
  }

  .product-container .right {
    padding-top: 0;
    padding-right: 30px;
    width: 100%;
    padding-left: 30px;
  }

  /* .product-container .right>a i {
    font-size   : 14px;
    margin-right: 5px;
  } */

  .product-container .right > a p {
    font-size: 14px;
  }

  .product-container .right .s-link {
    flex-direction: column;
    width: 100%;
  }

  .product-container .right .s-link .s-link-list {
    min-width: auto;
    width: 100%;
  }

  .product-container .right .s-link .s-link-list:first-of-type {
    margin-bottom: 15px;
  }

  .product-container .right .s-link .s-link-list li a p {
    font-size: 14px;
  }

  .product-container .right .s-link .s-link-list:first-of-type {
    margin-right: 0;
  }

  .fr-header .head-box .h-right {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .fr-box12 {
    width: 100%;
  }

  .logo-box {
    display: block;
  }

  .logo-box .logo {
    margin-right: 0px;
  }

  #global_header__nav {
    position: absolute;
    top: 80px;
    left: 20px;
  }

  #white {
    display: block !important;
  }

  .head-top .fr-box12 a:nth-of-type(3) {
    margin-right: 15px;
  }

  .ty {
    margin-right: 10px;
  }

  .logo {
    margin-left: 20px;
  }

  .global_header__dropdown-menu-wrapper {
    left: 88px !important;
    width: 90% !important;
    top: 70px !important;
  }

  #third_nav + .global_header__dropdown-menu-wrapper {
    left: 229px !important;
    width: 27% !important;
  }

  #fifth_nav + .global_header__dropdown-menu-wrapper {
    left: 464px !important;
    width: 27% !important;
  }

  .product-container,
  .learning-container,
  .solutions-container {
    display: block !important;
  }

  .product-container {
    padding-left: 30px !important;
    padding-bottom: 20px !important;
    width: 100% !important;
  }

  .product-container .right {
    padding: 0px !important;
  }

  .product-container .left {
    border: 0 !important;
  }

  .learning-container {
    width: 100% !important;
    padding-left: 30px !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
  }

  .solutions-container {
    width: 100% !important;
    padding-left: 30px !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
  }

  .fr-header {
    border-bottom: 0 !important;
  }
}

#sixth_nav {
  width: 80px;
}

@media (width: 768px) {
  .logo-box {
    display: flex;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .fr-header {
    height: 138px;
  }
}

@media (max-width: 768px) {
  .global_header__nav {
    background-color: #ffffff;
  }

  #first_nav {
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .fr-box12 {
    width: 100%;
  }

  .logo-box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .head-top .fr-box12 a:nth-of-type(3) {
    margin-right: 15px;
  }

  .logo {
    margin-right: 10px !important;
  }

  #second_nav {
    width: 100px;
  }

  #third_nav {
    width: 80px;
  }

  #forth_nav {
    width: 110px;
  }

  #fifth_nav {
    width: 90px;
  }

  #sixth_nav {
    width: 80px;
  }

  #seven_nav {
    width: 101px;
  }

  .nav {
    margin-left: 15px;
  }

  .ty {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .learning-container {
    text-align: center;
  }
}

.language-container {
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 35px 0;
}

.language-container a {
  margin-right: 30px;
}

.language-container a p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 18px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .language-container {
    width: 100% !important;
    padding: 20px !important;
    margin: 0 !important;
    flex-direction: column;
  }

  #seven_nav + .global_header__dropdown-menu-wrapper {
    left: 586px !important;
    width: 22% !important;
  }

  .language-container a p {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .language-container {
    /* width         : 100% !important; */
    padding-left: 30px !important;
    /* padding-bottom: 20px !important; */
    margin: 0 !important;
    flex-direction: column;
  }

  .language-container a p {
    padding: 10px;
  }
}