* {
  margin: 0;
  padding: 0;
}
body {
  background-position: top center;
  background-size: 1920px auto;
  min-width: 1220px;
  background-color: #f5f5f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1208px;
  height: 90px;
  margin: 0 auto;
}
header .logo {
  display: inline-block;
  width: 186px;
  height: 47px;
  background-image: url('../images/logo.svg?v=20');
  background-repeat: no-repeat;
  background-size: cover;
}
header .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
header .infos .icon-1 {
  background-image: url('../images/tel.svg?v=20');
}
header .infos .icon-2 {
  background-image: url('../images/mail.svg?v=20');
}
header .infos .icon-3 {
  background-image: url('../images/time.svg?v=20');
}
header .infos .icon-4 {
  background-image: url('../images/language.svg?v=20');
}
header .infos .info {
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 36px 36px;
  padding-left: 46px;
  height: 36px;
  position: relative;
  margin-left: 20px;
  padding-top: 2px;
  background-position: left center;
}
header .infos .info.i1 {
  padding-right: 22px;
}
header .infos .info.i2 {
  padding-right: 21px;
}
header .infos .info.i3 {
  padding-right: 30px;
}
header .infos .info.i4 {
  padding-right: 4px;
}
header .infos .info.i4 p {
  font-size: 14px;
}
header .infos .info.i4 p:first-child {
  font-size: 14px;
}
header .infos .info::after {
  right: 0;
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .infos .info:last-child::after {
  display: none;
}
header .infos .info p {
  font-family: "PingFangSC-Regular", sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 3px;
  color: #000;
}
header .infos .info p:first-child {
  line-height: 14px;
  font-size: 14px;
  color: #333333;
}
header .infos .info p a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
nav {
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #464747;
  height: 66px;
  width: 100%;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
}
nav ul {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
nav ul li {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 132px;
  display: inline-block;
}
nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
nav ul li a.active {
  color: #73b36e;
}
nav ul li.right {
  position: absolute;
  right: 0px;
  height: 24px;
  line-height: 26px;
  background-image: url(../images/lock.svg?v=20);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  margin-right: 0;
  padding-right: 0;
}
nav ul li.right a {
  padding-left: 30px;
}
footer {
  height: 170px;
  background-color: #464747;
}
footer .main {
  margin: 0 auto;
  width: 1220px;
  padding-top: 26px;
  display: flex;
}
footer .main .logo {
  background-image: url('../images/logo2.svg?v=20');
  background-repeat: no-repeat;
  background-size: 186px 47px;
  width: 186px;
  margin-right: 108px;
  padding-top: 72px;
  margin-top: 4px;
}
footer .main .logo .shares {
  background-image: url('../images/shares.svg?v=20');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 186px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .main .logo .shares a {
  display: inline-block;
  width: 35px;
  height: 37px;
  cursor: pointer;
}
footer .main .one .ttl {
  height: 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 9px;
}
footer .main .one > a {
  display: block;
  height: 20px;
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 9px;
}
footer .main .one .links {
  background-image: url('../images/links.png?v=20');
  background-repeat: no-repeat;
  background-size: 244px 76px;
  height: 86px;
  width: 262px;
  position: relative;
  left: -3px;
  font-size: 0;
}
footer .main .one .links > a {
  display: inline-block;
  width: 76px;
  height: 34px;
  margin-bottom: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.copy {
  height: 66px;
  width: 100%;
  background-color: #000;
}
.copy .main {
  line-height: 66px;
  width: 1220px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 auto;
}
