.container {
  max-width: 1600px;
  padding: 0;
}
body {
  background: #fff;
}
.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
h3,
p {
  margin-bottom: 0;
}
.transition-animation {
  transition: all 600ms;
}
@media (max-width: 1650px) {
  .container {
    width: 94%;
  }
}
.news-banner {
  width: 100%;
  height: 710px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-container {
  margin-top: 55px;
  margin-bottom: 65px;
}
.news-container .news-list .news-item {
  width: 100%;
  min-height: 480px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  transition: all 600ms;
}
.news-container .news-list .news-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-container .news-list .news-item .news-content {
  width: 82%;
  margin: 0 auto;
  padding: 44px 0 78px;
  border-top: 1px solid #fff;
  overflow: hidden;
}
.news-container .news-list .news-item .news-content > div {
  width: calc(100% - 120px);
  float: left;
  display: flex;
  justify-content: space-between;
}
.news-container .news-list .news-item .news-content > div span {
  width: 105px;
  font-family: ArialMT;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}
.news-container .news-list .news-item .news-content > div h3 {
  width: calc(100% - 125px);
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-container .news-list .news-item .news-content > p {
  width: 70px;
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.news-container .news-list .news-item:hover {
  background-size: 106% 106%;
}
.news-container .news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-container .news-other-link li {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}
.news-container .news-other-link li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-container .news-other-link li img {
  float: left;
  position: relative;
  top: -2px;
  transition: all 600ms;
}
.news-container .news-other-link li > div {
  width: calc(100% - 67px);
  float: right;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}
.news-container .news-other-link li > div h3 {
  width: calc(100% - 150px);
  font-size: 16px;
  line-height: 1.5;
  color: #2f2f2f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 600ms;
}
.news-container .news-other-link li:nth-of-type(1) {
  margin-top: 77px;
}
.news-container .news-other-link li:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}
.news-container .news-other-link li:hover img {
  transform: rotate(360deg);
}
@media (max-width: 1600px) {
  .news-banner {
    height: 550px;
  }
  .news-container .news-list .news-item {
    min-height: 460px;
  }
  .news-container .news-list .news-item .news-content {
    padding: 40px 0 70px;
    width: 86%;
  }
}
@media (max-width: 1500px) {
  .news-banner {
    height: 520px;
  }
  .news-container .news-list .news-item {
    min-height: 430px;
    margin-bottom: 56px;
  }
  .news-container .news-list .news-item .news-content {
    padding: 37px 0 65px;
  }
  .news-container {
    margin-top: 52px;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 72px;
  }
}
@media (max-width: 1400px) {
  .news-banner {
    height: 480px;
  }
  .news-container .news-list .news-item {
    min-height: 400px;
  }
  .news-container .news-list .news-item .news-content > div h3,
  .news-container .news-list .news-item .news-content > div span {
    font-size: 17px;
  }
  .news-container .news-list .news-item .news-content {
    padding: 34px 0 62px;
  }
  .news-container .news-other-link li > div {
    padding-bottom: 22px;
  }
  .news-container .news-other-link li {
    margin-top: 42px;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 70px;
  }
}
@media (max-width: 1300px) {
  .news-banner {
    height: 440px;
  }
  .news-container .news-list .news-item {
    min-height: 360px;
    margin-bottom: 48px;
  }
  .news-container .news-list .news-item .news-content {
    width: 88%;
    padding: 30px 0 57px;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 68px;
  }
  .news-container .news-other-link li {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .news-banner {
    height: 360px;
  }
  .news-container .news-list .news-item {
    min-height: 320px;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 60px;
  }
  .news-container .news-other-link li > div {
    padding-bottom: 20px;
  }
  .news-container .news-other-link li {
    margin-top: 36px;
  }
  .news-container .news-list .news-item .news-content > div h3,
  .news-container .news-list .news-item .news-content > div span {
    font-size: 16px;
  }
  .news-container .news-list .news-item .news-content {
    padding: 28px 0 45px;
  }
  .news-container {
    margin-top: 46px;
  }
}
@media (max-width: 990px) {
  .news-banner {
    height: 285px;
  }
  .news-container {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .news-container .news-list .news-item {
    min-height: 270px;
    margin-bottom: 32px;
    background-size: cover;
  }
  .news-container .news-list .news-item:hover {
    background-size: cover;
  }
  .news-container .news-list .news-item .news-content {
    padding: 25px 0 40px;
    width: 92%;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 50px;
  }
  .news-container .news-other-link li img {
    width: 26px;
  }
  .news-container .news-other-link li {
    margin-top: 34px;
  }
  .news-container .news-other-link li > div h3 {
    font-size: 15px;
  }
  .news-container .news-other-link li > div span {
    font-size: 13px;
  }
  .news-container .news-other-link li > div {
    width: calc(100% - 58px);
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .news-banner {
    height: 145px;
  }
  .news-container {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .news-container .news-list .news-item .news-content > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .news-container .news-list .news-item .news-content > div span {
    width: 100%;
    font-size: 13px;
  }
  .news-container .news-list .news-item .news-content > div h3 {
    width: 100%;
    font-size: 15px;
    margin: 2px 0 6px;
    line-height: 1.5;
  }
  .news-container .news-list .news-item .news-content > p {
    float: left;
    font-size: 12px;
    line-height: 1;
  }
  .news-container .news-list .news-item .news-content {
    padding: 12px 0 22px;
    width: 93%;
  }
  .news-container .news-list .news-item {
    min-height: 190px;
    margin-bottom: 23px;
  }
  .news-container .news-other-link li img {
    width: 22px;
    top: 0;
  }
  .news-container .news-other-link li > div {
    width: calc(100% - 36px);
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .news-container .news-other-link li > div h3 {
    width: 100%;
    white-space: pre-wrap;
    text-align: justify;
  }
  .news-container .news-other-link li:nth-of-type(1) {
    margin-top: 32px;
  }
  .news-container .news-other-link li {
    margin-top: 18px;
  }
}
.brand-top {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
.brand-top .container {
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 80px 0;
}
.brand-top .container .brand-font {
  width: 44.37%;
  position: relative;
}
.brand-top .container .brand-font h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.brand-top .container .brand-font p {
  padding-top: 50px;
  font-size: 16px;
  line-height: 2.2;
  color: #ffffff;
}
.brand-top .container .brand-font::before {
  content: '';
  display: block;
  background-image: url('../../images/yjh-images/brand-zooyo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 932px;
  height: 315px;
  position: absolute;
  left: -44px;
  top: -24px;
}
.brand-top .container .brand-video-wrap {
  width: 50.1%;
  height: 545px;
  position: absolute;
  right: 0;
  bottom: -98px;
}
.brand-top .container .brand-video-wrap > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 600ms;
}
.brand-top .container .brand-video-wrap > div .video-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.brand-top .container .brand-video-wrap video {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  transition: all 600ms;
}
.brand-qh-wrap {
  display: flex;
  justify-content: space-between;
  margin: 265px 0;
}
.brand-qh-wrap #brand-swiper {
  width: 68.68%;
  position: relative;
}
.brand-qh-wrap #brand-swiper .swiper {
  overflow: hidden;
}
.brand-qh-wrap #brand-swiper .swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.brand-qh-wrap #brand-swiper .swiper .swiper-slide img {
  width: 100%;
  transition: all 600ms;
}
.brand-qh-wrap #brand-swiper .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.brand-qh-wrap #brand-swiper .brand-nr {
  width: 77.52%;
  min-height: 186px;
  padding-left: 20px;
  position: absolute;
  left: 0;
  bottom: -97px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #487465;
  z-index: 1;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
  width: 77%;
  padding: 50px 20px 40px 185px;
  position: relative;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
  font-size: 110px;
  font-weight: bold;
  line-height: 100px;
  color: #ffffff;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: -55px;
  left: 0;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-font-box span {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box {
  position: absolute;
  left: calc(100% + 14px);
  bottom: 25px;
  width: 338px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box > div {
  position: relative;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next {
  width: 44px;
  height: 44px;
  background-color: #487465;
  background-image: none !important;
  border-radius: 50%;
  right: 0;
  margin-top: 0;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next::after {
  color: #fff;
  font-size: 16px;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page {
  width: 187px;
  bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
  font-size: 37px;
  color: #333333;
  order: 1;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-total {
  font-size: 18px;
  color: #333333;
  opacity: 0.5;
  order: 3;
}
.brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page-line {
  width: 97px;
  height: 1px;
  background-color: #c6c6c6;
  opacity: 0.32;
  order: 2;
}
.brand-qh-wrap .brand-qh-font {
  width: 31.32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 55px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  align-items: flex-start;
}
.brand-qh-wrap .brand-qh-font img{
    margin-top: 33px;
}
.brand-qh-wrap .brand-qh-font h3 {
  font-size: 38px;
  line-height: 1.5;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.brand-qh-wrap .brand-qh-font p {
  font-size: 18px;
  line-height: 2;
  color: #303030;
  margin-top: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.brand-hb-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 57px;
}
.brand-hb-container .brand-hb-font {
  width: 43.75%;
  padding: 0 10px;
}
.brand-hb-container .brand-hb-font > h3 {
  position: relative;
  font-size: 36px;
  line-height: 1.5;
  color: #131313;
  padding-left: 52px;
  margin: 50px 0 110px;
}
.brand-hb-container .brand-hb-font > h3 > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: solid 3px #e15541;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.brand-hb-container .brand-hb-font > h3::before {
  content: '';
  display: block;
  width: 27px;
  height: 25px;
  background-image: url('../../images/yjh-images/dh.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.brand-hb-container .brand-hb-font > div h3 {
  font-size: 30px;
  line-height: 1.5;
  color: #282828;
  margin-bottom: 45px;
}
.brand-hb-container .brand-hb-font > div p {
  font-size: 18px;
  line-height: 2;
  color: #282828;
}
.brand-hb-container .brand-hb-img {
  width: 43.75%;
  position: relative;
}
.brand-hb-container .brand-hb-img img {
  width: 100%;
  transition: all 400ms;
}
.brand-hb-container .brand-hb-img div {
  overflow: hidden;
  border-radius: 7px;
}
.brand-hb-container .brand-hb-img div:hover img {
  transform: scale(1.1);
}
.brand-hb-container .brand-hb-img div:nth-of-type(2) {
  width: 49.14%;
  position: absolute;
  right: 11%;
  bottom: -97px;
}
.brand-hb-container:last-child {
  margin-bottom: 117px;
}
.brand-hb-container:nth-of-type(even) {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1700px) {
  .brand-top .container .brand-video-wrap {
    height: 520px;
  }
}
@media (max-width: 1600px) {
  .brand-top .container {
    min-height: 580px;
  }
  .brand-top .container .brand-font h3 {
    font-size: 34px;
  }
  .brand-top .container .brand-video-wrap {
    height: 480px;
    bottom: -85px;
  }
  .brand-qh-wrap {
    margin: 255px 0;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 36px;
  }
  .brand-qh-wrap .brand-qh-font p {
    font-size: 17px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    width: 80%;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 102px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
    font-size: 23px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    min-height: 176px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 34px;
    margin: 50px 0 100px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 28px;
    margin-bottom: 42px;
  }
  .brand-hb-container .brand-hb-font > div p {
    font-size: 17px;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 95px;
  }
}
@media (max-width: 1500px) {
  .brand-top .container {
    min-height: 540px;
    padding: 72px 0;
  }
  .brand-top .container .brand-video-wrap {
    height: 445px;
    bottom: -80px;
  }
  .brand-top .container .brand-font::before {
    width: 860px;
    height: 268px;
    left: -22px;
    top: 10px;
  }
  .brand-top .container .brand-font h3 {
    font-size: 32px;
  }
  .brand-top .container .brand-font p {
    line-height: 2.1;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 86px;
  }
  .brand-qh-wrap {
    margin: 245px 0;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 34px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 90px;
    padding-bottom: 17px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    padding: 45px 20px 40px 160px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    min-height: 166px;
    bottom: -88px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next {
    width: 42px;
    height: 42px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
    font-size: 32px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box {
    bottom: 20px;
    width: 306px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 32px;
    margin: 40px 0 95px;
    padding-left: 45px;
  }
  .brand-hb-container .brand-hb-font > h3::before {
    width: 24px;
    height: 21px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 26px;
  }
  .brand-hb-container .brand-hb-font > h3 > span {
    width: 19px;
    height: 19px;
  }
  .brand-hb-container .brand-hb-img div:nth-of-type(2) {
    bottom: -75px;
  }
}
@media (max-width: 1400px) {
  .brand-top .container {
    min-height: 505px;
    padding: 70px 0;
  }
  .brand-top .container .brand-font h3 {
    font-size: 30px;
  }
  .brand-top .container .brand-font p {
    font-size: 15px;
    padding-top: 45px;
  }
  .brand-top .container .brand-video-wrap {
    height: 406px;
    bottom: -65px;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 80px;
  }
  .brand-qh-wrap {
    margin: 220px 0;
  }
  .brand-qh-wrap .brand-qh-font {
    padding: 30px 50px;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 32px;
  }
  .brand-qh-wrap .brand-qh-font p {
    font-size: 15px;
    margin-top: 65px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 80px;
    padding-bottom: 10px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
    font-size: 21px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box span {
    font-size: 15px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    padding: 32px 20px 30px 140px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    min-height: 142px;
    bottom: -77px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
    font-size: 30px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 30px;
    margin: 26px 0 90px;
    padding-left: 40px;
  }
  .brand-hb-container .brand-hb-font > h3::before {
    width: 21px;
    height: 18px;
  }
  .brand-hb-container .brand-hb-font > h3 > span {
    width: 16px;
    height: 16px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .brand-hb-container {
    margin-bottom: 55px;
  }
  .brand-hb-container:last-child {
    margin-bottom: 110px;
  }
  .brand-hb-container .brand-hb-img div:nth-of-type(2) {
    bottom: -60px;
  }
  .brand-hb-container .brand-hb-font > div p {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .brand-top .container {
    min-height: 472px;
  }
  .brand-top .container .brand-font h3 {
    font-size: 28px;
  }
  .brand-top .container .brand-font p {
    padding-top: 40px;
  }
  .brand-top .container .brand-video-wrap {
    height: 370px;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 72px;
  }
  .brand-top .container .brand-font::before {
    width: 758px;
    height: 214px;
    left: -19px;
    top: 25px;
  }
  .brand-qh-wrap {
    margin: 190px 0 200px;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 30px;
  }
  .brand-qh-wrap .brand-qh-font {
    padding: 30px 40px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 72px;
    padding-bottom: 5px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    min-height: 130px;
    bottom: -70px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    width: 85%;
    padding: 30px 20px 25px 127px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next {
    width: 38px;
    height: 38px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box {
    bottom: 12px;
    width: 277px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
    font-size: 28px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-total {
    font-size: 17px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box span {
    font-size: 14px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 28px;
    margin: 23px 0 84px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 22px;
    margin-bottom: 31px;
  }
  .brand-hb-container:last-child {
    margin-bottom: 105px;
  }
  .brand-qh-wrap .brand-qh-font p {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .brand-top .container {
    min-height: 360px;
    padding: 56px 0;
  }
  .brand-top .container .brand-font h3 {
    font-size: 25px;
  }
  .brand-top .container .brand-font p {
    font-size: 14px;
    padding-top: 34px;
  }
  .brand-top .container .brand-font::before {
    width: 641px;
    height: 182px;
  }
  .brand-top .container {
    min-height: 435px;
  }
  .brand-top .container .brand-video-wrap {
    height: 310px;
    bottom: -44px;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 65px;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 26px;
  }
  .brand-qh-wrap {
    margin: 144px 0 166px;
  }
  .brand-qh-wrap .brand-qh-font {
    padding: 23px 30px;
  }
  .brand-qh-wrap .brand-qh-font p {
    font-size: 14px;
    margin-top: 30px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 63px;
    padding-bottom: 0px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    width: 88%;
    padding: 26px 20px 22px 112px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    min-height: 114px;
    bottom: -62px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next {
    width: 35px;
    height: 35px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
    font-size: 26px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-total {
    font-size: 16px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 26px;
    margin: 24px 0 63px;
    padding-left: 35px;
  }
  .brand-hb-container .brand-hb-font {
    width: 46%;
  }
  .brand-hb-container .brand-hb-font > h3::before {
    width: 19px;
    height: 16px;
    top: 4px;
  }
  .brand-hb-container .brand-hb-font > div p {
    font-size: 14px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .brand-hb-container:last-child {
    margin-bottom: 95px;
  }
  .brand-hb-container .brand-hb-img div:nth-of-type(2) {
    bottom: -46px;
  }
  .brand-hb-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 990px) {
  .brand-top .container {
    min-height: auto;
    flex-wrap: wrap;
    padding: 65px 0 26px;
  }
  .brand-top .container .brand-font {
    width: 100%;
  }
  .brand-top .container .brand-video-wrap {
    width: 100%;
    height: 406px;
    right: auto;
    position: relative;
    bottom: auto;
  }
  .brand-top .container .brand-font h3 {
    font-size: 22px;
  }
  .brand-top .container .brand-font p {
    padding: 30px 0 22px;
  }
  .brand-qh-wrap {
    flex-wrap: wrap;
    margin: 50px 0 123px;
  }
  .brand-qh-wrap #brand-swiper {
    width: 100%;
  }
  .brand-qh-wrap .brand-qh-font {
    order: -1;
    width: 100%;
    border-left: 1px solid #dedede;
    padding: 25px;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 23px;
  }
  .brand-qh-wrap .brand-qh-font p {
    margin-top: 18px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 60px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page {
    width: 100px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box {
    width: 150px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page-line {
    width: 32px;
  }
  .brand-hb-container {
    flex-wrap: wrap;
  }
  .brand-hb-container .brand-hb-font {
    width: 100%;
    padding: 0 0 20px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 22px;
    padding-left: 26px;
    margin: 0 0 30px;
  }
  .brand-hb-container .brand-hb-font > h3::before {
    width: 16px;
    height: 13px;
  }
  .brand-hb-container .brand-hb-font > h3 > span {
    width: 13px;
    height: 13px;
    top: 3px;
    margin-left: 6px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .brand-hb-container .brand-hb-img {
    width: 100%;
  }
  .brand-hb-container:last-child {
    margin-bottom: 60px;
  }
  .brand-hb-container .brand-hb-img div:nth-of-type(2) {
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .brand-top .container {
    min-height: 145px;
    padding: 40px 0 20px;
  }
  .brand-qh-wrap #brand-swiper{
      margin-top: 20px;
  }
  .brand-qh-wrap .brand-qh-font img {
    margin-top: 12px;
}
  .brand-top .container .brand-font h3 {
    font-size: 18px;
  }
  .brand-top .container .brand-font::before {
    width: 100%;
    height: 145px;
    top: 50%;
    transform: translateY(-50%);
  }
  .brand-top .container .brand-font p {
    padding: 20px 0 15px;
    line-height: 1.8;
  }
  .brand-top .container .brand-video-wrap {
    height: 220px;
  }
  .brand-top .container .brand-video-wrap > div .video-img {
    width: 55px;
  }
  .brand-qh-wrap .brand-qh-font h3 {
    font-size: 17px;
  }
  .brand-qh-wrap .brand-qh-font {
    padding: 15px 10px 10px;
  }
  .brand-qh-wrap .brand-qh-font p {
    margin-top: 10px;
    line-height: 1.8;
  }
  .brand-qh-wrap #brand-swiper .brand-nr,
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    width: 100%;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box {
    top: calc(100% + 12px);
    left: 0;
    bottom: auto;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box h3 {
    font-size: 32px;
    line-height: 46px;
    top: -27px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box p {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr {
    position: relative;
    min-height: auto;
    bottom: auto;
    padding-left: 12px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-font-box {
    padding: 12px 12px 16px 62px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next::after {
    font-size: 12px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-next {
    width: 30px;
    height: 30px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-current {
    font-size: 20px;
  }
  .brand-qh-wrap #brand-swiper .brand-nr .brand-page-box #brand-page .swiper-pagination-total {
    font-size: 14px;
  }
  .brand-hb-container .brand-hb-font > h3 {
    font-size: 18px;
    padding-left: 20px;
    margin: 0 0 16px;
  }
  .brand-hb-container .brand-hb-font > h3::before {
    width: 13px;
    height: 10px;
  }
  .brand-hb-container .brand-hb-font > h3 > span {
    width: 11px;
    height: 11px;
    top: 2px;
    margin-left: 5px;
  }
  .brand-hb-container .brand-hb-font > div h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .brand-hb-container .brand-hb-font > div p {
    font-size: 14px;
    line-height: 1.8;
  }
  .brand-qh-wrap {
    margin: 26px 0 62px;
  }
  .brand-hb-container .brand-hb-img div:nth-of-type(2) {
    bottom: -12px;
  }
  .brand-hb-container .brand-hb-font {
    padding: 0 0 9px;
  }
  .brand-hb-container:last-child {
    margin-bottom: 40px;
  }
  .brand-hb-container {
    margin-bottom: 30px;
    margin-top: 29px;
  }
  .brand-hb-container:nth-child(1){
      margin-top: 80px;
  }
    .news-container .news-list .news-item{
      background-position: center;
  }
  .news-container .news-list .news-item:nth-child(2){
          background-position: -31px 100%;
  }
    .news-container .news-list .news-item:nth-child(5){
          background-position: -180px 100%;
  }
  .news-container .news-list .news-item:nth-child(6){
          background-position: -113px 100%;
  }
    .news-container .news-list .news-item:nth-child(3){
          background-position: -221px 100%;
  }
      .news-container .news-list .news-item:nth-child(7){
          background-position: -159px 100%;
  }

}
