.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.92);
  background-size: 100% 100%;
  z-index: 99999;
  border-top: 0;
  transition: transform .3s;
  box-shadow: 0px 15px 10px -15px #555555;
}

.header-content {
  width: 48.75rem;
  height: 4.85rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 9.65rem;
  position: relative;
  line-height: 4.5rem;
}

.logo-img {
  width: 9.65rem;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-box {
  height: 100%;
  margin: 0;
  width: 36rem;
}

.nav {
  height: 100%;
  display: inline-block;
  margin-left: -0.9rem;
}

.nav-li {
  height: 100%;
  line-height: 4.85rem;
  font-size: .94rem;
  float: left;
  padding: 0 0.9rem 0 0.9rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #0075C1;
  cursor: pointer;
}

.nav-li:hover {
  color: #1E2380;
}

.language-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1.2rem;
  cursor: pointer;
  user-select: none;
}

.cur {
  line-height: 4.85rem;
  border: 1px solid red;
  border-top: none;
  border-bottom: none;
  color: #0075C1;
  padding: 0 .6rem;
  font-size: .924rem;
}

.menu-img-r {
  float: right;
  line-height: 5.15rem;
  width: 5.3rem;
  position: relative;
  height: 100%;
}

.logo2-img {
  width: 5.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-wrap {
  margin-top: 4.85rem;
}

.carousel-img {
  max-width: 100%;
  width: 100%;
  /* height: 100%; */
}

.main-view {
  position: relative;
}

.company-desc {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.content-view {
  width: 78.75rem;
  margin: 5rem auto;
  overflow: hidden;
}

.company-desc .info-div {
  width: 31.9rem;
  min-height: 24.15rem;
  position: relative;
  float: right;
}

.company-desc .info-div h4 {
  font-size: 2rem;
  color: #282828;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.content-box div {
  font-size: 1rem;
  line-height: 1.7rem;
  color: #464646;
  margin-bottom: 1rem;
}

.company-desc .img_box img {
  width: 55%;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1);
}

.company-desc .img_box img:hover {
  width: 55%;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1.1);
}

.middle-view_words {
  width: 78.75rem;
  margin: 0 auto;
  color: #464646;
  padding-bottom: 6rem;
}

.common-title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #282828 !important;
  font-weight: normal;
  margin-bottom: 1.95rem;
}

.middle-view_words p {
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-size-adjust: 100%;
  color: rgb(70, 70, 70);
  line-height: 1.75rem;
  font-size: 1rem;
}