/*--------全局样式--------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: SansCNBold;
  src: url(../fonts/Noto-Sans-SC-Bold-2.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: SansCNLight;
  src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: SerifCN;
  src: url(../fonts/SourceHanSerifCN-Bold.otf);
}
@font-face {
  font-family: SansCNRegular;
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: ExodusDemo;
  src: url(../fonts/ExodusDemo-Regular.otf);
}
body {
  font-size: 16px;
  color: #1e201d;
  font-family: PingFang SC;
  box-sizing: border-box;
  height: 100%;
}
form,
div,
body,
img,
p,
a,
dl,
dd,
dt,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-weight: normal;
}
/* a{font-family: SansCNLight;} */
a:link {
  color: #1e201d;
  text-decoration: none;
}
a:visited {
  color: #1e201d;
  text-decoration: none;
}
a:hover {
  color: #1e201d;
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  color: #1e201d;
  margin: 0;
  padding: 0;
  font-size: 16px;
  outline: none;
}
input:focus,
textarea:focus {
  outline: 0;
}

input:-internal-autofill-selected {
  background-color: none !important;
}
@media screen and (max-width: 768px) {
  .head_bar {
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  .head_bar {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .is_mobile {
    display: none;
  }
}
.baisezi a {
  color: #fff !important;
}
/*-------- clear --------*/
.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 62.5%;
  margin: 0 auto;
  max-width: 62.5%;
}
.w1 {
  width: 80%;
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .w1 {
    width: 100%;
    max-width: 100%;
  }
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
/* 导航 */
/* .nav-topcontent{position: relative;width: 100%;height: 100px;} */
.nav {
  height: auto;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 22;
  border: 1px solid rgba(30, 32, 29, 0.1);
}
.head {
  position: relative;
}
.logo .nav_ig {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.navs {
  border-bottom: 1px solid rgba(30, 32, 29, 0.1);
  height: 130px;
  text-align: center;
  width: 100%;
}
.logo {
  position: relative;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  height: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 60px;
    padding: 7.5px 0;
  }
}
/* 侧面导航栏 */
.side_list {
  width: 85%;
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: scroll;
  overflow-y: hidden auto;
}
.side_list .close {
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}

.side_list .close img {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 5%;
}

.side_list ul {
  width: 95%;
  margin: 0 auto;
  padding: 24px 0 20px;
  border-bottom: 0.5px solid rgba(51, 51, 51, 0.2);
  background: none;
}
.side_list .mtop {
  margin-top: 6px;
}

.side_list > ul > li.snav {
  color: #1e201d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
  background: url("../images/arrow.png") no-repeat right;
  background-size: 20px;
}

.side_list > ul > li.snav_on {
  background: url("../images/arrow2.png") no-repeat right;
  background-size: 20px;
}
.side_list > ul > a > li.arrow {
  background: url("../images/arrow.png") no-repeat right;
  background-size: 20px;
}

.side_list ul > li > ul {
  border-bottom: 0px;
  margin-top: 0;
  padding: 0;
  display: none;
}

.side_list ul > li.snav_on ul.ul_on {
  display: block;
  animation: fadeInDown 12s 10s linear backwards;
}

.side_list ul > li > ul > li {
  background: none;
  margin: 10px 0;
}

.side_list ul li {
  font-size: 16px;
  color: #1e201d;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
}

.side_list ul li a {
  color: #1e201d;
  font-size: 14px;
}
.side_list ul > li.snav_on ul.ul_on {
  display: block;
  animation: fadeInDown 12s 10s linear backwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.logo img {
  width: 180px;
}
.logo .menu_img {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.nav_link {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav_link {
    display: none;
  }
}
.nav_link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.nav_link ul li {
  width: 20%;
  height: 40px;
}
.nav_link ul li a {
  display: inline-block;
  color: #1e201d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 0;
}
/*.nav_link ul li:hover a{display: none; color: #1E201D;cursor: pointer;}*/
.nav_link ul li a.on {
  padding: 10px 10px;
  background: url("../images/down1.png") no-repeat right;
  background-size: 10px;
  opacity: 1;
  color: #1e201d;
}
.nav_link ul li:nth-child(1) .on {
  background: url() no-repeat right;
}

.nav_link ul li .english a {
  position: relative;
  display: inline-block;
  color: #1e201d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
}
.nav_link ul li .english {
  display: none;
}
.nav_link ul li:hover .english {
  display: block;
}
.nav_link ul li .line {
  display: block;
  position: absolute;
  bottom: -0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px rgba(30, 32, 29, 1) solid;
  height: 1px;
}
.nav_link ul li:hover .line {
  display: block;
}

.nav_link ul .this {
  border-bottom: 2px solid #1e201d;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  height: 100%;
  top: 130px;
  z-index: 10;
  display: none;
}
.index-descnav {
  display: none;
}
nav {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 130px;
  z-index: 22;
  left: 0;
  right: 0;
}
.nav-main {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.nav-main .item {
  width: 20%;
  text-align: center;
  padding: 30px 0;
}
.nav-main .item h5 {
  font-size: 14px;
  line-height: 21px;
}
.nav-main .item h5 a {
  font-weight: 300;
  font-family: PingFang SC;
}
.nav-main .item ul {
  display: block;
  /*animation: fadeInDown 1s .1s ease-in backwards;*/
}

.nav-main .item li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  height: 40px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out, top 0.3s ease-out;
}
.nav-main .item li:nth-child(1) {
  animation: fadeInDown 0.2s 0s linear both;
}

.nav-main .item li:nth-child(2) {
  animation: fadeInDown 0.2s 0s linear both;
}

.nav-main .item li:nth-child(3) {
  animation: fadeInDown 0.2s 0s linear both;
}

.nav-main .item li:nth-child(4) {
  animation: fadeInDown 0.2s 0s linear both;
}

.nav-main .item li a:hover {
  color: #999;
}
.nav-main .item li a {
  font-family: PingFang SC;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 8px;
}
/* banner */
.swiper-container {
  --swiper-theme-color: #fff;
  --swiper-pagination-color: #fff;
}
.swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 36px;
}
.banner {
  width: 100%;
}
.banner .banner1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.banner .banner1 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.banner .swiper-button-prev {
  left: 100px !important;
}
.banner .swiper-button-next {
  right: 100px !important;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff !important;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 32px;
}
.banner .swiper-pagination-bullet {
  background: none !important;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 8px;
  height: 8px;
}
.banner-icon {
  position: absolute;
  bottom: 33%;
  width: 100%;
  height: 43px;
  text-align: center;
}
.banner-icon h2 {
  font-size: 36px;
  color: #fff;
  font-family: ExodusDemo;
}
.banner-icon img {
  width: 25%;
}
.banner-title {
  font-size: 24px;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  font-family: SerifCN;
}
.banner-more {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 40px auto 0;
  justify-content: center;
}
.banner-icon a {
  color: #fff;
  font-weight: 400;
  font-family: Raleway;
  font-size: 14px;
}
.banner-more:hover {
  color: #1e201d;
  background-color: #fff;
  border: none;
}
.banner-more:hover a {
  color: #1e201d;
}
.banner-icon .banner-more img {
  width: 10%;
  margin-left: 10px;
}
/* .banner .swiper-pagination{bottom: 0;left: 50%;width: 5%;display: flex;align-items: center;justify-content: space-between;} */

/* 介绍 */
.introduce {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.introduce-fl {
  width: 46%;
  padding-top: 120px;
}
.introduce-fl .introduce-title {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: ExodusDemo;
}
.introduce-fl .introduce-wen {
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0 50px;
  font-family: SansCNLight;
}
.introduce-fl p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: SansCNLight;
}
.introduce-fl .introduce-img {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce-fl .introduce-img img {
  width: 100%;
}
.introduce-img img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce-fr {
  width: 48%;
  padding-top: 120px;
}

.introduce-fr .introducefr-img {
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce-fr .introducefr-img img {
  width: 100%;
}
.introducefr-img img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce-fr .introducefr-title {
  width: 50%;
  line-height: 36px;
  font-size: 18px;
  margin-top: 60px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: Raleway;
}
.introduce-fr p {
  font-size: 16px;
  line-height: 16px;
  padding-top: 10px;
  font-family: SansCNLight;
}
.introducefr-more {
  border: 1px solid #1e201d;
  width: 260px;
  margin: 50px 0 0;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}
.introducefr-more a {
  font-family: Raleway;
  font-size: 16px;
}
.introducefr-more:hover {
  background-color: #1e201d;
}
.introducefr-more:hover a {
  color: #fff;
}
.introducefr-more img {
  width: 20px;
}
/* 展示 */
.boxone {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.boxone .show-icon {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.boxone .show-icon h2 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.boxone .show-icon img {
  width: 30%;
}

.boxone .show1 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  margin: 0 auto;
}
.boxone .show1::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.boxone .show-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.boxone .show-more {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px auto 0;
  justify-content: center;
}
.boxone .show-more:hover {
  color: #1e201d;
  background-color: #fff;
  border: none;
}
.boxone .show-more:hover a {
  color: #1e201d;
}
.boxone .show-more a {
  color: #fff;
  font-weight: 400;
  font-family: Raleway;
  font-size: 12px;
}
.boxone .show-icon .show-more img {
  width: 10%;
  margin-left: 10px;
}
/* 新闻 */
.indexnew .new-title {
  text-align: center;
  margin-top: 120px;
}
.indexnew .new-title h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: ExodusDemo;
}
.indexnew .new-title h5 {
  font-size: 24px;
  font-weight: 300;
}
.indexnew .new-main {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.indexnew .new-main .main-item {
  width: 100%;
  margin-bottom: 50px;
}
.indexnew .new-main .main-item .main-icon {
  width: 100%;
}
.indexnew .new-main .main-item .main-icon img {
  width: 100%;
}

.indexnew .new-main .main-item p {
  text-align: center;
  padding: 20px 0;
  font-family: ExodusDemo;
  color: #999;
  font-size: 16px;
}
.indexnew .new-main .main-item h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-family: ExodusDemo;
}
.new-more {
  border: 1px solid #1e201d;
  width: 260px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin: 20px auto 0;
}
.new-more a {
  font-family: Raleway;
  font-size: 14px;
}
.new-more:hover {
  background-color: #1e201d;
  color: #fff;
}
.new-more:hover a {
  color: #fff;
}
.new-more img {
  width: 20px;
}
.indexnew .new-main .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.indexnew .new-main .swiper-button-next,
.indexnew .new-main .swiper-button-prev {
  color: #1e201d;
}
.indexnew .new-main .swiper-button-next:after,
.indexnew .new-main .swiper-button-prev:after {
  font-size: 32px;
}
.Activity {
  background: #fff;
  overflow: hidden;
  padding: 50px 0;
}
.Activity .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* 文字主色1e201d */

  color: #1e201d;
}

.Activity .Slide {
  padding: 20px 5%;
}
.Activity .Slide .hd {
  float: left;
  width: 12%;
  text-align: center;
}
.Activity .Slide .hd ul li {
  color: #999999;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.Activity .Slide .hd ul .on {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.Activity .Slide .hd ul li:hover {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.Activity .Slide .bd {
  float: right;
  width: 87%;
  height: 580px;
  overflow-y: auto;
}
.Activity .Slide .bd::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background: #eee;
}
.Activity .Slide .bd::-webkit-scrollbar-thumb {
  width: 5px;
  height: 20px;
  background: #ad956a;
}
.Activity .Slide .bd ul {
  border-left: 1px #999 dashed;
  margin-left: 5px;
  min-height: 400px;
}
.Activity .Slide .bd ul li {
  position: relative;
  margin-bottom: 100px;
  padding: 0 10% 0 7%;
}
.Activity .Slide .bd ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #000;
}

.Activity .Slide .bd p {
  color: #333333;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.Activity .Slide .bd .list {
  display: flex;
  flex-wrap: wrap;
}
.Activity .Slide .bd .list .img {
  overflow: hidden;
  margin: 0 1% 1% 0;
  width: 600px !important; /* height:400px!important;*/
  text-align: center;
}
.Activity .Slide .bd .list .img:nth-of-type(4n + 4) {
  margin-right: 0;
}
.Activity .Slide .bd .list .img img {
  display: block;
  transform: scale(1);
  transition: all 1s;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.Activity .Slide .bd .list .img:hover img {
  transform: scale(1.1);
  transition: all 1s;
}

.over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.tempContainer {
  position: fixed;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 101;
}

.brnews {
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: relative;
}
.brnews .brtime {
  font-family: "Source Han Serif CN";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e201d;
  text-align: center;
  margin: 50px 0;
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brnews .swiper-wrapper {
  width: 100%;
}
.brnews .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  background-position-x: center;
  margin: 0 auto;
}
.brnews .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.brnews .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.brnews .swiper-pagination-bullet {
  background-color: rgba(7, 115, 203, 0.33);
  margin-right: 10px;
  border-radius: 10px;
}
.brnews .swiper-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
.brnews .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png) no-repeat !important;
  background-size: cover;
  width: 41px;
  height: 100px;
  right: -50px;
  top: 40%;
}
.brnews .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png) no-repeat !important;
  background-size: cover;
  width: 41px;
  height: 100px;
  left: -50px;
  top: 40%;
}

.brnews .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  margin-right: 400px;
  content: "";
}
.brnews .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: 400px;
  content: "";
}

.brnews .brTitle {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e201d;
  text-align: center;
  margin: 50px 0 20px 0;
}

.brnews .brbeif {
  width: 100%;
  margin: 0px auto 20px;
  display: flex;
  justify-content: safe center;
}

.brnews .brbeif {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1e201d;
  text-align: center;
  cursor: pointer;
}
.brnews .brbeif img {
  width: 20px;
  margin-left: 0px;
  vertical-align: middle;
}

.brnews .brbeif2 {
  width: 80%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 20px auto 0;
}
.brnews .brbeif2 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}

.brnews .brbutt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 90px;
  height: 28px;
  border: 1px solid #333333;
  margin: 20px auto 0;
}
.brnews .brbutt span {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.brnews .brbutt:hover {
  background: #000;
}
.brnews .brbutt:hover span {
  color: #fff;
}
.brnews .xians1 {
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.brnews .xians2 {
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin-top: 50px;
}

/* 广告 */
.ad {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.ad .ad1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 866px;
}
.ad-title {
  font-size: 48px;
  padding: 20px 0;
  color: #fff;
  font-weight: 400;
  font-family: ExodusDemo;
  width: 46%;
  text-align: left;
  position: absolute;
  right: 150px;
  top: 30%;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.admore {
  position: absolute;
  top: 63%;
  width: 46%;
  right: 150px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admore span {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  font-family: SansCNLight;
}
.admore a {
  color: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  font-family: Raleway;
  text-transform: uppercase;
  text-align: center;
  width: 260px;
  height: 60px;
  line-height: 60px;
}
.admore a img {
  width: 20%;
  margin-left: 10px;
}
/* 联系 */
.link {
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  padding-bottom: 100px;
  background-clip: inherit;
  height: 762px;
}
.link .footer_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.link .item:first-child {
  width: 32%;
  position: relative;
}
.link .item {
  width: 8%;
}
.link .item h5 {
  padding: 0px 0 10px;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: ExodusDemo;
}
.link .item h5 span {
  font-weight: 300;
  font-size: 24px;
  display: block;
}
.link .link-item {
  width: 20%;
}
.link .link-items {
  width: 40%;
}
.link .link-item h5 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
}
.link .link-item h5:last-child {
  margin-top: 30px;
}
.link .link-items h5 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
}
.link .link-item ul li {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.link .link-item ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
}
.link .item h6 {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  width: 48%;
  font-family: ExodusDemo;
}
.form-bottom-box {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}
.name .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-bottom-box input {
  border: none;
  margin-left: 10px;
  width: 50%;
  background: none;
}
.form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-group label {
  width: 75px;
}
.form-bottom-box .box1 {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin: 10px 0 30px;
}
.form-bottom-box .box1 .xing {
  width: 40%;
}
.form-bottom-box .box1 .name {
  width: 60%;
}
.form-bottom-box .box1 .name .form-group .form-list {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.form-control::placeholder {
  font-size: 14px;
  color: #ccc;
}
.form-bottom-box .box1 a {
  border: 1px solid #1e201d;
  color: #1e201d;
  padding: 10px 10px;
  font-size: 14px;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.choose {
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 25px;
  text-align: left;
  width: 90% !important;
  display: flex;
}
.radio input {
  position: absolute;
  left: -9999px;
}
.radio i {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 13px;
  height: 13px;
  outline: 0;
  border: 1px solid rgb(133, 133, 133);
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.radio input + i:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.radio input:checked + i:after {
  opacity: 1;
}
.link .link-items .form {
  float: right;
  display: block;
  border: 1px solid #1e201d;
  color: #1e201d;
  height: 60px;
  line-height: 60px;
  width: 260px;
  text-align: center;
}
.link .link-items .form:hover {
  background-color: #1e201d;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
/* 尾部 */
.footer {
  background: #fff;
  display: block;
  width: 100%;
  height: 321px;
  filter: drop-shadow(0px -0.5px 0px rgba(0, 0, 0, 0.05));
}
.footer .footer_menu {
  width: 100%;
  max-width: 50em;
  display: flex;
  justify-content: space-around;
}
.footer .footer_main {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer .fitem {
  padding-top: 80px;
  text-align: center;
  font-size: 14px;
}
.footer .fitem h5 {
  padding: 0px 0 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .fitem h5 a {
  font-size: 14px;
  color: #1e201d;
  line-height: 1.5rem;
  font-weight: normal;
}
.footer .fitem h5 img {
  width: 63%;
}
.app-icon {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 3% auto 0;
}
.app-icon .bttomright {
  position: relative;
  width: 63%;
  text-align: center;
}
.app-icon .bttomright img {
  width: 100%;
}
.app-icon .bottonright1:hover .bottomp1 {
  display: block;
}
.app-icon .bottonright2:hover .bottomp2 {
  display: block;
}
.bottomp1 {
  display: none;
}
.bottomp2 {
  display: none;
}
.bttomright p {
  position: absolute;
  bottom: 40px;
  left: -45px;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 4px 4px #eee;
  background-color: #fff;
  border-radius: 15px;
}
.bttomright .bottomp1 img {
  width: 100%;
  border-radius: 15px;
}
.bttomright .bottomp2 img {
  width: 100%;
  border-radius: 15px;
}

.footer a {
  color: #1e201d;
  font-size: 14px;
  line-height: 3em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer a {
    font-size: 12px;
  }
}
.footer .fitem h6 {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.bottom p {
  color: #1e201d;
  text-align: center;
  padding-top: 47px;
}

.footbottom {
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin-top: 30px;
}
.footbottom-left {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.stesjz {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* height: 960px; */
}
/* 时尚资讯 */
.new-show {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.new-show .show1 {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 0 auto;
}
.new-show .show1::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.new-show .show-icon {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 87px;
  text-transform: uppercase;
  font-family: SerifCN;
}
.new-show .show-icon1 {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 56px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 400;
}

.indexnew {
  margin: 100px 0 50px;
}
.newmore {
  border: 1px solid #1e201d;
  text-align: center;
  margin: 0 auto;
  width: 260px;
  height: 60px;
  line-height: 60px;
}
.newmore a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: Raleway;
}
.newmore:hover {
  background-color: #1e201d;
  color: #fff;
}
.newmore:hover a {
  color: #fff;
}
.indexnew .new-mains {
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .indexnew .new-mains {
    display: block;
  }
}

.indexnew .new-mains .main-item {
  width: 30%;
  margin-bottom: 50px;
}
.indexnew .new-mains .main-item .main-icon {
  width: 100%;
  height: 662px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.indexnew .new-mains .main-item img {
  height: 100%;
  object-fit: contain;
}
.indexnew .new-mains .main-item .main-icon {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.indexnew .new-mains .main-item img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.indexnew .new-mains .main-item p {
  text-align: center;
  padding: 20px 0;
  font-family: ExodusDemo;
  color: #999;
  font-size: 16px;
}
.indexnew .new-mains .main-item h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-family: ExodusDemo;
}
@media screen and (max-width: 768px) {
  .indexnew .new-mains .main-item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#page {
  text-align: center;
  margin: 20px auto;
}
#page .pagination {
  display: inline-block;
}
#page .pagination li {
  border: 1px #ededed solid;
  box-sizing: border-box;
  margin: 0 5px;
  display: inline-block;
  width: auto;
  padding: 0;
}
#page .pagination li select {
  border: none;
  box-sizing: border-box;
  margin: 0 5px;
  display: inline-block;
  width: auto;
  padding: 3px 0;
}
#page .pagination li a {
  padding: 2px 10px;
  display: inline-block;
  color: #333;
  border-radius: 0;
}
#page .pagination li a input {
  width: 50px;
  margin: 0 5px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding-left: 5px;
}
#page .pagination li:hover a {
  cursor: pointer;
  border: 1px solid #1e201d;
}
#page .pagination li.active {
  border: 1px #1e201d solid;
}
/* #page .pagination li.active a{border: 1px solid #1E201D;font-weight:bold}*/
#page .pagination li.bornoe {
  border: none;
  color: #333;
}
#page .pagination li.bornoe a {
  border: none;
}
#page .pagination li.bornoe:hover a {
  background-color: #fff;
  color: #333;
}

/* 资讯内页 */
.detail {
  margin: 100px 0 60px;
}
.detail p {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: SansCNBold;
}
.indexnew .detail-main {
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.indexnew .detail-main .main-item {
  margin-right: 10px;
  width: 32%;
}
.indexnew .detail-main .main-item img {
  width: 100%;
}
.indexnew .detail-main .main-item p {
  text-align: center;
  padding: 20px 0;
  font-family: ExodusDemo;
  color: #999;
  font-size: 16px;
}
.indexnew .detail-main .main-item h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}
.detail-ad {
  width: 100%;
}
.detail-ad img {
  width: 100%;
}
.details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px auto;
}
.details-icon {
  width: 45%;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.details-icon img {
  width: 100%;
}
.details-icon img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce-fr {
  width: 48%;
  padding-top: 120px;
}
.details .p {
  width: 55%;
}
.details .p p {
  width: 85%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 34px;
  text-align: justify;
  color: #1e201d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.details .p .pe {
  width: 40%;
  margin-top: 50px;
  text-transform: uppercase;
}

/* 联系我们 */

.cntanct-show {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cntanct-show .swiper-wrapper {
  width: 100%;
}
.cntanct-show .swiper-slide {
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  background-position-x: center;
  margin: 0 auto;
}
.cntanct-show .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 52%;
}

.cntanct-show .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.cntanct-show .swiper-pagination-bullet {
  background-color: rgba(7, 115, 203, 0.33);
  width: 40px;
  height: 3px;
  margin-right: 10px;
  border-radius: 10px;
}
.cntanct-show .swiper-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
.cntanct-show .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png) no-repeat;
  background-size: cover;
  width: 41px;
  height: 90px;
  right: -50px;
  top: 40%;
}
.cntanct-show .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png) no-repeat;
  background-size: cover;
  width: 41px;
  height: 90px;
  left: -50px;
  top: 40%;
}

.cntanct-show .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  margin-right: 400px;
  content: "";
}
.cntanct-show .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: 400px;
  content: "";
}

.cntanct-show .show1 {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 0 auto;
}
.cntanct-show .show1::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.cntanct-show .show-icon {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 87px;
  text-transform: uppercase;
  font-family: SerifCN;
}
.cntanct-show .show-icon1 {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 56px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 400;
}
.details .p h6 {
  width: 65%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  font-weight: 300;
}
.details .p p {
  text-align: left;
  padding-bottom: 10px;
  width: 65%;
  margin: 0 auto;
  font-family: PingFang SC;
}
.details .p h6 a {
  border-bottom: 1px solid #333;
  margin-top: 60px;
  display: inline-block;
}
.contenct-link .new-title {
  text-align: center;
  margin: 120px auto 40px;
}
.contenct-link .new-title h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: ExodusDemo;
}
.contenct-link .new-title h5 {
  font-size: 24px;
  font-weight: 300;
  color: #1e201d;
}
.contenct-link p {
  text-align: center;
  font-size: 16px;
  width: 45%;
  margin: 40px auto;
  line-height: 150%;
  color: #333333;
  font-weight: 300;
}
.form-horizontal {
  width: 60%;
  margin: 0 auto;
}
.form-horizontal .box1 {
  border-bottom: none;
  justify-content: space-between;
  padding-bottom: 0px;
}
.form-horizontal .box1 .xing {
  border-bottom: 0.5px solid #ddd;
  width: 45%;
  padding-bottom: 10px;
}
.form-horizontal .box1 .name {
  border-bottom: 0.5px solid #ddd;
  width: 50%;
  padding-bottom: 10px;
}
.form-horizontal .form-group {
  padding-bottom: 10px;
}
.form-horizontal .group {
  justify-content: space-between;
}
.form-horizontal .group input {
  width: 52%;
}
.xings {
  width: 100%;
  border-bottom: 0.5px solid #ddd;
  margin: 10px 0 30px;
  padding-bottom: 10px;
}
.red {
  font-size: 14px;
}
.contenct-link {
  padding-bottom: 100px;
}
.contenct-link .form {
  padding: 15px 100px;
  display: inline-block;
  border: 1px solid #1e201d;
  color: #1e201d;
  background: #fff;
}
.contenct-link .form:hover {
  background: #1e201d;
  color: #fff;
}
.contenct-link .form img {
  width: 8%;
  margin-left: 6px;
}

/* 广告 */

.about-ad {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.about-ad .about-ad1 {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 700px;
}
.about-title {
  font-size: 36px;
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
  font-family: SerifCN;
  line-height: 72px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.aboutmore {
  position: absolute;
  top: 23%;
  width: 46%;
  left: 26%;
  color: #fff;
}
.aboutmore span {
  padding-bottom: 20px;
  font-size: 24px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.aboutmore span a {
  color: #fff;
  font-family: Raleway;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  margin: 30px auto 0;
  width: 200px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.aboutmore span a:hover {
  color: #1e201d;
}

.aboutmore a img {
  width: 10%;
  margin-left: 10px;
}
.about .details h6 {
  line-height: 150%;
  color: #333333;
  font-weight: 300;
}
.about-main .new-title {
  text-align: center;
  margin-top: 120px;
  width: 50%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 54px;
}
.about-main .new-title h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: SansCNLight;
}
.about-main .new-title h5 {
  font-size: 24px;
  font-weight: 300;
  color: #1e201d;
}
.about-main p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.about-show {
  width: 100%;
  margin-top: 40px;
}
.about-show img {
  width: 100%;
}

/* 品牌系列 */

.series-show {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.series-show .show1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 0 auto;
}
.series-show .show1::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.series-show .show-icon {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 87px;
  text-transform: uppercase;
  font-family: SerifCN;
}
.series-show .show-icon1 {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 56px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 400;
}

.index_center .center-main {
  padding-bottom: 20px;
  position: relative;
}
.index_center .center-item {
  height: 470px;
  width: 23.7% !important;
}

.center-item .item-header h6 {
  padding: 20px 0 12px;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  margin: 0 12px;
}
.index_center .center-item img {
  width: 100%;
  height: auto;
}
.index_center .cemter-icon {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.index_center .title {
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
}
.index_center .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #1e201d;
}
.index_center .center-item .watch {
  background-color: #ccc;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  width: 70%;
  position: absolute;
  bottom: 15px;
  left: 15%;
}
.index_center .center-item .watch a {
  color: #fff;
  display: block;
  font-size: 16px;
  width: 130px;
  background: url(../img/watch.png) no-repeat;
  padding: 0 30px;
  background-position: 100px 15px;
  background-size: 9%;
}
.index_center .swiper-button-next:after,
.index .index_center .swiper-button-prev:after,
.index .index_center {
  font-size: 30px;
}
.index_center .show-one {
  width: 100%;
  text-align: center;
  color: #1e201d;
  font-size: 48px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 100px 0;
}

/* 关于 */
.indexnew .abdetail-main {
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.indexnew .abdetail-main .admain-item {
  width: 49%;
}
.indexnew .abdetail-main .admain-item img {
  width: 100%;
}

/* 品牌列表 */
.m-area {
  margin: 100px 0;
}
.m-area .area-main {
  width: 90%;
  margin: 100px auto 20px;
}
.m-area .area-left a {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}
.m-area .area-right .area-title {
  display: flex;
  align-items: center;
  padding: 30px 0 15px;
  font-size: 24px;
  color: #1e201d;
  font-weight: 400;
  padding-right: 12px;
  text-transform: uppercase;
}
.m-area .area-right .area-title h6 {
  font-size: 24px;
  font-family: ExodusDemo;
}
.m-area .area-right p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 24px;
  color: #333;
  width: 50%;
  font-family: SansCNLight;
}
.serieslist-more {
  display: flex;
  align-items: center;
  border: 1px solid #1e201d;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 40px 0 0;
  justify-content: center;
}
.serieslist-more a {
  color: #1e201d;
  font-weight: 400;
  font-size: 14px;
  font-family: Raleway;
}
.serieslist-more:hover {
  background-color: #1e201d;
  color: #fff;
}
.serieslist-more:hover a {
  color: #fff;
}
.serieslist-more img {
  width: 10%;
  margin-left: 10px;
}
.seriesdetail1 {
  margin-bottom: 100px;
}
.seres1 h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e201d;
}
.seres1 {
  margin: 50px 0;
  text-align: center;
}
.seres1 p {
  width: 50%;
  text-align: justify;
  margin: 50px auto;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .seres1 p {
    width: 88%;
    font-size: 13.5px;
  }
}
.series1-title {
  font-size: 48px;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  font-family: SerifCN;
}
.show .series1-icon {
  position: absolute;
  top: 33%;
  width: 100%;
  height: 43px;
  text-align: center;
}
.show .series1-icon img {
  width: 30%;
}
.series1-icon .show-more1 img {
  width: 10%;
  margin-left: 10px;
}

/* 系列产品 */
.seres2 p {
  width: 50%;
  text-align: center;
  margin: 50px auto;
  font-size: 16px;
  line-height: 200%;
  text-transform: uppercase;
  font-weight: 300;
}

.clothing1 .clothing-title {
  text-align: center;
  margin-top: 60px;
}
.clothing1 .clothing-title p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 200%;
  color: #1e201d;
}
.clothing1 .clothing-main {
  display: flex;
  align-items: center;
  margin: 60px 0 100px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.clothing1 .clothing-main .clothing-item {
  width: 33%;
  margin-bottom: 0px;
  margin-right: 0px;
}
.clothing1 .clothing-main .clothing-item img {
  width: 100%;
  cursor: pointer;
}
.clothing-item1 .clothing-icon1 {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.clothing1 .clothing-main .clothing-item .clothing-icon img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clothing1 .clothing-main .clothing-item h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  padding: 15px 0;
}

.clothing .clothing-title {
  text-align: center;
  margin-top: 60px;
}
.clothing .clothing-title p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 200%;
  color: #1e201d;
}
.clothing .clothing-main {
  display: flex;
  align-items: center;
  margin: 60px 0 100px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.clothing .clothing-main .clothing-item {
  width: 24%;
  margin-bottom: 40px;
  margin-right: 10px;
}
.clothing .clothing-main .clothing-item img {
  width: 100%;
  cursor: pointer;
}
.clothing-item .clothing-icon {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
}
.clothing .clothing-main .clothing-item .clothing-icon img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clothing .clothing-main .clothing-item h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  padding: 15px 0;
}

.masks-mian {
  width: 100%;
  background-color: #fff;
  z-index: 25;
  display: flex;
  margin: 100px auto;
  align-items: center;
}
.mbe-left {
  float: left;
  width: 40%;
  height: 100%;
}
.mbe-left img {
  width: 100%;
  margin: 00px auto 0;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-background-clip: inherit;
}
.mbe-right {
  float: right;
  width: 60%;
  height: 100%;
  vertical-align: middle;
}
.mbe-title {
  width: 67%;
  margin: 10px auto 10px;
  text-align: left;
  border-bottom: 4px solid #1e201d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
#meb-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* 文字主色1e201d */

  color: #1e201d;
}
.lr-icon {
  width: 22%;
  display: flex;
  justify-content: flex-end;
}
.lr-icon img {
  width: 50%;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.lr-icon a {
  width: 16%;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 10px;
}
.lr-icon a img {
  width: 100%;
  padding: 0;
}
.mbe-content {
  width: 72%;
  margin: 0 auto;
}
.mbe-content p {
  margin: 10px auto 20px;
  width: 100%;
  padding: 0 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
}
.contents {
  width: 100%;
  margin: 50px auto;
}
.contents .show-one {
  width: 100%;
  text-align: center;
  color: #1e201d;
  font-size: 48px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 50px 0;
}

.contents p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
}
.contents img {
  width: 100%;
  margin: 50px auto;
}

/* 遮罩 */
iframe {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  border: none;
}
.maskes {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0;
  z-index: 23;
  height: 100vh;
  display: none;
  position: fixed;
}
.mask-mian {
  width: 26%;
  background-color: #fff;
  position: fixed;
  top: 15%;
  left: 37%;
  height: 70%;
  display: none;
  z-index: 25;
}

.mask-mian::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.mask-mian::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.mask-mian .iconimg {
  width: 100%;
  margin: 00px auto 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-background-clip: inherit;
}
/* .mask-mian .iconimg img{width: 100%;height: 100%;} */
.mask-title {
  width: 80%;
  margin: 0px auto 0px;
  font-size: 24px;
  font-weight: 700;
  color: #1e201d;
  font-family: ExodusDemo;
  text-align: left;
  text-transform: uppercase;
  padding: 25px 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mask-mian .swiper-button-next,
.mask-mian .swiper-button-prev {
  color: #1e201d;
  opacity: 1;
  top: 30%;
  font-size: 30px;
}
.mask-mian .swiper-button-next:after,
.mask-mian .swiper-button-prev:after {
  font-size: 20px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.mask-icon {
  width: 100%;
  height: 56%;
}
.mask-right {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.title-icon img {
  width: 40%;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.title-icon1 img {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.mask-content {
  width: 72%;
  margin: 0 auto;
}
.content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
  color: #333;
}
.content-top .top-h6 {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 5px;
}
.content-top .topthis {
  border-bottom: 1px solid #333;
}
.mask-content p {
  line-height: 28px;
  font-size: 14px;
  margin: 10px auto 20px;
  font-family: SansCNLight;
  width: 100%;
  padding: 0 20px;
}
.mask-content p::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  background-color: #f5f5f5;
}
.mask-content p::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.mask-content p::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}
.prev,
.next {
  position: absolute;
  top: 27%;
  width: 50px;
  height: 50px;
}
.prev {
  background: url(../images/prev.png) no-repeat center;
  background-size: 80%;
  left: 5%;
  cursor: pointer;
}
.next {
  background: url(../images/next1.png) no-repeat center;
  background-size: 80%;
  right: 5%;
  cursor: pointer;
}
.mask-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 5;
  top: 0;
}
.mask-close img {
  width: 100%;
  padding: 18px 18px 0 0;
}

/* 产品验证 */
.Codedetail {
  width: 100%;
  margin: 12% auto 5%;
}
.Codedetail .section {
  width: 100%;
}
.Codedetail .section .row {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}
.Codedetail .section .row .rowleft {
  width: 35%;
}
.Codedetail .section .row .rowleft img {
  width: 100%;
}
.Codedetail .section .row .rowright {
  width: 35%;
}
.Codedetail .section .row .rowright .rigtitle h3 {
  color: #001331;
  font-weight: 800;
  margin: 0 0 10px 0;
  font-size: 24px;
}
.Codedetail .section .row .rowright .leave input {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #e3e3e3;
  margin: 5px 0;
}
.Codedetail .section .row .rowright .leave button {
  width: 15%;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 10px 10px 20px 0;
  padding: 7px 11px 7px;
  position: relative;
  border: 0 none;
  background: #1e201d;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .clothing .clothing-main .clothing-item {
    width: 24%;
  }
  .contenct-link p {
    width: 50%;
  }
  .form-horizontal {
    width: 65%;
  }
  .form-horizontal .group input {
    width: 40%;
  }
  .link .item:first-child {
    width: 25%;
  }
  .ad-title {
    width: 59%;
    right: 100px;
  }
  .admore {
    width: 59%;
    right: 100px;
  }
  .link .item h5 {
    font-size: 30px;
  }
  .link .item h5 span {
    display: block;
    font-size: 20px;
  }
  .link .link-item {
    width: 20%;
  }
  .link .link-items {
    width: 45%;
  }
  .w {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px auto !important;
  }
  .indexnew .new-mains .main-item .main-icon {
    width: 100%;
    height: 588px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .clothing-item .clothing-icon {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-size: cover;
    height: 355px;
  }
  .index_center .center-item {
    height: 470px;
    width: 23.5% !important;
  }
}
@media screen and (max-width: 1333px) {
  .clothing .clothing-main .clothing-item {
    width: 24%;
  }
  .contenct-link p {
    width: 50%;
  }
  .form-horizontal {
    width: 65%;
  }
  .form-horizontal .group input {
    width: 40%;
  }
  .link .item:first-child {
    width: 25%;
  }
  .ad-title {
    width: 59%;
    right: 100px;
  }
  .admore {
    width: 59%;
    right: 100px;
  }
  .link .item h5 {
    font-size: 30px;
  }
  .link .item h5 span {
    display: block;
    font-size: 20px;
  }
  .link .link-item {
    width: 20%;
  }
  .link .link-items {
    width: 49%;
  }
  .details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px auto !important;
  }
  .index_center .center-item {
    height: 470px;
    width: 23.5% !important;
  }
}

@media screen and (max-width: 1000px) {
  .ad-title {
    width: 59%;
    right: 100px;
  }
  .form-horizontal .group input {
    width: 40%;
  }
  .admore {
    width: 59%;
    right: 100px;
  }
  .clothing .clothing-main .clothing-item {
    width: 23.5%;
  }
  .contenct-link p {
    width: 50%;
  }
  .form-horizontal {
    width: 95%;
  }
}
