* {
  margin: 0;
  padding: 0;
}
body {
  font-family: PingFang Regular,'Microsoft YaHei';
}

@font-face {
  font-family: PingFang Regular;
  src: url('../font/PingFang-Regular.ttf');
}

ul, li {
  list-style: none;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
.basic-width {
  width: 1335px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
header {
  width: 100%;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #dfe1e6;
  z-index: 9999;
  top: 0;
}
header .basic-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .left-nav {
  display: flex;
  align-items: center;
}
header .left-nav ul {
  display: flex;
}
header .left-nav ul li p {
  font-size: 16px;
}
header .left-nav ul li + li {
  margin-left: 64px;
}
header .logo {
  display: flex;
}
header .logo ul {
  display: flex;
}
header .left-nav li {
  cursor: pointer;
}
header a {
  color: #000;
}
header .all-modal {
  width: 100%;
  height: 200px;
  position: fixed;
  z-index: 9999;
  top: 40px;
  left: 0;
  display: none;
  animation: fadeInDown 0.3s linear;
}
header .all-production {
  width: 1235px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(174,186,208,.27);
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  animation: fadeInDown 0.3s linear;
}
header .all-production .production-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
}
header .translate {
  position: relative;
}
header .translate:hover .all-modal {
  display: block;
}
header .all-production .production-list .item-production {
  display: flex;
  align-items: center;
}
header .all-production .production-list .item-production .item-text {
  text-indent: 0!important;
}
header .all-production .production-list .item-production .item-production-text {
  text-align: left;
  font-size: 16px;
}
header .all-production .production-list .item-production .item-production-text span {
  color: #6C7888;
  font-size: 14px;
}
.kt-production {
  height: 667px;
  top: -56px;
  position: relative;
}
.kt-production .basic-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.left-text h3 {
  font-size: 36px;
  font-weight: 500;
  position: relative;
}
.left-text h3::after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #0761FF;
  position: absolute;
  bottom: -7px;
  left: 0;
  border-radius: 84px;
}
.left-text .desc {
  padding-top: 26px;
  line-height: 27px;
}
.left-text .tag-list {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.left-text .tag-list .item-tag {
  width: 95px;
  height: 34px;
  border: 1px solid #969999;
  border-radius: 4px;
  color: #969999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.left-text .tag-list .item-tag + .item-tag {
  margin-left: 13px;
}
.left-text .more button {
  width: 140px;
  height: 50px;
  border: 1px solid #2870EE;
  color: #0761FF;
  font-size: 16px;
  margin-top: 60px;
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-text .more button .btn-box {
  display: flex;
}
.left-text .more button img {
  margin-left: 5px;
}
footer {
  width: 100%;
  height: 85px;
  background-color: #122033;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A7B7CC;
  font-size: 16px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scale-img {
  transition: .5s;
  vertical-align: middle;
}
.scale-img:hover {
  transform: scale(1.1);
}
.transform-btn {
  position: relative;
  z-index: 999;
}
.transform-btn:hover::before {
  width: 100%!important;
}
.transform-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 0%;
  background-color: #2F54EB;
  transition: .5s;
}
.transform-btn .btn-box {
  z-index: 99999;
}
.headShake:hover {
  animation: headShake 1s ease;
}
