* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
input,
button,
select {
  color: #333;
  font-size: 14px;
  font-family: 'HYQiHei-35S', 'PingFang', 'Microsoft YaHei';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  input,
  button,
  select {
    font-size: 0.24rem;
  }
}
body {
  color: #333;
  font-size: 14px;
  font-family: 'HYQiHei-35S', 'PingFang', 'Microsoft YaHei';
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.24rem;
  }
}
@font-face {
  font-family: 'Didot';
  src: url("../font/Didot.ttf");
}
@font-face {
  font-family: 'HYQiHei-35S';
  src: url("../font/HYQiHei-35S.otf");
}
@font-face {
  font-family: 'HYQiHei-25JF';
  src: url("../font/HYQiHei-25JF.otf");
}
@font-face {
  font-family: 'msyhl';
  src: url("../font/msyhl.ttc");
}
@font-face {
  font-family: 'MADE-Canvas';
  src: url("../font/MADE-Canvas-Regular.otf");
}
@font-face {
  font-family: 'MADE-Canvas-Light';
  src: url("../font/MADE-Canvas-Light.otf");
}
@-webkit-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moveup {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes moveMouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveMouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrapper {
  padding: 0 50px;
  max-width: 1820px;
  margin: 0 auto;
}
.wrap {
  width: 75%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.3rem;
  }
}
.show-m {
  display: none;
}
@media screen and (max-width: 990px) {
  .show-m {
    display: block;
  }
}
.hide-m {
  display: block;
}
@media screen and (max-width: 990px) {
  .hide-m {
    display: none;
  }
}
#header {
  opacity: 0;
  visibility: hidden;
}
.loadOk #header {
  opacity: 1;
  visibility: visible;
}
.gbtn1 {
  color: #fff;
  font-size: 14px;
  height: 36px;
  width: 6em;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1280px) {
  .gbtn1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .gbtn1 {
    font-size: 0.18rem;
    height: 0.5rem;
  }
}
.gbtn1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  z-index: -1;
}
.gbtn1:hover {
  color: #333;
}
.gbtn1:hover::after {
  width: 6em;
  border-width: 36px;
}
@media screen and (max-width: 750px) {
  .gbtn1:hover::after {
    border-width: 0.5rem;
  }
}
#banner {
  position: relative;
  z-index: 2;
  background: #999;
  overflow: hidden;
}
#banner .swiper .swiper-buttons {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #banner .swiper .swiper-buttons {
    right: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #banner .swiper .swiper-buttons {
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-buttons {
    position: static;
  }
}
#banner .swiper .swiper-buttons .prev.swiper-button-disabled,
#banner .swiper .swiper-buttons .swiper-button-disabled + .swiper-button-disabled {
  display: none !important;
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-buttons .prev {
    left: 2%;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-buttons .next {
    right: 2%;
  }
}
#banner .swiper .swiper-buttons .prev,
#banner .swiper .swiper-buttons .next {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Didot', 'Microsoft YaHei';
  height: 36px;
  padding: 0 15px;
  border: 1px solid #fff;
  position: static;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #banner .swiper .swiper-buttons .prev,
  #banner .swiper .swiper-buttons .next {
    height: 28px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-buttons .prev,
  #banner .swiper .swiper-buttons .next {
    position: absolute;
    top: 50%;
    z-index: 9;
  }
}
#banner .swiper .swiper-buttons .prev::after,
#banner .swiper .swiper-buttons .next::after {
  display: none;
}
#banner .swiper .swiper-buttons .prev.swiper-button-disabled,
#banner .swiper .swiper-buttons .next.swiper-button-disabled {
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.5);
  cursor: default;
}
#banner .swiper .swiper-buttons .prev.swiper-button-disabled:hover,
#banner .swiper .swiper-buttons .next.swiper-button-disabled:hover {
  border-color: rgba(255,255,255,0.5);
  background: none;
}
#banner .swiper .swiper-buttons .prev:hover,
#banner .swiper .swiper-buttons .next:hover {
  background: #000;
}
#banner .swiper .swiper-item {
  height: 100vh;
  max-height: 1080px;
  background-color: #231f20;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #banner .swiper .swiper-item {
    height: calc(1080 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-item {
    height: calc(1080 / 750 * 100vw);
  }
}
#banner .swiper .swiper-item.animate .text h2 {
  -webkit-animation: moveup 0.5s forwards ease-in-out;
  -ms-animation: moveup 0.5s forwards ease-in-out;
  -o-animation: moveup 0.5s forwards ease-in-out;
  -moz-animation: moveup 0.5s forwards ease-in-out;
  animation: moveup 0.5s forwards ease-in-out;
}
#banner .swiper .swiper-item.animate .text a {
  -webkit-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -ms-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -o-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -moz-animation: moveup 0.5s forwards ease-in-out 0.15s;
  animation: moveup 0.5s forwards ease-in-out 0.15s;
}
#banner .swiper .swiper-item .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#banner .swiper .swiper-item .swiper-item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 40px;
}
#banner .swiper .swiper-item .playBtn {
  width: 84px;
  height: 84px;
  background: url("../images/play.png") no-repeat center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  cursor: pointer;
  margin: 0 auto 36px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  #banner .swiper .swiper-item .playBtn {
    width: calc(84 / 1920 * 100vw);
    height: calc(84 / 1920 * 100vw);
    margin: 0 auto calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #banner .swiper .swiper-item .playBtn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .swiper .swiper-item .playBtn {
    width: 35px;
    height: 35px;
  }
}
#banner .swiper .swiper-item .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#banner .swiper .swiper-item .text h2,
#banner .swiper .swiper-item .text p,
#banner .swiper .swiper-item .text a {
  opacity: 0;
}
#banner .swiper .swiper-item .text h2 {
  font-size: 24px;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #banner .swiper .swiper-item .text h2 {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #banner .swiper .swiper-item .text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  #banner .swiper .swiper-item .text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-item .text h2 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}#banner .swiper .swiper-item .musicBtn .icon-musicfill,#banner .swiper .swiper-item .musicBtn.openVoice .icon-musicforbidfill {display: none;}#banner .swiper .swiper-item .musicBtn.openVoice .icon-musicfill, #banner .swiper .swiper-item .musicBtn .icon-musicforbidfill {display: block;} 
#banner .swiper .swiper-item .musicBtn {position: absolute; z-index: 10; right: 2%; top: 120px; color: #fff; font-size: 30px; width: 50px; height: 50px; display: flex; display: -webkit-flex; align-items: center; justify-content: center; } 
#banner .swiper .swiper-item .text h2 em {
  font-size: 11px;
  font-style: normal;
  font-family: 'Microsoft YaHei Light';
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #banner .swiper .swiper-item .text h2 em {
    font-size: 0.16rem;
    margin-top: 0;
  }
}
#banner .swiper .swiper-item .text .gbtn1 {
  margin: 0 auto;
}
#main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-blockbuster {
  position: relative;
}
.index-product {
  background-image: -moz-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
  background-image: -webkit-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
  background-image: -ms-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
}
@media screen and (max-width: 750px) {
  .index-product .swiper {
    height: calc(1000 / 750 * 100vw);
	overflow: hidden;
  }
}
.index-product .swiper .item {
  position: relative;
}
@media screen and (max-width: 750px) {
  .index-product .swiper .item {
    background-image: -moz-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
    background-image: -webkit-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
    background-image: -ms-linear-gradient(#cdd6dd 0%, #e5e8eb 100%);
  }
}
.index-product .swiper .item .picture {
  max-height: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .index-product .swiper .item .picture {
    height: calc(1280 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index-product .swiper .item .picture {
    height: calc(1000 / 750 * 100vw);
  }
}
.index-product .swiper .item .picture img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.index-product .swiper .item .text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  text-align: center;
}
.index-product .swiper .item .text .title {
  /*color: #000;*/
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
}
@media screen and (max-width: 1920px) {
  .index-product .swiper .item .text .title {
    font-size: calc(24 / 1920 * 100vw);
	margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .index-product .swiper .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .index-product .swiper .item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .index-product .swiper .item .text .title {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.index-product .swiper .item .text .title em {
  font-size: 11px;
  font-style: normal;
  font-family: 'Microsoft YaHei';
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .index-product .swiper .item .text .title em {
    font-size: 0.16rem;
    margin-top: 0;
  }
}
.index-product .swiper .item .text .gbtn1 {
  /*color: #000;*/
  margin: 0 auto;
}
.index-product .swiper .item .text .gbtn1::after {
  /*border-color: #000;*/
}
.index-product .swiper .item .text .gbtn1:hover {
  /*color: #fff;*/
}
.index-autumn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .index-autumn {
    flex-direction: column;
  }
}
.index-autumn .text {
  width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .index-autumn .text {
    width: calc(500 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index-autumn .text {
    width: auto;
    padding: 0.4rem 0.3rem;
    order: 2;
  }
}
.index-autumn .text .title {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .index-autumn .text .title {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .index-autumn .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .index-autumn .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .index-autumn .text .title {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.index-autumn .text .title em {
  color: #b0b0b0;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Microsoft YaHei';
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .index-autumn .text .title em {
    margin-top: 0;
    font-size: 0.16rem;
  }
}
.index-autumn .text .gbtn1 {
  color: #000;
  margin: 0 auto;
}
.index-autumn .text .gbtn1::after {
  border-color: #000;
}
.index-autumn .text .gbtn1:hover {
  color: #fff;
}
.index-autumn .swiper {
  width: calc(100vw - 500px);
}
@media screen and (max-width: 1920px) {
  .index-autumn .swiper {
    width: calc(100vw - 500 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index-autumn .swiper {
    width: auto;
    order: 1;
  }
}
.index-autumn .swiper .item {
  height: 100vh;
  width: 100vh;
  max-height: 1080px;
}
@media screen and (max-width: 1440px) {
  .index-autumn .swiper .item {
    height: calc(1080 / 1920 * 100vw);
    width: calc(1080 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index-autumn .swiper .item {
    width: 100vw;
    height: 100vw;
  }
}
.index-autumn .swiper .item .picture {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-autumn .swiper .item .picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.g_swiperText-cover {
  background-color: #000;
  position: relative;
}
.g_swiperText-cover .swiper {
  z-index: 1;
}
.g_swiperText-cover .swiper .swiper-buttons {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .g_swiperText-cover .swiper .swiper-buttons {
    right: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_swiperText-cover .swiper .swiper-buttons {
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .swiper .swiper-buttons {
    position: static;
  }
}
.g_swiperText-cover .swiper .swiper-buttons .prev.swiper-button-disabled,
.g_swiperText-cover .swiper .swiper-buttons .swiper-button-disabled + .swiper-button-disabled {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .swiper .swiper-buttons .prev {
    left: 2%;
  }
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .swiper .swiper-buttons .next {
    right: 2%;
  }
}
.g_swiperText-cover .swiper .swiper-buttons .prev,
.g_swiperText-cover .swiper .swiper-buttons .next {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Didot', 'Microsoft YaHei';
  height: 36px;
  padding: 0 15px;
  border: 1px solid #fff;
  position: static;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .g_swiperText-cover .swiper .swiper-buttons .prev,
  .g_swiperText-cover .swiper .swiper-buttons .next {
    height: 28px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .swiper .swiper-buttons .prev,
  .g_swiperText-cover .swiper .swiper-buttons .next {
    position: absolute;
    top: 50%;
    z-index: 9;
  }
}
.g_swiperText-cover .swiper .swiper-buttons .prev::after,
.g_swiperText-cover .swiper .swiper-buttons .next::after {
  display: none;
}
.g_swiperText-cover .swiper .swiper-buttons .prev.swiper-button-disabled,
.g_swiperText-cover .swiper .swiper-buttons .next.swiper-button-disabled {
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.5);
  cursor: default;
}
.g_swiperText-cover .swiper .swiper-buttons .prev.swiper-button-disabled:hover,
.g_swiperText-cover .swiper .swiper-buttons .next.swiper-button-disabled:hover {
  border-color: rgba(255,255,255,0.5);
  background: none;
}
.g_swiperText-cover .swiper .swiper-buttons .prev:hover,
.g_swiperText-cover .swiper .swiper-buttons .next:hover {
  background: #000;
}
.g_swiperText-cover .swiper .item {
  height: 100vh;
  max-height: 1080px;
  background-color: #231f20;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .g_swiperText-cover .swiper .item {
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .g_swiperText-cover .swiper .item {
    height: calc(1080 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .swiper .item {
    height: calc(1080 / 750 * 100vw);
  }
}
.g_swiperText-cover .swiper .item .title,
.g_swiperText-cover .swiper .item .gbtn1 {
  opacity: 0;
}
.g_swiperText-cover .swiper .item.animate .text .title {
  -webkit-animation: moveup 0.5s forwards ease-in-out;
  -ms-animation: moveup 0.5s forwards ease-in-out;
  -o-animation: moveup 0.5s forwards ease-in-out;
  -moz-animation: moveup 0.5s forwards ease-in-out;
  animation: moveup 0.5s forwards ease-in-out;
}
.g_swiperText-cover .swiper .item.animate .text .gbtn1 {
  -webkit-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -ms-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -o-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -moz-animation: moveup 0.5s forwards ease-in-out 0.15s;
  animation: moveup 0.5s forwards ease-in-out 0.15s;
}
.g_swiperText-cover .text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  text-align: center;
}
.g_swiperText-cover .text.blackfont {
  color: #000;
}
.g_swiperText-cover .text.blackfont .gbtn1 {
  color: #000;
}
.g_swiperText-cover .text.blackfont .gbtn1::after {
  border-color: #000;
}
.g_swiperText-cover .text.blackfont .gbtn1:hover {
  color: #fff;
}
.g_swiperText-cover .text .title {
  font-size: 24px;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_swiperText-cover .text .title {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .g_swiperText-cover .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_swiperText-cover .text .title {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.g_swiperText-cover .text .title em {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Microsoft YaHei';
  opacity: 0.6;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .g_swiperText-cover .text .title em {
    font-size: 0.16rem;
    margin-top: 0;
  }
}
.g_swiperText-cover .text .gbtn1 {
  margin: 0 auto;
}
#ban {
  height: 100vh;
  max-height: 1080px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #ban {
    height: calc(1080 / 1920 * 100vw);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #ban {
    height: calc(1080 / 750 * 100vw);
  }
}
#ban .ban_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ban .ban_txt {
    bottom: 0.4rem;
  }
}
#ban .ban_txt h2 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1920px) {
  #ban .ban_txt h2 {
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  #ban .ban_txt h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  #ban .ban_txt h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #ban .ban_txt h2 {
    font-size: 0.3rem;
  }
}
#ban .ban_txt h2 em {
  font-style: normal;
  font-size: 11px;
  font-family: 'Microsoft YaHei';
  opacity: 0.6;
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 750px) {
  #ban .ban_txt h2 em {
    font-size: 0.16rem;
	margin: 0;
  }
}
#ban .ban_txt .btn {
  color: #fff;
  font-size: 40px;
  opacity: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  -webkit-animation: moveMouse 1s linear infinite;
  -ms-animation: moveMouse 1s linear infinite;
  -o-animation: moveMouse 1s linear infinite;
  -moz-animation: moveMouse 1s linear infinite;
  animation: moveMouse 1s linear infinite;
  display: block;
}
@media screen and (max-width: 1920px) {
  #ban .ban_txt .btn {
    font-size: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban .ban_txt .btn {
    font-size: 0.4rem;
  }
}
#ban .ban_txt .btn:hover {
  opacity: 1;
}
.m-row {
  padding: 70px 0;
}
@media screen and (max-width: 1920px) {
  .m-row {
    padding: calc(70 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m-row {
    padding: 0.35rem 0;
  }
}
.h70 {
  height: 70px;
}
@media screen and (max-width: 1920px) {
  .h70 {
    height: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .h70 {
    height: 0.35rem;
  }
}
.h40 {
  height: 40px;
}
@media screen and (max-width: 1920px) {
  .h40 {
    height: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .h40 {
    height: 0.4rem;
  }
}
.g_tit1 {
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .g_tit1 {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .g_tit1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_tit1 {
    margin-bottom: 0.3rem;
  }
}
.g_tit1.font_white {
  color: #fff;
}
.g_tit1.font_white h3::before {
  border-color: #fff;
}
.g_tit1.font_white em {
  color: #999;
}
.g_tit1 h3,
.g_tit1 h2 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 1920px) {
  .g_tit1 h3,
  .g_tit1 h2 {
    padding-top: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_tit1 h3,
  .g_tit1 h2  {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_tit1 h3,
  .g_tit1 h2  {
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .g_tit1 h3,
  .g_tit1 h2 {
    font-size: 0.32rem;
    font-weight: bold;
	padding-top: 0.2rem;
  }
}
.g_tit1 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2em;
  border-top: 1px solid #000;
  margin-left: -1em;
}
.g_tit1 em {
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-family: 'Microsoft YaHei';
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .g_tit1 em {
    font-size: 0.16rem;
  }
}
.m_aboutText {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .m_aboutText {
    display: block;
  }
}
.m_aboutText.even .text {
  order: 2;
}
.m_aboutText.even .picture {
  order: 1;
}
.m_aboutText .text {
  color: #333;
  width: 645px;
  width: calc(645 / 1400 * 100%);
}
@media screen and (max-width: 1280px) {
  .m_aboutText .text {
    width: calc(750 / 1400 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .m_aboutText .text {
    width: auto;
    margin-bottom: 0.3rem;
  }
}
.m_aboutText .text .g_tit1 {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_aboutText .text .g_tit1 {
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_aboutText .text .g_tit1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .m_aboutText .text .g_tit1 {
    text-align: center;
  }
}
.m_aboutText .text .g_tit1 h3::before {
  left: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .m_aboutText .text .g_tit1 h3::before {
    left: 50%;
    margin-left: -1em;
  }
}
.m_aboutText .text .intro {
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .m_aboutText .text .intro {
    line-height: calc(30 / 14);
  }
}
@media screen and (max-width: 990px) {
  .m_aboutText .text .intro {
    line-height: 1.5;
  }
}
.m_aboutText .picture {
  width: 600px;
  width: calc(600 / 1400 * 100%);
}
@media screen and (max-width: 750px) {
  .m_aboutText .picture {
    width: auto;
  }
}
.m_aboutText .picture img {
  width: 100%;
  display: block;
}
.m_list1 {
  overflow: hidden;
}
.m_list1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px -40px;
}
@media screen and (max-width: 1920px) {
  .m_list1 ul {
    margin: 0 calc(-50 / 1920 * 100vw) calc(-40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list1 ul {
    margin: 0 -10px -20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 ul {
    display: block;
  }
}
.m_list1 li {
  width: 50%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_list1 li {
    padding: 0 calc(50 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list1 li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 li {
    width: auto;
    margin-bottom: 0.4rem;
  }
}
.m_list1 .con {
  display: block;
}
.m_list1 .con:hover .picture img {
  opacity: 0.3;
}
.m_list1 .picture {
  height: 366px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_list1 .picture {
    height: calc(366 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list1 .picture {
    height: calc(366 / 650 * 465 / 990 * 100vw);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 .picture {
    height: 56vw;
    margin-bottom: 0.3rem;
  }
}
.m_list1 .picture img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.m_list1 .picture .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  .m_list1 .picture .mask {
    font-size: calc(30 / 1920 * 100vw);
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_list1 .picture .mask {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 .picture .mask {
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.m_list1 .text {
  color: #333;
}
.m_list1 .text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .m_list1 .text .title {
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list1 .text .title {
    margin-bottom: 0.15rem;
    line-height: 0.4rem;
  }
}
.m_list1 .text .btn {
  line-height: 35px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1280px) {
  .m_list1 .text .btn {
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 .text .btn {
    line-height: 0.6rem;
  }
}
.m_list1 .text .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.m_list1 .text .btn:hover {
  color: #fff;
  padding: 0 12px;
}
.m_list1 .text .btn:hover::before {
  height: 100%;
}
.m_list2 {
  position: relative;
}
.m_list2::before {
  content: '';
  position: absolute;
  left: -990px;
  right: -990px;
  top: 400px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1920px) {
  .m_list2::before {
    top: calc(400 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list2::before {
    top: 200px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2::before {
    top: 6.66rem;
  }
}
.m_list2 .picture {
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1920px) {
  .m_list2 .picture {
    height: calc(400 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .picture {
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .picture {
    height: 6.66rem;
  }
}
.m_list2 .picture img {
  display: block;
  width: 110px;
  height: 150px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 990px) {
  .m_list2 .picture img {
    width: 55px;
    height: 75px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .picture img {
    width: 5rem;
    height: 6.66rem;
  }
}
.m_list2 .text {
  color: #999;
  text-align: center;
  position: relative;
}
.m_list2 .text::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m_list2 .text .year {
  font-size: 24px;
  font-family: 'MADE-Canvas-Light', 'Didot', 'Microsoft YaHei';
  line-height: 40px;
  padding: 10px 0 15px;
}
@media screen and (max-width: 1920px) {
  .m_list2 .text .year {
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_list2 .text .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .text .year {
    font-size: 18px;
    padding: 5px 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .text .year {
    font-size: 0.3rem;
    line-height: 0.7rem;
    padding: 0.1rem 0;
  }
}
.m_list2 .text .title {
  line-height: 20px;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  .m_list2 .text .title {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .text .title {
    line-height: 0.3rem;
    padding-bottom: 0.15rem;
  }
}
.m_list2 .swiper-slide:hover .picture img {
  opacity: 1;
  visibility: visible;
}
.m_list2 .swiper-slide-active .picture img {
  width: 300px;
  height: 400px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1920px) {
  .m_list2 .swiper-slide-active .picture img {
    width: calc(300 / 1920 * 100vw);
    height: calc(400 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .swiper-slide-active .picture img {
    width: 150px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .swiper-slide-active .picture img {
    width: 5rem;
    height: 6.66rem;
  }
}
.m_list2 .swiper-slide-active .text {
  color: #333;
}
.m_list2 .swiper-slide-active .text::before {
  background-color: #333;
}
.m_list2 .swiper-slide-active .text .title {
  opacity: 1;
  visibility: visible;
}
.m_list2 .swiper-slide-active .text .year {
  font-family: 'MADE-Canvas', 'Didot', 'Microsoft YaHei';
}
.historySwiper .swiper-button-prev,
.historySwiper .swiper-button-next {
  color: #333;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .historySwiper .swiper-button-prev,
  .historySwiper .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
}
.m_tabTit {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_tabTit {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_tabTit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_tabTit {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
}
.m_tabTit ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .m_tabTit ul {
    justify-content: space-between;
  }
}
.m_tabTit li {
  line-height: 40px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  margin: 0 35px;
}
@media screen and (max-width: 1920px) {
  .m_tabTit li {
    margin: 0 calc(35 / 1920 * 100vw);
  }
}
.m_tabTit li.active {
  border-color: #000;
}
.m_list3 {
  overflow: hidden;
}
.m_list3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media screen and (max-width: 1920px) {
  .m_list3 ul {
    margin: 0 calc(-15 / 1920 * 100vw) calc(-30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list3 ul {
    margin: 0 -5px -20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list3 ul {
    margin-bottom: -0.25rem;
  }
}
@media screen and (max-width: 400px) {
  .m_list3 ul {
    display: block;
  }
}
.m_list3 li {
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_list3 li {
    padding: 0 calc(15 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list3 li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list3 li {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 400px) {
  .m_list3 li {
    width: auto;
  }
}
.m_list3 .con {
  display: block;
}
.m_list3 .con .picture {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 910px;
  background-color: #f6f4f0;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_list3 .con .picture {
    height: calc(910 / 1920 * 100vw);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list3 .con .picture {
    height: calc(910 / 684 * 940 / 2 / 990 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list3 .con .picture {
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 400px) {
  .m_list3 .con .picture {
    height: calc(910 / 684 * 360 / 400 * 100vw);
  }
}
.m_list3 .con .picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.m_list3 .con .text {
  color: #333;
  text-align: center;
  line-height: 25px;
}
@media screen and (max-width: 1280px) {
  .m_list3 .con .text {
    line-height: calc(25 / 14);
  }
}
.m_list3 .con .text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .m_list3 .con .text .title {
    margin-bottom: 0.05rem;
  }
}
.m_list3 .con .text .price {
  color: #999;
}
.m_pagenation {
  color: #999;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}
@media screen and (max-width: 1280px) {
  .m_pagenation {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_pagenation {
    font-size: 0.28rem;
    line-height: 2;
  }
}
.g_more {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1440px) {
  .g_more {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_more {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_more {
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.8rem;
    padding: 0 0.5rem;
    margin-top: 0.2rem;
  }
}
.g_more::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .g_more::before {
    height: 100%;
  }
}
.g_more:hover {
  color: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  .g_more:hover {
    padding: 0 0.3rem;
  }
}
.g_more:hover::before {
  height: 100%;
}
.m_goodsInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #999;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo {
    padding-bottom: calc(80 / 1920 * 100vw);
    margin-bottom: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo {
    display: block;
  }
}
.m_goodsInfo .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.m_goodsInfo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.m_goodsInfo .picture {
  width: 685px;
  height: 910px;
  background-color: #f6f4f0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 80px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .picture {
    width: calc(685 / 1920 * 100vw);
    height: calc(910 / 1920 * 100vw);
    margin-right: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_goodsInfo .picture {
    width: 365px;
    height: 485px;
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .picture {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.m_goodsInfo .picture img {
  display: block;
  width: 100%;
}
.m_goodsInfo .text {
  flex: 1;
  line-height: 35px;
}
@media screen and (max-width: 1280px) {
  .m_goodsInfo .text {
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text {
    line-height: 0.5rem;
  }
}
.m_goodsInfo .text .title {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .title {
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_goodsInfo .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m_goodsInfo .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .title {
    font-size: 0.32rem;
  }
}
.m_goodsInfo .text .price {
  color: #999;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .price {
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_goodsInfo .text .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_goodsInfo .text .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .price {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
.m_goodsInfo .text .intro {
  line-height: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .intro {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_goodsInfo .text .intro {
    line-height: 25px;
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .intro {
    line-height: calc(30 / 14);
    margin-bottom: 0.5rem;
  }
}
.m_goodsInfo .text .choose {
  max-width: 300px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .choose {
    margin-bottom: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .choose {
    margin-bottom: 0.8rem;
  }
}
.m_goodsInfo .text .choose .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .choose .item {
    margin-bottom: calc(45 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .choose .item {
    margin-bottom: 0.45rem;
  }
}
.m_goodsInfo .text .choose .item:last-child {
  margin-bottom: 0;
}
.m_goodsInfo .text .choose .item select {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .choose .item select {
    font-size: 0.24rem;
  }
}
.m_goodsInfo .text .foot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin-top: 60px;
}
@media screen and (max-width: 1920px) {
  .m_goodsInfo .text .foot {
    margin-top: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_goodsInfo .text .foot {
    margin-top: 0.6rem;
  }
}
.m_goodsInfo .text .foot a {
  color: #333;
}
.m_goodsInfo .text .foot a .iconfont {
  color: #999;
  margin: 0 10px;
}
.gt1 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .gt1 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
}
.g_btn2 {
  color: #fff;
  width: 220px;
  height: 54px;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_btn2 {
    width: 4rem;
    height: 0.8rem;
    min-height: 40px;
  }
}
.g_btn2 i {
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .g_btn2 i {
    font-size: 0.32rem;
  }
}
.m_list4 {
  overflow: hidden;
}
.m_list4 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -50px -35px;
}
@media screen and (max-width: 1920px) {
  .m_list4 ul {
    margin: 0 calc(-50 / 1920 * 100vw) calc(-35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list4 ul {
    margin: 0 -10px -20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list4 ul {
    margin: 0 -0.1rem -0.35rem;
  }
}
.m_list4 li {
  position: absolute;
  width: 33%;
  padding: 0 50px 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .m_list4 li {
    padding: 0 calc(50 / 1920 * 100vw) calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list4 li {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list4 li {
    width: 49.5%;
    padding: 0 0.1rem 0.35rem;
  }
}
@media screen and (max-width: 400px) {
  .m_list4 li {
    width: 100%;
  }
}
.m_list4 li.additem .con {
  height: 100%;
  background-color: #f6f4f0;
}
.m_list4 .con {
  display: block;
}
.m_list4 .con .picture {
  background-color: #f6f4f0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_list4 .con .picture {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list4 .con .picture {
    margin-bottom: 0.25rem;
  }
}
.m_list4 .con .picture img {
  display: block;
  width: 100%;
}
.m_list4 .con .text {
  color: #999;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .m_list4 .con .text {
    line-height: calc(30 / 14);
  }
}
@media screen and (max-width: 750px) {
  .m_list4 .con .text {
    line-height: 2;
  }
}
.m_list4 .con .text .tag {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .m_list4 .con .text .tag {
    margin-bottom: 0.1rem;
  }
}
.m_list4 .con .text .tag span {
  display: inline-block;
  border-bottom: 1px solid #999;
}
.m_list4 .con .text .title {
  color: #333;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .m_list4 .con .text .title {
    margin-bottom: 0.05rem;
  }
}
.article {
  line-height: 25px;
}
.article .head {
  color: #999;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .article .head {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .article .head {
    margin-bottom: 0.3rem;
  }
}
.article .head h1 {
  color: #333;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .article .head h1 {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(45 / 24);
  }
}
@media screen and (max-width: 1440px) {
  .article .head h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .article .head h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .article .head h1 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.article .content {
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .article .content {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .article .content {
    margin-bottom: 0.5rem;
  }
}
.article .content img {
  max-width: 100%;
}
.article .foot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
@media screen and (max-width: 750px) {
  .article .foot {
    display: block;
    line-height: 0.6rem;
  }
}
.article .foot a {
  color: #333;
}
@media screen and (max-width: 750px) {
  .article .foot .left {
    margin-bottom: 0.15rem;
  }
}
.article .foot .left > div {
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .article .foot .left > div {
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .article .foot .left > div {
    margin-bottom: 0.15rem;
  }
}
.article .foot .left > div:last-child {
  margin-bottom: 0;
}
.article .foot .left a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .article .foot .right {
    text-align: center;
  }
}
.article .foot .back {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .article .foot .back {
    color: #fff;
    padding: 0 0.4rem;
    line-height: 0.8rem;
  }
}
.article .foot .back::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .article .foot .back::before {
    height: 100%;
  }
}
.article .foot .back:hover {
  color: #fff;
  padding: 0 15px;
}
.article .foot .back:hover::before {
  height: 100%;
}
.m_storeInfos {
  height: 100vh;
  max-height: 1080px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .m_storeInfos {
    height: auto;
    min-height: calc(1080 / 1920 * 100vw);
    padding: calc(100 / 1920 * 100vw) 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos {
    padding: 0.7rem 0;
  }
}
.m_storeInfos .swiper-pagination {
  bottom: 0 !important;
}
.m_storeInfos .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.m_storeInfos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.m_storeInfos .storeBox {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox {
    width: calc(680 / 1280 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox {
    width: calc(100vw - 0.6rem);
  }
}
.m_storeInfos .storeBox .box {
  margin-bottom: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .m_storeInfos .storeBox .box {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .box {
    margin-bottom: 0.5rem;
  }
}
.m_storeInfos .storeBox .bd {
  height: 386px;
  width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .bd {
    height: calc(386 / 1280 * 100vw);
    min-height: 250px;
    width: calc(400 / 1280 * 100vw);
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .bd {
    height: auto;
    width: auto;
    padding: 0.5rem 0.3rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.6rem;
  }
}
.m_storeInfos .storeBox .bd .title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .bd .title {
    font-size: 18px;
    margin-bottom: calc(10 / 1280 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_storeInfos .storeBox .bd .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .bd .title {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
.m_storeInfos .storeBox .bd .tel {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .bd .tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_storeInfos .storeBox .bd .tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .bd .tel {
    font-size: 0.3rem;
  }
}
.m_storeInfos .storeBox .bd .tips {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .bd .tips {
    padding-top: calc(20 / 1280 * 100vw);
    margin-top: calc(20 / 1280 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .bd .tips {
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }
}
.m_storeInfos .storeBox .fd {
  color: #fff;
  height: 100px;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .fd {
    height: calc(100 / 1280 * 100vw);
    min-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .fd {
    height: 1rem;
  }
}
.m_storeInfos .storeBox .fd a {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1280px) {
  .m_storeInfos .storeBox .fd a {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 990px) {
  .m_storeInfos .storeBox .fd a {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeInfos .storeBox .fd a {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
}
.m_storeMaps {
  height: 100vh;
  max-height: 1080px;
  background-color: #f6f4f0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .m_storeMaps {
    height: calc(1080 / 1920 * 100vw);
    min-height: 700px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps {
    display: block;
    height: auto;
    max-height: 99999px;
  }
}
.m_storeMaps .left {
  width: 500px;
  padding: 60px 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3.464px 4px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 2px 3.464px 4px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 2px 3.464px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 3.464px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 3.464px 4px 0px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .m_storeMaps .left {
    padding: calc(60 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .left {
    width: calc(500 / 1440 * 100vw);
    min-width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .left {
    width: auto;
    padding: 0.6rem 0.2rem;
  }
}
.m_storeMaps .left .container {
  height: 100%;
  padding: 0 20px;
  overflow-y: auto;
}
@media screen and (max-width: 1920px) {
  .m_storeMaps .left .container {
    padding: 0 calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .left .container {
    padding: 0 0.1rem;
    height: auto;
    overflow-y: hidden;
  }
}
.m_storeMaps .right {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .m_storeMaps .right {
    height: 50vh;
  }
}
.m_storeMaps .right .mapbox {
  width: 100%;
  height: 100%;
}
.m_storeMaps .searchForm input,
.m_storeMaps .searchForm select,
.m_storeMaps .searchForm button {
  height: 46px;
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .searchForm input,
  .m_storeMaps .searchForm select,
  .m_storeMaps .searchForm button {
    height: calc(46 / 1440 * 100vw);
    min-height: 35px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchForm input,
  .m_storeMaps .searchForm select,
  .m_storeMaps .searchForm button {
    height: 0.8rem;
  }
}
.m_storeMaps .searchForm .inp_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_storeMaps .searchForm .inp_box {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchForm .inp_box {
    margin-bottom: 0.2rem;
  }
}
.m_storeMaps .searchForm .inp,
.m_storeMaps .searchForm .select {
  height: 46px;
  padding: 0 10px;
  border: 1px solid #000;
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .searchForm .inp,
  .m_storeMaps .searchForm .select {
    height: calc(46 / 1440 * 100vw);
    min-height: 35px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchForm .inp,
  .m_storeMaps .searchForm .select {
    height: 0.8rem;
    padding: 0 0.1rem;
  }
}
.m_storeMaps .searchForm .inp {
  display: block;
  width: 100%;
}
.m_storeMaps .searchForm .btn {
  width: 55px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .searchForm .btn {
    width: calc(55 / 1440 * 100vw);
    min-width: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .m_storeMaps .searchForm .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_storeMaps .searchForm .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchForm .btn {
    font-size: 0.3rem;
    width: 0.9rem;
  }
}
.m_storeMaps .searchForm .select {
  width: 205px;
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .searchForm .select {
    width: calc(205 / 420 * 100%);
  }
}
.m_storeMaps .searchResult .head {
  font-size: 20px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1920px) {
  .m_storeMaps .searchResult .head {
    height: calc(60 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .m_storeMaps .searchResult .head {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_storeMaps .searchResult .head {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchResult .head {
    font-size: 0.3rem;
    height: 0.9rem;
  }
}
.m_storeMaps .searchResult .list {
  padding-bottom: 1px;
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchResult .list {
    max-height: 50vh;
    overflow-y: auto;
  }
}
.m_storeMaps .searchResult .list li {
  line-height: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
  .m_storeMaps .searchResult .list li {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchResult .list li {
    padding: 0.25rem 0;
    line-height: 0.5rem;
  }
}
.m_storeMaps .searchResult .list .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.m_storeMaps .searchResult .list .title {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .m_storeMaps .searchResult .list .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_storeMaps .searchResult .list .title {
    font-size: 0.28rem;
  }
}
.m_storeMaps .searchResult .list .address {
  color: #999;
}
.m_storeMaps .searchResult .list .address .iconfont {
  color: #000;
  margin-right: 5px;
}
.m_joinIntro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_joinIntro .text {
  flex: 1;
}
.m_joinIntro .text .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .m_joinIntro .text .title {
    margin-bottom: calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_joinIntro .text .title {
    margin-bottom: 0.35rem;
  }
}
.m_joinIntro .text .intro {
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .m_joinIntro .text .intro {
    line-height: 2;
  }
}
.m_joinIntro .picture {
  width: 400px;
  margin: 0 190px 0 90px;
}
@media screen and (max-width: 1920px) {
  .m_joinIntro .picture {
    margin: 0 calc(190 / 1920 * 100vw) 0 calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_joinIntro .picture {
    width: calc(400 / 1440 * 100vw);
    margin: 0 0 0 calc(140 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_joinIntro .picture {
    display: none;
  }
}
.m_joinIntro .picture img {
  width: 100%;
  display: block;
}
.m_joinForm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_joinForm .text {
  flex: 1;
}
.m_joinForm .text .form {
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .m_joinForm .text .form {
    margin-top: calc(80 / 1920 * 100vw);
  }
}
.m_joinForm .text .form .title {
  line-height: 55px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .title {
    line-height: 1rem;
  }
}
.m_joinForm .text .form .inp_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_joinForm .text .form .inp_row {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .inp_row {
    display: block;
  }
}
.m_joinForm .text .form .inp_row .item {
  width: calc(240 / 800 * 100%);
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .inp_row .item {
    width: auto;
  }
}
.m_joinForm .text .form .inp_row .item .title {
  margin-right: 10px;
}
.m_joinForm .text .form .inp_row .item .inp {
  height: 55px;
  display: block;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .inp_row .item .inp {
    height: 1rem;
  }
}
.m_joinForm .text .form .file {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_joinForm .text .form .file {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .file {
    line-height: 0.8rem;
    margin-bottom: 0.6rem;
  }
}
.m_joinForm .text .form .file .file_name {
  height: 40px;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .file .file_name {
    height: 0.8rem;
  }
}
.m_joinForm .text .form .file .upload {
  color: #fff;
  width: 100px;
  line-height: 36px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .file .upload {
    width: 2rem;
    line-height: 0.7rem;
  }
}
.m_joinForm .text .form .file .download {
  color: #999;
  text-decoration: underline;
}
.m_joinForm .text .form .file .fileInp {
  display: none;
}.m_joinForm .text .form .submit input{width: 100%; height: 100%; background: none; color: #333; font-size: 18px; cursor: pointer; transition: 0.35s;} 
.m_joinForm .text .form .submit {
  color: #333;
  font-size: 18px;
  height: 60px;
  width: 160px;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1280px) {
 .m_joinForm .text .form .submit input {font-size: 16px;} .m_joinForm .text .form .submit {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
 .m_joinForm .text .form .submit input {color: #fff; font-size: 0.3rem;} .m_joinForm .text .form .submit {
    color: #fff;
    font-size: 0.3rem;
    height: 1rem;
    width: 3.2rem;
  }
}
.m_joinForm .text .form .submit::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .m_joinForm .text .form .submit::before {
    height: 100%;
  }
}
.m_joinForm .text .form .submit:hover {
  /*color: #fff;*/
}
.m_joinForm .text .form .submit:hover input {color: #fff;} 
.m_joinForm .text .form .submit:hover::before {
  height: 100%;
}
.m_joinForm .picture {
  width: 460px;
  margin-right: 140px;
}
@media screen and (max-width: 1920px) {
  .m_joinForm .picture {
    margin-right: calc(140 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_joinForm .picture {
    display: none;
  }
}
.m_joinForm .picture img {
  width: 100%;
  display: block;
}
.m_designIntro {
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .m_designIntro {
    margin-bottom: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_designIntro {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_designIntro {
    font-size: 0.24rem;
    margin-bottom: 0.7rem;
  }
}
.m_list5 {
  position: relative;
}
.m_list5::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
  .m_list5::before {
    top: 1.5rem;
  }
}
.m_list5 .swiper-buttons {
  width: 230px;
  padding: 40px 30px;
  background-color: #f6f4f0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 50%;
  margin-right: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .m_list5 .swiper-buttons {
    padding: calc(40 / 1920 * 100vw) 30px;
    margin-right: calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_list5 .swiper-buttons {
    width: calc(230 / 1280 * 100vw);
    padding: calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-buttons {
    width: auto;
    padding: 0;
    position: static;
    background-color: transparent;
  }
}
.m_list5 .swiper-buttons .prev,
.m_list5 .swiper-buttons .next {
  color: #000;
  font-size: 16px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1280px) {
  .m_list5 .swiper-buttons .prev,
  .m_list5 .swiper-buttons .next {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-buttons .prev,
  .m_list5 .swiper-buttons .next {
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 8;
    bottom: 0.1rem;
  }
}
.m_list5 .swiper-buttons .prev:hover,
.m_list5 .swiper-buttons .next:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-buttons .prev {
    left: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-buttons .next {
    right: 0.3rem;
  }
}
.m_list5 .swiper-buttons .split {
  height: 20px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-buttons .split {
    display: none;
  }
}
.m_list5 .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
}
.m_list5 .swiper-slide.swiper-slide-active .picture {
  width: 482px;
  height: 482px;
  background-color: #f6f4f0;
}
@media screen and (max-width: 1920px) {
  .m_list5 .swiper-slide.swiper-slide-active .picture {
    width: calc(482 / 1920 * 100vw);
    height: calc(482 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list5 .swiper-slide.swiper-slide-active .picture {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .swiper-slide.swiper-slide-active .picture {
    width: 3rem;
    height: 3rem;
    margin: 0;
  }
}
.m_list5 .swiper-slide.swiper-slide-active .picture img {
  opacity: 1;
  visibility: visible;
}
.m_list5 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
}
.m_list5 .box {
  width: 482px;
  height: 482px;
  padding: 0 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_list5 .box {
    width: calc(482 / 1920 * 100vw);
    height: calc(482 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list5 .box {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .box {
    width: 3rem;
    height: auto;
    padding: 0 0.15rem;
    flex-direction: column;
  }
}
.m_list5 .picture {
  width: 9px;
  height: 9px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .m_list5 .picture {
    width: 0.1rem;
    height: 0.1rem;
    margin: 1.45rem 0;
  }
}
.m_list5 .picture img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.m_list5 .text {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: 90px;
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_list5 .text {
    margin-top: calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .text {
    position: static;
    margin-top: 0.2rem;
    text-align: center;
  }
}
.m_list5 .text .name {
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
}
@media screen and (max-width: 750px) {
  .m_list5 .text .name {
    font-size: 0.3rem;
  }
}
.m_list5 .text .duty {
  color: #999;
}
.m_contactPartner {
  height: 100vh;
  max-height: 1080px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .m_contactPartner {
    height: calc(1080 / 1920 * 100vw);
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  .m_contactPartner {
    height: auto;
    min-height: calc(1080 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contactPartner {
    padding: 1rem 0;
  }
}
.m_list6 {
  overflow: hidden;
}
.m_list6 .swiper-pagination {
  bottom: 0 !important;
}
.m_list6 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_list6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.m_list6 .swiper-slide {
  width: 100% !important;
}
.m_list6 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 90px;
  margin: -5px;
}
@media screen and (max-width: 1920px) {
  .m_list6 .list {
    padding-bottom: calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .list {
    padding-bottom: 0.9rem;
  }
}
.m_list6 .list li {
  width: 25%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .m_list6 .list li {
    width: 50%;
  }
}
.m_list6 .picture {
  height: 175px;
  background-color: rgba(255,255,255,0.06);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .m_list6 .picture {
    height: calc(175 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .picture {
    height: 1.75rem;
  }
}
.m_list6 .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.m_contactMaps {
  height: 780px;
  background-color: #f6f4f0;
}
@media screen and (max-width: 1920px) {
  .m_contactMaps {
    height: calc(780 / 1920 * 100vw);
    min-height: 300px;
  }
}
.m_contactInfo {
  background-color: #fff;
  -webkit-box-shadow: 2px 3.464px 14px 0px rgba(0,0,0,0.16);
  -ms-box-shadow: 2px 3.464px 14px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 2px 3.464px 14px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 2px 3.464px 14px 0px rgba(0,0,0,0.16);
  box-shadow: 2px 3.464px 14px 0px rgba(0,0,0,0.16);
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-top: -300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo {
    margin-top: calc(-300 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_contactInfo {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_contactInfo {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
}
.m_contactInfo .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  min-height: 480px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo .box {
    min-height: calc(480 / 1920 * 100vw);
    padding: calc(50 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box {
    display: block;
    padding: 0.7rem 0.3rem;
  }
}
.m_contactInfo .box .iconfont {
  color: #000;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .iconfont {
    font-size: 0.6rem;
  }
}
.m_contactInfo .box .left {
  width: 660px;
  width: calc(660 / 1400 * 100%);
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo .box .left {
    padding: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .left {
    width: auto;
    padding: 0;
    margin-bottom: 0.6rem;
  }
}
.m_contactInfo .box .left .intro .iconfont {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .left .intro .iconfont {
    font-size: 0.7rem;
  }
}
.m_contactInfo .box .left .intro .en {
  font-size: 14px;
  font-family: 'Didot', 'Microsoft YaHei';
  text-transform: uppercase;
  line-height: 1.5;
  margin: 15px 0;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo .box .left .intro .en {
    margin: calc(15 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 1280px) {
  .m_contactInfo .box .left .intro .en {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .left .intro .en {
    font-size: 0.24rem;
    margin: 0.1rem 0 0.05rem;
  }
}
.m_contactInfo .box .right {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
}
.m_contactInfo .box .right .list {
  width: 100%;
  overflow: hidden;
}
.m_contactInfo .box .right .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo .box .right .list ul {
    margin-bottom: calc(-60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .right .list ul {
    margin-bottom: -0.6rem;
  }
}
.m_contactInfo .box .right .list li {
  width: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .m_contactInfo .box .right .list li {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .right .list li {
    margin-bottom: 0.6rem;
  }
}
.m_contactInfo .box .right .list h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .m_contactInfo .box .right .list h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .right .list h4 {
    font-size: 0.24rem;
    line-height: 2;
  }
}
.m_contactInfo .box .right .list .code {
  margin-top: 10px;
}
.m_contactInfo .box .right .list .code img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 750px) {
  .m_contactInfo .box .right .list .code img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/*动画*/
.wow {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.wow:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.wow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wow:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#popVideo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.8);
}
#popVideo .popClose {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 9;
}
#popVideo .popCon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80vh;
}
@media screen and (max-width: 750px) {
  #popVideo .popCon {
    width: 80vw;
    height: auto;
  }
}
#popVideo .popCon video {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #popVideo .popCon video {
    width: 100%;
    height: auto;
  }
}
