/* 
@font-face{
  font-family:SourceHanSansCN;
  font-display: swap;
  src:url(//cdn-img3.52toys.com/static/font/PingFang%20SC.ttf);
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face{
  font-family:PingFang;
  font-display: swap;
  src:url(//cdn-img3.52toys.com/static/font/PingFang%20SC.ttf);
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

/* @font-face{font-family:SourceHanSansCN;src:url(../fonts/SourceHanSansCN-Regular.otf)} */
@font-face {
  font-family: PingFang;
  src: url("../fonts/PingFang\ SC.ttf");
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #ebe5ee;
  outline: 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: PingFang SC, "Microsoft Yahei";
  color: #000;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
img {
  max-width: 100%;
  border: none;
}
em,
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  font-size: 12px;
  color: #444;
  font-family: PingFang SC, "Microsoft Yahei";
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  background: #fff;
  border: 1px solid #bbb;
}
.false:focus {
  border: 2px solid #ff1531;
  background: #fff;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.fix {
  *zoom: 1;
}
.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.c {
  clear: both;
}
.col-l,
.l {
  float: left;
}
.col-r,
.r {
  float: right;
}
.ani {
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.unselect {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wp {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.wp1 {
  width: 100%;
  max-width: 1468px;
  margin: 0 auto;
}
.wp2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.h50 {
  height: 50px;
  clear: both;
  overflow: hidden;
}
.h100 {
  height: 100px;
  clear: both;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 64px;
}
.header.on,
.header:hover {
  background: #6e3a7a;
  backdrop-filter: blur(2px);
  visibility: visible !important;
}
.header.active {
  background: #6e3a7a;
  backdrop-filter: blur(2px);
}
.headfl .logo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 44px;
}
.headfl .logo img {
  display: block;
  width: 102px;
  height: 100%;
}
.headfl i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
}
.headfr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav {
  display: flex;
  align-items: center;
}
.header-nav > li {
  margin-right: 39px;
  position: relative;
}
.header-nav > li > a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav > li:hover > a {
  color: #fabf00;
}
.header-nav > li.nav-arrow > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 3px;
  margin-left: 8px;
  background: url(/images/nav-arrow.png)
    no-repeat;
}
.header-nav > li.nav-on > a:before,
.header-nav > li:hover > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 4px;
  background: #fabf00;
}
.nav-arrow .nav-sub {
  display: none;
}
.nav-open .nav-sub {
  display: block;
}
.nav-arrow:hover .nav-sub {
  display: block;
}
.nav-arrow .nav-sub {
  background: rgba(21, 19, 20, 0.9);
  border: 1px solid #616161;
  border-radius: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 184px;
  overflow: hidden;
}
.nav-arrow .nav-sub li {
  display: block;
}
.nav-arrow .nav-sub li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 30px;
  color: #f5f5f5;
}
.nav-arrow .nav-sub li a:hover {
  color: #fabf00;
  background: #000;
}
.header-lang {
  color: #fff;
  padding-right: 44px;
  margin-left: 22px;
}
.header-lang > a {
  color: #fff;
  font-size: 12px;
}
.header-lang > a:hover {
  color: #fabf00;
}
.header.open {
  background-color: #6e3a7a;
}
.menuBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 32px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.menuBtn span {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  margin-left: -12px;
  border: none;
  cursor: pointer;
  color: inherit;
}
.menuBtn span:after,
.menuBtn span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.menuBtn span:before {
  -ms-transform: translate(-50%, -0.28em);
  -webkit-transform: translate(-50%, -0.28em);
  transform: translate(-50%, -0.28em);
}
.menuBtn span:after {
  -ms-transform: translate(-50%, 0.28em);
  -webkit-transform: translate(-50%, 0.28em);
  transform: translate(-50%, 0.28em);
}
.menuBtn span:after,
.menuBtn span:before {
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.menuBtn.open span {
  background: 0 0;
}
.menuBtn.open span:before {
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.menuBtn.open span:after {
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6e3a7a;
  line-height: 110px;
  font-family: PingFang SC;
}
.footer-fl {
  padding-left: 120px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-fr {
  padding-right: 100px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-logo {
  margin-right: 40px;
}
.footer-logo a {
  display: inline-block;
  vertical-align: middle;
}
.footer-logo a img {
  vertical-align: middle;
}
.copyright,
.copyright a {
  color: #fff;
  font-size: 12px;
}
.copyright a {
  display: inline-block;
}
.copyright a:hover {
  text-decoration: underline;
}
.footer-lang {
  color: #fff;
}
.footer-lang > a {
  color: #fff;
  font-size: 14px;
}
.footer-lang > a:hover {
  color: #fabf00;
}
.footer-link {
  font-size: 0;
  line-height: 1.1;
  position: relative;
}
.footer-link li {
  display: inline-block;
  width: 32px;
  margin-right: 40px;
  position: relative;
}
.footer-link li a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-code {
  position: absolute;
  top: -148px;
  left: 50%;
  width: 120px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: none;
  margin-left: -60px;
}
.footer-code i {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 2px -2px 0;
}
.toTop {
  position: fixed;
  right: 16px;
  bottom: 200px;
  z-index: 9999;
  cursor: pointer;
  width: 112px;
  display: none;
}
.map-box.noshow {
  display: none;
}
.toTop img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.m-title .tit {
  font-family: Regular;
}
.m-title .tit span {
  display: block;
  color: #222;
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
}
.m-title .txt {
  margin-top: 30px;
  color: #333;
  font-size: 24px;
  font-family: Microsoft YaHei;
}
.m-title .txt i {
  color: #eb7d2b;
  font-size: 30px;
  margin-left: 5px;
}
.m-title .tit-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.m-tit1 {
  padding-right: 74px;
  font-size: 12px;
  padding-left: 104px;
  font-family: Microsoft YaHei;
}
.ban-yc {
  position: relative;
}
.ban-yc img {
  display: block;
  height: 176px;
  object-fit: cover;
}
.ban-yc h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -20px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.ban-yc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.5);
}
.connect-y-list {
  padding: 86px 0;
}
.connect-y-list li {
  margin-bottom: 72px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-y-list li .img {
  width: 240px;
  height: 240px;
  margin-right: 74px;
  border-radius: 240px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.connect-y-list li .img .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.connect-y-list li .img .log {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.connect-y-list li .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.connect-y-list li .infor {
  flex-grow: 1;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 2px solid #efefef;
}
.connect-y-list li .txt {
  margin-bottom: 47px;
}
.connect-y-list li .txt h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 144.02%;
  margin-bottom: 34px;
}
.connect-y-list li .txt p {
  font-size: 14px;
  line-height: 160%;
  word-break: break-word;
}
.connect-y-list li .con {
  font-size: 14px;
  line-height: 144.02%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.connect-y-list li .con span {
  margin-right: 20px;
}
.connect-y-list li .con .addr {
  width: 100%;
}
.connect-y-list li .zp {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.connect-y-list li .zp img {
  margin-right: 8px;
}
.news-y-con {
  display: flex;
  margin: 120px 0;
}
.news-y-con .left {
  flex-grow: 1;
  width: calc(100% - 440px);
}
.news-y-con .right {
  flex-shrink: 0;
  width: 310px;
  margin-left: 130px;
}
.news-content {
  line-height: 144.02%;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.news-content h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}
.news-content p {
  line-height: 200%;
}
.news-content img {
  display: block;
  margin: 0 auto;
}
.news-tit-y {
  font-weight: 700;
  font-size: 20px;
  line-height: 144.02%;
  color: #000;
  margin-bottom: 24px;
}
a,
img {
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-y-list li {
  overflow: hidden;
  margin-bottom: 24px;
}
.news-y-list li .img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 17px;
}
.news-y-list li .img:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news-y-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-y-list li .txt {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 80px;
}
.news-y-list li .txt .tit {
  font-size: 12px;
  line-height: 144.02%;
  flex-grow: 1;
}
.news-y-list li .txt .tit:hover {
  color: #fabf00;
}
.news-y-list li .txt p {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 144.02%;
  text-align: justify;
  color: #b1b1b1;
}
.news-y-list2 li {
  overflow: hidden;
  border: 1px solid #000;
  margin-bottom: 24px;
}
.news-y-list2 li .img {
  float: left;
  width: 200px;
  margin-right: 24px;
  overflow: hidden;
}
.news-y-list2 li .img:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news-y-list2 li .img img {
  display: block;
  height: 200px;
  object-fit: cover;
}
.news-y-list2 li .txt {
  overflow: hidden;
  margin-top: 30px;
  padding-right: 20px;
}
.news-y-list2 li .txt .tit {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: 700;
}
.news-y-list2 li .txt .tit:hover {
  color: #fabf00;
}
.news-y-list2 li .txt p {
  font-size: 14px;
  margin-bottom: 26px;
  line-height: 21px;
  height: 63px;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.news-y-list2 li .txt span {
  letter-spacing: 0.05em;
  display: block;
  color: #000;
  font-size: 14px;
}
.ban-yc2 img {
  display: block;
  width: 100%;
}
.m-dreamfair-top {
  background-color: #000;
  padding: 30px 0 90px;
  margin-bottom: 90px;
}
.m-dreamfair-top.other {
  margin-bottom: 0;
}
.m-dreamfair-top h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 12px;
}
.m-dreamfair-top .txt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-dreamfair-top .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
  width: 714px;
}
.m-dreamfair-top .txt a {
  border: 2px solid #fff;
  border-radius: 48px;
  line-height: 46px;
  padding: 0 20px;
  flex-shrink: 0;
  color: #fff;
  width: 218px;
}
.m-dreamfair-top .txt a:hover {
  background-color: #fff;
  color: #000;
  text-align: center;
}
.m-dreamfair-top .txt a:hover span {
  padding: 0;
}
.m-dreamfair-top .txt a span {
  display: block;
  background: url(/images/y-jt1.png) right
    center no-repeat;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.inner-y-tit {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin-bottom: 70px;
}
.dreamfair-list {
  margin-bottom: 48px;
}
.dreamfair-list li {
  border: 1px solid #000;
  margin-bottom: 12px;
  overflow: hidden;
}
.dreamfair-list li .img {
  float: left;
  width: 600px;
  margin-right: 74px;
  overflow: hidden;
}
.dreamfair-list li .img:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.dreamfair-list li .img img {
  height: 308px;
  object-fit: cover;
  display: block;
}
.dreamfair-list li .txt {
  overflow: hidden;
  padding-top: 46px;
}
.dreamfair-list li .txt .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 24px;
  display: block;
}
/* .dreamfair-list li .txt .tit:hover{color:#fabf00} */
.dreamfair-list li .txt .des {
  height: 116px;
  overflow: hidden;
  margin-bottom: 40px;
}
.dreamfair-list li .txt p {
  font-weight: 400;
  font-size: 14px;
}
.dreamfair-list li .txt span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.dreamfair-swiper1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 90px;
}
.dreamfair-swiper1 .img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
}
.dreamfair-swiper1 .img:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.dreamfair-swiper1 .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dreamfair-swiper1 .txt {
  padding-top: 20px;
}
.dreamfair-swiper1 .txt a {
  font-size: 16px;
  color: #000;
  display: block;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
.dreamfair-swiper1 .txt a:hover {
  color: #fabf00;
}
.dreamfair-swiper2 {
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 84px;
}
.dreamfair-swiper2 .swiper-slide {
  overflow: hidden;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
}
.dreamfair-swiper2 .img {
  float: left;
  width: 93px;
  height: 93px;
  overflow: hidden;
  margin-right: 22px;
  border-radius: 5px;
}
.dreamfair-swiper2 .img:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.dreamfair-swiper2 .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dreamfair-swiper2 .txt {
  overflow: hidden;
}
.dreamfair-swiper2 .txt a {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 30px;
  height: 40px;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dreamfair-swiper2 .txt a:hover {
  color: #fabf00;
}
.dreamfair-swiper2 .txt span {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
.dreamfair-list2 {
  margin-bottom: 143px;
}
.dreamfair-list2 li {
  margin-bottom: 8px;
}
.dreamfair-list2 li .item {
  display: block;
  border: 3px solid #efefef;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.dreamfair-list2 li .item .left {
  background: #efefef;
  width: 53.33%;
  padding: 45px 0 40px;
  flex-shrink: 0;
}
.dreamfair-list2 li .item .left img {
  display: block;
  margin: 0 auto 35px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.dreamfair-list2 li .item .left p {
  margin: 0 auto;
  width: 400px;
}
.dreamfair-list2 li .item .right {
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dreamfair-list2 li .item .right img {
  max-width: 100%;
  max-height: 100%;
}
.dm-part1 {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(/images/y-6-bg1.jpeg);
}
.dm-part1-list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 147px;
}
.dm-part1-list li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}
.dm-part1-list li .num {
  background: linear-gradient(270deg, #fabf00 0, #fa7800 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 20px;
  font-size: 72px;
  flex-shrink: 0;
  font-weight: 400;
}
.dm-part1-list li .infor {
  flex-grow: 1;
}
.dm-part1-list li .infor .name {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.dm-part1-list li .infor .des {
  font-size: 16px;
  color: #aeaeae;
}
.dm-part2 {
  padding: 170px 0;
}
.dm-part2 .swiper {
  padding-bottom: 58px;
  margin-top: 100px;
}
.dm-part2 .imgtxt .img {
  display: block;
  margin-bottom: 24px;
}
.dm-part2 .imgtxt .img img {
  display: block;
  width: 100%;
}
.dm-part2 .imgtxt .tit {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.dm-part3 {
  padding: 110px 0 150px;
  background-color: #333;
}
.dm-part3-list {
  padding: 60px 0 0;
  background: url(/images/y-6-word1.png) top
    center no-repeat;
  overflow: hidden;
}
.dm-part3-list li {
  float: left;
  width: 33.33%;
}
.dm-part3-list li .item {
  text-align: center;
}
.dm-part3-list li .item h3 {
  font-size: 36px;
  color: #fabf00;
  font-weight: 700;
  margin-bottom: 40px;
}
.dm-part3-list li .item .tit {
  font-size: 22px;
  color: #f8f8f8;
  margin-bottom: 70px;
  height: 62px;
}
.dm-part3-list li .item .tit em {
  color: #fabf00;
}
.dm-part3-list li .item .des {
  font-size: 14px;
  color: #cfcfcf;
}
.dm-part4 {
  padding: 153px 0;
  background-color: #f8f8f8;
}
.dm-part4 .imgtxt {
  padding-bottom: 0;
}
.dm-part4 .imgtxt .img {
  display: block;
  margin-bottom: 20px;
}
.dm-part4 .imgtxt .img img {
  display: block;
  width: 100%;
}
.dm-part4 .imgtxt .tit {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: block;
}
.dm-part5 {
  padding: 150px 0 0;
}
.dm-part5 img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}
.dm-part6 {
  padding: 90px 0;
}
.brands-tit.white h2,
.brands-tit.white strong {
  color: #fff;
}
.brands-tit {
  text-transform: uppercase;
}
.index-partner .other {
  max-width: 670px;
}
@media screen and (max-width: 1199px) {
  .dm-part1-list li .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .dm-part1,
  .dm-part2,
  .dm-part3,
  .dm-part4,
  .dm-part5,
  .dm-part6 {
    padding: 60px 0;
  }
  .dm-part1-list,
  .dm-part2 .swiper,
  .dm-part3 .swiper {
    margin-top: 0;
  }
  .dm-part1-list li .infor .name {
    font-size: 16px;
  }
  .dm-part1-list li .infor .des {
    font-size: 14px;
  }
  .dm-part1-list li .num {
    font-size: 30px;
  }
  .dm-part1-list li {
    margin-bottom: 50px;
  }
  .dm-part3-list {
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
  }
  .dm-part3-list {
    padding-top: 30px;
  }
  .dm-part3-list li .item h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .dm-part3-list li .item .tit {
    font-size: 18px;
    margin-bottom: 30px;
    height: auto;
  }
  .dm-part3-list li .item .des {
    width: 90%;
    margin: 0 auto 30px;
  }
  .dm-part3-list li .item .des br {
    display: none;
  }
  .dm-part2 .imgtxt .tit,
  .dm-part4 .imgtxt .tit {
    font-size: 14px;
  }
  .dm-part4 .imgtxt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .dm-part1-list li {
    width: 50%;
    display: block;
    text-align: center;
  }
  .dm-part3-list li {
    float: none;
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .dm-part4 .imgtxt {
    padding-bottom: 20px;
  }
  .dm-part5 {
    padding-bottom: 0;
  }
  .index-partner .other::after {
    clear: both;
  }
}
.index-one {
  position: relative;
}
.index-one .one-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.index-one .one-pic img,
.index-one .one-pic video {
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  display: block;
  object-fit: cover;
}
.index-one .one-pic img {
  display: none;
}
.index-one .one-info {
  position: absolute;
  top: 36%;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  z-index: 22;
}
.index-one .one-info strong {
  display: block;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.33em;
}
.index-one .one-info p {
  font-size: 24px;
  letter-spacing: 0.21em;
}
.index-one .one-btn {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 66;
  text-align: center;
  z-index: 99;
  -webkit-animation: banUp 1.5s linear infinite;
  animation: banUp 1.5s linear infinite;
}
@-webkit-keyframes banUp {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@keyframes banUp {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
.tab-nav {
  padding: 70px 0 46px;
}
.tab-nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.tab-nav ul li {
  background-color: #fff;
  border: 1px solid #000;
  padding: 0 16px;
  position: relative;
  cursor: pointer;
}
.tab-nav ul li img {
  display: inline-block;
  vertical-align: middle;
}
.tab-nav ul li .tab-hide {
  display: none;
}
.tab-nav ul li i {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  color: #000;
  font-size: 24px;
  padding-left: 10px;
}
.tab-nav ul li.tab-on,
.tab-nav ul li:hover {
  background-color: #6e3876;  // tab背景颜色
  border-color: #6e3876;    // tab边框背景颜色
}
.tab-nav ul li.tab-on:after,
.tab-nav ul li:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #6e3876;    // tab选中时的尖尖颜色
}
.tab-nav ul li.tab-on i,
.tab-nav ul li:hover i {
  color: #fff;
}
.tab-nav ul li.tab-on .tab-show,
.tab-nav ul li:hover .tab-show {
  display: none;
}
.tab-nav ul li.tab-on .tab-hide,
.tab-nav ul li:hover .tab-hide {
  display: inline-block;
}
.tab-main {
  background-color: #b595bb;
  position: relative;
  padding-bottom: 63px;
}
.tab-font {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  text-align: center;
}
.tab-font img {
  display: block;
  max-width: 94%;
  margin: 0 auto;
}
.tab-seat {
  height: 40px;
}
.tab-menusub {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}
.tab-menusub li {
  background-color: #fabf00;
  border: 1px solid #000;
  border-radius: 40px;
  line-height: 40px;
  padding: 0 26px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.tab-menusub li.on {
  background-color: #000;
  color: #fff;
}
.tab-series {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
.tab-series .wp {
  position: relative;
}
.tab-series .tab-swiper {
  position: relative;
  max-width: 1100px;
  overflow: hidden;
  background: #6e3876;
  padding: 20px;
  margin: 30px auto 0;
}
.tab-series .swiper-button-next:after,
.tab-series .swiper-button-prev:after,
.tab-series .swiper-rtl .swiper-button-next:after,
.tab-series .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.tab-series .swiper-button-prev {
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/images/tab-prev.png)
    no-repeat;
  margin-top: 0;
}
.tab-series .swiper-button-next {
  right: 0;
  width: 36px;
  height: 36px;
  background: url(/images/tab-next.png)
    no-repeat;
  margin-top: 0;
}
.tab-series .swiper-slide img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-series .swiper-slide a {
  display: block;
  overflow: hidden;
}
.tab-series .swiper-slide a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.tab-more {
  margin: 17px 50px 0 auto;
  text-align: center;
  border: 2px solid #fff;
  width: 100px;
  line-height: 33px;
  border-radius: 33px;
}
.tab-more a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  align-content: center; /* 多行一起垂直居中 */
}
.tab-more a:after {
  content: "";
  display: inline-block;
  vertical-align: auto;
  width: 7px;
  height: 12px;
  background: url(/images/tab-more.png)
    no-repeat;
  margin-left: 10px;
}
.tab-more:hover {
  background-color: #fff;
}
.tab-more:hover a {
  color: #000;
}
.tab-more:hover a:after {
  background-image: url(/images/tab-mores.png);
}
.tab-boxno {
  display: none;
}
.index-brand .brands-tit {
  margin-top: 100px;
}
.brand-name {
  background: #f8f8f8;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  color: #0c0c0c;
  font-size: 20px;
  font-weight: 700;
  margin-top: 82px;
}
.brand-list ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.brand-list ul:after {
  content: "";
  width: 210px;
}
.brand-list li {
  width: 210px;
  margin-top: 36px;
  margin: 36px 14px 0;
}
.brand-list li a {
  display: block;
  position: relative;
  padding-top: 47.6%;
  overflow: hidden;
}
.brand-list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-list li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.index-place {
  margin-top: 90px;
}
.index-place img {
  width: 100%;
  vertical-align: middle;
}
.place-swiper {
  overflow: hidden;
  position: relative;
}
.place-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.place-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.place-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.place-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.index-designer {
  margin-top: 82px;
}
.index-name {
  text-align: center;
}
.index-name h2 {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
}
.index-name p {
  color: #383838;
  font-size: 16px;
  line-height: 1.44;
  margin-top: 33px;
}
.des-swiper .des-main {
  width: 380px;
  height: 380px;
  background: #efefef;
  border-radius: 50%;
  text-align: center;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.des-swiper .des-pic img {
  max-width: 176px;
}
.des-swiper .des-pic strong {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 26px;
  font-family: PingFang SC;
}
.des-swiper .des-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: -webkit-flex;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  align-content: center; /* 多行一起垂直居中 */
  display: none;
}
.des-swiper .des-info img {
  margin-top: 10px;
}
.des-swiper .des-info p {
  color: #fff;
  font-size: 12px;
  line-height: 1.43;
  text-align: left;
  padding: 0 48px;
  margin-top: 2px;
  text-align: center;
  display: none;
}
.des-swiper .swiper-slide:hover .des-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.des-swiper {
  overflow: hidden;
  margin-top: 35px;
  position: relative;
}
.des-swiper .swiper-wrapper {
  padding-bottom: 70px;
}
.des-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.des-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.des-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.des-join {
  text-align: center;
  margin-top: 60px;
}
.des-join a {
  display: inline-block;
  width: 240px;
  line-height: 60px;
  background: #efefef;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
}
.des-join a:hover {
  background-color: #fabf00;
  color: #fff;
}
.index-news {
  background: #f8f8f8;
  margin-top: 58px;
  padding: 96px 0 50px;
}
.news-swiper {
  margin-top: 53px;
}
.news-swiper .swiper-slide {
  border: 4px solid #d9d9d9;
}
.newsidx-pic {
  display: block;
  position: relative;
  padding-top: 59.6%;
  overflow: hidden;
}
.newsidx-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsidx-pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.newsidx-info {
  height: 260px;
  padding: 40px 30px;
}
.newsidx-info .newsidx-txt {
  color: #000;
  font-size: 26px;
  line-height: 1.42;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsidx-info .newsidx-txt:hover {
  color: #fabf00;
}
.newsidx-info p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.42;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.newsidx-info .newsidx-time {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 42px;
  line-height: 16px;
}
.newsidx-info .newsidx-time span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
}
.newsidx-info .newsidx-time a {
  float: right;
}
.newsidx-info .newsidx-time img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsidx-info .newsidx-time a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news-swiper {
  overflow: hidden;
  position: relative;
}
.news-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.index-partner {
  margin-top: 70px;
  margin-bottom: 107px;
}
.index-partner ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  max-width: 905px;
  margin: 35px auto 0;
}
.index-partner ul:after {
  content: "";
  width: 200px;
}
.index-partner li {
  width: 200px;
  margin-top: 30px;
  /*background: #fff;*/
  /*box-shadow: 0 0 10px rgba(201, 201, 201, 0.5);*/
  border-radius: 5px;
  overflow: hidden;
}
.index-partner li a {
  display: block;
}
.index-partner li img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-partner li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.top-pic img,
.top-pic video {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
.brand-intr {
  margin-top: 88px;
}
.brand-intr p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
  text-align: center;
}
.brand-tit {
  background: #f8f8f8;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  color: #0c0c0c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.brands-tit {
  line-height: 1.1;
  text-align: center;
  color: #0c0c0c;
  font-size: 20px;
  margin-bottom: 40px;
}
.brands-tit.online {
  margin-bottom: 0;
}
.brands-tit strong {
  font-family: Impact;
  display: block;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
}
.brands-tit h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #0c0c0c;
  position: relative;
  margin-top: 15px;
}
.brands-tit h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: 0 auto;
  width: 112px;
  height: 2px;
  background: #6e3a7a;
}
.brands-tit p {
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
  margin-top: 30px;
}
.brands-tit p.other {
  margin-top: 8px;
}
.brand-step {
  padding: 100px 0;
  margin-top: 100px;
  background: url(../images/brandstep.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brand-step .brands-tit h2:before {
  background: #fff;
}
.brand-duty {
  margin-top: 93px;
}
.brand01-swiper .swiper-slide {
  position: relative;
}
.brand01-swiper .swiper-slide p {
  width: 450px;
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.brand01-swiper {
  overflow: hidden;
}
.brand02-swiper {
  overflow: hidden;
  width: 960px;
  margin: 50px auto 10px;
  position: relative;
  padding: 0 48px;
  line-height: 40px;
}
.brand02-swiper .swiper-button-next:after,
.brand02-swiper .swiper-button-prev:after,
.brand02-swiper .swiper-rtl .swiper-button-next:after,
.brand02-swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.brand02-swiper .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/images/brand-prev.png)
    no-repeat;
  margin-top: -18px;
}
.brand02-swiper .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/images/brand-next.png)
    no-repeat;
  margin-top: -18px;
}
.brand02-swiper .swiper-slide {
  color: #000;
  font-size: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  line-height: 32px;
  cursor: pointer;
}
.brand02-swiper .swiper-slide.brand-bgc01.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc01:hover {
  background: #000;
  color: #fff;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc02.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc02:hover {
  background: #63509a;
  color: #fff;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc03.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc03:hover {
  background: #00c2ff;
  color: #000;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc04.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc04:hover {
  background: #e538a0;
  color: #000;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc05.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc05:hover {
  background: #8fa4cd;
  color: #000;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc06.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc06:hover {
  background: #cbec00;
  color: #000;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc07.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc07:hover {
  background: #ff5b00;
  color: #000;
  font-weight: 700;
}
.brand02-swiper .swiper-slide.brand-bgc08.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc08:hover {
  background: #15d8b5;
  color: #000;
  font-weight: 700;
}
.brand-cul {
  padding: 90px 0 180px;
  background: #ededed;
}
.cul-show {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  color: #000;
  line-height: 1.1;
}
.cul-side {
  width: 31.67%;
}
.cul-base {
  background: #f8f8f8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  text-align: center;
  margin: 12px 0;
  padding: 60px 0;
}
.cul-fc {
  width: 34.67%;
  background: #f8f8f8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  text-align: center;
  padding: 50px 0 80px;
}
.cul-show span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.cul-show p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.5;
}
.cul-show strong {
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  padding: 0 10px;
}
.cul-show i {
  display: block;
  font-size: 20px;
  margin-top: 12px;
}
.cul-show img {
  vertical-align: middle;
  margin-bottom: 40px;
}
.brand-team {
  padding: 100px 0 180px;
  background: url(/images/brandteam.jpg)
    no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brand-team .brands-tit h2,
.brand-team .brands-tit strong {
  color: #fff;
}
.brand-team ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.brand-team li {
  width: 44%;
}
.brand-team li .team-pic {
  float: left;
  width: 180px;
  margin-right: 32px;
}
.brand-team li .team-info {
  display: block;
  overflow: hidden;
  line-height: 1.1;
  color: #fff;
}
.brand-team li .team-info strong {
  display: block;
  font-size: 30px;
}
.brand-team li .team-info i {
  display: block;
  color: #fabf00;
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
}
.brand-team li .team-info p {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
.brand-duty ul {
  margin: 80px 10% 0;
  line-height: 1.44;
}
.brand-duty ul li {
  margin-bottom: 40px;
}
.brand-duty .duty-fl {
  float: left;
  width: 118px;
  margin-right: 40px;
  color: #000;
  font-size: 16px;
}
.brand-duty .duty-fl span {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  min-width: 70px;
}
.brand-duty .duty-fl span i {
  color: #fabf00;
}
.brand-duty .duty-fr {
  display: block;
  overflow: hidden;
}
.brand-duty .duty-fr a {
  color: #000;
  font-size: 16px;
}
.brand-duty .duty-fr a:hover {
  color: #fabf00;
}
.brand-duty .duty-fr p {
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.brand-designer {
  padding: 80px 0 60px;
  margin-top: 120px;
  background: #f8f8f8;
}
.brand-designer .des-swiper {
  height: 880px;
  padding-bottom: 60px;
}
.brand-designer .des-swiper .swiper-slide {
  height: calc(100% / 2);
}
.brand-jointly {
  margin-top: 90px;
  margin-bottom: 100px;
}
.jointly-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  margin-top: 70px;
}
.jointly-swiper p {
  color: #383838;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.jointly-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.jointly-swiper .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.jointly-swiper .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.pro-one {
  overflow: hidden;
  position: relative;
}
.pro-one img {
  width: 100%;
  vertical-align: middle;
}
.one-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 50px;
}
.one-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.one-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.pro-main {
  position: relative;
  padding: 70px 0 150px;
  background: url(/images/pro-bg02.png)
    no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.pro-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 741px;
  background: url(/images/pro-bg01.png)
    no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1;
}
.pro-main:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 701px;
  background: url(/images/pro-bg03.png)
    no-repeat bottom center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1;
}
.pro-main .pro-con {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
}
.pro-main .pro-con.pro-first {
  margin-top: 70px;
}
.pro-main .pro-title {
  width: 230px;
  text-align: center;
  margin-top: -36px;
}
.pro-main .pro-title a {
  display: block;
}
.pro-main .pro-title img {
  vertical-align: middle;
  width: 120px;
}
.pro-main .pro-title strong {
  display: block;
  color: #000;
  font-size: 26px;
  margin: 15px 0 28px;
}
.pro-main .pro-title i {
  display: block;
  background: #8c8c8c;
  border-radius: 48px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  width: 148px;
  margin: 0 auto;
}
.pro-main .pro-title i:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/images/arrow-z.png)
    no-repeat;
  margin-top: -3px;
}
.pro-main .pro-title i:hover {
  background-color: #fabf00;
}
.pro-main .pro-title strong:hover {
  color: #fabf00;
}
.pro-main .pro-list {
  width: 77%;
}
.pro-main .prol-li {
  clear: both;
  overflow: hidden;
  margin-left: -1%;
}
.pro-main .prol-li li {
  float: left;
  width: 32.3%;
  margin-left: 1%;
}
.pro-main .prol-li li a {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.pro-main .prol-li li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro-main .prol-li li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pro-main .prol-btn {
  margin-top: 14px;
}
.pro-main .prol-btn a {
  display: inline-block;
  padding: 0 16px;
  line-height: 30px;
  border-radius: 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 10px;
}
.pro-main .prol-btn a:hover {
  background-color: #fabf00;
  border-color: #fabf00;
  color: #fff;
}
.pro-video {
  position: relative;
  padding-top: 120px;
  background: url(/images/pro-bg.jpg)
    no-repeat top center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.pro-video img {
  vertical-align: middle;
}
.video-show {
  position: relative;
  height: 506px;
}
.video-show .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  z-index: 1;
  cursor: pointer;
}
.video-show video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
}
.video-swiper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 54px;
  margin-top: 66px;
}
.video-swiper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
  background: #f5f5f5;
}
.video-swiper .video-item {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  cursor: pointer;
}
.video-swiper .video-item:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(/images/video-icons.png)
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.video-swiper .video-item img {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* .video-swiper .swiper-slide-active .video-item img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)} */
/* .video-swiper .swiper-slide-active .video-item:before{width:32px;height:32px} */
.pro-video .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.pro-video .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.pro-video .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.pro-choose {
  margin-top: 90px;
}
.pro-choose p {
  color: #000;
  font-size: 16px;
  line-height: 1.44;
  margin-top: 40px;
  padding: 0 7%;
}
.choose-tab {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}
.choose-tab li {
  border: 1px solid #000;
  border-radius: 40px;
  line-height: 38px;
  padding: 0 26px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.choose-tab li.on {
  background-color: #000;
  color: #fff;
}
.choose-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 120px;
}
.choose-swiper .swiper-slide {
  text-align: center;
  overflow: hidden;
  height: 1px;
}
.choose-swiper .swiper-slide.swiper-slide-active {
  height: auto;
}
.choose-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 80px;
}
.choose-swiper .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}
.choose-swiper .swiper-pagination-bullet-active {
  background: #2a2a2a;
}
.top-name {
  text-align: center;
  margin-top: 100px;
}
.top-name img {
  width: 80px;
  vertical-align: middle;
}
.top-name img.topicon {
  width: 170px;
  margin-left: 55px;
}
.top-name i {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.iptab-show {
  margin-top: 60px;
}
.iptab-show .wp {
  max-width: 858px;
}
.iptab-list {
  border-bottom: 2px solid #101010;
  text-align: center;
  font-size: 0;
}
.iptab-list li {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  line-height: 48px;
  border: 2px solid #050505;
  border-bottom: none;
  border-radius: 0 5px 5px 0;
  color: #050505;
  font-size: 22px;
  cursor: pointer;
}
.iptab-list li:first-child {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.iptab-list li.on {
  background-color: #050505;
  color: #fabf00;
}
.iptab-box {
  margin-top: 40px;
}
.iptab-swiper {
  overflow: hidden;
  position: relative;
  padding: 10px 10px 40px 10px;
  text-align: center;
}
.iptab-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.iptab-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.iptab-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.iptab-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.iptab-swiper .swiper-on:before,
.iptab-swiper .swiper-slide.swiper-slide-active:before,
.iptab-swiper .swiper-slide:hover:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border: 5px solid #fabf00;
  z-index: -1;
}
.iptab-swiper .swiper-slide a {
  display: block;
}
.iptab-swiper .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.iptabs-swiper {
  overflow: hidden;
  position: relative;
  padding: 10px 10px 40px 10px;
}
.iptabs-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.iptabs-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.iptabs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.iptabs-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.iptabs-swiper .swiper-on:before,
.iptabs-swiper .swiper-slide.swiper-slide-active:before,
.iptabs-swiper .swiper-slide:hover:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border: 5px solid #fabf00;
  z-index: -1;
}
.iptabs-swiper .swiper-slide a {
  display: block;
}
.iptabs-swiper .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.ipdoll-show .iptab-swiper {
  width: 720px;
  margin: 0 auto;
}
.ipdoll-show .iptabs-swiper {
  width: 520px;
  margin: 0 auto;
}
.iptab01-swiper,
.iptab02-swiper {
  overflow: hidden;
  position: relative;
  margin-top: 120px;
}
.iptab-demo {
  text-align: center;
}
.iptab-demo img {
  vertical-align: middle;
  margin-bottom: 80px;
}
.iptab01-swiper .swiper-slide,
.iptab02-swiper .swiper-slide {
  height: 1px;
}
.iptab01-swiper .swiper-slide.swiper-slide-active,
.iptab02-swiper .swiper-slide.swiper-slide-active {
  height: auto;
}
.iptab-main {
  margin-top: 80px;
  margin-bottom: 100px;
  line-height: 1.5;
}
.iptab-name {
  text-align: center;
  margin-bottom: 10px;
}
.iptab-con {
  margin-bottom: 30px;
}
.iptab-con > span {
  display: block;
  color: #000;
  font-size: 20px;
}
.iptabs-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-top: 16px;
}
.iptabs-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.iptabs-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.iptabs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.iptabs-swiper .swiper-slide {
  text-align: center;
}
.iptabs-swiper .swiper-slide img {
  vertical-align: middle;
}
.iptabs-swiper .swiper-slide i {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}
.iptab-lie {
  clear: both;
  overflow: hidden;
  margin-left: -1.7%;
}
.iptab-lie li {
  float: left;
  width: 18.3%;
  margin-left: 1.7%;
  text-align: center;
  margin-bottom: 28px;
}
.iptab-lie li img {
  width: 100%;
  vertical-align: middle;
}
.iptab-lie li i {
  display: block;
  color: #000;
  font-size: 16px;
  margin-top: 12px;
}
.iptab-line {
  border-top: 2px solid #101010;
  padding: 60px 30px 0;
}
.iptab-base {
  margin: 60px auto 100px;
  max-width: 1180px;
}
.iptab-baseintr {
  text-align: center;
  color: #000;
  line-height: 1.44;
}
.iptab-baseintr img {
  vertical-align: middle;
}
.iptab-baseintr strong {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.iptab-baseintr p {
  font-size: 14px;
  margin-top: 28px;
}
.base-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-top: 68px;
}
.base-swiper .swiper-slide {
  height: 1px;
}
.base-swiper .swiper-slide.swiper-slide-active {
  height: auto;
}
.base-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.base-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.base-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.ch-online {
  margin-top: 60px;
}
.ch-online .wp {
  position: relative;
}
.ch-list {
  margin-top: 0;
}
.ch-list li {
  float: left;
  width: 16.6%;
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.ch-list li:hover .code-db {
  display: block;
}
.ch-list .code-db {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  z-index: 9;
}
.ch-list .code-db img {
  display: block;
  width: 100%;
}
.ch-list .code-db i {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #000;
  margin: 0 -2px;
}
.ch-list li img {
  vertical-align: middle;
  margin: 0 auto;
}
.ch-list li i {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 18px;
}
.code-show .code-db {
  position: absolute;
  top: -10px;
  width: 120px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: none;
}
.code-show .code01 {
  left: 2%;
}
.code-show .code02 {
  left: 19%;
}
.code-show .code03 {
  left: 36%;
}
.code-show .code04 {
  left: 53%;
}
.code-show .code-db i {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 0 -2px;
}
.ch-offline {
  margin-top: 90px;
}
.map-show {
  margin-top: 30px;
}
.map-show img {
  width: 100%;
  vertical-align: middle;
}
.adr-show {
  padding: 30px 25px;
  background: #f8f8f8;
}
.adr-con {
  background-color: #fff;
  border-radius: 5px;
  padding: 33px 44px 33px 88px;
}
.adr-tab {
  font-size: 0;
}
.adr-tab li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 40px;
  line-height: 38px;
  border: 1px solid #000;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  margin-right: 12px;
  cursor: pointer;
  margin-bottom: 8px;
}
.adr-tab li.on {
  background-color: #000;
  color: #fff;
}
.adr-box {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 26px;
}
.adr-box::-webkit-scrollbar {
  height: 200px;
  width: 12px;
}
.adr-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.adr-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.adr-box ul {
  clear: both;
  overflow: hidden;
}
.adr-box li {
  float: left;
  width: 35%;
  margin: 10px 2% 20px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.44;
}
.adr-box li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.ch-global {
  margin-top: 50px;
}
.ch-join {
  margin-top: 40px;
}
.ch-join ul {
  margin-top: 37px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}
.ch-join li {
  width: 48.6%;
  background: #fff;
  box-shadow: 0 0 10px rgba(201, 201, 201, 0.5);
  border-radius: 5px;
  padding: 28px 50px 36px 50px;
  color: #000;
  line-height: 1.44;
}
.ch-join li strong {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
.ch-join li strong i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
}
.ch-join li p {
  font-size: 16px;
}
.ch-join li p span {
  text-align-last: justify;
  width: 64px;
  display: inline-block;
  text-align: right;
}
.ch-join li p a:hover {
  text-decoration: underline;
  color: #fabf00;
}
.ch-partner {
  margin-top: 70px;
  margin-bottom: 100px;
}
.partner-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  height: 320px;
  max-width: 912px;
  margin: 50px auto 0;
}
.partner-swiper .swiper-slide {
  text-align: center;
  height: calc(100% / 2);
  overflow: hidden;
}
.partner-swiper .swiper-slide i {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0;
}
.partner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.partner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.partner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.tab-nav ul.en-idxtab li i {
  font-size: 14px;
}
.en-designer .des-swiper .des-info p {
  text-align: center;
  padding: 0 30px;
  font-size: 12px;
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.en-designer .des-swiper .des-info p.scale {
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 1550px) {
  .footer-fl {
    padding-left: 60px;
  }
  .footer-fr {
    padding-right: 60px;
  }
  .footer-logo,
  .footer-link li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .tab-series {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .tab-series {
    padding-top: 180px;
  }
  .index-one .one-info strong {
    font-size: 40px;
  }
  .index-one .one-info p {
    font-size: 20px;
  }
  .tab-nav ul li i {
    padding-left: 6px;
  }
  .toTop {
    width: 60px;
    bottom: 150px;
  }
  .one-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
  .index-brand .brands-tit {
    margin-top: 80px;
  }
  .footer-fl {
    width: 77%;
  }
}
@media screen and (max-width: 1280px) {
  .header-lang {
    margin-left: 10px;
  }
  .tab-nav ul li img {
    width: 34px;
  }
  .tab-nav ul li i {
    padding-left: 0;
    font-size: 20px;
  }
  .tab-nav ul.en-idxtab li i {
    font-size: 14px;
  }
  .tab-nav ul li {
    padding: 0 10px;
  }
  .tab-nav {
    padding: 50px 0 40px;
  }
  .tab-series .tab-swiper {
    padding: 12px;
    width: 90%;
  }
  .tab-series {
    padding-top: 160px;
  }
  .index-brand {
    margin-top: 0;
  }
  .index-news {
    padding-top: 60px;
  }
  .newsidx-info .newsidx-txt {
    font-size: 24px;
  }
  .brand-duty,
  .brand-intr,
  .brand-jointly,
  .brand-step,
  .ch-offline,
  .ch-online,
  .ch-partner,
  .iptab-main {
    margin-top: 50px;
  }
  .brand-jointly {
    margin-bottom: 60px;
  }
  .brand-tit {
    margin-bottom: 30px;
  }
  .brand-team li {
    width: 47%;
  }
  .brand-team ul {
    margin-top: 80px;
  }
  .brand-duty ul {
    margin: 60px 2% 0;
  }
  .jointly-swiper {
    margin-top: 40px;
  }
  .pro-main {
    padding: 60px 0 120px;
  }
  .pro-main .pro-title {
    width: 200px;
  }
  .pro-main .pro-title img {
    width: 100px;
  }
  .pro-main .pro-title strong {
    font-size: 22px;
    margin: 16px 0;
  }
  .pro-main .pro-title i {
    width: 140px;
  }
  .pro-main .pro-list {
    width: 80%;
  }
  .pro-main .pro-con {
    margin-top: 120px;
  }
  .pro-video {
    padding-top: 80px;
  }
  .video-swiper {
    margin-top: 30px;
  }
  .video-show .video-icon {
    width: 60px;
  }
  .pro-choose {
    margin-top: 60px;
  }
  .adr-con {
    padding: 30px;
  }
  .brands-tit strong {
    font-size: 32px;
  }
  .brand-step {
    padding: 80px 0;
  }
  .brand01-swiper .swiper-slide p {
    right: 100px;
  }
  .brand-cul,
  .brand-team {
    padding: 60px 0 120px;
  }
  .brand-designer {
    margin-top: 80px;
  }
  .iptab01-swiper,
  .iptab02-swiper {
    margin-top: 80px;
  }
  .iptab-demo img {
    margin-bottom: 50px;
  }
  .index-brand .brands-tit {
    margin-top: 50px;
  }
  .m-dreamfair-top {
    margin-bottom: 50px;
  }
  .inner-y-tit {
    margin-bottom: 40px;
  }
  .dreamfair-list li .img {
    margin-right: 50px;
  }
  .news-y-con {
    margin: 90px 0;
  }
  .ban-yc h2 {
    left: 2%;
    margin-left: 0;
    font-size: 28px;
  }
  .news-y-con .left {
    width: calc(100% - 370px);
  }
  .news-y-con .right {
    margin-left: 60px;
  }
  .footer-fl {
    padding-left: 24px;
    width: 66%;
  }
  .footer-fr {
    padding-right: 24px;
    width: 34%;
  }
  .footer-logo {
    width: 120px;
    margin-right: 12px;
  }
  .footer-link li {
    width: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .headfl i {
    display: none;
  }
  .index-designer {
    margin-top: 60px;
  }
  .des-swiper .des-main {
    width: 336px;
    height: 336px;
    padding-top: 66px;
  }
  .des-swiper .des-pic strong {
    font-size: 16px;
    margin-top: 12px;
  }
  .des-swiper .des-info img {
    width: 120px;
  }
  .des-swiper .des-info p {
    font-size: 12px;
  }
  .brand-designer .des-swiper {
    height: 800px;
  }
  .video-show {
    height: auto;
  }
  .video-show video {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .footer-fl,
  .footer-fr {
    width: 100%;
    padding: 0 24px;
    text-align: center;
  }
  .footer {
    line-height: 90px;
    flex-wrap: wrap;
    line-height: 40px;
    padding: 20px 0;
  }
  .footer-fl {
    justify-content: center;
  }
  .footer-fr {
    justify-content: flex-start;
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .headfl .logo {
    padding-left: 20px;
  }
  .header-lang {
    padding-right: 20px;
  }
  .header-nav > li {
    margin-right: 32px;
  }
  .index-one .one-info strong {
    font-size: 30px;
  }
  .index-one .one-info p {
    font-size: 16px;
  }
  .index-one .one-btn img {
    width: 32px;
  }
  .tab-font {
    display: none;
  }
  .tab-series {
    padding-top: 60px;
  }
  .tab-main {
    padding-bottom: 60px;
  }
  .brand-list ul {
    display: block;
    clear: both;
    overflow: hidden;
  }
  .brand-list li {
    float: left;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
  }
  .index-designer {
    margin-top: 50px;
  }
  .index-name h2 {
    font-size: 24px;
  }
  .index-name p {
    font-size: 14px;
    margin-top: 20px;
  }
  .des-swiper .des-main {
    width: 300px;
    height: 300px;
  }
  .des-join {
    margin-top: 40px;
  }
  .des-join a {
    font-size: 18px;
  }
  .des-pic img {
    width: 130px;
  }
  .des-swiper .des-info img {
    margin-top: 8px;
  }
  .brand-designer .des-swiper {
    height: 700px;
  }
  .pro-main .pro-con {
    margin-top: 80px;
  }
  .pro-main .pro-con.pro-first {
    margin-top: 50px;
  }
  .pro-main .prol-btn {
    margin-top: 10px;
  }
  .pro-main .prol-btn a {
    padding: 0 10px;
  }
  .top-name {
    margin-top: 70px;
  }
  .top-name img {
    width: 72px;
  }
  .top-name i {
    font-size: 24px;
  }
  .iptab-show {
    margin-top: 40px;
  }
  .iptab-list li {
    font-size: 20px;
  }
  .iptab-name img {
    width: 200px;
  }
  .iptab-lie li {
    width: 23.3%;
  }
  .cul-show img {
    width: 200px;
  }
  .cul-show strong {
    font-size: 24px;
  }
  .cul-show i {
    font-size: 16px;
  }
  .cul-base {
    padding: 53px 0;
  }
  .cul-show {
    margin-top: 0;
  }
  .dreamfair-list li .img {
    width: 480px;
    margin-right: 30px;
  }
  .dreamfair-list li .txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .headfl .logo img {
    width: 90px;
  }
  .header-nav > li.nav-on > a:before,
  .header-nav > li:hover > a:before {
    height: 5px;
  }
  .newsidx-info {
    padding: 30px 20px;
    height: 236px;
  }
  .newsidx-info .newsidx-txt {
    font-size: 20px;
  }
  .newsidx-info .newsidx-time {
    left: 20px;
    right: 20px;
  }
  .index-partner {
    margin: 50px 0;
  }
  .index-partner ul {
    margin-top: 20px;
  }
  .brand-team ul {
    margin-top: 50px;
  }
  .brand-team li .team-pic {
    width: 100px;
    margin-right: 20px;
  }
  .brand-team li .team-info strong {
    font-size: 18px;
  }
  .brand-team li .team-info p {
    font-size: 14px;
    margin-top: 10px;
  }
  .brand-duty .duty-fl,
  .brand-duty .duty-fr a,
  .brand-duty .duty-fr p {
    font-size: 14px;
  }
  .brand-duty .duty-fl span {
    font-size: 24px;
  }
  .brand-duty .duty-fl {
    margin-right: 24px;
  }
  .jointly-swiper p {
    font-size: 14px;
    line-height: 1.5;
  }
  .jointly-swiper {
    margin-top: 0;
  }
  .ch-list li i {
    font-size: 14px;
  }
  .ch-list li img {
    width: 84px;
  }
  .code-show .code-db {
    top: -60px;
  }
  .adr-show {
    padding: 16px;
  }
  .adr-con {
    padding: 20px;
  }
  .adr-tab li {
    font-size: 14px;
    padding: 0 10px;
    line-height: 36px;
    margin-right: 6px;
  }
  .ch-join li {
    padding: 24px 30px;
  }
  .ch-join li strong i {
    margin-left: 12px;
  }
  .ch-join ul {
    padding: 0;
  }
  .brand01-swiper .swiper-slide p {
    right: 60px;
  }
  .brand-cul,
  .brand-team {
    padding: 50px 0 80px;
  }
  .cul-show p {
    font-size: 14px;
  }
  .cul-show strong {
    font-size: 20px;
  }
  .cul-fc {
    width: 26%;
  }
  .cul-side {
    width: 36%;
  }
  .cul-show img {
    width: 160px;
  }
  .cul-show strong {
    font-size: 16px;
  }
  .cul-base {
    padding: 49px 0;
  }
  .m-dreamfair-top {
    padding: 20px 0 50px;
  }
  .m-dreamfair-top h2 {
    font-size: 26px;
  }
  .m-dreamfair-top .txt p {
    font-size: 14px;
    padding-right: 20px;
  }
  .news-y-con {
    margin: 50px 0;
  }
  .news-content h1 {
    margin-bottom: 50px;
  }
  .news-y-list2 li .txt .tit {
    font-size: 18px;
  }
  .news-y-list2 li .img {
    width: 180px;
    margin-right: 16px;
  }
  .news-y-con .left {
    width: calc(100% - 320px);
  }
  .news-y-con .right {
    margin-left: 40px;
    width: 280px;
  }
  .connect-y-list li .img {
    width: 200px;
    height: 200px;
    margin-right: 60px;
  }
  .connect-y-list li .txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .connect-y-list {
    padding: 50px 0;
  }
  .tab-nav ul.en-idxtab li {
    padding: 10px;
  }
  .tab-nav ul.en-idxtab li i {
    line-height: 24px;
  }
  .tab-nav ul.en-idxtab li img {
    width: 24px;
  }
}
@media screen and (max-width: 970px) {
  .brand-designer .des-swiper {
    height: 750px;
  }
  .des-swiper .des-main {
    width: 320px;
    height: 320px;
  }
  .brand02-swiper {
    width: 100%;
  }
  .brand01-swiper .swiper-slide p {
    right: 30px;
  }
}
@media screen and (max-width: 910px) {
  .tab-nav ul li i {
    font-size: 18px;
  }
  .tab-nav ul li img {
    width: 32px;
  }
  .tab-menusub li {
    padding: 0 16px;
  }
  .brand02-swiper {
    width: 96%;
  }
  .brand01-swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.8;
    right: 10px;
  }
  .dreamfair-list2 li .item .left img {
    width: 150px;
    height: auto;
  }
  .dreamfair-list2 {
    margin-bottom: 100px;
  }
  .dreamfair-list2 li .item .left p {
    width: 96%;
  }
  .tab-nav ul.en-idxtab li i {
    font-size: 14px;
  }
  .tab-nav ul.en-idxtab li img {
    width: 24px;
  }
  .header-nav > li {
    margin-right: 18px;
  }
  .header-nav > li.nav-arrow > a:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 840px) {
  .footer-lang,
  .footer-logo,
  .footer-fr {
  }
  .footer-logo {
    display: block;
    margin: 0 auto 14px;
  }
  .footer-link {
    margin: 10px 0;
  }
  .footer-fl {
    width: 100%;
    display: block;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  .footer {
    display: block;
    padding: 20px 10px;
    line-height: 1.8;
  }
  .footer-link li {
    margin-right: 10px;
  }
  .brands-tit.online {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .index-one .one-pic img {
    display: block;
    width: 100%;
  }
  .index-one .one-pic video {
    display: none;
  }
  .footer-link li {
    width: 24px;
  }
  .header-lang {
    display: none;
  }
  .header {
    line-height: 40px;
  }
  .menuBtn {
    display: block;
  }
  .header-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: none;
    background-color: #000;
    text-align: center;
    padding-top: 10px;
  }
  .header-nav > li.nav-on > a:before,
  .header-nav > li:hover > a:before {
    display: none;
  }
  .header-nav > li {
    margin-right: 0;
    line-height: 60px;
  }
  .header-nav > li.nav-arrow > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
  }
  .nav-arrow .nav-sub {
    position: static;
    width: 100%;
    border: none;
  }
  .header-nav > li.nav-arrow.nav-open > a:after {
    background-image: url(/images/nav-arrows.png);
  }
  .header-nav > li {
    margin-right: 0;
  }
  .nav-arrow .nav-sub li a {
    padding: 5px 0;
  }
  .tab-series {
    padding-top: 50px;
  }
  .tab-main {
    padding-bottom: 50px;
  }
  .tab-nav ul li {
    padding: 0 6px;
  }
  .tab-nav ul li i {
    font-size: 16px;
    line-height: 46px;
  }
  .tab-nav ul li img {
    width: 26px;
  }
  .tab-nav {
    padding: 30px 0 26px;
  }
  .tab-menusub li {
    font-size: 14px;
  }
  .index-place {
    margin-top: 40px;
  }
  .des-swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
  .news-swiper {
    margin-top: 30px;
  }
  .newsidx-info .newsidx-txt {
    font-size: 18px;
  }
  .newsidx-info {
    padding: 20px 16px;
    height: 220px;
  }
  .toTop {
    bottom: 100px;
  }
  .brand-name {
    margin-top: 50px;
    font-size: 18px;
  }
  .brand-duty,
  .brand-intr,
  .brand-jointly,
  .brand-step,
  .ch-offline,
  .ch-online,
  .ch-partner {
    margin-top: 40px;
  }
  .brand-jointly {
    margin-bottom: 50px;
  }
  .brand-tit {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .brand-intr p {
    font-size: 14px;
  }
  .brand02-swiper {
    margin-top: 30px;
  }
  .brand02-swiper .swiper-slide {
    font-size: 14px;
  }
  .brand-duty ul {
    margin-top: 0;
  }
  .brand-duty ul li {
    margin-bottom: 24px;
  }
  .one-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }
  .pro-one img {
    min-height: 240px;
    object-fit: cover;
  }
  .pro-main .pro-title img {
    width: 72px;
  }
  .pro-main .pro-title strong {
    font-size: 18px;
  }
  .pro-main .pro-title i {
    display: none;
  }
  .pro-main .pro-title {
    width: 120px;
  }
  .pro-main .pro-con {
    margin-top: 50px;
  }
  .pro-main .pro-con.pro-first {
    margin-top: 40px;
  }
  .pro-main {
    padding: 50px 0 80px;
  }
  .pro-main .prol-btn a {
    font-size: 12px;
    padding: 0 8px;
    line-height: 32px;
    margin-right: 6px;
  }
  .pro-video {
    padding-top: 50px;
  }
  .video-swiper {
    margin-top: 20px;
    padding: 16px 16px 50px;
  }
  /* .video-swiper .swiper-slide-active .video-item:before{width:28px;height:28px} */
  .pro-choose {
    margin-top: 40px;
  }
  .choose-tab li {
    font-size: 14px;
    padding: 0 10px;
  }
  .choose-tab {
    justify-content: space-around;
  }
  .pro-choose p {
    padding: 0 10px;
    font-size: 14px;
    margin-top: 30px;
  }
  .top-name {
    margin-top: 60px;
  }
  .top-name img {
    width: 60px;
  }
  .top-name i {
    font-size: 20px;
  }
  .iptab-show {
    margin-top: 30px;
  }
  .iptab-list li {
    width: 180px;
    font-size: 18px;
  }
  .iptab-box {
    margin-top: 24px;
  }
  .iptab-main {
    margin-top: 30px;
  }
  .iptab-con > span {
    font-size: 18px;
  }
  .iptab-main {
    margin-bottom: 60px;
  }
  .iptab-lie li {
    width: 31.6%;
    margin-bottom: 20px;
  }
  .iptab-lie li i {
    font-size: 14px;
  }
  .iptabs-swiper .swiper-slide i {
    font-size: 14px;
    margin-top: 8px;
  }
  .iptab-line {
    padding: 20px 0 0;
  }
  .base-swiper {
    margin-top: 40px;
  }
  .iptab-base {
    margin-bottom: 80px;
  }
  .ch-join ul {
    margin-top: 20px;
  }
  .ch-join li {
    padding: 20px;
  }
  .ch-join li strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ch-join li p {
    font-size: 14px;
  }
  .index-name h2 {
    font-size: 22px;
  }
  .index-name p {
    margin-top: 16px;
  }
  .partner-swiper {
    margin-top: 30px;
    height: 280px;
  }
  .ch-partner {
    margin-bottom: 80px;
  }
  .brands-tit strong {
    font-size: 28px;
  }
  .brands-tit h2 {
    font-size: 22px;
  }
  .brands-tit h2:before {
    width: 100px;
  }
  .brand-step {
    padding: 60px 0;
  }
  .brand01-swiper .swiper-slide p {
    font-size: 12px;
    width: 56%;
    transform: translateY(-50%) scale(0.7);
  }
  .cul-fc {
    display: none;
  }
  .cul-side {
    width: 49.5%;
  }
  .brand-team li .team-info i {
    font-size: 18px;
  }
  .brand-designer {
    margin-top: 50px;
    padding: 50px 0;
  }
  .brands-tit p {
    font-size: 14px;
  }
  .choose-swiper {
    padding-bottom: 100px;
  }
  .choose-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 66px;
  }
  .iptab01-swiper,
  .iptab02-swiper {
    margin-top: 50px;
  }
  .iptab-demo img {
    margin-bottom: 36px;
  }
  .ipdoll-show .iptab-swiper,
  .ipdoll-show .iptabs-swiper {
    width: 96%;
  }
  .top-name img.topicon {
    width: 120px;
    margin-left: 24px;
  }
  .inner-y-tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .dreamfair-list li .img {
    width: 360px;
  }
  .dreamfair-list li .img img {
    height: 260px;
  }
  .dreamfair-list li .txt .des {
    height: 90px;
  }
  .ban-yc h2 {
    font-size: 20px;
  }
  .news-content h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* .news-content p{margin-bottom:16px} */
  .news-y-con {
    display: block;
  }
  .news-y-con .left {
    width: 100%;
  }
  .news-y-con .right {
    width: 100%;
    margin-left: 0;
  }
  .news-tit-y {
    font-size: 18px;
  }
  .connect-y-list li .img {
    width: 160px;
    height: 160px;
    margin-right: 30px;
  }
  .connect-y-list li .img .log {
    width: 100px;
  }
  .connect-y-list li .txt h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .connect-y-list li .txt {
    margin-bottom: 20px;
  }
  .connect-y-list li {
    margin-bottom: 40px;
  }
  .connect-y-list li .zp img {
    width: 120px;
  }
  .tab-nav ul.en-idxtab li {
    padding: 8px;
  }
  .tab-nav ul.en-idxtab li i {
    font-size: 12px;
    line-height: 24px;
  }
  .tab-nav ul.en-idxtab li img {
    width: 20px;
  }
  .brand-duty .duty-fl {
    width: 90px;
    font-size: 12px;
  }
  .brand-duty .duty-fl span {
    font-size: 22px;
    min-width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .tab-nav ul li i {
    font-size: 14px;
    line-height: 40px;
  }
  .tab-nav ul li img {
    width: 20px;
  }
  .tab-series .swiper-button-next {
    right: -6px;
  }
  .tab-series .swiper-button-prev {
    left: -6px;
  }
  .tab-menusub li {
    padding: 0 10px;
    font-size: 12px;
  }
  .brand-list li {
    width: 33.3%;
    margin-top: 20px;
  }
  .index-designer {
    margin-top: 32px;
  }
  .des-swiper .des-main {
    width: 290px;
    height: 290px;
  }
  .des-join a {
    width: 200px;
    line-height: 50px;
  }
  .index-partner ul {
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: -2%;
    padding-bottom: 8px;
  }
  .index-partner li {
    float: left;
    width: 31.3%;
    margin-left: 2%;
    margin-top: 12px;
  }
  .brand-team ul {
    margin-top: 0;
    display: block;
  }
  .brand-team li {
    width: 100%;
    margin-top: 20px;
  }
  .brand-team li .team-info strong {
    font-size: 16px;
  }
  .pro-choose p {
    padding: 0;
  }
  .choose-swiper {
    margin-top: 30px;
  }
  .adr-show {
    padding: 6px;
  }
  .adr-con {
    padding: 12px;
  }
  .adr-tab li {
    line-height: 32px;
  }
  .adr-box li {
    width: 46%;
  }
  .ch-join ul {
    display: block;
  }
  .ch-join li {
    width: 100%;
    margin-bottom: 10px;
  }
  .brands-tit p {
    margin-top: 20px;
  }
  .brands-tit p br {
    display: none;
  }
  .m-dreamfair-top {
    padding: 16px 0 36px;
  }
  .m-dreamfair-top h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .m-dreamfair-top .txt a {
    padding: 0 10px;
    width: 155px;
  }
  .dreamfair-list li .img {
    width: 240px;
  }
  .dreamfair-swiper2 {
    margin-bottom: 60px;
  }
  .dreamfair-list2 li .item .left {
    padding: 24px 10px;
  }
  .dreamfair-list2 li .item .left img {
    width: 100px;
  }
  .tab-nav ul.en-idxtab li i {
    font-size: 12px;
    line-height: 24px;
  }
  .tab-nav ul.en-idxtab li img {
    width: 20px;
  }
  .ch-list li {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ch-list li i {
    margin-top: 10px;
  }
  .code-show .code02 {
    left: 52%;
  }
  .code-show .code03 {
    left: 2%;
    top: 120px;
  }
  .code-show .code04 {
    left: 52%;
    top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .index-one .one-btn {
    display: none;
  }
  .index-one .one-info strong {
    font-size: 24px;
  }
  .index-one .one-info p {
    font-size: 14px;
  }
  .index-one .one-pic img {
    min-height: 220px;
    object-fit: cover;
  }
  .tab-nav ul li i {
    font-size: 12px;
    line-height: 32px;
  }
  .tab-nav ul li img {
    width: 14px;
  }
  .tab-nav ul li.tab-on:after,
  .tab-nav ul li:hover:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 10px;
    bottom: -10px;
  }
  .brand-name {
    margin-top: 32px;
    font-size: 16px;
  }
  .index-news {
    padding: 48px 0;
    margin-top: 36px;
  }
  .brand-designer .des-swiper {
    height: 660px;
    padding-bottom: 0;
  }
  .des-swiper .des-pic strong {
    font-size: 14px;
  }
  .pro-main .prol-li {
    margin-left: 0;
  }
  .pro-main .prol-li li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .pro-main .pro-con {
    align-items: start;
    margin-top: 30px;
  }
  .pro-main .pro-con.pro-first {
    margin-top: 24px;
  }
  .pro-main .pro-title {
    margin-top: 0;
  }
  .pro-main .prol-btn {
    margin-top: 0;
  }
  .pro-main {
    padding: 40px 0 60px;
  }
  .choose-tab li {
    font-size: 12px;
  }
  .iptab-base {
    margin-top: 32px;
  }
  .iptab-baseintr img {
    width: 100px;
  }
  .iptab-baseintr strong {
    font-size: 16px;
  }
  .iptab-baseintr p {
    margin-top: 20px;
  }
  .ch-list {
    margin-top: 24px;
  }
  .brands-tit {
    margin-bottom: 30px;
  }
  .brands-tit strong {
    font-size: 24px;
  }
  .brands-tit h2 {
    font-size: 20px;
  }
  .brands-tit h2:before {
    width: 80px;
  }
  .brand-step {
    padding: 40px 0;
  }
  .brand02-swiper {
    margin-top: 20px;
  }
  .brand-cul,
  .brand-team {
    padding: 40px 0;
  }
  .cul-show span {
    font-size: 18px;
  }
  .cul-show {
    display: block;
  }
  .cul-side {
    width: 100%;
  }
  .cul-base {
    padding: 20px 10px;
  }
  .tab-series {
    padding-top: 40px;
  }
  .tab-main {
    padding-bottom: 40px;
  }
  .tab-series .swiper-button-next,
  .tab-series .swiper-button-prev {
    width: 26px;
    height: 26px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tab-nav ul.en-idxtab li i {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 520px) {
  .tab-nav ul li img,
  .tab-nav ul li.tab-on .tab-hide,
  .tab-nav ul li:hover .tab-hide {
    display: none;
  }
  .tab-nav ul li {
    padding: 0 2px;
  }
  .tab-nav {
    padding: 20px 0 16px;
  }
  .tab-series {
    padding-top: 30px;
  }
  .tab-main {
    padding-bottom: 30px;
  }
  .tab-seat {
    height: auto;
  }
  .tab-menusub {
    flex-wrap: wrap;
  }
  .tab-menusub li {
    width: 100%;
    margin: 5px 0;
  }
  .tab-series .swiper-button-next,
  .tab-series .swiper-button-prev {
    display: none;
  }
  .tab-series .tab-swiper {
    width: 100%;
    margin-top: 20px;
  }
  .tab-more {
    margin: 12px auto;
  }
  .index-partner li {
    width: 48%;
  }
  .choose-tab {
    display: block;
  }
  .choose-tab li {
    margin-top: 10px;
    text-align: center;
  }
  .pro-choose {
    margin-top: 20px;
  }
  .brand01-swiper .swiper-slide p i {
    display: none;
  }
  .m-dreamfair-top {
    margin-bottom: 40px;
  }
  .inner-y-tit {
    font-size: 20px;
  }
  .dreamfair-list li .txt span {
    display: none;
  }
  .dreamfair-list li .img {
    width: 200px;
    margin-right: 20px;
  }
  .dreamfair-list li .txt .tit {
    font-size: 18px;
  }
  .dreamfair-list li .txt .des {
    margin-bottom: 0;
  }
  .dreamfair-list li .img img {
    height: 200px;
  }
  .dreamfair-list li .txt {
    padding-right: 20px;
    padding-top: 24px;
  }
  .dreamfair-list2 li .item {
    display: block;
  }
  .dreamfair-list2 li .item .left {
    width: 100%;
  }
  .dreamfair-list2 li .item .left img {
    margin-bottom: 16px;
  }
  .dreamfair-list2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 460px) {
  .iptab-list li {
    width: 130px;
    font-size: 14px;
    line-height: 42px;
  }
  .top-name img {
    width: 50px;
  }
  .iptab-main {
    margin-top: 20px;
  }
  .iptab-name img {
    width: 150px;
  }
  .iptab-con > span {
    font-size: 16px;
  }
  .adr-box li {
    width: 98%;
    margin: 8px 1% 10px 0;
  }
  .adr-box {
    margin-top: 10px;
  }
  .partner-swiper {
    height: 240px;
  }
  .top-name img.topicon {
    width: 80px;
  }
  .dreamfair-list li .img {
    width: 100%;
    margin-right: 0;
  }
  .dreamfair-list li .img img {
    height: auto;
  }
  .dreamfair-list li .txt {
    padding: 16px;
  }
  .dreamfair-list li .txt .tit {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .dreamfair-list li .txt .des {
    height: auto;
  }
  .m-dreamfair-top {
    margin-bottom: 30px;
  }
  .inner-y-tit {
    margin-bottom: 24px;
  }
  .dreamfair-list {
    margin-bottom: 30px;
  }
  .dreamfair-swiper1 .txt a {
    font-size: 14px;
  }
  .dreamfair-swiper1 {
    margin-bottom: 40px;
  }
  .dreamfair-swiper2 {
    height: 260px;
    margin-bottom: 40px;
  }
  .ban-yc img {
    height: 120px;
  }
  .news-y-con {
    margin: 30px 0;
  }
  .news-content h1 {
    font-size: 20px;
  }
  .news-y-list2 li .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .news-y-list2 li .img img {
    width: 100%;
    height: auto;
  }
  .news-y-list2 li .txt {
    margin: 0;
    padding: 16px;
  }
  .news-y-list2 li .txt span {
    display: none;
  }
  .news-y-list2 li .txt p {
    margin-bottom: 0;
  }
  .news-y-list2 li .txt .tit {
    font-size: 16px;
  }
  .news-y-list2 li {
    margin-bottom: 16px;
  }
  .connect-y-list {
    padding: 40px 0 30px;
  }
  .connect-y-list li {
    display: block;
    margin-bottom: 30px;
  }
  .connect-y-list li .img {
    margin: 0 auto;
  }
  .connect-y-list li .infor {
    margin-top: 12px;
  }
}
@media screen and (max-width: 375px) {
  .headfl .logo {
    padding-left: 10px;
  }
  .index-name h2 {
    font-size: 20px;
  }
  .index-name p {
    font-size: 14px;
  }
  .index-name p br {
    display: none;
  }
  .index-one .one-info strong {
    font-size: 20px;
  }
  .index-one .one-info p {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .brand-name {
    margin-top: 20px;
  }
  .brand-list li {
    width: 50%;
    margin-top: 16px;
  }
  .index-place {
    margin-top: 24px;
  }
  .index-place img {
    min-height: 220px;
    object-fit: cover;
  }
  .index-news {
    padding: 30px 0;
    margin-top: 24px;
  }
  .newsidx-info .newsidx-txt {
    font-size: 16px;
  }
  .index-partner {
    margin: 24px 0;
  }
  .index-partner ul {
    margin-top: 10px;
  }
  .toTop {
    width: 48px;
    right: 10px;
  }
  .brand-duty,
  .brand-intr,
  .brand-jointly,
  .brand-step,
  .ch-global,
  .ch-offline,
  .ch-online,
  .ch-partner {
    margin-top: 30px;
  }
  .brand-jointly {
    margin-bottom: 40px;
  }
  .brand-tit {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .brand-intr p {
    margin-bottom: 12px;
  }
  .brand-team li .team-pic {
    width: 80px;
    margin-right: 16px;
  }
  .brand-duty .duty-fl span {
    font-size: 18px;
    margin-left: 2px;
    min-width: 40px;
  }
  .brand-duty .duty-fl {
    width: 72px;
    margin-right: 12px;
  }
  .brand-duty ul li {
    margin-bottom: 16px;
  }
  .pro-main {
    padding: 30px 0 50px;
  }
  .pro-main .pro-title img {
    width: 60px;
  }
  .pro-main .pro-title strong {
    font-size: 16px;
  }
  .pro-main .pro-title {
    width: 100px;
  }
  .video-show .video-icon {
    width: 48px;
  }
  .video-swiper .video-item:before {
    width: 16px;
    height: 16px;
    top: 8px;
    right: 8px;
  }
  .video-swiper .swiper-slide-active .video-item:before {
    width: 20px;
    height: 20px;
  }
  .iptabs-swiper {
    padding-bottom: 30px;
  }
  .iptab-main {
    margin-bottom: 40px;
  }
  .iptab-lie li {
    width: 48.3%;
    margin-bottom: 16px;
  }
  .base-swiper {
    margin-top: 24px;
  }
  .iptab-base {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .map-show {
    margin-top: 20px;
  }
  .partner-swiper {
    height: 200px;
    margin-top: 20px;
  }
  .ch-partner {
    margin-bottom: 50px;
  }
  .brands-tit {
    margin-bottom: 24px;
  }
  .brands-tit strong {
    font-size: 20px;
  }
  .brands-tit h2 {
    font-size: 18px;
  }
  .brands-tit h2:before {
    width: 60px;
  }
  .brand02-swiper .swiper-slide {
    font-size: 12px;
  }
  .cul-show span {
    font-size: 16px;
  }
  .cul-base {
    border-radius: 10px;
  }
  .brand-cul,
  .brand-team {
    padding: 30px 0;
  }
  .brand-designer {
    padding: 30px 0;
    margin-top: 30px;
  }
  .tab-series {
    padding-top: 24px;
  }
  .tab-main {
    padding-bottom: 24px;
  }
  .place-swiper .swiper-wrapper {
    padding-bottom: 32px;
  }
  .iptab01-swiper,
  .iptab02-swiper {
    margin-top: 30px;
  }
  .iptab-demo img {
    margin-bottom: 10px;
  }
  .iptab-demo {
    margin-bottom: 30px;
  }
  .top-name img {
    width: 42px;
  }
  .top-name i {
    font-size: 16px;
    margin-left: 10px;
  }
  .index-brand .brands-tit {
    margin-top: 30px;
  }
  .m-dreamfair-top .txt a {
    font-size: 12px;
    width: auto;
  }
  .m-dreamfair-top .txt a span {
    background: 0 0;
    padding-right: 0;
  }
  .m-dreamfair-top h2 {
    font-size: 18px;
  }
  .m-dreamfair-top .txt p {
    line-height: 1.8;
  }
  .m-dreamfair-top {
    padding: 20px 0;
  }
  .tab-nav ul.en-idxtab li {
    padding: 4px;
  }
}
