/* -----------------------------公共部分--------------------------- */
body {
  background-color: #000;
  color: #fff;
}
.headerAppear {
  transform: translateY(0px);
}
.headerDisappear {
  transform: translateY(-200px);
}
.btn-m {
  display: none;
}
.main {
  margin-top: 100px;
  width: 100%;
  transition: transform 0.8s ease 0.1s;
}
.part {
  position: relative;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #000;
}
h2 {
  display: table;
  color: rgba(16, 220, 255);
  font-size: 38px;
  font-weight: 400;
  border-bottom: rgba(16, 220, 255) solid 1px;
  padding-bottom: 20px;
}
h3 {
  display: table;
  color: rgba(16, 220, 255);
  font-size: 28px;
  font-weight: 100;
}
h3::before {
  content: '';
  display: block;
  background-color: rgba(16, 220, 255);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  float: left;
  transform: translateY(12px);
  margin-right: 20px;
}
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.h2Container {
  margin-top: 80px;
}
.policy {
  margin-top: 60px;
}
.policy .policyItem {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: solid 1px #333333;
}
.policy .policyItem .title {
  font-size: 24px;
  color: #fff;
}
.policy .policyItem .intro {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}
.wishes {
  margin-top: 100px;
}
.wishes .photo {
  border-radius: 50%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  box-shadow: 0px 0px 100px 10px #027dde;
}
.wishes .photo img {
  object-fit: cover;
  width: 120px;
  /* height: 100%; */
  height: auto;
  border-radius: 50%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wishes .word {
  position: relative;
  margin-top: 45px;
  width: 850px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}
.wishes .dian {
  width: 1px;
  height: 1px;
  background: white;
  position: absolute;
}
.wishes .word::before {
  width: 30px;
  position: absolute;
  display: block;
  content: '';
  /* color: rgba(16, 220, 255); */
  left: -18px;
  top: 7px;
  height: 20px;
  background-image: url(../images/left_395f60a951ac54891b2f.png);
  background-repeat: no-repeat;
}
.wishes .word::after {
  width: 30px;
  position: absolute;
  display: block;
  content: '';
  /* color: rgba(16, 220, 255); */
  right: -28px;
  top: 7px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/right_d73b1c56b93ebece4d18.png);
}
.wishes .swiper-button-prev,
.wishes .swiper-button-next {
  transform: translateY(120px);
  color: #fff;
}
/* -------------------- 汽车荣荣誉 -------------- */
.honour {
  margin-top: 150px;
  /* width: 1250px; */
}
.honour .honour-wrapper {
  margin-top: 35px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.honour .thumb {
  width: 267px;
  height: 200px;
  float: left;
  margin-left: 22px;
  margin-right: 22px;
  overflow: hidden;
}
.honour .swiper-button-prev,
.honour .swiper-button-next {
  color: #fff;
  top: 60%;
}
.news {
  margin-top: 120px;
  overflow: hidden;
}
.news .swiper-button-prev,
.news .swiper-button-next {
  color: #fff;
  top: 60%;
}
.news .swiper-button-prev {
  left: 0;
}
.news .swiper-button-next {
  right: 0;
}
.news .newsItem {
  margin-top: 35px;
  padding: 0 30px;
}
.news .imagePanel {
  float: left;
  width: calc(100% - 380px);
}
.news .contentPanel {
  float: right;
  width: 330px;
  font-size: 22px;
}
.news .contentPanel .newsTitle {
  margin-top: 60px;
  font-size: 22px;
  line-height: 40px;
}
.news .contentPanel .intro {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
.news .contentPanel .date {
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
}
.news .contentPanel .moreBtn {
  margin-top: 80px;
  font-size: 16px;
}
.bearNavContainer {
  color: #999999;
  font: weight 600;
  font-size: 14px;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: top 0.5s ease 0.1s;
}
.bearNavContainer .bearNavGroup {
  height: 100%;
}
.bearNavGroup span {
  height: 60px;
  line-height: 60px;
}
.bearNavGroup a {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #999999;
  font-weight: 400;
}
.bearNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.bearAppear {
  top: 0px;
}
.bearDisappear {
  top: -100px;
}
@media screen and (max-width: 800px) {
  .h2Container {
    display: none;
  }
  h3 {
    font-size: 21px;
  }
  .part {
    position: relative;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
    background-color: #000;
  }
  .policy .policyItem .title {
    font-size: 14px;
  }
  .policy .policyItem .intro {
    font-size: 13px;
  }
  .wishes .photo {
    width: 70px;
    height: 70px;
  }
  .wishes .word {
    font-size: 13px;
    margin-top: 25px;
    width: 60vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }
  .wishes .word::before {
    font-size: 40px;
    left: -40px;
    top: 0;
  }
  .wishes .word::after {
    font-size: 40px;
    right: -20px;
  }
  .wishes .swiper-button-prev {
    left: 0;
    top: 80%;
  }
  .wishes .swiper-button-next {
    right: 0;
    top: 80%;
  }
  .wishes .swiper-button-prev:after,
  .wishes .swiper-button-next:after {
    font-size: 14px;
  }
  .honour .honour-wrapper {
    margin-top: 35px;
    width: 100%;
  }
  .honour .honour-wrapper .swiper-slide {
    overflow: hidden;
  }
  .honour .thumb {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    float: none;
  }
  .honour .swiper-button-prev {
    left: 0;
  }
  .honour .swiper-button-next {
    right: 0;
  }
  .honour .swiper-button-prev:after,
  .honour .swiper-button-next:after {
    font-size: 14px;
  }
  .news .newsItem {
    margin-top: 30px;
  }
  .news .imagePanel {
    float: inherit;
    width: auto;
    padding: 0 20px;
  }
  .news .contentPanel {
    width: 100%;
    font-size: 22px;
  }
  .news .contentPanel .newsTitle {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .news .contentPanel .intro {
    display: none;
  }
  .news .contentPanel .date {
    margin-top: 20px;
    font-size: 13px;
    color: #999999;
  }
  .news .contentPanel .moreBtn {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 12px;
    border: none;
    padding-left: 0;
  }
  .news .swiper-button-prev {
    left: -5px;
    top: 33%;
  }
  .news .swiper-button-next {
    right: -5px;
    top: 33%;
  }
  .news .swiper-button-prev:after,
  .news .swiper-button-next:after {
    font-size: 14px;
  }
  .bearNavContainer {
    display: none;
  }
}

