html,
body {
  margin: 0;
  padding: 0;
}

* {
  font-family: Arial, "PingFang SC", sans-serif;
}

.title-bold {
  font-weight: bold;
}

.home_title {
  font-size: 32px;
  line-height: 32px;
}

.home_title span::after {
  content: '  ';
  width: 40px;
  height: 4px;
  background: #266FED;
  position: relative;
  bottom: 0;
  display: block;
  text-align: center;
  margin: 15px auto 0 auto;
}

.header {
  display: flex;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 1px rgba(105, 105, 105, 0.08);
  z-index: 999;
}

.row-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 89px;
  height: 40px;
}

.menu {
  margin-left: 506px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.userMenu {
  display: flex;
  flex-wrap: nowrap;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 490px;
}

.menu ul li {
  float: left;
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 13px;
  margin: 32px 25px 15px 25px;
  cursor: pointer;
}

.menu ul li:hover {
  color: #266FED !important;
}

.check {
  border-bottom: 4px solid #266FED;
  font-weight: bold;
  color: #266FED !important;
}

.vertical-line {
  width: 10px;
  height: 12px;
  border-left: 1px solid #EBEBEB;
  margin-left: 24px;
}

.switch-language {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}

.national-flag {
  width: 20px;
  height: 13px;
  margin-right: 6px;
}

.switch-menu {
  display: none;
  width: 110px;
  height: 80px;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.14);
  background-color: white;
  z-index: 2;
  overflow: auto;
  margin-left: -20px;
}

.menu-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
}

.menu-select {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.footer {
  min-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #292929;
  color: #fff;
}

.leftpart {
  margin: 30px 480px 15px 0;
  width: 570px;
}

.leftpart ul {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.leftpart ul li {
  float: left;
  color: #ffffff;
  padding: 0 50px 25px 0;
  font-size: 14px;
  cursor: pointer;
}

.leftpart ul li:hover {
  opacity: 0.8;
}

.leftpart p {
  font-size: 14px;
}

.leftpart p a {
  color: #ffffff;
}

.rightpart {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gzh {
  width: 110px;
  margin-bottom: 8px;
}

.gzh-title {
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}

.footer-logo {
  width: 108px;
}