/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
button {
  border: 0;
  padding: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
html {
  min-height: 100%;
  font-size: 100px;
}
body {
  font-family: Microsoft YaHei, Source Han Sans SC, -apple-system,
    BlinkMacSystemFont, Helvetica Neue, PingFang SC, Noto Sans CJK SC,
    WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #37302a;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}
.langue-active{
			font-weight: bold;
			display: inline-block;
			margin-right: 10px;
		}
		.langue{
			cursor: pointer;
		}
a {
  color: #37302a;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #990099;
}
.f-tac {
  text-align: center;
}
.f-clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.f-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-view {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.l-view2 {
  width: 990px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.l-view3 {
  width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .l-view {
    width: auto;
  }
}
@media screen and (max-width: 990px) {
  .l-view2 {
    width: auto;
  }
}
@media screen and (max-width: 1230px) {
  .l-view3 {
    width: auto;
  }
}
.m-topbar {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.m-topbar .inner {
  height: 90px;
  padding: 0 20px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-topbar .nav > li {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
.m-topbar .nav > li.is-active::after,
.m-topbar .nav > li:hover::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background-color: #fff;
  content: "";
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.m-topbar .nav {
  display: inline-block;
}
.m-topbar .nav > li > a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
}
.m-topbar .nav > li.is-active > a {
  font-weight: bold;
}
.m-topbar .panel {
  position: absolute;
  z-index: 5;
  font-weight: normal;
  min-width: 100%;
  top: 90px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.m-topbar .panel li {
  line-height: 45px;
  text-align: center;
  padding: 0 8px;
}
.m-topbar .panel a {
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.m-topbar .panel li.is-active a {
  color: #fff;
}
.m-topbar .nav > li:hover .panel {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.m-topbar .nav > li:hover .panel.w-p1 {
  max-height: 168px;
}
.m-topbar .nav > li:hover .panel.w-p2 {
  max-height: 122px;
}
.m-topbar .nav .panel li:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.m-topbar .search {
  line-height: 1;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.m-topbar.w-search .menu {
  display: none;
}
.m-topbar .search-box {
  width: 70%;
  position: relative;
  display: none;
}
.m-topbar.w-search .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-topbar #search-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  line-height: 38px;
  background: rgba(255,255,255, .2);
  border: 1px solid rgba(255,255,255, .4);
  outline: none;
  padding: 0 50px 0 14px;
  color: #fff;
}
.m-topbar #search-txt::-webkit-input-placeholder {
  color: rgba(255,255,255, .7);
}
.m-topbar .search-btn {
  background: transparent url(../images/serach.png) no-repeat center center;
  height: 38px;
  line-height: 38px;
  width: 50px;
  position: absolute;
  right: 40px;
  top: 0;
}
.m-topbar .search-cancel {
  color: #fff;
  margin-left: 10px;
}
.autocomplete-suggestions {
  overflow: auto;
  border: 1px solid #CBD3DD;
  background: #FFF;
}
.autocomplete-suggestion {
  overflow: hidden;
  padding: 5px 15px;
  white-space: nowrap;
}
.autocomplete-suggestions strong {
  color: #990099;
  font-weight: normal;
}
.m-topbar .tap-menu {
  display: none;
}
.m-topbar .tap-menu img {
  height: 45px;
}
@media screen and (max-width: 1200px) {
  .m-topbar .inner {
    width: 100%;
  }
  .m-topbar .menu {
    display: none;
  }
  .m-topbar .search-box,
  .m-topbar.w-search .search-box{
    display: none;
  }
  .m-topbar .tap-menu {
    display: inline-block;
  }
}
.m-banner .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.m-banner .swiper-pagination {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 2;
  bottom: auto !important;
  left: 50% !important;
  width: auto !important;
  margin-left: 570px;
}
.m-banner .swiper-pagination-bullet {
  position: relative;
  display: block !important;
  margin: 8px 0 !important;
}
.m-banner .swiper-pagination > span.swiper-pagination-bullet-active {
  margin-top: 120px !important;
  background: transparent;
  border: 2px solid #fff;
}
.m-banner .swiper-pagination > span.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 34px;
  background: #cacaca;
  width: 2px;
  height: 75px;
  background: #fff;
}
.m-banner .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.m-banner .swiper-slide .pic-box {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.m-banner .swiper-container {
  height: 100vh;
}
.m-banner .swiper-slide {
  position: relative;
  text-align: center;
}
.m-banner .slide-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  color: #fff;
  line-height: 1.3;
}
.m-banner .slide-title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 84px;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: 900;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}
.m-banner .slide-min-title {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  font-family: SourceHanSansCN-Light, Microsoft YaHei;
  font-size: 58px;
  letter-spacing: 0px;
  font-weight: 400;
}
.m-banner .slide-desc {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 22px;
  font-family: SourceHanSansCN-Bold, Microsoft YaHei;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .m-banner .swiper-container {
    height: 50vh;
  }
  .m-banner .slide-title {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1.8;
  }
  .m-banner .slide-min-title {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .m-banner .slide-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m-banner .swiper-pagination > span.swiper-pagination-bullet-active {
    margin-top: auto;
  }
  .m-banner .swiper-pagination > span.swiper-pagination-bullet-active:before {
    display: none;
  }
  .m-banner .swiper-container {
    height: 50vh;
  }
  .m-banner .slide-title {
    font-size: 45px;
  }
  .m-banner .slide-min-title {
    font-size: 20px;
  }
  .m-banner .slide-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-banner .swiper-container {
    height: 43vh;
  }
  .m-banner .slide-title {
    font-size: 20px;
  }
  .m-banner .slide-desc {
    font-size: 12px;
  }
}
.u-sec-title {
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-sec-title img {
  vertical-align: top;
}
.u-sec-title__num {
  font-weight: bold;
  font-size: 170px;
  color: #ebecf3;
  line-height: 1;
}
.u-sec-title__txt {
  font-weight: bold;
  font-size: 50px;
  position: relative;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 1200px) {
  .u-sec-title {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .u-sec-title__num {
    font-size: 90px;
  }
  .u-sec-title__txt {
    top: -55px;
    font-size: 24px;
  }
  .u-sec-title__icon img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 750px) {
  .u-sec-title__icon img {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
.m-sec1 .hd {
  background: #f1f1f1;
  padding: 35px 15px;
}
.m-sec1 .hd .inner {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .m-sec1 .hd .inner {
    width: 100%;
  }
}
.m-topic-box {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
  margin-top: 75.5px;
  width: 23%;
}
@media screen and (max-width: 750px) {
  .m-sec1 .hd .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-topic-box {
    width: 48%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 540px) {
  .m-topic-box {
    width: 100%;
  }
}
.m-topic-box .icon {
  border-radius: 50%;
  width: 145px;
  height: 145px;
  -webkit-box-shadow: 0px 0px 10px rgba(63, 58, 58, 0.26);
  box-shadow: 0px 0px 10px rgba(63, 58, 58, 0.26);
  line-height: 145px;
  text-align: center;
  position: absolute;
  top: -72.5px;
  left: 50%;
  margin: 0 auto 0 -72.5px;
  background-color: #fff;
}
.m-topic-box .icon img {
  vertical-align: middle;
}
.m-topic-box .txt {
  text-align: center;
  padding: 30px 20px 70px;
}
.m-topic-box .title {
  font-size: 36px;
  color: #990099;
  line-height: 1.5;
  margin: 26px 0;
}
.m-topic-box .desc {
  margin-top: 30px;
  font-size: 16px;
  display: block;
  text-align: justify;
  letter-spacing: 1px;
}
.m-sec2 .swiper-container {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.m-sec2 .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: 500px 50%;
  perspective-origin: 500px 50%;
}
.m-sec2 .swiper-slide .mix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-sec2 .pc-swiper .swiper-slide .mix .item {
  width: 48%;
  position: relative;
}
.m-sec2 .swiper-slide .cont-box {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.63);
  color: #fff;
  padding: 15px;
}
.m-sec2 .swiper-slide .cont-box h4 {
  font-size: 16px;
  margin-bottom: 3px;
}
.m-sec2 .swiper-slide .cont-box p {
  font-size: 12px;
}
.m-sec2 .swiper-slide .cont-box p:after {
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(../images/readmore.png) 50% 50% no-repeat;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  right: 20px;
  bottom: 10px;
}
.m-sec2 .swiper-slide-active .cont-box {
  display: block;
}
.m-sec2 .swiper-slide img {
  vertical-align: top;
  width: 100%;
}
.m-sec2 .swiper-slide .item {
  position: relative;
}
.m-sec2 .swiper-slide .item:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.m-sec2 .swiper-slide {
  width: 65%;
  position: relative;
}
.m-sec2 .swiper-slide-active .item:after {
  display: none;
}
.m-sec2 .swiper-container {
  padding-bottom: 70px;
}
.m-sec2 .swiper-button-prev {
  -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  left: 15.8%;
  background-image: none;
  background-color: rgba(204, 204, 204, 0.6);
  color: #fff;
  top: 45%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  margin-top: -50px;
  text-align: center;
  font-size: 30px;
}
.m-sec2 .swiper-button-next {
  -webkit-box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.3);
  right: 15.8%;
  top: 45%;
  background-image: none;
  background-color: rgba(204, 204, 204, 0.6);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  margin-top: -50px;
  text-align: center;
  font-size: 30px;
}
.m-sec2 .swiper-button-next:hover,
.m-sec2 .swiper-button-prev:hover {
  background: -webkit-gradient(linear, right top, left top, from(#741db2), to(rgba(204, 0, 255, 0.231373)));
  background: linear-gradient(to left, #741db2, rgba(204, 0, 255, 0.231373));
  -webkit-box-shadow: 0 0 12px rgba(34, 9, 60, 0.35);
  box-shadow: 0 0 12px rgba(34, 9, 60, 0.35);
}
.m-sec2 .swiper-button-next:after,
.m-sec2 .swiper-button-prev:after {
  font-size: 30px;
}
.m-sec2 .mobile-swiper {
  display: none;
}
@media screen and (max-width: 1200px) {
  .m-sec2 .pc-swiper {
    display: none;
  }
  .m-sec2 .mobile-swiper {
    display: block;
  }
}
.m-sec3 .hd {
  background: #333;
  padding: 60px 15px;
}
.m-sec3 .list {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-sole {
  position: relative;
  width: 31%;
  overflow: hidden;
}
.u-sole__cover {
  vertical-align: top;
  width: 100%;
}
.u-sole__express {
  padding: 40px 25px;
  color: #fff;
}
.u-sole:hover .u-sole__express {
  opacity: 0;
  visibility: hidden;
}
.u-sole h4 {
  font-size: 30px;
  font-weight: bold;
}
.u-sole h4 img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.u-sole h6 {
  position: relative;
  font-size: 26px;
}
.u-sole__express h6:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 19px;
  right: 0;
  bottom: 10px;
  background: url(../images/right.png) 50% 50% no-repeat;
  background-size: 100%;
}
.u-sole__topic {
  position: relative;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
  opacity: 1;
}
.u-sole__topic h4 {
  margin: 105px auto 35px;
}
.u-sole__topic h6 {
  margin-bottom: 15px;
}
.u-sole__topic .more {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  margin: 100px auto 0;
  background: url(../images/right.png) 50% 50% no-repeat;
}
.u-sole .u-sole__box {
  height: 170px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.u-sole:hover .u-sole__box {
  height: 100%;
}
.u-sole:hover .u-sole__topic {
  opacity: 1;
}
.u-sole:hover .u-sole__express {
  opacity: 0;
  display: none;
}
.u-sole p {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .m-sec3 .list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-sole__topic h4 {
    margin: 6% auto;
  }
}
@media screen and (max-width: 800px) {
  .m-sec3 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-sec3 .u-sole {
    width: 100%;
    margin-bottom: 30px;
    max-height: 400px;
    overflow: hidden;
  }
  .m-sec3 .u-sole__cover {
    width: 100%;
  }
}
.m-sec4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.m-sec4 .list .item {
  width: 19%;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .m-sec4 .list {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .m-sec4 .list .item {
    width: 48%;
  }
}
.g-footer {
  position: relative;
  background-image: url("../images/footer_bg_02.png");
  background-size: 100%;
  background-size: cover;
  text-align: center;
}
.m-join {
  padding-top: 135px;
}
.m-join h2 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.m-join .link {
  display: inline-block;
  border: 7px solid rgba(255, 255, 255, 0.49);
  margin: 50px auto 65px auto;
  border-radius: 50px;
}
.m-join .link span {
  text-align: center;
  color: #333333;
  background-color: #fff;
  font-weight: bold;
  padding: 15px 80px;
  display: inline-block;
  font-size: 22px;
  border-radius: 50px;
}
.m-navbar .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-navbar .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .m-navbar .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-navbar .nav {
  width: 8.33333333%;
}
.m-navbar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.63);
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: left;
}
.m-navbar .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-navbar .section .address {
  font-size: 16px;
}
.m-navbar .section .address .logo {
  margin-bottom: 20px;
}
.m-navbar .section .address p {
  margin: 8px 0;
}
.m-navbar .section .nav {
  width: auto;
  font-size: 16px;
}
.m-navbar .section .nav h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-navbar .section .nav li {
  margin: 5px 0;
}
.m-navbar .section .nav a {
  color: #e2e2e2;
}
.m-navbar .section .nav.social a {
  display: inline-block;
  width: 25px;
}
.m-navbar .copyright {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  color: #fff;
}
.m-navbar .copyright span {
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .m-navbar .section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-navbar .section .address {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .m-navbar .section .nav {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.m-mobile-menu {
  padding: 50px 15px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.m-mobile-menu.is-active {
  display: block;
}
.m-mobile-menu .close {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
}
.m-mobile-menu .close img {
  width: 32px;
}
.m-mobile-menu .nav {
  text-align: center;
  font-size: 24px;
}
.m-mobile-menu .nav > li > ul {
  font-size: 18px;
}
.m-mobile-menu li .panel {
  display: none;
}
.m-mobile-menu li.is-active .panel {
  display: block;
}
.m-mobile-menu .nav > li {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-mobile-menu .nav li.is-active,
.m-mobile-menu .nav li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.m-mobile-menu .nav a {
  color: #c8c8c8;
  display: block;
  padding: 10px 0;
}
.m-mobile-menu .nav li.is-active a,
.m-mobile-menu .nav li:hover a {
  color: #fff;
}
.m-sec4 {
  margin-bottom: 80px;
}
.m-navbar .inner,
.m-sec4 .list,
.m-sec3 .list,
.m-topbar .inner {
  padding-left: 15px;
  padding-right: 15px;
}
.m-sec2 .pc-swiper .swiper-slide {
  width: 1170px;
}
.m-sec2 .pc-swiper .swiper-button-prev {
  left: 50%;
  margin-left: -615px;
}
.m-sec2 .pc-swiper .swiper-button-next {
  right: 50%;
  margin-right: -615px;
}
.copyright {
  padding-left: 15px;
  padding-right: 15px;
}
.m-banner-bg {
  position: relative;
  text-align: center;
  height: 600px;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
}
.m-banner-bg .slide-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.m-banner-bg .slide-title {
  font-size: 60px;
  font-weight: 900;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.m-banner-bg .slide-desc {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .m-banner-bg {
    height: 40vh;
  }
  .m-banner-bg .slide-title {
    font-size: 40px;
  }
  .m-banner-bg .slide-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .m-banner-bg .slide-title {
    font-size: 30px;
  }
  .m-banner-bg .slide-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-banner-bg .slide-title {
    font-size: 20px;
  }
  .m-banner-bg .slide-desc {
    font-size: 11px;
  }
}
.m-news-hd {
  margin: 60px auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-news-hd h2 {
  font-size: 40px;
  font-weight: 700;
  color: #302733;
}
.m-news-hd h2 span {
  font-size: 17px;
  font-weight: 700;
  color: #ccc;
}
.m-news-hd h2 span:before {
  font-size: 28px;
  margin: 0 5px;
  content: "/";
}
.m-news-hd .next,
.m-news-hd .prev {
  display: inline-block;
  margin-left: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999;
  position: relative;
  cursor: pointer;
}
.m-news-hd .next:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#701aac), color-stop(72%, #b00dac));
  background-image: linear-gradient(-90deg, #701aac, #b00dac 72%);
  border: none;
}
.m-news-hd .prev:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#701aac), color-stop(72%, #b00dac));
  background-image: linear-gradient(-270deg, #701aac, #b00dac 72%);
  border: none;
}
.m-news-hd .next:before,
.m-news-hd .prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: transparent no-repeat 12px 9px;
}
.m-news-hd .next:before {
  background-image: url(../images/next.png);
}
.m-news-hd .next:hover:before {
  background-image: url(../images/next-light.png);
}
.m-news-hd .prev:before {
  background-image: url(../images/prev.png);
}
.m-news-hd .prev:hover:before {
  background-image: url(../images/prev-light.png);
}
.m-news-sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.m-news-sec1 .topic {
  width: 550px;
  padding: 30px 45px;
}
.m-news-sec1 .topic:hover {
  background-color: #f1f1f1;
}
.m-news-sec1 .topic .time {
  color: #ccc;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.m-news-sec1 .topic .title {
  font-size: 22px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  letter-spacing: -1px;
}
.m-news-sec1 .topic .desc {
  font-size: 16px;
  margin-bottom: 25px;
  color: #666;
}
.m-news-sec1 .topic .thumb {
  width: 100%;
  margin-bottom: 30px;
}
.m-news-sec1 .topic .readmore {
  display: block;
  font-size: 16px;
  color: #990099;
  border: 1px solid #990099;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  width: 135px;
  text-align: center;
}
.m-news-sec1 .list {
  width: 600px;
}
.m-news-sec1 .m-news-pack:first-child {
  border-top: 1px solid #f1f1f1;
}
.m-news-sec1 .item {
  display: block;
  padding: 50px 17px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.m-news-sec1 .item:hover {
  background: #f1f1f1;
  color: #37302a;
}
.m-news-sec1 .item .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.m-news-sec1 .item h3 {
  font-size: 18px;
  max-width: 380px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.m-news-sec1 .item .time {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #ccc;
  font-size: 24px;
  font-weight: bold;
}
.m-news-sec1 .item .desc {
  padding-right: 85px;
  position: relative;
  color: #666;
}
.m-news-sec1 .item .desc:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 17px;
  background: url(../images/next.png) no-repeat 50% 50%;
}
@media screen and (max-width: 980px) {
  .m-news-sec1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-news-sec1 .topic,
  .m-news-sec1 .list {
    width: 100%;
    margin: 1px;
  }
}
.m-news-sec2 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-news-sec2 .list .item:last-child {
  border-bottom: none;
}
.m-news-sec2 .list .pic-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 300px;
  margin-right: 35px;
}
.m-news-sec2 .list .pic-box img {
  width: 100%;
}
.m-news-sec2 .list .cont-box {
  max-width: 550px;
}
.m-news-sec2 .list .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.m-news-sec2 .list .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.m-news-sec2 .list .time {
  font-size: 14px;
  color: #999;
}
.m-news-sec2 .item.is-active {
  background: #f1f1f1;
}
.m-news-sec2 .item.is-active .pic-box {
  width: 360px;
}
.m-news-sec2 .item.is-active .cont-box {
  max-width: 100%;
}
.m-news-sec2 .item.is-active .title {
  font-size: 22px;
}
.m-news-sec2 .item.is-active .desc {
  font-size: 16px;
  color: #666;
  padding-right: 65px;
  position: relative;
  min-height: 50px;
}
.m-news-sec2 .item.is-active .desc:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 20px;
  height: 34px;
  background: url(../images/next.png) no-repeat 50% 50%;
  background-size: auto 24px;
}
.m-news-sec2 .item.is-active .time {
  font-size: 16px;
}
.m-news-sec2 .list .item:last-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 680px) {
  .m-news-sec2 .list .item {
    display: block;
  }
  .m-news-sec2 .item.is-active .pic-box,
  .m-news-sec2 .list .pic-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m-about-sec1 {
  margin-bottom: 60px;
}
.m-about-sec1 .title {
  margin: 60px 0 40px;
  text-align: center;
}
.m-about-sec1 .content p {
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 40px;
}
.m-about-sec1 .thumb-box {
  text-align: center;
}
.m-about-sec1 .thumb-box img {
  -webkit-box-shadow: 0 0 10px rgba(23, 20, 24, 0.25);
  box-shadow: 0 0 10px rgba(23, 20, 24, 0.25);
}
.m-about-sec2 {
  background: #414145 url(../images/about-003.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0 0;
}
.m-about-sec2 .title {
  text-align: center;
  margin-bottom: 35px;
}
.m-about-sec2 .history-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-sec2 .thumb-box {
  margin-right: 70px;
}
.m-about-sec2 .list {
  margin-top: 35px;
}
.m-about-sec2 .item {
  position: relative;
  padding-bottom: 80px;
  padding-left: 45px;
  color: #fff;
  border-left: 1px solid #666;
}
.m-about-sec2 .item:last-child {
  border-left: none;
}
.m-about-sec2 .item .cont-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.m-about-sec2 .item.is-active .cont-box {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.m-about-sec2 .item.is-active:before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.m-about-sec2 .item.is-active:after {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.m-about-sec2 .time,
.m-about-sec2 .desc {
  position: relative;
  top: -20px;
}
.m-about-sec2 .item:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: rgba(202, 30, 201, 0.4);
  position: absolute;
  left: -12px;
  top: -12px;
}
.m-about-sec2 .item:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ca1ec9;
  position: absolute;
  left: -6px;
  top: -6px;
}
.m-about-sec2 .item .time {
  font-size: 24px;
  font-weight: 500;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-about-sec2 .item .desc {
  font-size: 17px;
  font-weight: 500;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 720px) {
  .m-about-sec2 .history-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-about-sec2 .thumb-box {
    width: 100%;
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .m-about-sec2 .thumb-box img {
    width: 100%;
  }
  .m-about-sec2 .list {
    margin-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  .m-about-sec2 .item.is-active .time {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .m-about-sec2 .item.is-active .desc {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.m-about-sec3 .title {
  text-align: center;
  margin-top: 53px;
  margin-bottom: 25px;
}
.m-about-sec3 .tab-nav {
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-about-sec3 .tab-nav .item {
  font-size: 20px;
  padding: 10px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.m-about-sec3 .tab-nav .item.is-active {
  color: #8d1e8b;
}
.m-about-sec3 .tab-nav .item.is-active:after {
  content: " ";
  width: 100%;
  height: 2px;
  background: #8d1e8b;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.m-about-sec3 .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-about-sec3 .tab-content .item {
  display: none;
}
.m-about-sec3 .tab-content .item.is-active {
  display: block;
}
.m-about-sec4 {
  background: #f8f8f8;
  padding-bottom: 80px;
}
.m-about-sec4 .title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-about-sec4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-about-sec4 .list .item {
  width: 19%;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .m-about-sec4 .list .item {
    width: 48%;
  }
}
.m-about-sec5 {
  background: #414145 url(../images/about-006.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0 90px;
}
.m-about-sec5 .title {
  text-align: center;
  margin-bottom: 25px;
}
.m-about-sec5 .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-about-sec5 .thumb-box {
  margin-right: 45px;
}
.m-about-sec5 .cont-box {
  font-size: 16px;
  color: #fff;
}
.m-about-sec5 .icon {
  padding-left: 42px;
  line-height: 45px;
}
.m-about-sec5 .phone {
  background: url(../images/icon-phome.png) no-repeat 0 50%;
}
.m-about-sec5 .address {
  background: url(../images/icon-address.png) no-repeat 0 50%;
}
.m-about-sec5 .email {
  background: url(../images/icon-email.png) no-repeat 0 50%;
}
.m-about-sec5 .code {
  background: url(../images/icon-code.png) no-repeat 0 50%;
}
.m-about-sec5 .fox {
  background: url(../images/icon-fox.png) no-repeat 0 50%;
}
@media screen and (max-width: 720px) {
  .m-about-sec5 .contact-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-about-sec5 .thumb-box {
    width: 100%;
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .m-about-sec5 .thumb-box img {
    width: 100%;
  }
}
.m-topbar.w-box {
  position: static;
  background-color: #3a353c;
  border-bottom: none;
}
.m-box-sec1 {
  background: #f1f1f1;
}
.m-box-sec1 .inner {
  position: relative;
  min-height: 700px;
}
.m-box-sec1 .cont-box {
  width: 600px;
  padding-top: 170px;
  position: relative;
  z-index: 2;
}
.m-box-sec1 .title {
  font-size: 53px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 300;
}
.m-box-sec1 .min-title {
  font-size: 30px;
}
.m-box-sec1 .icons {
  margin-top: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.m-box-sec1 .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  margin-right: 80px;
  font-family: Source Han Sans SC, Microsoft YaHei;
}
.m-box-sec1 .desc {
  font-size: 16px;
  line-height: 35px;
  width: 86%;
}
.m-box-sec1 .main-pic {
  position: absolute;
  z-index: 1;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50vw;
}
@media screen and (max-width: 1200px) {
  .m-box-sec1 .inner {
    min-height: auto;
    padding: 70px 0 50px;
  }
  .m-box-sec1 .cont-box {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .m-box-sec1 .icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .m-box-sec1 .desc {
    width: 100%;
  }
  .m-box-sec1 .main-pic {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    max-width: 100%;
    padding: 0 15vw;
  }
}
@media screen and (max-width: 580px) {
  .m-box-sec1 .title {
    font-size: 32px;
  }
  .m-box-sec1 .min-title {
    font-size: 18px;
  }
  .m-box-sec1 .icons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .m-box-sec1 .icon-box {
    margin-right: 0;
  }
}
.m-box-sec2 {
  background: #f1f1f1 url(../images/p1025002.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.m-box-sec2 .inner {
  min-height: 780px;
  padding-top: 117px;
  padding-bottom: 117px;
  font-size: 35px;
  text-align: center;
}
.m-box-sec2 .inner p {
  margin-bottom: 26px;
}
.m-box-sec2 .inner p:last-child {
  margin-bottom: 0;
}
.m-box-sec2 .inner p em {
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  .m-box-sec2 .inner {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 580px) {
  .m-box-sec2 .inner {
    font-size: 24px;
  }
  .m-box-sec2 .inner p {
    margin-bottom: 25px;
  }
}
.m-box-sec3 {
  background: #f1f1f1;
}
.m-box-sec3 .inner {
  min-height: 640px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-box-sec3 .pic-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-box-sec3 .main-pic {
  position: absolute;
  top: 80px;
  left: -220px;
}
.m-box-sec3 .cont-box {
  width: 680px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.m-box-sec3 .title {
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
}
.m-box-sec3 .desc {
  font-size: 20px;
  line-height: 1;
  margin-top: 8px;
  font-weight: 300;
}
.m-box-sec3 .list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-box-sec3 .item {
  width: 30%;
  text-align: center;
}
.m-box-sec3 .item:last-child {
  margin-right: 0;
}
.m-box-sec3 .item h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}
.m-box-sec3 .item p {
  font-size: 16px;
  line-height: 24px;
}
.m-box-sec3 .icon-box {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #333;
  background: url(../images/i1025007.png) no-repeat 50% 50%;
  background-size: 36px 48px;
  margin-bottom: 20px;
}
.m-box-sec3 .i2 .icon-box {
  background-image: url(../images/i1025008.png);
  background-size: 61px 20px;
}
.m-box-sec3 .i3 .icon-box {
  background-image: url(../images/i1025009.png);
  background-size: 43px 50px;
}
@media screen and (max-width: 1200px) {
  .m-box-sec3 .inner {
    min-height: auto;
    padding: 70px 0;
    display: block;
  }
  .m-box-sec3 .cont-box {
    width: 100%;
  }
  .m-box-sec3 .main-pic {
    position: static;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .m-box-sec3 .main-pic img {
    max-width: 80%;
    position: relative;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 580px) {
  .m-box-sec3 .inner .title {
    font-size: 32px;
  }
  .m-box-sec3 .inner .desc {
    font-size: 18px;
  }
  .m-box-sec3 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-box-sec3 .list .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .m-box-sec3 .list .item:last-child {
    margin-bottom: 0;
  }
}
.m-box-sec4 {
  background: #fff url(../images/p1025008.png) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.m-box-sec4 .inner {
  min-height: 800px;
}
.m-box-sec4 .cont-box {
  padding-top: 180px;
  width: 420px;
  margin-left: 85px;
  position: relative;
  z-index: 2;
}
.m-box-sec4 .cont-box .title {
  font-size: 53px;
  text-align: right;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 300;
}
.m-box-sec4 .cont-box .desc {
  font-size: 20px;
  text-align: right;
  line-height: 1;
  margin-top: 10px;
  font-weight: 300;
}
.m-box-sec4 .cont-box .icons {
  margin: 70px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-box-sec4 .cont-box .icon-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 18px;
  font-weight: 700;
  font-family: Source Han Sans SC, Microsoft YaHei;
}

.m-box-sec4 .cont-box .intro {
  font-size: 16px;
  line-height: 34px;
  text-align: right;
}
.m-box-sec4 .main-pic {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50vw;
}
@media screen and (max-width: 1200px) {
  .m-box-sec4 .inner {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }
  .m-box-sec4 .cont-box .title {
    text-align: center;
  }
  .m-box-sec4 .cont-box {
    width: auto;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
  .m-box-sec4 .cont-box .desc {
    text-align: center;
  }
  .m-box-sec4 .cont-box .intro {
    text-align: center;
  }
  .m-box-sec4 .main-pic {
    position: static;
    text-align: right;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .m-box-sec4 .main-pic img {
    max-width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .m-box-sec4 .inner .title {
    font-size: 32px;
  }
  .m-box-sec4 .inner .desc {
    font-size: 18px;
  }
  .m-box-sec4 .inner .intro {
    font-size: 18px;
    line-height: 32px;
  }
  .m-box-sec4 .inner .icons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-box-sec4 .inner .icons .icon-box {
    margin: 10px ;

  }
}
.m-box-sec5 {
  background: #fff url(../images/p1025007.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.m-box-sec5 .inner {
  min-height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-box-sec5 .pic-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-box-sec5 .main-pic {
  position: absolute;
  bottom: -130px;
  left: -350px;
  z-index: 100;
  max-width: 80vw;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.m-box-sec5 .cont-box {
  padding-top: 60px;
  width: 600px;
  text-align: center;
  position: relative;
  z-index: 101;
}
.m-box-sec5 .title {
  text-align: left;
  font-size: 53px;
  line-height: 1;
  font-weight: 300;
}
.m-box-sec5 .desc {
  text-align: left;
  font-size: 20px;
  margin-top: 8px;
  line-height: 1;
  font-weight: 300;
}
.m-box-sec5 .list {
  position: relative;
  margin-top: 50px;
  padding-top: 15px;
  width: 500px;
  height: 510px;
  background: url(../images/p1025009.png) no-repeat right 100%;
}
.m-box-sec5 .item {
  font-size: 26px;
  text-align: right;
  line-height: 70px;
  height: 70px;
}
.m-box-sec5 .item.i1 {
  padding-right: 190px;
}
.m-box-sec5 .item.i2 {
  padding-right: 145px;
}
.m-box-sec5 .item.i3 {
  padding-right: 105px;
}
.m-box-sec5 .item.i4 {
  padding-right: 80px;
}
.m-box-sec5 .item.i5 {
  padding-right: 50px;
}
.m-box-sec5 .icons {
  text-align: right;
}
.m-box-sec5 .icon-box {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #333;
  background: url(../images/i1025005.png) no-repeat 50% 50%;
  background-size: 40%;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 45px;
}
.m-box-sec5 .b2.icon-box {
  background-image: url(../images/i1025006.png);
}
@media screen and (max-width: 1200px) {
  .m-box-sec5 .inner {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }
  .m-box-sec5 .cont-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
  .m-box-sec5 .title,
  .m-box-sec5 .desc {
    text-align: center;
  }
  .m-box-sec5 .main-pic {
    position: static;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .m-box-sec5 .main-pic img {
    max-width: 90%;
    position: relative;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 580px) {
  .m-box-sec5 .cont-box {
    width: 100%;
  }
  .m-box-sec5 .inner .title {
    font-size: 32px;
  }
  .m-box-sec5 .inner .desc {
    font-size: 18px;
  }
  .m-box-sec5 .inner .list {
    margin-top: 15px;
    width: 100%;
  }
  .m-box-sec5 .inner .list .item {
    font-size: 16px;
    line-height: 71px;
    height: 71px;
  }
}
.m-box-sec6 {
  background: #f1f1f1;
}
.m-box-sec6 .inner {
  min-height: 450px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 118px;
}
.m-box-sec6 .cont-box {
  width: 720px;
  text-align: center;
  margin: 0 auto;
}
.m-box-sec6 .title {
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}
.m-box-sec6 .desc {
  font-size: 22px;
  font-weight: 300;
}
.m-box-sec6 .list {
  margin-top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-box-sec6 .item {
  width: 25%;
  text-align: center;
}
.m-box-sec6 .item:last-child {
  margin-right: 0;
}
.m-box-sec6 .item h3 {
  font-size: 26px;
  line-height: 1;
}
.m-box-sec6 .item p {
  font-size: 16px;
  line-height: 32px;
}
.m-box-sec6 .icon-box {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #333;
  background: url(../images/i1025001.png) no-repeat 50% 50%;
  background-size: 41px 52px;
  margin-bottom: 21px;
}
.m-box-sec6 .i2 .icon-box {
  background-image: url(../images/i1025002.png);
  background-size: 53px 52px;
}
.m-box-sec6 .i3 .icon-box {
  background-image: url(../images/i1025003.png);
  background-size: 53px 52px;
}
.m-box-sec6 .i4 .icon-box {
  background-image: url(../images/i1025004.png);
  background-size: 53px 52px;
}
@media screen and (max-width: 580px) {
  .m-box-sec6 .inner {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: auto;
  }
  .m-box-sec6 .inner .title {
    font-size: 32px;
  }
  .m-box-sec6 .inner .desc {
    font-size: 18px;
  }
  .m-box-sec6 .inner .icon-box {
    margin: 10px 5px;
  }
  .m-box-sec6 .item {
    width: auto;
  }
  .m-box-sec6 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .m-box-sec6 .list .item h3 {
    font-size: 18px;
  }
}
.m-use-sec1 {
  text-align: center;
  padding-bottom: 90px;
}
.m-use-sec1 .u-sec-title {
  padding-top: 80px;
  padding-bottom: 30px;
}
.m-use-sec1 .intro {
  font-size: 18px;
  margin-bottom: 30px;
}
.m-use-sec1 .thumb-box img {
  vertical-align: top;
}
.m-use-sec2 {
  background-color: #f5f5f6;
  padding-bottom: 70px;
}
.m-use-sec2 .u-sec-title {
  padding-top: 55px;
  padding-bottom: 35px;
}
.m-use-sec2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-use-sec2 .list .m-topic-box {
  width: 28.2%;
}
.m-use-sec2 .list .m-topic-box .title {
  font-size: 30px;
}
.m-use-sec2 .list .m-topic-box .desc {
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
  .m-use-sec2 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-use-sec2 .list .m-topic-box {
    width: 100%;
    margin-bottom: 35px;
  }
  .m-use-sec2 .list .m-topic-box:last-child {
    margin-bottom: 0;
  }
}
.m-card-sec1 {
  padding-top: 90px;
  background: radial-gradient(circle, #121013, #2e2b2f);
  color: #ffe4ba;
}
.m-card-sec1 .inner {
  position: relative;
  min-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
.m-card-sec1 .cont-box {
  width: 600px;
  padding-top: 190px;
  position: relative;
  z-index: 2;
}
.m-card-sec1 .title {
  font-size: 53px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
}
.m-card-sec1 .min-title {
  font-size: 30px;
}
.m-card-sec1 .page-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 10px;
}
.m-card-sec1 .desc {
  font-size: 18px;
  line-height: 36px;
  width: 98%;
  margin-bottom: 40px;
}
.m-card-sec1 .main-pic {
  margin-top: 110px;
}
.m-card-sec1 .icon-list .item {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  line-height: 90px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #ffe4ba;
  margin-right: 70px;
}
.m-card-sec1 .icon-list .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .m-card-sec1 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-card-sec1 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  .m-card-sec1 .title {
    font-size: 36px;
  }
  .m-card-sec1 .min-title {
    font-size: 20px;
  }
  .m-card-sec1 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .m-card-sec1 .icon-list .item {
    margin: auto 5px;
  }
}
.m-card-sec2 {
  padding: 0 0 67px;
  text-align: center;
  background: #faf9f5;
}
.m-card-sec2 .inner {
  margin-top: -100px;
}
.m-card-sec2 .main-pic img {
  width: 100%;
}
.m-card-sec2 .title {
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 14px;
  margin-top: 50px;
}
.m-card-sec2 .min-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.m-card-sec2 .desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
}
.m-card-sec2 .desc strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.m-card-sec3 {
  background: #08080a url(../images/card-s3-bg.png) no-repeat 50% 50%;
  background-size: cover;
  color: #ffe4ba;
}
.m-card-sec3 .inner {
  position: relative;
  min-height: 773px;
  padding-bottom: 89px;
  padding-top: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-card-sec3 .cont-box {
  width: 600px;
  position: relative;
  z-index: 2;
}
.m-card-sec3 .title {
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
.m-card-sec3 .min-title {
  font-size: 20px;
  font-weight: 300;
}
.m-card-sec3 .page-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 20px;
}
.m-card-sec3 .desc {
  font-size: 18px;
  line-height: 46px;
  width: 98%;
}
.m-card-sec3 .desc em {
  font-weight: 700;
  font-style: normal;
}
.qcade{
    margin-left: 5px;
    font-size: 14px;
    text-align: center;
  }
.m-card-sec3 .ident {
  text-indent: 5em;
  display: block;
}
.m-card-sec3 .main-pic img {
  position: relative;
  left: -18%;
}
@media screen and (max-width: 1200px) {
  .m-card-sec3 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-card-sec3 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .m-card-sec3 .main-pic img {
    left: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .m-card-sec3 .title {
    font-size: 36px;
  }
  .m-card-sec3 .min-title {
    font-size: 20px;
  }
  .m-card-sec3 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.m-card-sec4 {
  background: #faf9f5;
}
.m-card-sec4 .title {
  padding-top: 80px;
  font-size: 46px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
}
.m-card-sec4 .min-title {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  font-weight: 300;
}
.m-card-sec4 .desc {
  font-size: 22px;
  color: #454545;
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
}
.m-card-sec4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.m-card-sec4 .item .item-title {
  color: #454545;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.m-card-sec4 .item .item-desc {
  font-size: 18px;
  color: #454545;
  line-height: 34px;
  margin-bottom: 40px;
}
.m-card-sec4 .c1 {
  width: 315px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-card-sec4 .c2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.m-card-sec4 .c2 img {
  vertical-align: bottom;
}
.m-card-sec4 .c3 {
  width: 315px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .m-card-sec4 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-card-sec4 .c2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .m-card-sec4 .c1,
  .m-card-sec4 .c3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 25px;
  }
  .m-card-sec4 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .m-card-sec4 .main-pic img {
    left: auto;
    padding-top: 60px;
  }
}
.m-card-sec5 {
  background: #322f36;
  color: #ffe4ba;
}
.m-card-sec5 .view {
  background: radial-gradient(
    circle,
    rgba(18, 16, 19, 0.7),
    rgba(46, 43, 47, 0.7)
  );
}
.m-card-sec5 .inner {
  position: relative;
  min-height: 772px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-card-sec5 .main-pic {
  margin-left: 190px;
}
.m-card-sec5 .cont-box {
  width: 600px;
  position: relative;
  z-index: 2;
}
.m-card-sec5 .title {
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 31px;
}
.m-card-sec5 .min-title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 47px;
  font-weight: 300;
}
.m-card-sec5 .desc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}
.m-card-sec5 .desc .item .icon-box {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.m-card-sec5 .desc .item .txt {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .m-card-sec5 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-card-sec5 .cont-box {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .m-card-sec5 .item {
    text-align: left;
  }
  .m-card-sec5 .main-pic {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .m-card-sec5 .main-pic img {
    left: auto;
    padding-top: 60px;
  }
}
.m-card-sec6 {
  background: #faf9f5;
}
.m-card-sec6 .title {
  padding-top: 66px;
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin-bottom: 56px;
}
.m-card-sec6 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-card-sec6 .list .item {
  width: 250px;
  margin: 0 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
}
.m-card-sec6 .list .item .desc {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  margin-top: 31px;
}
.m-card-sec6 .wx {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 86px;
}
.m-card-sec6 .wx img {
  vertical-align: top;
}
.m-card-sec6 .wx p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .m-card-sec6 .list {
    display: block;
  }
  .m-card-sec6 .list .item {
    text-align: center;
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
  .m-card-sec6 .list .item .desc {
    margin-top: 15px;
  }
}
.m-card-join {
  height: 478px;
  position: relative;
  background-image: url("../images/card-009.jpg");
  background-size: 100%;
  background-size: cover;
  text-align: center;
}
.m-card-join h2 {
  font-size: 53px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding-top: 126px;
  margin-bottom: 30px;
}
.m-card-join p {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
}
.m-card-join .link {
  display: inline-block;
  border: 7px solid rgba(255, 255, 255, 0.49);
  margin: 42px auto 0;
  border-radius: 38px;
}
.m-card-join .link span {
  text-align: center;
  color: #333333;
  background-color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  height: 62px;
  width: 200px;
  line-height: 62px;
  border-radius: 38px;
}
.m-card-join--box {
  background-image: url("../images/box-bg.jpg");
}
.x-pol {
  width: 14px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
}
