/* 公共样式 */
.pcHeader {
  position: relative;
  padding: 0px 40px;
}
.pcHeader > nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pcHeader > nav li {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.pcHeader > nav li a {
  padding: 30px 10px;
  display: block;
  color: #4d4d4d;
  font-family: 'SHANS-REGULAR';
}
.pcHeader > nav li::after {
  content: '';
  display: block;
  transition: all 0.5s;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(0);
}
.pcHeader > nav li:hover::after {
  transform: scaleY(1);
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo a {
  display: block;
}
.logo a img {
  display: block;
  max-width: 200px;
}
.pcHRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 1000;
}
.pcSearchMain {
  position: relative;
}
.pcSearchMain:hover .pcSearchM {
  display: block;
}
.pcSearchBtn {
  color: #4d4d4d;
  cursor: pointer;
}
.pcSearchBtn img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 4px;
}
.pcSearchBtn span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'SHANS-REGULAR';
}
.pcLang {
  margin-left: 50px;
  color: #4d4d4d;
  font-family: 'SHANS-REGULAR';
}
.pcLang i {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #666666;
  display: inline-block;
  transform: translateY(3px);
  margin-left: 2px;
}
.pcSearchM {
  position: absolute;
  top: 100%;
  right: -40px;
  z-index: 1000;
  padding-top: 29px;
  display: none;
}
.pcSearchBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px #b4b4b4;
}
.pcSearchBox input {
  border: 1px solid #e6e6e6;
  border-right: none;
  background-color: transparent;
  height: 40px;
  width: 200px;
  padding: 0px 10px;
}
.pcSearchBox button {
  background-color: transparent;
  padding: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-left: none;
  cursor: pointer;
}
.pcSearchBox button img {
  display: block;
  width: 100%;
}
.footer1 {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.footer1 li a {
  display: block;
  text-align: center;
  color: #5f5f5f;
}
.footer1 li a h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'SHANS-LIGHT';
}
.footer2 {
  padding: 20px 0;
  color: #5f5f5f;
}
.footer2 li:last-of-type {
  text-align: right;
}
.footer2 a {
  color: #5f5f5f;
}
.inBanner img {
  display: block;
  width: 100%;
  max-height: 680px;
}
.headerMB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: white;
  box-shadow: 0px 0px 10px 0px #dadada;
  display: none;
}
.headerMBTitle {
  position: relative;
  padding: 5px 16px;
}
.headerMBTitle > a {
  display: block;
  max-width: 40%;
}
.headerMBTitle > a img {
  max-height: 40px;
  display: block;
}
.headerMBTitle > a:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #4d4d4d;
}
.headerMBTitle button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
}
.headerMBTitle button img {
  width: 24px;
  display: block;
}
.headerMBList {
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}
.headerMBList li a {
  display: block;
  padding: 6px 16px;
}
.headerMBList li.active a {
  color: red;
}
/* 公共样式 */
/* 首页 */
.main {
  overflow: hidden;
}
.banner {
  margin-bottom: 80px;
}
.homeBan .homePagina {
  bottom: 30px;
}
.homeBan .homePagina .swiper-pagination-bullet {
  height: 2px;
  width: 80px;
  background-color: white;
  border-radius: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.homeBan .homePagina .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.homeBan .swiper-slide-active .bannerText * {
  transform: translateY(0px);
  opacity: 1;
}
.bannerBox {
  position: relative;
}
.bannerBox > img {
  display: block;
  width: 100%;
}
.bannerText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  color: white;
}
.bannerText > img {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.bannerText > p {
  font-size: 55px;
  margin-top: 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
}
.bannerText > a {
  display: inline-block;
  background-color: white;
  padding: 0px 28px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.9s;
}
.bannerText > a:hover {
  background-color: #444444;
  color: white;
}
.main1 {
  margin-bottom: 100px;
}
.main1 li:first-of-type {
  /* margin-bottom: 100px; */
}
.main1 li:nth-of-type(2n-1) .m1Box > div {
  float: left;
}
.main1 li:nth-of-type(2n) .m1Box > div {
  float: right;
}
.m1Box {
  height: 100%;
}
.m1Box::after {
  content: '';
  font-size: 0px;
  line-height: 0px;
  display: table;
  clear: both;
}
.m1Box > div {
  width: 50%;
}
.m1Img img {
  display: block;
  width: 100%;
}
.m1Text {
  position: relative;
  height: 100%;
}
.m1Text > div {
  width: 100%;
  text-align: center;
}
.m1Text h4 {
  font-size: 32px;
  font-family: 'SHANS-LIGHT';
}
.m1Text p {
  font-size: 24px;
  margin: 10px 0px 30px;
  font-family: 'SHANS-LIGHT';
}
.m1Text a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #d5d5d5;
  color: #444444;
  border-radius: 4px;
  font-family: 'SHANS-REGULAR';
}
.m1Text a:hover {
  background-color: #444444;
  color: white;
}
.main2 {
  margin: 180px 0;
}
.mTitile {
  text-align: center;
  margin-bottom: 60px;
}
.mTitile h4 {
  font-size: 30px;
  font-family: 'SHANS-THIN';
  font-weight: bold;
}
.mTitile p {
  font-size: 14px;
  margin-top: 10px;
  font-family: 'SHANS-DEMILIGHT';
  color: #4c4c4c;
}


.m2List{
  height: auto;
}

.m2List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m2List li {
  -webkit-box-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-right: 4%;
}
.m2List li:nth-of-type(2n) {
  margin-right: 0;
}
.m2Img img {
  display: block;
  width: 100%;
}
.m2Img:hover img {
  transform: scale(1.2);
}
.m2Text {
  padding-top: 30px;
}
.m2Text h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'SHANS-DEMILIGHT', 'SHANS-REGULAR';
  text-align: center;
}
.m2Text p {
  font-family: 'SHANS-DEMILIGHT', 'SHANS-REGULAR';
  text-align: center;
}


.swiper2 {
  width: 100%;
}

.swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1% 0;
}

.indexBanNext,.indexBanPrev{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: white;
  color: #525252;
}

.swiper2 .swiper-button-prev:after,
.swiper2 .swiper-button-next:after {
    font-size: 18px;
}

.swiper3 .swiper-button-prev:after,
.swiper3 .swiper-button-next:after {
    font-size: 18px;
}

.main3 {
  margin-bottom: 100px;
}
.m3List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m3List li {
  -webkit-box-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-right: 2.3%;
}
.m3List li:nth-of-type(4n) {
  margin-right: 0;
}
.m3Img img {
  display: block;
  width: 100%;
}
.m3Text {
  text-align: center;
  margin-top: 20px;
}
.m3Text h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'SHANS-LIGHT';
}
.m3Text a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #d5d5d5;
  color: #444444;
  border-radius: 4px;
  font-family: 'SHANS-LIGHT';
}
.m3Text a:hover {
  background-color: #444444;
  color: white;
}
.main4 {
  margin-bottom: 80px;
}
.main4 img {
  display: block;
  width: 100%;
}
/* 首页 */
/* 品牌历史 */
.brand1 {
  position: relative;
  overflow: hidden;
}
.brand1 > img {
  display: block;
  width: 100%;
  /* animation: brand1s 26s linear infinite; */
}
.brand1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
  /* background: linear-gradient(to bottom, rgba(50, 50, 14, 0.2), #32320e); */
}
@keyframes brand1s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.brand1Text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  margin-top: -100px;
}
.brand1Text > h4 {
  font-size: 170px;
  font-family: 'SHANS-BOLD';
}
.brand1Text p:first-of-type {
  font-size: 20px;
  letter-spacing: 40px;
  font-family: 'SHANS-DEMILIGHT';
}
.brand1Text p:last-of-type {
  font-size: 48px;
  font-family: 'SHANS-MEDIUM';
}
.brand1Text > span {
  display: block;
  margin: 30px 0;
  font-size: 20px;
}
@keyframes texts {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.brand2 {
  background-color: #32320e;
}
.brand2Vedio {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-200px);
  position: relative;
  z-index: 10;
}
.brand2Vedio > img {
  display: block;
  width: 100%;
}
.brand2Vedio > video {
  display: block;
  width: 100%;
  //height: 500px;
}
.brand3 {
  padding: 180px 0;
}
.brand3 > ul {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.brand3 > ul > li:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brand3 > ul > li > img {
  display: block;
  width: 100%;
}
.brand3Text {
  padding: 20px 60px;
  text-align: center;
  color: #4e3d23;
}
.brand3T {
  margin-bottom: 100px;
}
.brand3T h4 {
  font-size: 46px;
  margin-bottom: 10px;
  font-family: 'SHANS-MEDIUM';
}
.brand3T p {
  letter-spacing: 5px;
  font-family: 'SHANS-REGULAR';
}
.brand3Te {
  font-size: 17px;
  line-height: 30px;
  font-family: 'SHANS-DEMILIGHT';
}
.brand4 li {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
.brand4 li > a {
  display: block;
  overflow: hidden;
}
.brand4 li > a > img {
  display: block;
  width: 100%;
  transition: all 1.5s;
}
.brand4 li > a > p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: 'SHANS-REGULAR';
}
.brand4 li > a:hover > img {
  transform: scale(1.2);
}
/* 品牌历史 */
/* 香氛家族 */
.series {
  overflow: hidden;
}
.series1 {
  padding: 50px 0;
}
.seriesTitle {
  text-align: center;
  margin-bottom: 30px;
}
.seriesTitle h4 {
  font-size: 32px;
  font-family: 'SHANS-DEMILIGHT';
}
.series1List li {
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 2%;
}
.series1List li:nth-of-type(3n) {
  margin-right: 0;
}
.series1Img,
.series3Img {
  overflow: hidden;
}
.series1Img img,
.series3Img img {
  display: block;
  width: 100%;
  transition: all 1s;
}
.series1Img:hover img,
.series3Img:hover img {
  transform: scale(1.2);
}
.series1Text,
.series3Text {
  padding-top: 20px;
}

.series1Text{
  text-align: center;
}
.series1Text > h4,
.series3Text > h4 {
  font-size: 16px;
  font-family: 'SHANS-REGULAR';
}
.series1Text > p,
.series3Text > p {
  color: #777777;
  margin: 10px 0;
  font-family: 'SHANS-DEMILIGHT';
}
.series1Text > span,
.series3Text > span {
  display: block;
  color: #575757;
  font-family: 'SHANS-REGULAR';
}
.series2 {
  border-bottom: 1px solid #e6e6e6;
}
.series2 li {
  /* border-top: 1px solid #e6e6e6; */
  padding: 30px 0;
}
.series2 li > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.series2 li > a img {
  display: block;
  width: 100%;
  max-width: 1300px;
  max-height: 550px;
  /* transition: all 1s; */
}
.series2 li > a > span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: 'SHANS-MEDIUM';
}
.series2 li > a > span:hover {
  background-color: #444444;
}
/* .series2 li > a:hover img {
  transform: scale(1.2);
} */
.series3 {
  margin-top: 50px;
  padding-bottom: 100px;
}
.series3List {
  text-align: center;
}
.series3List li {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
.seriesList {
  padding-top: 50px;
}
.seriesList .series1List li {
  margin-bottom: 50px;
}


.mBox{
  position: relative;
}

.mBox>img{
  max-width: 100%;
}

.main1>ul>li{
  margin-bottom: 40px;
}

.mBox .mBox-info{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}


.mBox-info h4{
  font-size: 32px;
  font-family: 'SHANS-LIGHT';
  display: none;
}

.mBox-info p{
  font-size: 24px;
  margin: 10px 0px 30px;
  font-family: 'SHANS-LIGHT';
  display: none;
}

.mBox-info>a{
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #d5d5d5;
  color: #444444;
  border-radius: 4px;
  font-family: 'SHANS-REGULAR';
}


/* 香氛家族 */
/* 详情 */
.detail1{
  height: 740px;
}
.detail1::after {
  content: '';
  font-size: 0px;
  line-height: 0px;
  display: table;
  clear: both;
}
.dt1Left {
  -webkit-box-flex: 0 0 58%;
  -webkit-flex: 0 0 58%;
  flex: 0 0 58%;
  width: 58%;
  float: left;
  position: relative;
}
.dtBanner {
  position: relative;
}


.dtBanner > .dtBanNext,
.dtBanner > .dtBanPrev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: white;
  color: #525252;
}
.dtBanner > .dtBanNext::after,
.dtBanner > .dtBanPrev::after {
  font-size: 14px;
  font-weight: bold;
}
.dtBanner > .dtBanNext {
  right: -30px;
}
.dtBanner > .dtBanPrev {
  left: -30px;
}
.dtBanner img {
  display: block;
  width: 100%;
}
.dt1Right {
  -webkit-box-flex: 0 0 36%;
  -webkit-flex: 0 0 36%;
  flex: 0 0 36%;
  width: 36%;
  float: right;
}
.dt1Info {
  padding-top: 20px;
}
.dt1Info1 > h4 {
  font-size: 26px;
  font-family: 'SHANS-DEMILIGHT';
}
.dt1Info1 > p {
  color: #888888;
  margin-top: 10px;
  font-family: 'SHANS-LIGHT';
}
.dt1Info1 > span {
  display: block;
  font-size: 16px;
  margin-top: 14px;
  font-family: 'SHANS-MEDIUM';
}
.dt1Info2 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 30px;
}
.dt1Info3 {
  border-bottom: 1px solid #e6e6e6;
}
.dt1Info21 {
  position: relative;
  padding: 16px 0;
}
.dt1Info21 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.dt1Info22 {
  display: none;
  color: #666666;
  line-height: 24px;
  font-family: 'SHANS-DEMILIGHT';
  padding-bottom: 16px;
}
.dt1InfoList {
  margin-top: 30px;
}
.dt1InfoList li {
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #707070;
  width: 120px;
  padding: 10px 16px;
  margin-right: 20px;
  cursor: pointer;
  font-family: 'SHANS-MEDIUM';
}
.dt1InfoList li.active {
  border-color: black;
}
.detail2 {
  padding: 50px 0;
  margin: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.dt2Title {
  text-align: center;
  margin-bottom: 50px;
  font-family: 'SHANS-DEMILIGHT';
}
.dt2Title h4 {
  font-size: 32px;
  margin-bottom: 10px;
}
.dt2Title p {
  font-size: 16px;
  color: #666666;
}
.dt2Cont {
  font-size: 16px;
  line-height: 26px;
  color: #4e4e4e;
}
.showImg {
  opacity: 0;
  position: relative;
  z-index: -10;
}
.showImg.active {
  z-index: 9999;
  opacity: 1;
}
.showImg.active .showModal {
  transform: scale(1);
}
.showImg.active > img {
  transform: scale(1) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}
.showImg > img {
  display: block;
}
.showModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  transform: scale(0);
  transform-origin: center center;
}
button.closeImgs {
  position: fixed;
  top: 0px;
  right: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 992;
}
button.closeImgs > img {
  width: 40px;
  display: block;
}
.showCur {
  max-width: 90%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 991;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  transition: all 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
}

/* 详情 */
/* 分析 */
.fenxi {
  padding: 60px 0px 100px;
  position: relative;
  z-index: 2;
  width: 28%;
  margin: 0 auto;
}
.fenxi > img {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: -1;
}
.fenxiTi {
  min-height: 300px;
}
.fenxiTi li {
  margin-bottom: 50px;
}
.fenxiTi li > h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'SHANS-LIGHT';
}
.fenxiChoose {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #444444;
}
.fxChooseBox {
  margin-right: 50px;
}
.fxChooseBox span {
  margin-left: 6px;
}
.fenxiBtn {
  margin-top: 50px;
}
.fenxiBtn button {
  background-color: black;
  border: none;
  color: white;
  width: 300px;
  padding: 14px 0;
  cursor: pointer;
}
.fenxiBtn a {
  background-color: black;
  color: white;
  width: 300px;
  padding: 14px 0;
  text-align: center;
  display: inline-block;
}
.fenxiTiImg > h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'SHANS-LIGHT';
}
.fxTiImgList {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.fxTiImgBox {
  -webkit-box-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  position: relative;
  margin-bottom: 40px;
}
.fxTiImgBox > input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.fxTiImgBox.active .fxTiImgBoxs {
  border-color: black;
}
.fxTiImgBox.active .fxTiImgBoxs::after {
  transform: scale(0);
}
.fxTiImgBox p {
  font-size: 16px;
  margin-top: 10px;
  font-family: 'SHANS-DEMILIGHT';
}
.fxTiImgBoxs {
  border: 1px solid transparent;
  position: relative;
}
.fxTiImgBoxs > img {
  display: block;
  width: 100%;
}
.fxTiImgBoxs::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.fenxi3 {
  padding: 60px 0px 100px;
}
.fenxi31 {
  margin-bottom: 60px;
}
.fenxi31 > h4 {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  font-family: 'SHANS-LIGHT';
}
.fenxi31 > img {
  max-width: 630px;
  width: 100%;
}
.fenxi31 > p {
  font-size: 16px;
  margin-top: 20px;
  font-family: 'SHANS-DEMILIGHT';
}
.fenxi32 {
  position: relative;
  padding: 0px 80px;
}
.fenxi32 > .fenxi3Next,
.fenxi32 > .fenxi3Prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: white;
  color: #525252;
}
.fenxi32 > .fenxi3Next::after,
.fenxi32 > .fenxi3Prev::after {
  font-size: 14px;
  font-weight: bold;
}
.fenxi32Box {
  display: block;
}
.fx32Img img {
  display: block;
  width: 100%;
}
.fx32Text {
  text-align: center;
  margin-top: 30px;
}
.fx32Text > h4 {
  font-size: 16px;
  font-family: 'SHANS-REGULAR';
}
.fx32Text > p {
  color: #777777;
  margin: 10px 0;
  font-family: 'SHANS-DEMILIGHT';
}
.fx32Text > span {
  color: #575757;
}
/* 分析 */
/* 常见问题 */
.faq {
  padding: 80px 0;
}
.faqTitle {
  text-align: center;
  margin-bottom: 70px;
}
.faqTitle > h4 {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'SHANS-DEMILIGHT';
}
.faqList li {
  margin-bottom: 30px;
}
.faqList li.active .faqInTitle > i {
  transform: translateY(-50%) rotateZ(45deg);
}
.faqInTitle {
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 18px;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  font-family: 'SHANS-DEMILIGHT';
}
.faqInTitle > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 24px;
  transition: all 0.5s;
}
.faqText {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  font-family: 'SHANS-LIGHT';
}
/* 常见问题 */


@media (max-width: 1000px){
  .fenxi{
    width: 50%;
  }
}

@media (max-width: 768px) {
  button.closeImgs {
    top: 50px;
  }
  button.closeImgs > img {
    width: 24px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .pcHeader {
    display: none;
  }
  .headerMB {
    display: block;
  }
  .bannerText > img {
    width: 100px;
  }
  .bannerText > p {
    font-size: 18px;
    margin-top: 0;
  }
  .bannerText > a {
    height: auto;
    line-height: normal;
    padding: 4px 10px;
    margin-top: 6px;
  }
  .homeBan .homePagina {
    bottom: 10px;
  }
  .homeBan .homePagina .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 4px;
  }
  .main1 {
    margin-bottom: 40px;
  }
  .main1 li:nth-of-type(2n-1) .m1Box > div {
    float: none;
  }

  .m1Box {
    height: auto;
  }

  .m1Box .m1Box-item{
    background: #333;
  }
  .m1Box > div {
    width: 100%;
  }
  .m1Text > div {
    padding-top: 16px;
  }
  .m1Text h4 {
    font-size: 18px;
  }
  .m1Text p {
    font-size: 14px;
    margin: 6px 0px 14px;
  }
  .m1Text a {
    padding: 6px 16px;
  }
  .mTitile h4 {
    font-size: 20px;
  }
  .m2Text {
    padding-top: 10px;
  }
  .m2Text h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .m2Text p {
    font-size: 12px;
  }
  .main2,
  .main3,
  .main4 {
    margin-bottom: 40px;
  }
  .m3List li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .m3List li:nth-of-type(2n) {
    margin-right: 0;
  }
  .m3Text {
    margin-top: 10px;
  }
  .m3Text h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m3Text a {
    padding: 6px 16px;
  }
  .footer1 {
    display: none;
  }
  footer {
    background-color: #f2f2f2;
  }
  .footer2 {
    padding: 10px 0;
    text-align: center;
  }
  .footer2 li:last-of-type {
    display: none;
  }
  .brand1Text {
    margin: 0;
  }
  .brand1Text > h4 {
    font-size: 24px;
  }
  .brand1Text p:first-of-type {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .brand1Text p:last-of-type {
    font-size: 16px;
  }
  .brand1Text > span {
    margin: 10px 0;
    font-size: 16px;
  }
  .brand2Vedio {
    transform: none;
  }
  .brand3 {
    padding: 30px 16px;
  }
  .brand3 > ul {
    display: block;
  }
  .brand3Text {
    padding: 20px 16px;
  }
  .brand3T {
    margin-bottom: 20px;
  }
  .brand3T h4 {
    font-size: 24px;
  }
  .brand3Te {
    font-size: 14px;
    line-height: 24px;
  }
  .brand4 li a > p {
    font-size: 14px;
  }
  .series1 {
    padding: 40px 0;
  }
  .seriesTitle {
    margin-bottom: 20px;
  }
  .seriesTitle h4 {
    font-size: 20px;
  }
  .series1List ul {
    display: block;
  }
  .series1List li {
    margin-bottom: 20px;
  }
  .series1List li:last-of-type {
    margin-bottom: 0;
  }
  .series2 li > a > span {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .series3 {
    /* margin-top: 40px;
    padding-bottom: 40px; */
  }
  .series3List {
    /* padding: 0px 16px; */
    height: 300px;
    margin-bottom: 0;
  }
  .series3List ul {
    display: block;
  }
  .series3List li {
    margin-bottom: 20px;
  }
  .series3Img {
    padding: 0px 15%;
  }
  .detail1 {
    /* padding-top: 40px; */
   height: auto;
  }
  .dt1Left {
    display: block;
    width: 100%;
  }
  .dt1Right {
    display: block;
    width: 100%;
  }
  .dtBanner > .dtBanNext,
  .dtBanner > .dtBanPrev {
    width: 40px;
    height: 40px;
  }
  .dtBanner > .dtBanNext {
    right: -10px;
  }
  .dtBanner > .dtBanPrev {
    left: -10px;
  }
  .dt1Info1 h4 {
    font-size: 18px;
  }
  .dt1Info21 button {
    font-size: 20px;
  }
  .dt1InfoList li {
    width: 80px;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
  }
  .detail2 {
    margin: 30px 0;
    padding: 30px 0;
    /* height: 430px; */
  }
  .dt2Title {
    margin-bottom: 30px;
    display: block;
  }
  .dt2Title h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .dt2Title p {
    font-size: 14px;
  }
  .dt2Cont {
    font-size: 14px;
    line-height: 24px;
  }
  .faq {
    padding: 40px 0;
  }
  .faqTitle h4 {
    font-size: 20px;
  }
  .faqInTitle {
    padding: 12px;
    padding-right: 40px;
    font-size: 14px;
  }
  .faqText {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .fenxi > img {
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
  .fxChooseBox {
    margin-bottom: 10px;
  }
  .fenxiTi li {
    margin-bottom: 30px;
  }
  .fenxiTi li > h4 {
    margin-bottom: 10px;
  }
  .fenxiBtn button,
  .fenxiBtn a {
    width: 100%;
  }
  .fenxiTiImg > h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fxTiImgBox {
    margin-bottom: 20px;
  }
  .fxTiImgList {
    margin-bottom: -20px;
  }
  .fenxi3 {
    padding: 40px 0;
  }
  .fenxi32 {
    padding: 0px 30px;
  }
  .fenxi32 > .fenxi3Next,
  .fenxi32 > .fenxi3Prev {
    width: 40px;
    height: 40px;
  }
  .fenxi32 > .fenxi3Next {
    right: -20px;
  }
  .fenxi32 > .fenxi3Prev {
    left: -20px;
  }
  .seriesList {
    padding-top: 0;
  }
  .brand1::after {
    display: none;
  }
  .brand2Vedio > video {
  height: 250px;
  }
  .m2List{
    height: auto;
  }
  .banner{
    /* height: 350px; */
    margin-bottom: 10px;
  }
  .mBox{
    margin-top: 20px;
  }

  .fenxi{
    width: 80%;
  }

  .main2{
    margin-top: 120px;
  }
}


