/* brandWeb_Banner start */
.brandWeb_Banner {
  height: 900px;
  overflow: hidden;
  position: relative;
}

.brandWeb_Banner .ba_img {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.ba_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brandWeb_Banner .ba_txt {
  padding-right: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.brandWeb_Banner .ba_txt p {
  line-height: 72px;
  color: #fff;
  font-size: 64px;
  margin-bottom: 30px;
}

.brandWeb_Banner .ba_txt span {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
}

.roll-down {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
}

.roll-down i {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url(../images/swiperDown_ico.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  35% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  65% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

/* brandWeb_Banner end */


.brandWeb_container0 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.brandWeb_container {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.brandWeb_title {
  margin-bottom: 40px;
}

.brandWeb_title p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.brandWeb_title1 p {
  color: #fff;
}

.brandWeb_title span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #eceff6;
  font-weight: bold;
  text-align: center;
}

.brandWeb_title1 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}


/* brandWeb_Part1 start */
.brandWeb_Part1 {
  overflow: hidden;
  padding: 80px 0 48px;
}

.brandWeb_Part1 .brandWebPart1_main {
  margin: 0 auto;
}

.brandWebPart1_list ul {
  margin: 0 -16px;
}

.brandWebPart1_list ul li {
  width: 50%;
  margin-bottom: 32px;
  padding: 0 16px;
  float: left;
}

.brandWebPart1_list ul li a.brandWebPart1_con {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 0 16px;
  position: relative;
}

.brandWebPart1_list ul li a.brandWebPart1_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brandWebPart1_list ul li:hover a.brandWebPart1_con img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.brandWebPart1_list ul li a.brandWebPart1_con::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: linear-gradient(to right, rgba(255, 191, 91, 0), rgba(255, 107, 3, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.brandWebPart1_list ul li:hover a.brandWebPart1_con::after {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 191, 91, 0.9), rgba(255, 107, 3, 0.9));
}

.brandWebPart1_list ul li a.brandWebPart1_con span {
  display: block;
  width: 100%;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 0 32px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* brandWeb_Part1 end */



/* brandWeb_Part2 start */
.brandWeb_Part2 {
  background: url(../images/marketwebPart2_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: left;
}

.brandWeb_Part2 .brandWebPart2_main {
  margin: 0 auto;
  position: relative;
}

.brandWebPart2_main .brandWebPart2_left {
  width: 40%;
  overflow: hidden;
  padding: 140px 0;
  float: left;
  position: sticky;
  top: 0;
}

.brandWebPart2_left span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #1e1f18;
  font-weight: bold;
  opacity: 0.07;
}

.brandWebPart2_left h3 {
  line-height: 72px;
  color: #222;
  font-size: 48px;
  margin: 20px 0;
}

.brandWebPart2_left p {
  line-height: 40px;
  color: #222;
  font-size: 24px;
  opacity: 0.55;
}

.brandWebPart2_left a.brandWebPart2_btn {
  display: block;
  width: 240px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  border-radius: 0 15px;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  margin-top: 80px;
}

.brandWebPart2_left a.brandWebPart2_btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
  background: url(../images/jt15.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart2_left a.brandWebPart2_btn:hover i {
  margin: -2px 0 0 20px;
}

.brandWebPart2_main .brandWebPart2_list {
  width: 48%;
  overflow: hidden;
  padding: 140px 0;
  float: right;
}

.brandWebPart2_list ul li {
  display: block;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  padding: 0 60px;
  border-radius: 0 30px;

}

.brandWebPart2_list ul li:last-child {
  margin-bottom: 0;
}

.brandWebPart2_list ul li .brandWebPart2_con {
  padding: 40px 0 80px;
  position: relative;
}

.brandWebPart2_list ul li h2 {
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #222;
  font-size: 28px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brandWebPart2_list ul li p {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.brandWebPart2_list ul li em {
  position: absolute;
  left: 0;
  bottom: -20px;
  line-height: 80px;
  color: #e5e5e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 108px;
  font-weight: bold;
  font-style: normal;
}

/* brandWeb_Part2 end */


/* brandWeb_Part3 start */
.brandWeb_Part3 {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/marketwebPart3_bg.jpg) center center no-repeat;
  background-size: cover;
}

.brandWeb_Part3 .brandWebPart3_main {
  margin: 0 auto;
}

.brandWebPart3_list ul {
  margin: 0 -20px;
}

.brandWebPart3_list ul li {
  width: 25%;
  padding: 0 20px;
  float: left;
}

.brandWebPart3_list ul li .brandWebPart3_con {
  overflow: hidden;
  padding: 50px;
  background-color: rgba(233, 217, 207, 0.12);
  border-radius: 0;
  position: relative;
}

.brandWebPart3_list ul li .brandWebPart3_con:hover {
  border-radius: 0 30px;
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.brandWebPart3_txt h5 {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.brandWebPart3_txt p {
  height: 120px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

.brandWebPart3_con:hover .brandWebPart3_txt h5,
.brandWebPart3_con:hover .brandWebPart3_txt p {
  color: #fff;
}

.brandWebPart3_con i {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-top: 50px;
}

.brandWebPart3_con i.ico01 {
  background: url(../images/brandwebPart3_ico01.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con i.ico02 {
  background: url(../images/brandwebPart3_ico02.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con i.ico03 {
  background: url(../images/brandwebPart3_ico03.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con i.ico04 {
  background: url(../images/brandwebPart3_ico04.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con:hover i.ico01 {
  background: url(../images/brandwebPart3_ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con:hover i.ico02 {
  background: url(../images/brandwebPart3_ico2.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con:hover i.ico03 {
  background: url(../images/brandwebPart3_ico3.png) center center no-repeat;
  background-size: 100% 100%;
}

.brandWebPart3_con:hover i.ico04 {
  background: url(../images/brandwebPart3_ico4.png) center center no-repeat;
  background-size: 100% 100%;
}

/* brandWeb_Part3 end */


/* brandWeb_Part4 start */
.brandWeb_Part4 {
  overflow: hidden;
  padding: 80px 0 48px;
}

.brandWeb_Part4 .brandWebPart4_main {
  margin: 0 auto;
}

.brandWebPart4_list ul {
  margin: 0 -16px;
}

.brandWebPart4_list ul li {
  width: 33.333333%;
  margin-bottom: 32px;
  padding: 0 16px;
  float: left;
}

.brandWebPart4_list ul li .brandWebPart4_con {
  overflow: hidden;
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 0;
  position: relative;
}

.brandWebPart4_list ul li:hover .brandWebPart4_con {
  border-radius: 0 30px;
}

.brandWebPart4_con i {
  display: block;
  width: 80px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.brandWebPart4_con i img {
  display: block;
  width: 100%;
  height: auto;
}

.brandWebPart4_con span {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #222;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.brandWebPart4_list ul li .brandWebPart4_con .brandWebPart4_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 50px;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  position: absolute;
  left: 0;
  top: 100%;
}

.brandWebPart4_list ul li:hover .brandWebPart4_con .brandWebPart4_txt {
  top: 0;
}

.brandWebPart4_txt h5 {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brandWebPart4_txt em {
  display: block;
  width: 45px;
  height: 1px;
  overflow: hidden;
  margin: 20px 0;
  background-color: #fff;
}

.brandWebPart4_txt p {
  height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* brandWeb_Part4 end */


/* brandWeb_Part5 start */
.brandWeb_Part5 {
  overflow: hidden;
  padding: 80px 0;
}

.brandWeb_Part5 .brandWebPart5_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.brandWebPart_ms {
  line-height: 36px;
  color: #777;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: -20px auto 40px;
}

.brandWebPart5_list {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}

.brandWebPart5_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brandWebPart5_list ul li {
  width: 180px;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 191, 91, 1), rgba(255, 107, 3, 1));
  border-radius: 0 15px;
  position: absolute;
  z-index: 1;
}

.brandWebPart5_list ul li:nth-child(1) {
  left: 29%;
  top: 20px;
}

.brandWebPart5_list ul li:nth-child(2) {
  right: 29%;
  top: 20px;
}

.brandWebPart5_list ul li:nth-child(3) {
  margin-top: -26px;
  left: 12%;
  top: 36%;
}

.brandWebPart5_list ul li:nth-child(4) {
  margin-top: -26px;
  right: 12%;
  top: 36%;
}

.brandWebPart5_list ul li:nth-child(5) {
  left: 12%;
  top: 60%;
}

.brandWebPart5_list ul li:nth-child(6) {
  right: 12%;
  top: 60%;
}

.brandWebPart5_list ul li:nth-child(7) {
  left: 29%;
  bottom: 20px;
}

.brandWebPart5_list ul li:nth-child(8) {
  right: 29%;
  bottom: 20px;
}

.brandWebPart5_list ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 16px 0 0;
}

.brandWebPart5_list ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* brandWeb_Part5 end */


/* brandWeb_Part6 start */
.brandWeb_Part6 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

.brandWeb_Part6 .brandWebPart6_main {
  margin: 0 auto;
}

.brandWebPart6_swiper {
  padding: 0 80px;
  position: relative;
}

.brandWebPart6_swiper .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brandWebPart6_swiper .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0 30px;
}

.brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
  height: 400px;
}

.brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brandWebPart6_swiper .swiper .swiper-slide:hover .brandWebPart6_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_txt {
  padding: 20px 40px;
  background-color: #fff;
}

.txtFl {
  width: calc(100% - 100px);
  float: left;
}

.txtFr {
  width: auto;
  float: right;
}

.brandWebPart6_txt a.brandWebPart6_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brandWebPart6_txt a.brandWebPart6_name:hover {
  color: #ff6b03;
}

.brandWebPart6_txt p {
  width: 100%;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.brandWebPart6_txt a.brandWebPart6_btn {
  display: block;
  width: 64px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  background-color: #ff6b03;
  border-radius: 32px;
}

.brandWebPart6_txt a.brandWebPart6_btn:hover {
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.brandWebPart6_txt span {
  display: block;
  width: 100%;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.brandWebPart6_txt span i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 6px;
  float: left;
}

.brandWebPart6_txt span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brandWebPart6_swiper .swiper-button-prev,
.brandWebPart6_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #bbb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  opacity: 1;
}

.brandWebPart6_swiper .swiper-button-prev::after,
.brandWebPart6_swiper .swiper-button-next::after {
  display: none !important;
}

.brandWebPart6_swiper .swiper-button-prev {
  background: url(../images/arrowIco_left04.png) center center no-repeat;
  background-size: 20px 20px;
  left: -24px;
}

.brandWebPart6_swiper .swiper-button-next {
  background: url(../images/arrowIco_right04.png) center center no-repeat;
  background-size: 20px 20px;
  right: -24px;
}

.brandWebPart6_swiper .swiper-button-prev:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_left4.png) center center no-repeat;
  background-size: 20px 20px;
}

.brandWebPart6_swiper .swiper-button-next:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_right4.png) center center no-repeat;
  background-size: 20px 20px;
}

/* brandWeb_Part6 end */


/* website_part2 start */
.website_tit {
  margin-bottom: 40px;
}

.website_tit p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.website_tit1 p {
  text-align: left;
}

.website_tit2 p {
  color: #fff;
}

.website_tit span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #eceff6;
  font-weight: bold;
  text-align: center;
}

.website_tit1 span {
  text-align: left;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
}

.website_tit2 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}

.website_part2 {
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: url(../images/websitePart2_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.website_part2 .websitePart2_txt {
  padding: 0 50% 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.website_part2 .websitePart2_img {
  width: auto;
  height: 100%;
  float: right;
}

.websitePart2_img p {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.websitePart2_img p img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.website_part2 .websitePart2_ms {
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: lighter;
  margin: 0 auto 80px;
  padding-right: 80px;
}

.websitePart2_btn a {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 191, 91, 1), rgba(255, 107, 3, 1));
  border-radius: 0 15px;
}

.websitePart2_btn a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/jt13.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.websitePart2_btn a:hover i {
  margin: -2px 0 0 20px;
}

/* website_part2 end */


@media (max-width:1680px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 788px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 70px;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 220px;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 40px;
  }

  .brandWebPart3_txt h5 {
    line-height: 32px;
    font-size: 24px;
  }

  .brandWebPart3_txt p {
    font-size: 16px;
  }

  .brandWebPart3_con i {
    margin-top: 40px;
  }

  .brandWebPart5_list {
    height: 600px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 390px;
  }

  .website_part2 {
    height: 720px;
  }

  .website_part2 .websitePart2_ms {
    line-height: 36px;
    font-size: 20px;
    padding-right: 60px;
  }
}

@media (max-width:1600px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 750px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 64px;
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
  }

  .brandWeb_Banner .ba_txt span {
    line-height: 32px;
    font-size: 18px;
  }

  .brandWeb_title p {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: -60px;
  }

  .brandWeb_title span {
    line-height: 70px;
    font-size: 72px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 200px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con span {
    line-height: 30px;
    font-size: 22px;
    padding: 0 30px;
  }

  .brandWebPart2_main .brandWebPart2_left {
    padding: 100px 0;
  }

  .brandWebPart2_left span {
    line-height: 70px;
    font-size: 72px;
  }

  .brandWebPart2_left h3 {
    line-height: 54px;
    font-size: 44px;
  }

  .brandWebPart2_left p {
    font-size: 22px;
  }

  .brandWebPart2_main .brandWebPart2_list {
    width: 50%;
    padding: 100px 0;
  }

  .brandWebPart3_txt h5 {
    margin-bottom: 20px;
  }

  .brandWebPart5_list {
    height: 540px;
  }

  .brandWebPart5_list ul li:nth-child(1),
  .brandWebPart5_list ul li:nth-child(2) {
    top: 0;
  }

  .brandWebPart5_list ul li:nth-child(7),
  .brandWebPart5_list ul li:nth-child(8) {
    bottom: 0;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 374px;
  }

  .website_tit p {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: -60px;
  }

  .website_tit span {
    line-height: 70px;
    font-size: 72px;
  }

  .website_part2 {
    height: 680px;
  }
}

@media (max-width:1560px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 740px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px;
  }

  .brandWeb_title {
    margin-bottom: 40px;
  }

  .brandWeb_title p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: -60px;
  }

  .brandWebPart2_left h3 {
    line-height: 52px;
    font-size: 40px;
  }

  .brandWebPart2_left p {
    line-height: 36px;
    font-size: 20px;
  }

  .brandWebPart2_main .brandWebPart2_list {
    width: 50%;
  }

  .brandWebPart2_list ul li {
    padding: 0 40px;
  }

  .brandWebPart2_list ul li .brandWebPart2_con {
    padding: 30px 0 70px;
  }

  .brandWebPart5_list {
    height: 500px;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(5) {
    left: 15%;
  }

  .brandWebPart5_list ul li:nth-child(4),
  .brandWebPart5_list ul li:nth-child(6) {
    right: 15%;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 360px;
  }

  .website_tit {
    margin-bottom: 30px;
  }

  .website_tit p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: -60px;
  }

  .website_part2 {
    height: 650px;
  }

  .website_part2 .websitePart2_ms {
    line-height: 32px;
    font-size: 18px;
    margin: 0 auto 60px;
    padding-right: 40px;
  }
}

@media (max-width:1440px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 675px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 56px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .roll-down {
    bottom: 20px;
  }

  .brandWeb_title p {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: -50px;
  }

  .brandWeb_title span {
    line-height: 60px;
    font-size: 64px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con span {
    line-height: 30px;
    font-size: 18px;
    padding: 0 30px;
  }

  .brandWebPart2_left span {
    line-height: 60px;
    font-size: 64px;
  }

  .brandWebPart3_list ul {
    margin: 0 -16px;
  }

  .brandWebPart3_list ul li {
    padding: 0 16px;
  }

  .brandWebPart3_txt h5 {
    line-height: 30px;
    font-size: 22px;
  }

  .brandWebPart3_txt p {
    font-size: 16px;
  }

  .brandWebPart_ms {
    line-height: 32px;
    font-size: 16px;
  }

  .brandWebPart5_list {
    height: 400px;
  }

  .brandWebPart5_list ul li {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .brandWebPart5_list ul li:nth-child(1),
  .brandWebPart5_list ul li:nth-child(7) {
    left: 32%;
  }

  .brandWebPart5_list ul li:nth-child(2),
  .brandWebPart5_list ul li:nth-child(8) {
    right: 32%;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(5) {
    left: 20%;
  }

  .brandWebPart5_list ul li:nth-child(4),
  .brandWebPart5_list ul li:nth-child(6) {
    right: 20%;
  }

  .brandWebPart5_list ul li i {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
  }

  .brandWebPart6_swiper {
    padding: 0 60px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 350px;
  }

  .website_tit p {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: -50px;
  }

  .website_tit span {
    line-height: 60px;
    font-size: 64px;
  }

  .website_part2 {
    height: 600px;
  }

  .website_part2 .websitePart2_ms {
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto 60px;
    padding-right: 0;
  }

}

@media (max-width:1366px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 640px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .brandWeb_Banner .ba_txt span {
    line-height: 30px;
    font-size: 16px;
  }

  .brandWeb_Part1 {
    padding: 60px 0 30px;
  }

  .brandWebPart1_list ul {
    margin: 0 -15px;
  }

  .brandWebPart1_list ul li {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .brandWebPart2_main .brandWebPart2_left,
  .brandWebPart2_main .brandWebPart2_list {
    padding: 80px 0;
  }

  .brandWebPart2_left h3 {
    line-height: 48px;
    font-size: 36px;
  }

  .brandWebPart2_left p {
    line-height: 32px;
    font-size: 18px;
  }

  .brandWebPart2_list ul li h2 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .brandWebPart2_list ul li p {
    font-size: 16px;
  }

  .brandWebPart2_list ul li em {
    line-height: 80px;
    font-size: 90px;
  }

  .brandWeb_Part3 {
    padding: 60px 0;
  }

  .brandWeb_Part4 {
    padding: 60px 0 28px;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 32px 40px;
  }

  .brandWebPart3_txt p {
    font-size: 16px;
  }

  .brandWebPart4_list ul li .brandWebPart4_con .brandWebPart4_txt {
    padding: 30px 40px;
  }

  .brandWebPart4_con span {
    font-size: 18px;
  }

  .brandWebPart4_txt h5 {
    font-size: 22px;
  }

  .brandWeb_Part5 {
    padding: 60px 0;
  }

  .brandWebPart5_list {
    height: 380px;
  }

  .brandWeb_Part6 {
    padding: 60px 0;
  }

  .brandWebPart6_swiper {
    padding: 0 40px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 340px;
  }

  .website_tit {
    margin-bottom: 20px;
  }

  .website_tit p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: -50px;
  }

  .website_part2 {
    height: 540px;
  }

  .website_part2 .websitePart2_ms {
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto 40px;
    padding-right: 0;
  }
}

@media (max-width:1280px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 600px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 188px;
  }

  .brandWebPart2_main .brandWebPart2_left,
  .brandWebPart2_main .brandWebPart2_list {
    padding: 60px 0;
  }

  .brandWebPart2_left p {
    line-height: 30px;
    font-size: 16px;
  }

  .brandWebPart2_left a.brandWebPart2_btn {
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 0 10px;
    margin-top: 60px;
  }

  .brandWebPart2_main .brandWebPart2_list {
    width: 54%;
  }

  .brandWebPart2_list ul li {
    padding: 0 30px;
    border-radius: 0 20px;
  }

  .brandWebPart2_list ul li .brandWebPart2_con {
    padding: 20px 0 60px;
  }

  .brandWebPart2_list ul li em {
    line-height: 72px;
    font-size: 84px;
    bottom: -20px;
  }

  .brandWebPart2_list ul li h2 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .brandWebPart2_list ul li p {
    height: 75px;
    line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
  }

  .websitePart2_btn a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .websitePart2_btn a i {
    width: 14px;
    height: 14px;
    background: url(../images/jt15.png) center center no-repeat;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 32px;
  }

  .brandWebPart3_list ul li .brandWebPart3_con:hover {
    border-radius: 0 20px;
  }

  .brandWebPart3_txt p {
    height: 100px;
    line-height: 25px;
    font-size: 15px;
  }

  .brandWebPart4_list ul li .brandWebPart4_con {
    padding: 40px;
  }

  .brandWebPart4_list ul li:hover .brandWebPart4_con {
    border-radius: 0 20px;
  }

  .brandWebPart4_list ul li .brandWebPart4_con .brandWebPart4_txt {
    padding: 24px 30px;
  }

  .brandWebPart4_txt p {
    height: 75px;
    line-height: 25px;
    font-size: 15px;
  }

  .brandWebPart5_list {
    height: 360px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide {
    border-radius: 0 20px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 320px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_txt {
    padding: 20px 30px;
  }

  .brandWebPart6_txt p,
  .brandWebPart6_txt a.brandWebPart6_btn,
  .brandWebPart6_txt span {
    font-size: 14px;
  }

  .website_part2 {
    height: 520px;
  }
}

@media (max-width:1200px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 563px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .brandWeb_title p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: -44px;
  }

  .brandWeb_title span {
    line-height: 50px;
    font-size: 54px;
  }

  .brandWeb_Part1 {
    padding: 60px 0 40px;
  }

  .brandWebPart1_list ul {
    margin: 0 -10px;
  }

  .brandWebPart1_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 180px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con span {
    line-height: 30px;
    font-size: 16px;
    padding: 0 20px;
  }

  .brandWebPart2_left span {
    line-height: 50px;
    font-size: 54px;
  }

  .brandWebPart2_left h3 {
    line-height: 44px;
    font-size: 32px;
  }

  .brandWebPart2_main .brandWebPart2_list {
    width: 56%;
  }

  .brandWebPart2_list ul li {
    margin-bottom: 30px;
  }

  .brandWebPart2_list ul li:last-child {
    margin-bottom: 0;
  }

  .brandWebPart3_list ul {
    margin: 0 -15px;
  }

  .brandWebPart3_list ul li {
    padding: 0 15px;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 30px;
  }

  .brandWebPart3_txt h5 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .brandWebPart3_txt p {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .brandWeb_Part4 {
    padding: 60px 0 30px;
  }

  .brandWebPart4_list ul {
    margin: 0 -15px;
  }

  .brandWebPart4_list ul li {
    padding: 0 15px;
  }

  .brandWebPart4_list ul li .brandWebPart4_con {
    padding: 30px;
  }

  .brandWebPart4_con span {
    font-size: 16px;
  }

  .brandWebPart4_txt h5 {
    font-size: 20px;
  }

  .brandWebPart4_txt em {
    width: 40px;
    margin: 15px 0;
  }

  .brandWebPart4_txt p {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
  }

  .brandWebPart5_list {
    height: 340px;
  }

  .brandWebPart5_list ul li {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .brandWebPart5_list ul li i {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 300px;
  }

  .brandWebPart6_txt a.brandWebPart6_name {
    font-size: 20px;
  }

  .website_tit p {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: -45px;
  }

  .website_tit span {
    line-height: 50px;
    font-size: 54px;
  }

  .website_part2 {
    height: 480px;
  }

  .website_part2 .websitePart2_ms {
    line-height: 24px;
    font-size: 14px;
    margin: 0 auto 30px;
  }

}

@media (max-width:1080px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 506px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 164px;
  }

  .brandWebPart2_list ul li .brandWebPart2_con {
    padding: 20px 0 70px;
  }

  .brandWebPart2_list ul li h2 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .brandWebPart2_list ul li p {
    height: auto;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }

  .brandWebPart2_list ul li em {
    line-height: 70px;
    font-size: 80px;
    bottom: -20px;
  }

  .brandWebPart5_list {
    height: 300px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 270px;
  }

  .website_part2 {
    height: 420px;
  }

}

@media (max-width:1024px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 480px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .brandWeb_Part3 {
    padding: 60px 0;
  }

  .brandWeb_Part4 {
    padding: 60px 0 40px;
  }

  .brandWebPart3_list ul,
  .brandWebPart4_list ul {
    margin: 0 -10px;
  }

  .brandWebPart3_list ul li {
    padding: 0 10px;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 20px;
  }

  .brandWebPart4_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .brandWebPart_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .brandWebPart5_list ul li:nth-child(1),
  .brandWebPart5_list ul li:nth-child(7) {
    left: 30%;
  }

  .brandWebPart5_list ul li:nth-child(2),
  .brandWebPart5_list ul li:nth-child(8) {
    right: 30%;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(5) {
    left: 16%;
  }

  .brandWebPart5_list ul li:nth-child(4),
  .brandWebPart5_list ul li:nth-child(6) {
    right: 16%;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 250px;
  }

  .website_part2 {
    height: 400px;
  }
}

@media (max-width:920px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 440px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 140px;
  }

  .brandWebPart2_left h3 {
    line-height: 40px;
    font-size: 30px;
  }

  .brandWebPart2_list ul li h2 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .brandWebPart3_txt h5 {
    font-size: 18px;
  }

  .brandWebPart4_list ul li .brandWebPart4_con {
    padding: 24px 20px;
  }

  .brandWebPart4_txt h5 {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }

  .brandWebPart4_txt em {
    margin: 12px 0;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 230px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_txt {
    padding: 16px 20px;
  }

  .brandWebPart6_txt a.brandWebPart6_name {
    font-size: 18px;
  }

  .website_part2 {
    height: 360px;
  }
}

@media (max-width:820px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 384px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .brandWeb_Banner .ba_txt span {
    line-height: 28px;
    font-size: 14px;
  }

  .brandWeb_title p {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: -40px;
  }

  .brandWeb_title span {
    line-height: 40px;
    font-size: 48px;
  }

  .brandWeb_Part1 {
    padding: 40px 0 20px;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 124px;
  }

  .brandWebPart2_main .brandWebPart2_left,
  .brandWebPart2_main .brandWebPart2_list {
    padding: 40px 0;
  }

  .brandWebPart2_left span {
    line-height: 40px;
    font-size: 48px;
  }

  .brandWebPart2_left h3 {
    line-height: 40px;
    font-size: 28px;
    margin: 12px auto;
  }

  .brandWebPart2_left a.brandWebPart2_btn {
    margin-top: 40px;
  }

  .brandWebPart2_list ul li {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .brandWebPart2_list ul li:last-child {
    margin-bottom: 0;
  }

  .brandWeb_Part4,
  .brandWeb_Part3 {
    padding: 40px 0 20px;
  }

  .brandWebPart3_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .brandWebPart4_list ul li {
    width: 50%;
  }

  .brandWeb_Part5 {
    padding: 40px 0;
  }

  .brandWebPart5_list ul li:nth-child(1),
  .brandWebPart5_list ul li:nth-child(7) {
    left: 26%;
  }

  .brandWebPart5_list ul li:nth-child(2),
  .brandWebPart5_list ul li:nth-child(8) {
    right: 26%;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(5) {
    left: 10%;
  }

  .brandWebPart5_list ul li:nth-child(4),
  .brandWebPart5_list ul li:nth-child(6) {
    right: 10%;
  }

  .brandWebPart_ms {
    line-height: 25px;
    font-size: 15px;
  }

  .brandWeb_Part6 {
    padding: 40px 0;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 200px;
  }

  .website_tit p {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: -40px;
  }

  .website_tit span {
    line-height: 40px;
    font-size: 48px;
  }

  .website_part2 {
    height: 330px;
  }

}

@media (max-width:767px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 260px;
  }

  .brandWeb_Banner .ba_txt {
    padding-right: 45%;
    top: 60%;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .brandWeb_Banner .ba_txt span {
    overflow: hidden;
    height: auto;
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .roll-down {
    display: none;
  }

  .brandWeb_title {
    margin-bottom: 20px;
  }

  .brandWeb_title p {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: -32px;
  }

  .brandWeb_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .brandWeb_title1 p,
  .brandWeb_title1 span {
    text-align: center;
  }

  .brandWeb_Part1 {
    padding: 40px 0 20px;
  }

  .brandWebPart_ms {
    margin: -10px auto 20px;
  }

  .brandWebPart1_list ul {
    margin: 0;
  }

  .brandWebPart1_list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .brandWebPart1_list ul li a.brandWebPart1_con {
    height: 128px;
  }

  .brandWebPart2_main .brandWebPart2_left {
    width: 100%;
    padding: 40px 0 20px;
    float: none;
    position: relative;
    top: inherit;
  }

  .brandWebPart2_left span {
    line-height: 40px;
    font-size: 40px;
  }

  .brandWebPart2_left h3 {
    line-height: 32px;
    font-size: 24px;
    margin: 10px auto;
  }

  .brandWebPart2_left p {
    line-height: 24px;
    font-size: 14px;
  }

  .brandWebPart2_left a.brandWebPart2_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }

  .brandWebPart2_main .brandWebPart2_list {
    width: 100%;
    padding: 20px 0 40px;
    float: none;
  }

  .brandWebPart3_list ul {
    margin: 0;
  }

  .brandWebPart3_list ul li {
    width: 100%;
    padding: 0;
    float: none;
  }

  .brandWebPart3_list ul li .brandWebPart3_con {
    padding: 20px;
  }

  .brandWebPart3_txt h5 {
    text-align: center;
  }

  .brandWebPart3_txt p {
    height: auto;
    max-height: 72px;
    text-align: center;
  }

  .brandWebPart3_con i {
    margin: 40px auto 0;
  }

  .brandWebPart4_list ul {
    margin: 0;
  }

  .brandWebPart4_list ul li {
    width: 100%;
    padding: 0;
    float: none;
  }

  .brandWebPart4_list ul li .brandWebPart4_con .brandWebPart4_txt {
    padding: 20px;
  }

  .brandWebPart4_con span {
    font-size: 18px;
  }

  .brandWebPart5_list {
    height: 200px;
  }

  .brandWebPart5_list ul li:nth-child(1),
  .brandWebPart5_list ul li:nth-child(7) {
    left: 12%;
  }

  .brandWebPart5_list ul li:nth-child(2),
  .brandWebPart5_list ul li:nth-child(8) {
    right: 12%;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(5) {
    left: 0;
  }

  .brandWebPart5_list ul li:nth-child(4),
  .brandWebPart5_list ul li:nth-child(6) {
    right: 0;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(4) {
    top: 40%;
  }

  .brandWebPart5_list ul li:nth-child(5),
  .brandWebPart5_list ul li:nth-child(6) {
    top: 56%;
  }

  .brandWebPart5_list ul li {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 0 6px;
    font-weight: normal;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 180px;
  }

  .txtFl {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .txtFr {
    width: 100%;
    float: none;
  }

  .brandWebPart6_txt p {
    margin-top: 0;
  }

  .brandWebPart6_txt a.brandWebPart6_btn {
    float: left;
  }

  .brandWebPart6_txt span {
    width: auto;
    float: right;
  }

  .brandWebPart6_swiper .swiper-button-prev,
  .brandWebPart6_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .brandWebPart6_swiper .swiper-button-next {
    right: -10px;
  }

  .brandWebPart6_swiper .swiper-button-prev {
    left: -10px;
  }

  .website_part2 {
    height: auto;
    padding-top: 20px;
  }

  .website_part2 .websitePart2_txt {
    margin: 0 auto 20px;
    padding: 0;
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 1;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .website_tit p {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: -36px;
  }

  .website_tit span {
    line-height: 40px;
    font-size: 40px;
  }

  .website_tit1 p,
  .website_tit1 span {
    text-align: center;
  }

  .website_part2 .websitePart2_ms {
    font-weight: normal;
    text-align: center;
    margin: -10px auto 20px;
  }

  .websitePart2_btn a {
    font-weight: normal;
    margin: 0 auto;
  }

  .website_part2 .websitePart2_img {
    width: 100%;
    height: auto;
    float: inherit;
  }

  .websitePart2_img p {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width:390px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 240px;
  }

  .brandWebPart5_list {
    height: 190px;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 170px;
  }
}

@media (max-width:320px) {

  .brandWeb_Banner,
  .brandWeb_Banner .ba_img {
    height: 220px;
  }

  .brandWeb_Banner .ba_txt p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .brandWeb_Banner .ba_txt span {
    line-height: 20px;
    font-size: 12px;
  }

  .brandWeb_title p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -30px;
  }

  .brandWeb_title span,
  .brandWebPart2_left span {
    line-height: 32px;
    font-size: 32px;
  }

  .brandWebPart2_left h3 {
    line-height: 30px;
    font-size: 22px;
    margin: 10px auto;
  }

  .brandWebPart_ms {
    margin: 0 auto 20px;
  }

  .brandWebPart5_list {
    height: 170px;
  }

  .brandWebPart5_list ul li:nth-child(3),
  .brandWebPart5_list ul li:nth-child(4) {
    top: 42%;
  }

  .brandWebPart5_list ul li:nth-child(5),
  .brandWebPart5_list ul li:nth-child(6) {
    top: 54%;
  }

  .brandWebPart6_swiper {
    padding: 0;
  }

  .brandWebPart6_swiper .swiper .swiper-slide .brandWebPart6_img {
    height: 180px;
  }

  .website_tit p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -32px;
  }

  .website_tit span {
    line-height: 36px;
    font-size: 36px;
  }
}