.main {
  overflow: hidden;
}

.fp-tableCell {
  padding-bottom: 20px;
  box-sizing: border-box;
  vertical-align: bottom !important;
}

header {
  position: relative;
}

.head9 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.logo {
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  z-index: 100;
}

.head_box {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  justify-content: center;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.main {
  position: relative;
  z-index: 2;
}

body {
  position: relative;
}

footer {
  position: relative;
  z-index: 2;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.head2 {
  position: relative;
}

.swiper-container1 .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin: 0 10px !important;
}

.swiper-container1 .swiper-pagination-bullet-active {
  background-color: #50362A !important;
}

.content {
  width: 1240px;
  margin: auto;
}

.imgbox {
  overflow: hidden;
}

.imgbox img:hover {
  transition: all .6s;
  scale: 1.2;
}

.titbox img {
  margin: auto;
}

.titbox {
  text-align: center;
  position: relative;
}

.titbox h1 {
  font-size: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.titbox h2 {
  text-transform: uppercase;
  font-family: 思源宋体 CN;
  font-size: 32px;
  font-weight: bold;
  color: #DAB96C;
}

.more {
  text-align: center;
  display: block !important;
}

/* 品牌宣传短片 */
.xc_ma {
  width: 976px;
  text-align: center;
  margin: auto;
}

.xcdp {
  background: linear-gradient(to right bottom, #FCF9F8, #F4E7DC);
}

.xc_ma h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 40px;
}

.xc_ma h2 {
  width: 438px;
  line-height: 61px;
  background-color: #FF973A;
  border-radius: 31px;
  margin: auto;
  font-size: 24px;
  color: #fff;
}

.spbox {
  width: 976px;
  height: 581px;
  margin-bottom: 61px;
}

/* cpzx */
.cpzx {
  background: linear-gradient(to bottom, #FCF9F8, #F4E7DC);
}

.cp_ma {
  width: 1520px;
  margin: auto;
}

.cp_ma .tit1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 33px;
}

.cp_ma .cpul {
  margin: auto;
  width: 1480px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
}

.cp_ma .cpul li {
  position: relative;
  font-size: 24px;
  margin: 0 73px;
  padding-bottom: 20px;
}

.cp_ma .cpul .bs {
  color: #FF973A;
}

.cp_ma .cpul span {
  display: none;
}

.cp_ma .cpul .bs span {
  display: block;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper-container2 {
  width: 1520px;
}

.cp_ma2 {
  width: 1710px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 96px;
  margin-bottom: 50px;
}

.btnl,
.btnr {
  cursor: pointer;
  width: auto;
}

.swiper-container2 img {
  width: 100%;
  display: block;
}

.swiper-container2 ul {
  display: flex;
}

.swiper-container2 li {
  cursor: pointer;
  width: 338px;
  margin-right: 56px;
}

.swiper-container2 li:hover h1 {
  color: #FF973A;
}

.swiper-container2 li:last-child {
  margin-right: 0;
}

.swiper-container2 li .msgbox {
  display: flex;
  width: 100%;
  height: 121px;
  text-align: center;
  background-color: #FFF8F0;
  flex-direction: column;
  justify-content: center;
}

.swiper-container2 li .msgbox h1 {
  font-size: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.swiper-container2 li .msgbox h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


/* about */
.about {
  width: 100%;
  background: #F4F4F4;
  background-size: cover;
  overflow: hidden;
}

.about_warp {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 90px;
  justify-content: space-between;
}

.about_top {
  width: 506px;
  margin-left: 202px;
}

.about_top h2 {
  font-size: 60px;
  color: #50362a;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 26px;
  transition: all 0.5s;
}

.about_top h3 {
  font-size: 30px;
  font-weight: bold;
  color: #50362a;
  height: 30px;
  line-height: 30px;
  margin-bottom: 52px;
  transition: all 0.5s;
}

.about_top h4 {
  font-size: 20px;
  color: #50362A;
  line-height: 36px;
  width: 100%;
  margin-bottom: 50px;
  transition: all 0.5s;
  letter-spacing: .9px;
}

.about_top a {
  width: 159px;
  height: 50px;
  line-height: 50px;
  border-radius: 31px;
  background: #FF973A;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: all 0.5s;
}


.about_top h2.actived {
  opacity: 1;
  padding-top: 0;
}

.about_top h3.actived {
  opacity: 1;
  padding-top: 0;
}

.about_top h4.actived {
  opacity: 1;
  padding-top: 0;
}

.about_top a.actived {
  opacity: 1;
  margin-top: 0;
}



.about_swiper {
  background: url(https://www.xiaomihu.com/Images/about_swiper_border.png) no-repeat right center;
  width: calc(100% - 716px);
  background-size: 100%;
}

.about_swiper li {
  display: flex;
}

.about_swiperbox {
  position: relative;
}

.about_img {
  width: 47%;
  height: auto;
  float: left;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  overflow: hidden;
  margin-left: 8%;
}

.about_img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.about_img:hover img {
  transform: scale(1.1);
}

.about_right {
  width: 30%;
  margin-right: 10%;
  margin-top: 30%;
  float: left;
  margin-left: 5%;
}

.about_right_data {
  height: 57px;
  line-height: 57px;
  font-size: 48px;
  font-weight: bold;
  color: #50362a;
}

.about_right_data > span:nth-child(2) {
  font-size: 18px;
}

.about_right_cont {
  width: 100%;
  font-size: 16px;
  color: #50362a;
  line-height: 30px;
  margin-top: 10px;
}

.about_np {
  width: 14%;
  position: absolute;
  bottom: 0;
  left: -15%;
  z-index: 5;
  height: 24%;
  background: #F6F6F6;
}

.about_next,
.about_prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
}

.about_prev {
  background: url(../images/left2.png) no-repeat center;
  left: 12%;
}

.about_next {
  background: url(../images/right2.png) no-repeat center;
  right: 12%;
}

/* .about_prev:hover {
  background: url(https://www.xiaomihu.com/Images/about_next_hover.png) no-repeat center;
}

.about_next:hover {
  background: url(https://www.xiaomihu.com/Images/about_prev_hover.png) no-repeat center;
} */

/* fzqj */
.fzqj {
  background: url(../images/qjbg.png) left bottom no-repeat #E7EBEC;
}

.fz1 {
  width: 838px;
  margin-left: auto;
  margin-right: 200px;
  margin-bottom: 60px;
}

.fz1 h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  color: #50362A;
}

.fz1 h2 {
  line-height: 30px;
  margin-bottom: 56px;
  font-size: 30px;
  color: #50362A;
}

.fz1 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #50362A;
}

.fz1 h4 {
  font-size: 22px;
  line-height: 36px;
  color: #A15C23;
}

.fz3 {
  margin-bottom: 40px;
  height: 98px;
}

.fz1 h5 {
  width: 100%;
  margin-bottom: 27px;
  border-bottom: 2px dashed #707070;
}

.fz2 {
  display: flex;
}

.fz2_1 {
  margin-right: 131px;
  margin-bottom: 56px;
}

.fz2_1:last-child {
  margin-right: 0;
}

/* xw_ma */
.xwzx {
  background-color: #F6F6F6;
}

.xw_ma ul {
  justify-content: center;
  display: flex;
}

.xw_ma ul a {
  display: flex;
  width: 590px;
  height: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xw_ma ul a img {
  width: 446px;
  height: 0;
  transition: all .6s;
}

.xw_ma ul a .msgbox {
  width: 412px;
  margin: 43px auto;
}

.xw_ma ul a h1 {
  font-size: 38px;
  font-weight: bold;
  color: #333;
  margin-bottom: 31px;
}

.xw_ma ul a h2 {
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
  color: #333;
}

.xw_ma ul a h3 {
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
  font-size: 20px;
  line-height: 36px;
  color: #666;
  margin: 33px 0 57px;
}

.xw_ma ul a p {
  text-transform: uppercase;
  font-size: 20px;
  color: #A15C23;
}

.xw_ma ul a:hover h3,
.xw_ma ul a:hover h2,
.xw_ma ul a:hover h1,
.xw_ma ul a:hover p {
  color: #50362A;
}

.xw_ma ul a:hover {
  background-color: #fff;
}

.xw_ma ul a:hover img {
  height: auto;
  transition: all .6s;
}

.ppdt {
  display: none;
}


@media screen and (max-width: 1200px) {
  .main {
    overflow: hidden;
  }

  .content,
  .mo_ma {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10% 2%;
  }

  /* 头部 */
  .mobs,
  .head_box,
  .fwbg {
    display: none;
  }

  .mob {
    display: block !important;
  }

  /* .xc_ma */

  .xc_ma h1,
  .cp_ma .tit1 {
    font-size: 20px;
    margin-bottom: 4%;
  }

  .spbox {
    width: 100%;
    height: 60vw;
    margin-bottom: 4%;
  }

  .xc_ma h2 {
    width: 75%;
    line-height: 30px;
    height: auto;
    font-size: 14px;
  }

  /* .cp_ma */
  .cp_ma {
    padding-bottom: 0;
  }

  .cp_ma .cpul {
    width: 100%;
    justify-content: space-evenly;
  }

  .cp_ma .cpul li {
    padding-bottom: 10px;
    font-size: 16px;
    margin: 0;
  }

  .cp_ma .cpul .bs span {
    bottom: -4px;
  }

  .cp_ma2 {
    width: 100%;
    margin: 4% 0;
  }

  .btnl,
  .btnr {
    display: none;
  }

  .swiper-container2 {
    width: 100%;
    padding: 0 2%;
  }

  .swiper-container2 li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .swiper-container2 li:nth-child(2n) {
    margin-right: 0;
  }

  .swiper-container2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .swiper-container2 li .msgbox {
    height: auto;
    padding: 4% 0;
  }

  .swiper-container2 li .msgbox h1 {
    font-size: 16px;
    margin-bottom: 2%;
  }

.swiper-container1 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

  .swiper-container2 li .msgbox h2 {
    font-size: 14px;
  }

  /* .about_warp */
  .about_warp {
    padding: 10% 2%;
    box-sizing: border-box;
    flex-direction: column;
  }

  .about_top {
    width: 100%;
    margin-left: 0;
  }

  .about_swiper {
    width: 100%;
    margin-top: 4%;
    background: none;
  }

  .about_top h2 {
    width: 100%;
    line-height: normal;
    text-align: center;
    font-size: 20px;
    margin-bottom: 4%;
  }

  .about_top h3 {
    width: 100%;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2%;
  }

  .fz1 h2 {
    width: 100%;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 6%;
  }

  .about_top h4 {
    font-size: 14px;
    margin-bottom: 4%;
    line-height: 28px;
  }

  .about_top a {
    width: 90px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin: auto;
  }

  .about_swiper li {
    flex-direction: column-reverse;
  }

  .about_img {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .about_np {
        height: auto;
        display: flex;
        width: 100%;
        position: static;
        justify-content: space-evenly;
        flex-direction: row-reverse;
  }

.about_next, .about_prev{
position: static;
margin: 0;
}

  .about_right {
        text-align: center;
        width: 100%;
        margin-top: 4%;
        margin-right: 0;
        margin-left: 0;
  }

  .about_right_data {
    height: auto;
    font-size: 20px;
    line-height: normal;
  }

  /* .fzqj */
  .fzqj {
    padding: 10% 2%;
    box-sizing: border-box;
    background: none;
  }

  .fz1 {
    margin: 0;
    width: 100%;
  }

  .fz1 h1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 4%;
    text-align: center;
  }

  .fz1 h3 {
    font-size: 16px;
  }

  .fz1 h4 {
    font-size: 14px;
    line-height: 28px;
  }

  .fz3 {
    height: auto;
    margin-bottom: 4%;
  }

  .fz1 h5 {
    margin-bottom: 4%;
  }

  .fz2 {
    flex-direction: column;
  }

  .fz2_1 {
    margin: 0;
    margin-bottom: 4%;
  }

  /* .xw_ma ul */
  .xw_ma ul {
    flex-direction: column;
  }

  .xw_ma ul a {
        margin: 0 2%;
        width: 96%;
    padding:  2%;
    box-sizing: border-box;
    height: auto;
  }

  .xw_ma ul a .msgbox {
    width: 100%;
    margin: 0 0 2%;
  }

  .xw_ma ul a h1 {
    font-size: 18px;
    margin-bottom: 2%;
  }

  .xw_ma ul a h2 {
    font-size: 16px;
  }

  .xw_ma ul a h3 {
    font-size: 14px;
    line-height: 28px;
    margin: 2% 0;
  }

  .xw_ma ul a p {
    font-size: 14px;
  }

  .xwzx {
    padding: 10% 0;
  }

  .ppdt {
    font-size: 20px;
    text-align: center;
    display: block;
  }

  /* .fot_ma */
  .fot_ma {
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }

  .fot1_1,
  .fot2,
  .fot1_1 h1,
  .xw_ma ul a img {
    display: none;
  }

  .fot1_2 {
    margin-top: 4%;
    width: 100%;
    text-align: center;
    display: block;
  }

  .fot3 {
    width: 90%;
  }

  .fot3 h1 {
    font-size: 14px;
    margin-bottom: 2%;
    justify-content: center;
  }

  .fot3 h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #fff;
  }

  .fot3 h3 {
    text-align: center;
    margin-bottom: 2%;
  }

  .head2 img {
    transform: none;
  }

  .swiper-pagination1 {
    bottom: 10px !important;
  }
}
