.aboutUsBrandHistory .banner {
  position: relative;
}

.aboutUsBrandHistory .banner img {
  width: 100%;
  object-fit: cover;

}

.aboutUsBrandHistory .banner span {
  top: 42%;
  left: 24%;
}

.aboutUsBrandHistory .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
}

.aboutUsBrandHistory .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1400px) {
  .aboutUsBrandHistory .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandHistory .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {
  .aboutUsBrandHistory .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .aboutUsBrandHistory .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsBrandHistory .banner span {
    display: block;
    top: 50%;
    left: 50%;
  }

  .aboutUsBrandHistory .banner span::before {
    /* z-index: -1;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-radius: 50%;
        background: rgba(123, 92, 52, .2);
        box-shadow: 0 0 40px 40px rgba(123, 92, 52, .2);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; */
  }

  .aboutUsBrandHistory .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .aboutUsBrandHistory .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }

  .aboutUsBrandHistory .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandHistory .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

/* 2F */
.aboutUsBrandHistory .history-2f {
  margin-top: 50px;
}

@media only screen and (max-width:1200px) {
  .aboutUsBrandHistory .history-2f {
    margin-top: 40px;
  }
}

.aboutUsBrandHistory .history-2f .eng-tittle {
  display: block;
  font-size: 26px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.aboutUsBrandHistory .chs-tittle {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 36px;
  font-weight: normal;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.aboutUsBrandHistory .history-2f .outer-container {
  position: relative;
  width: 100%;
  background: #cdc5bb;
  box-sizing: border-box;
  padding: 120px 2% 330px 2%;
  margin-top: 70px;
}

.aboutUsBrandHistory .history-2f .outer-container .map {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 300px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.aboutUsBrandHistory .history-2f .outer-container .spring {
  top: 240px;
  display: flex;
  justify-content: space-between;
  width: auto;
  height: calc(100% - 250px);
  overflow: hidden;
}

.aboutUsBrandHistory .history-2f .outer-container .spring .right-spring img {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.aboutUsBrandHistory .history-2f .outer-container .spring .spring-bottom {
  position: absolute;
  bottom: 0;
  width: 100%
}

.history-2f .outer-container .spring .spring-bottom img:nth-child(2) {
  display: none;
}

.aboutUsBrandHistory .history-2f .outer-container .spring .spring-middle {

}

.aboutUsBrandHistory .history-2f .history-list {
  width: 100%;
}

.aboutUsBrandHistory .history-2f .history-list>li {
  width: calc(50% - 111px);

  position: relative;
}

.aboutUsBrandHistory .history-2f .history-list>li>div {
  /* align-items: center; */
  /* min-height: 200px; */
}

.aboutUsBrandHistory .history-2f .history-list::after {
  content: "";
  display: block;
  clear: both;
}

.aboutUsBrandHistory .history-2f .history-list li {
  width: 100% !important;
  margin-bottom: -40px;
}

.aboutUsBrandHistory .history-2f .history-list li:nth-child(2n)>div {
  display: flex;
  flex-direction: row-reverse;
  /* align-items: center; */
  padding-right: calc(50% + 110px);
  text-align: right;
}

.aboutUsBrandHistory .history-2f .history-list li:nth-child(2n+1)>div {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  padding-left: calc(50% + 110px);
}

.aboutUsBrandHistory .history-2f .history-list img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.aboutUsBrandHistory .history-2f .history-list .context-container div {
  display: block;
  color: #000;
  box-sizing: border-box;
  padding: 0 32px;
  align-self: center;
}

.aboutUsBrandHistory .history-2f .history-list .context-container div>div {
  padding: 0 0px;
}

.aboutUsBrandHistory .history-2f .outer-container .bottom{
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  background-color: #cdc5bb;
  left: 0;
  padding-bottom: 60px;
}

.honor-list ul{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
}

.honor-list ul li {
  width: 30%;
  margin: 20px 40px;
}

.honor-list ul li p{
  margin-top: 20px;
  text-align: center;
}

.honor-list ul li img{
  width: 100%;
}

.honor-list ul li video{
  width: 100%;
}

.aboutUsBrandHistory .history-2f .outer-container .bottom h3{
  font-size: 20px;
  margin-bottom: 10px;
}

.aboutUsBrandHistory .history-2f .outer-container .bottom .future{
  margin-bottom: 30px;
}

.aboutUsBrandHistory .history-2f .outer-container .bottom p{
  margin-bottom: 20px;
}
.aboutUsBrandHistory .history-2f .history-list .year {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 13px;
}

.aboutUsBrandHistory .history-2f .history-list .context,
.history-2f .history-list .eng-context {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  word-wrap: break-all;
  word-break: break-word;
}

.history-2f .history-list .eng-context {
  margin-top: 6px;
  font-style: 12px;
  font-weight: normal;
}

.aboutUsBrandHistory .history-2f .history-list .dian-r{
  max-width: 70px;
  position: absolute;
  top: 100px;
  left: calc(50% + 10px);
  z-index: -1;
}

.aboutUsBrandHistory .history-2f .history-list .dian-l{
  max-width: 70px;
  position: absolute;
  top: 100px;
  left: calc(50% - 48px);
  z-index: -1;
}

.aboutUsBrandHistory .history-2f .history-list .dian-r img,.aboutUsBrandHistory .history-2f .history-list .dian-l img{
  width: 100%;
}

.aboutUsBrandHistory .history-2f .history-list>li:nth-child(2n) div::after {
  left: auto;
  right: calc(50% + 55px);
}

.aboutUsBrandHistory .history-2f .context-container {
  min-width: calc(50% - 200px);
}


@media only screen and (max-width:1400px) {
  .aboutUsBrandHistory .history-2f .context-container {
    min-width: calc(50% - 130px);
  }

  .aboutUsBrandHistory .history-2f .outer-container {
    margin-top: 40px;
  }

/*   .aboutUsBrandHistory .history-2f .history-list img {
    width: 130px;
    min-width: 130px;
    height: 130px;
    min-height: 130px;
  } */

  .aboutUsBrandHistory .history-2f .outer-container .spring {
    transform: scaleX(0.8) translate(-60%);
    -webkit-transform: scaleX(0.8) translate(-60%);
    -moz-transform: scaleX(0.8) translate(-60%);
    -ms-transform: scaleX(0.8) translate(-60%);
    -o-transform: scaleX(0.8) translate(-60%);
  }

/*   .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n+1),
  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n) {
    margin-bottom: -60px;
  } */


  .aboutUsBrandHistory .history-2f .outer-container {
    padding: 60px 30px 100px;
  }

/*   .aboutUsBrandHistory .history-2f .history-list .context,
  .aboutUsBrandHistory .history-2f .history-list .eng-context {
    font-weight: normal;
  } */

/*   .aboutUsBrandHistory .history-2f .history-list .context-container>div {
    padding: 0 10px;
    min-width: calc(100% - 180px);
  } */

  .aboutUsBrandHistory .history-2f .outer-container .spring {
    top: 80px;
    height: calc(100% - 140px);
  }

 /*  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n+1)>div {
    padding-right: calc(50% + 80px);
  } */

/*   .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n)>div {
    padding-left: calc(50% + 80px);
  } */

  .aboutUsBrandHistory .history-2f .history-list>li>div::after {
    width: 37px;
    top: 65px;
  }

  .aboutUsBrandHistory .history-2f .history-list>li:nth-child(2n) div::after {
    right: auto;
    left: calc(50% + 44px);
  }
}

@media only screen and (max-width:1024px) {
  .aboutUsBrandHistory .history-2f .context-container {
    min-width: calc(100% - 180px);
  }

  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n+1),
  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n) {
    margin-bottom: 40px;
  }

  .aboutUsBrandHistory .history-2f .chs-tittle {
    font-size: 20px;
  }

  .aboutUsBrandHistory .history-2f .eng-tittle {
    font-size: 18px;
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring .spring-bottom img:nth-child(1) {
    display: none;
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring .spring-bottom img:nth-child(2) {
    display: block;
    transform: rotate(-180deg) scaleX(-1);
    -webkit-transform: rotate(-180deg) scaleX(-1);
    -moz-transform: rotate(-180deg) scaleX(-1);
    -ms-transform: rotate(-180deg) scaleX(-1);
    -o-transform: rotate(-180deg) scaleX(-1);
  }

  .aboutUsBrandHistory .history-2f .outer-container {
    padding: 60px 40px;
    box-sizing: border-box;
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring .right-spring {
    display: none;
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring .spring-middle {
    height: calc(100% - 58px);
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring {
    left: 10%;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .aboutUsBrandHistory .history-2f .history-list li {
    width: calc(90% - 63px);
    float: left !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    padding-left: calc(10% + 63px);
    box-sizing: border-box;
  }

  .aboutUsBrandHistory .history-2f .history-list li>div {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex-direction: row !important;
    text-align: left;
    justify-content: space-around;
    text-align: left !important;
  }

  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n)>div {
    flex-direction: row-reverse !important;
  }

  .aboutUsBrandHistory .history-2f .history-list>li>div::after {
    top: 90px;
    width: 80px !important;
    left: -80px !important;
  }

  .aboutUsBrandHistory .history-2f .history-list img {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
  }

  .aboutUsBrandHistory .history-2f .history-list span {
    padding-left: 50px !important;
    font-size: 22px;
  }

  .aboutUsBrandHistory .history-2f .history-list .context,
  .aboutUsBrandHistory .history-2f .history-list .eng-context {
    width: auto;
    max-width: none;
    /* font-size: 18px; */
    /* line-height: 30px; */
    /* font-weight: 600; */
  }

  .aboutUsBrandHistory .history-2f .history-listl li:nth-child(2n) {
    padding-left: 15px !important;
    padding-right: 30px !important;
  }

  .aboutUsBrandHistory .history-2f .history-list .year {
    font-size: 28px;
    font-weight: 600;
  }

  .aboutUsBrandHistory .history-2f .history-list .context-container>div {
    min-width: calc(100% - 180px);
  }

}

@media only screen and (max-width:768px) {

  /* .history-2f .history-list li:nth-child(2n+1)>div,
  .history-2f .history-list lili:nth-child(2n)>div {
    flex-direction: column !important;
  } */
  .aboutUsBrandHistory .history-2f .history-list .context-container>div {
    min-width: calc(100% - 120px);
  }

  .aboutUsBrandHistory .history-2f .outer-container {
    padding: 60px 20px;
  }

  .aboutUsBrandHistory .history-2f .outer-container .spring {
    display: none;
  }

  /* .history-2f .history-list li {
    margin-left: 75px;
    width: calc(100% - 65px);
  }*/

  .aboutUsBrandHistory .history-2f .history-list>li>div::after {
    /* width: 30% !important;
    left: -50px !important; */
    display: none;
  }

  .aboutUsBrandHistory .history-2f .history-list img {
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    width: 120px;
  }

  /* .aboutUsBrandHistory .history-2f .history-list span {
    padding-left: 15px !important;
    text-align: center;
    margin-top: 15px;
  } */

  .aboutUsBrandHistory .history-2f .history-list .context,
  .aboutUsBrandHistory .history-2f .history-list .eng-context {
    width: auto;
    max-width: none;
    line-height: 22px;
  }

  .aboutUsBrandHistory .history-2f .history-listl li:nth-child(2n) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .aboutUsBrandHistory .history-2f .history-list li {
    padding-left: 0 !important;
    margin-left: 0;
    width: 100%;
  }

  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n+1),
  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n) {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width:480px) {
  .aboutUsBrandHistory .history-2f .outer-container {
    padding: 60px 10px;
  }

  .aboutUsBrandHistory .history-2f .history-list .context,
  .aboutUsBrandHistory .history-2f .history-list .eng-context {
    font-size: 14px;
    /* line-height: 1.6em; */
  }

  .aboutUsBrandHistory .history-2f .history-list li:nth-child(2n)>div {
    flex-direction: row !important;
  }

  .aboutUsBrandHistory .history-2f .history-list .context-container>div {
    padding-right: 0;
  }
}


.aboutUsBrandHonor {
  margin-top: 50px;
}

@media only screen and (max-width:1200px) {
  .aboutUsBrandHonor {
    margin-top: 40px;
  }
}

.aboutUsBrandHonor .banner {
  position: relative;
}

.aboutUsBrandHonor .banner .banner-bg-img {
  width: 100%;
  object-fit: cover;
}

.aboutUsBrandHonor .banner .medal1 {
  left: 78%;
  height: 25%;
}

.aboutUsBrandHonor .banner .medal2 {
  left: 55%;
  height: 25%;
}

.aboutUsBrandHonor .banner img {
  max-width: 210px !important;
  min-width: 100px;
  object-fit: contain;
}

.aboutUsBrandHonor .banner span {
  top: 42%;
  left: 24%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.aboutUsBrandHonor .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
}

.aboutUsBrandHonor .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
}

.aboutUsBrandHonor .abh-list {
  /* background: pink; */
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.aboutUsBrandHonor .abh-list .abhl-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}

.aboutUsBrandHonor .abh-list .abhl-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.aboutUsBrandHonor .abh-list .abhl-item .textbox {
  width: calc(100% - (685 / 1200 * 100%));
}

.aboutUsBrandHonor .abh-list .abhl-item .img {
  width: calc(685 / 1200 * 100%);
}

.aboutUsBrandHonor .abh-list .abhl-item .img>img {
  width: 100%;
  /* padding-top: 67%; */
  max-height: 464px;
  min-height: 300px;
  object-fit: cover;
  display: block;
  margin: auto;
}

.aboutUsBrandHonor .abh-list .abhl-item .textbox {
  box-sizing: border-box;
  padding-left: 5%;
}

.aboutUsBrandHonor .abh-list .abhl-item:nth-child(2n+1) .textbox {
  padding-left: 0;
  padding-right: 5%;
}

.aboutUsBrandHonor .abh-list .abhl-item .textbox .title {
  font-size: 28px;
  line-height: 36px;
}

.aboutUsBrandHonor .abh-list .abhl-item .textbox .line {
  width: 40px;
  height: 1px;
  background: #d8d8d8;
  margin: 20px 0 30px 0;
}

.aboutUsBrandHonor .abh-list .abhl-item .textbox .text {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;

  text-justify: distribute-all-lines;
}


.aboutUsBrandHonor::after,
.aboutUsTechnologies::after {
  content: "";
  display: table;
}

.aboutUsBrandHonor,
.aboutUsTechnologies {
  margin-top: 50px;
}

@media only screen and (max-width:1400px) {
  .aboutUsBrandHonor .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandHonor .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {

  .aboutUsBrandHonor,
  .aboutUsTechnologies {
    margin-top: 40px;
  }

  .aboutUsBrandHonor .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .aboutUsBrandHonor .banner .banner-chs-tittle {
    font-size: 30px;
  }

  .aboutUsBrandHonor .abh-list .abhl-item .textbox .title {
    font-size: 22px;
    line-height: 28px;
  }

}

@media screen and (max-width: 768px) {

  .aboutUsBrandHonor,
  .aboutUsTechnologies {
    margin-top: 30px;
  }

  .aboutUsBrandHonor .abh-list .abhl-item .textbox .title {
    font-size: 18px;
    line-height: 26px;
  }

  .aboutUsBrandHonor .banner span {
    display: block;
    left: 50%;
  }

  .aboutUsBrandHonor .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .aboutUsBrandHonor .banner .bg-img-container .banner-bg-img {
    width: 200%;
    position: relative;
    left: -50%;
  }

  .aboutUsBrandHonor .banner .medal1 {
    top: 20%;
    /* bottom: 0%; */
    left: 35%;
    height: 25%;
  }

  .aboutUsBrandHonor .banner .medal2 {
    top: 20%;
    /* bottom: 0%; */
    left: 65%;
    height: 25%;
  }


  .aboutUsBrandHonor .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandHonor .banner .banner-chs-tittle {
    font-size: 38px;
  }

  .aboutUsBrandHonor .abh-list .abhl-item {
    flex-direction: column !important;
    margin: 4% auto;
  }

  .aboutUsBrandHonor .abh-list .abhl-item>div {
    width: 100% !important;
    padding: 5% 0 !important;
  }
}

.aboutUsBrandHonor .detail-area .outer-container {
  margin: 0 auto;
  margin-top: 55px;
  position: relative;
  max-width: 1000px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .02);
  margin-bottom: 130px;
}

.aboutUsBrandHonor .detail-area .outer-container .context-container {
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (max-width:1200px) {
  .aboutUsBrandHonor .detail-area .outer-container {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width:768) {
  .aboutUsBrandHonor .detail-area .outer-container {
    margin-bottom: auto;
  }
}


/* ----------------Banner样式---------------- */
.aboutUsBrandStory .banner,
.aboutUsBrandStory .story-2f {
  position: relative;
  margin-bottom: 0 !important;
}

.aboutUsBrandStory .banner img {
  width: 100%;
  object-fit: cover;

}

.aboutUsBrandStory .banner span:nth-of-type(1){
  top: 42%;
  left: 51%;
}

.aboutUsBrandStory .banner span:nth-of-type(2){
  top: 42%;
  left: 36.5%;
}

.pro-list ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

.pro-list ul li {
  width: 30%;
  margin: 20px 1.5% 50px 1.5%;
  cursor: pointer;
  overflow: hidden;
}

.pro-list ul li img{
  width: 100%;
}

.pro-list ul li:hover{
  opacity: 0.8;
}

.pro-list ul li p{
  text-align: center;
  margin-top: 20px;
}

.store-list ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.store-list ul li {
  width: 40%;
  margin: 20px 0 50px 0;
  cursor: pointer;
  overflow: hidden;
}

.store-list ul li a{
  display: block;
  overflow: hidden;
}


.store-list ul li a:hover img{
  transform: scale(1.1);
}

.store-list ul li p,.store-list ul li h3{
  margin-top: 20px;
}

.store-list ul li img{
  width: 100%;
  transition: ease-in-out 0.4s all;
}



/*news*/
.news-list ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.news-list ul li {
  width: 30%;
  margin: 10px 0 10px 0;
  cursor: pointer;
  overflow: hidden;
}

.news-list ul li a{
  display: block;
  overflow: hidden;
}

.news-list .foot{
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.news-list .foot span{
  margin-right: 40px;
  font-size: 14px;
}

.news-list .news_more{
  display: inline-block;
  letter-spacing: 2px;
  border-radius: 15%;
  border:1px solid #9e9e9e;
  padding: 5px 20px;
  font-size: 14px;
  }

  .news-list .news_more:hover{
    background-color: #000;
    color: #fff;
  }

.news-list ul li h3{
  font-size: 22px;
}


.news-list ul li a:hover img{
  transform: scale(1.1);
}

.news-list ul li p,.news-list ul li h3{
  margin-top: 20px;
}

.news-list ul li img{
  width: 100%;
  transition: ease-in-out 0.4s all;
}

/*contact*/
.contact {
  width: 1368px;
  height: auto;
  margin: 0 auto;
  color: rgba(43, 43, 43, 1);
  overflow: hidden;
}

.contact>h1 {
  width: 100%;
  height: auto;
  font-size: 26px;
  line-height: 26px;
  margin: 50px 0 20px;
  overflow: hidden;
}

.contact>span {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  display: inline-block;
}

.contact_int {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact_int>h2 {
  width: 100%;
  height: auto;
  font-size: 26px;
  line-height: 26px;
  color: rgba(43, 43, 43, 1);
  overflow: hidden;
  margin: 50px 0 20px;
}

.contact_int ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.contact_int ul li {
  flex: 0 0 33.333333%;
  margin-bottom: 20px;
  padding-left: 0.8%;
}

.contact_int ul li:nth-of-type(1) {
  padding-left: 0;
}

.contact_int ul li:nth-child(3n) {
  padding-left: 1.5%;
}

.contact_int ul li>p {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 5%;
}

.contact_int .init2 p {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 5%;
}

.contact_form {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact_form>h2 {
  width: 100%;
  height: auto;
  font-size: 26px;
  line-height: 26px;
  color: rgba(43, 43, 43, 1);
  overflow: hidden;
  margin: 20px 0;
}

.contact_forms {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
}

.c_form_input {
  float: left;
  width: 32%;
  height: auto;
  overflow: hidden;
  margin-right: 2%;
}

.contact_forms .c_form_input:nth-of-type(3) {
  float: right;
  margin-right: 0;
}

.c_form_input p {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  margin-bottom: 7px;
}

.c_form_input>input[type="text"] {
  width: 98%;
  height: 52px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(43, 43, 43, 1);
  outline: none;
  font-size: 16px;
}

.c_form_text {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c_form_text>p {
  width: 100%;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  margin-bottom: 7px;
}

.c_form_text>textarea {
  width: 99.5%;
  height: 124px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(43, 43, 43, 1);
  outline: none;
  font-size: 16px;
}

.contact_form button {
  width: 324px;
  height: 38px;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(43, 43, 43, 1);
  outline: none;
  text-align: center;
  line-height: 38px;
  overflow: hidden;
  margin: 27px 0 60px;
}
  



.aboutUsBrandStory .banner .banner-eng-tittle {
  font-size: 46px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 50%;
}

.aboutUsBrandStory .banner .banner-chs-tittle {
  color: #fff;
  font-size: 34px;
  transform: translate(-46%, 111%);
  -webkit-transform: translate(-46%, 111%);
  -moz-transform: translate(-46%, 111%);
  -ms-transform: translate(-46%, 111%);
  -o-transform: translate(-46%, 111%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  letter-spacing: 5px;
  width: 50%;
}


@media only screen and (max-width:1200px) {
  .aboutUsBrandStory .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandStory .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsBrandStory .banner span {
    top: 50%;
    left: 50%;
  }

  .aboutUsBrandStory .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .aboutUsBrandStory .banner .bg-img-container img {
    width: 200%;
    float: right;
  }

  .aboutUsBrandStory .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .aboutUsBrandStory .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

/* --------------2F 故事简介-------------- */
.aboutUsBrandStory .story-2f {
  overflow: hidden;
  background: url() no-repeat center center;
  background-size: cover !important;
}

.aboutUsBrandStory .story-2f::after {
  content: "";
  display: block;
  padding-top: 53.9%;
}

.aboutUsBrandStory .story-2f>.bg-img {
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.aboutUsBrandStory .story-2f .outer-container {
  /* width: 1000px; */
  width: 1100px;
}

.aboutUsBrandStory .story-2f .outer-container>img {
  width: 102%;
  /* height: 100%; */
  transform: rotate(-5deg) translate(-50%, -50%);
  -webkit-transform: rotate(-5deg) translate(-50%, -50%);
  -moz-transform: rotate(-5deg) translate(-50%, -50%);
  -ms-transform: rotate(-5deg) translate(-50%, -50%);
  -o-transform: rotate(-5deg) translate(-50%, -50%);
  transform-origin: top left;
  object-fit: cover;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
}

.aboutUsBrandStory .story-2f .swiper-wrapper .container {
  position: static !important;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  padding: 90px 48px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
  transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
}

/* .aboutUsBrandStory .story-2f .swiper-wrapper .swiper-slide:nth-child(2n+1) .container {
  flex-direction: row-reverse;
} */

.aboutUsBrandStory .story-2f .swiper-wrapper .swiper-slide:nth-child(2n+1) .container .context {
  padding-left: auto;
  padding-right: 36px;
}

.aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide img,
.aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context {
  width: 50%;
  max-height: 500px;
  min-height: 300px;
  object-fit: cover;
  overflow: auto;
}

.aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context {
  color: #666;
  font-size: 14px;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 36px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;

}

.aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context::-webkit-scrollbar {
  display: none;
}

.aboutUsBrandStory .story-2f .story-2f-button-prev,
.aboutUsBrandStory .story-2f .story-2f-button-next {
  width: 80px;
  background: none;
  line-height: 44px;
  text-align: center;
  outline: none;
}

.aboutUsBrandStory .story-2f .story-2f-button-prev span,
.aboutUsBrandStory .story-2f .story-2f-button-next span {
  font-size: 24px;
}

.aboutUsBrandStory .story-2f .story-2f-button-prev {
  left: calc(45% - 600px)
}

.aboutUsBrandStory .story-2f .story-2f-button-next {
  right: calc(45% - 600px)
}

@media screen and (max-width: 1400px) {

  .aboutUsBrandStory .story-2f .outer-container {
    width: calc(950 / 1285 * 100%);
  }

  .aboutUsBrandStory .story-2f .swiper-wrapper .container {
    padding: 5% 5%;
  }

  .aboutUsBrandStory .story-2f .story-2f-button-prev {
    /* left: 50%; */
    left: 0;
  }

  .aboutUsBrandStory .story-2f .story-2f-button-next {
    /* left: 50%; */
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUsBrandStory .story-2f::after {
    display: none;
  }

  .aboutUsBrandStory .story-2f .outer-container {
    /* width: 1000px; */
    width: 1000px;
  }

  .aboutUsBrandStory .story-2f .outer-container>img {
    display: none;
  }

  .aboutUsBrandStory .story-2f>.bg-img {
    position: absolute;
    min-height: auto;
  }

  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide img {
    height: 100%;
    width: 50%;
    object-fit: cover;
  }

  .aboutUsBrandStory .story-2f .outer-container,
  .aboutUsBrandStory .story-2f .swiper-wrapper .container {
    padding: 0;
    align-items: center;
    flex-direction: row-reverse;
    position: relative !important;
    width: 100%;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    box-shadow: none;
  }

  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context {
    padding: 30px;
  }

  .aboutUsBrandStory .story-2f .swiper-wrapper .container {
    /* background: none; */
  }

  .aboutUsBrandStory .story-2f .swiper-button-next,
  .aboutUsBrandStory .story-2f .swiper-button-prev {
    top: auto !important;
    bottom: 10px;
    width: 40px;

  }

  .aboutUsBrandStory .story-2f .story-2f-button-prev span,
  .aboutUsBrandStory .story-2f .story-2f-button-next span {
    font-size: 18px;
    color: #806A47;
  }
}

.story-4f .title{
  padding: 20px;
  text-align: center;
  background-color: #e8e8e8;
}

.story-4f .title h3{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .aboutUsBrandStory .story-2f .swiper-wrapper .swiper-slide:nth-child(2n+1) .container,
  .aboutUsBrandStory .story-2f .swiper-wrapper .container {
    flex-direction: column;
    box-shadow: none;
  }

  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide img,
  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context {
    width: 100%;
  }

  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide .context {
    padding: 20px 30px 50px 30px;
    max-height: none;
  }

  .aboutUsBrandStory .story-2f .story-2f-swiper .swiper-slide img {
    padding: 15px;
    box-sizing: border-box;
  }

  .aboutUsBrandStory .story-4f .story-4f-button-prev,
  .aboutUsBrandStory .story-4f .story-4f-button-next {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    background: #fff;
  }


}




/* -----------------3f---------------- */
.aboutUsBrandStory .story-3f {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #000;
}

.aboutUsBrandStory .story-3f .year-span {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  position: absolute;
  font-size: 430px;
  line-height: 300px;
  color: rgba(100, 100, 100, .3);
  right: 30%;
  bottom: 0%;
  z-index: 2;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@media only screen and (max-width:1900px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 550px;
    right: 20%;
  }
}

@media only screen and (max-width:1600px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 500px;
    /* right: 10%; */
  }
}

@media only screen and (max-width:1400px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 450px;
    /* right: 20%; */
  }
}

@media only screen and (max-width:1200px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 400px;
    /* right: 20%; */
  }
}

@media only screen and (max-width:1024px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 350px;
    right: 10%;
    line-height: 200px;
  }
}

@media only screen and (max-width:768px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 300px;
    right: 0;
    line-height: 200px;
  }
}

@media only screen and (max-width:600px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 250px;
    right: 0;
    line-height: 200px;
  }
}

@media only screen and (max-width:480px) {
  .aboutUsBrandStory .story-3f .year-span {
    font-size: 200px;
    right: 0;
    line-height: 150px;
  }
}

@media only screen and (max-width:360px) {
  .aboutUsBrandStory .story-3f .year-span {
    display: none;
  }
}

.aboutUsBrandStory .story-3f>img,
.aboutUsBrandStory .story-3f>div {
  width: 50%;
  object-fit: cover;
}

.aboutUsBrandStory .story-3f>img {
  max-height: 880px;
  min-height: 300px;
}

.aboutUsBrandStory .story-3f .story-3f-context-area {

  z-index: 2;
}

.aboutUsBrandStory .story-3f .story-3f-context-area>div,
.aboutUsBrandStory .story-3f .story-3f-context-area>a {
  display: block;
  color: #fff;
  max-width: 500px;
  /* margin: 88px 0 0 98px; */
  margin: 10% 0% 8% 10%;
  font-size: 14px;
  line-height: 28px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;

}

.aboutUsBrandStory .story-3f .story-3f-context-area .lg-span {
  font-size: 26px;
  color: #fff;
  vertical-align: top;
  margin-right: 5px;

}

.aboutUsBrandStory .story-3f .story-3f-context-area>a {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
  color: #bf9e74;
  font-size: 18px;
  width: 200px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.aboutUsBrandStory .story-3f .story-3f-context-area>a:hover {
  transform: scale(1.2) translate(10%);
  -webkit-transform: scale(1.2) translate(10%);
  -moz-transform: scale(1.2) translate(10%);
  -ms-transform: scale(1.2) translate(10%);
  -o-transform: scale(1.2) translate(10%);

}

.aboutUsBrandStory .story-3f .story-3f-context-area>.context,
.aboutUsBrandStory .story-3f .story-3f-context-area>a {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1400px) {

  .aboutUsBrandStory .story-3f .story-3f-context-area>.context,
  .aboutUsBrandStory .story-3f .story-3f-context-area>a {
    margin: 10% 8% 8% 8%;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsBrandStory .story-3f {
    flex-direction: column;
  }

  .aboutUsBrandStory .story-3f>img,
  .aboutUsBrandStory .story-3f>div {
    width: 100%;
  }

  .aboutUsBrandStory .story-3f .story-3f-context-area>.context,
  .aboutUsBrandStory .story-3f .story-3f-context-area>a {
    margin: 10% 30px 30px 30px;
    max-width: none;
  }
}


/* -----------------4f---------------- */
.aboutUsBrandStory .story-4f {
  position: relative;
}

.aboutUsBrandStory .story-4f .story-4f-swiper {
  width: 1200px;
}



.aboutUsBrandStory .story-4f .story-4f-swiper .swiper-slide>a {
  display: block;
  padding-top: 100%;
  background: url() no-repeat center center;
  background-size: cover;
}

.aboutUsBrandStory .story-4f .story-4f-swiper .swiper-slide a {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}

.aboutUsBrandStory .story-4f .story-4f-swiper .swiper-slide {
  overflow: hidden;
}

.aboutUsBrandStory .story-4f .story-4f-swiper .swiper-slide:hover a {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transition-duration: 0.5s;
}

.aboutUsBrandStory .story-4f .story-4f-button-prev,
.aboutUsBrandStory .story-4f .story-4f-button-next {
  width: 50px;
  height: 50px;
  background: none;
  line-height: 50px;
  text-align: center;
  outline: none;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .02);
  z-index: 1;
}

.aboutUsBrandStory .story-4f .story-4f-button-prev span,
.aboutUsBrandStory .story-4f .story-4f-button-next span {
  font-size: 12px;
}

.aboutUsBrandStory .story-4f .story-4f-button-prev {
  /* left: 50%; */
  left: calc(50% - 700px)
}

.aboutUsBrandStory .story-4f .story-4f-button-next {
  /* left: 50%; */
  right: calc(50% - 700px)
}

@media screen and (max-width: 1550px) {
  .aboutUsBrandStory .story-4f .story-4f-button-next {
    right: 15px;
  }

  .aboutUsBrandStory .story-4f .story-4f-button-prev {
    left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUsBrandStory .story-4f .story-4f-swiper {
    width: 100%;
  }

  .aboutUsBrandStory .story-4f .story-4f-button-prev,
  .aboutUsBrandStory .story-4f .story-4f-button-next {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}


/* ----------------通用样式---------------- */

.product-tag-area .eng-tittle,
.aboutUsTechnologies .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
}

.product-tag-area .chs-tittle,
.aboutUsTechnologies .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
}

.aboutUsTechnologies .chs-tittle::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d8d8d8;
  margin: 0 auto;
  margin-top: 40px;
}

.aboutUsTechnologies .about-us-block {
  width: 94%;
  max-width: 1200px !important;
  text-align: center;
}

.aboutUsTechnologies .about-us-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  background: #d8d8d8;
}

.aboutUsTechnologies .with-out-border::after {
  display: none;
}

.aboutUsTechnologies .context-container {
  width: 100%;
  font-size: 14px;
  line-height: 27px;
  margin: auto;
  margin-top: 29px;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.aboutUsTechnologies .context-container img {
  max-width: 100% !important;
}

.aboutUsTechnologies .tl-list {
  width: 100%;
}

.aboutUsTechnologies .tl-list .tl-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}

.aboutUsTechnologies .tl-list .tl-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.aboutUsTechnologies .tl-list .tl-item .img {
  width: calc(685 / 1200 * 100%);
  overflow: hidden;
}

.aboutUsTechnologies .tl-list .tl-item .img img {
  width: 100%;
  max-height: 464px;
  min-height: 300px;
  object-fit: cover;
  display: block;
  margin: auto;
}

@media only screen and (max-width:480px) {
  .aboutUsTechnologies .tl-list .tl-item .img img {
    max-height: none;
    min-height: none;
  }
}

.aboutUsTechnologies .tl-list .tl-item .textbox {
  width: calc(100% - (685 / 1200 * 100%));
  box-sizing: border-box;
  padding-left: 5%;
  text-align: left;
}

.aboutUsTechnologies .tl-list .tl-item:nth-child(2n) .textbox {
  padding-left: 0;
  padding-right: 5%;
}

.aboutUsTechnologies .tl-list .tl-item .textbox .title {
  font-size: 28px;
  line-height: 36px;
}

.aboutUsTechnologies .tl-list .tl-item .textbox .title a {
  padding: 10px 0;
  box-sizing: border-box;
}

@media only screen and (max-width:768px) {
  .aboutUsTechnologies .tl-list .tl-item .textbox .title a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .aboutUsTechnologies .tl-list .tl-item .textbox .line {
    display: none;
  }
}

.aboutUsTechnologies .tl-list .tl-item .textbox .line {
  width: 40px;
  height: 1px;
  background: #d8d8d8;
  margin: 20px 0 30px 0;
}

.aboutUsTechnologies .tl-list .tl-item .textbox .text {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;

  text-justify: distribute-all-lines;
}

.aboutUsTechnologies .tl-list .tl-item .textbox .href {
  margin-top: 5%;
  font-size: 14px;
  font-weight: 600;
}

.aboutUsTechnologies .tl-list .tl-item .textbox .href a {
  padding: 10px 10px 10px 0;
  color: #ba9a72;
}


@media only screen and (max-width:1400px) {
  .aboutUsTechnologies .about-us-block::after {
    margin-top: 50px;
    ;
  }
}

@media only screen and (max-width:1200px) {
  .aboutUsTechnologies .chs-tittle {
    font-size: 22px;
  }


  .aboutUsTechnologies .chs-tittle::after {
    margin-top: 30px;
  }


  .aboutUsTechnologies .about-us-block::after {
    margin-top: 30px;
    width: calc(100% - 50px);
    transform: translate(25px);
    -webkit-transform: translate(25px);
    -moz-transform: translate(25px);
    -ms-transform: translate(25px);
    -o-transform: translate(25px);
  }

  .aboutUsTechnologies .tl-list .tl-item .textbox .title {
    font-size: 22px;
    line-height: 28px;
  }

  .aboutUsTechnologies .tl-list .tl-item .img {
    width: 55%;
  }

  .aboutUsTechnologies .tl-list .tl-item .textbox {
    width: 45%;
  }

}

@media screen and (max-width: 768px) {

  .aboutUsTechnologies .about-us-block::after {
    margin-top: 30px;
    width: calc(100% - 20px);
    transform: translate(10px);
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
  }

  .aboutUsTechnologies .tl-list .tl-item {
    flex-direction: column !important;
  }

  .aboutUsTechnologies .tl-list .tl-item .img,
  .aboutUsTechnologies .tl-list .tl-item .textbox {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .aboutUsTechnologies .tl-list .tl-item .textbox {
    margin: 3% auto;
  }


}

.aboutUsTechnologies .sleep-system .out-container {
  /* background: pink; */
  padding-top: 58%;
  position: relative;
  box-sizing: border-box;
  min-height: 600px;
  margin-top: 30px;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container>a {
  width: 50%;
  height: 100%;
  background-size: cover;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container ul {
  width: 50%;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container ul>li {
  float: left;
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 10px;
  margin: 2% 0;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container ul>li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


.aboutUsTechnologies .sleep-system .out-container .inner-container ul>li img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container ul>li .eng-title {
  font-size: 12px;
  color: #5f5f5f;
  line-height: 20px;
}

.aboutUsTechnologies .sleep-system .out-container .inner-container ul>li .chs-title {
  font-size: 14px;
  line-height: 20px;
}

.aboutUsTechnologies .sleep-system .chs-tittle::after {
  display: none;
}

@media only screen and (max-width:1200px) {
  .aboutUsTechnologies .sleep-system .out-container .inner-container ul>li img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width:768px) {
  .aboutUsTechnologies .sleep-system .out-container {
    padding-top: 0;
    min-height: auto;
  }

  .aboutUsTechnologies .sleep-system .out-container .inner-container ul>li img {
    width: 50px;
    height: 50px;
  }

  .aboutUsTechnologies .sleep-system .out-container .inner-container {
    position: static !important;
    transform: translate(0);
    flex-direction: column;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .aboutUsTechnologies .sleep-system .out-container .inner-container>a {
    width: 100%;
    height: auto;
    padding-top: 85%;
  }

  .aboutUsTechnologies .sleep-system .out-container .inner-container>ul {
    width: 100%;
  }

  .aboutUsTechnologies .sleep-system .out-container .inner-container ul>li {
    padding: 1%;
  }
}



/* ----------------Banner样式---------------- */

.aboutUsTechnologies .banner ul {
  display: flex;
  justify-content: space-between;
}

.aboutUsTechnologies .banner ul img {
  width: 100%;
  object-fit: cover;

}


.aboutUsTechnologies .banner ul li {
  position: relative;
}

.aboutUsTechnologies .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.aboutUsTechnologies .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1400px) {

  .aboutUsTechnologies .banner .banner-eng-tittle {
    font-size: 30px;
  }


  .aboutUsTechnologies .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {

  .aboutUsTechnologies .banner .banner-eng-tittle {
    font-size: 24px;
  }


  .aboutUsTechnologies .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {

  .aboutUsTechnologies .banner li:nth-child(2) {
    display: none;
  }


  .aboutUsTechnologies .banner .banner-eng-tittle {
    font-size: 30px;
  }


  .aboutUsTechnologies .banner .banner-chs-tittle {
    font-size: 38px;
  }

}



/* ---------------产品中中心样式-------------- */

/* .aboutUsTechnologies .product-tag-area {
  min-height: 300px;
  padding-top: 34%;
  box-sizing: border-box;
  background: url() no-repeat center center;
  background-size: cover;
  position: relative;
} */



.product-tag-area .container {
  margin: 0 auto;
  width: 85%;
  max-width: 640px;
  position: relative !important;
  top: 0;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  text-align: center !important;
}

.product-tag-area .container .context-container {
  text-align: center !important;
  width: 100%;
  font-size: 14px;
  line-height: 27px;
  /* text-align: justify; */
  margin: 29px auto auto;
}

.recommendation-block {
  padding: 6% 0 !important;
}

.product-tag-area .container,
.product-tag-area .container a {
  color: #fff;
  text-align: center;
  display: block;
}

.aboutUsTechnologies .product-tag-area .chs-tittle::after {
  display: none;
}

.product-tag-area .container a {
  font-size: 12px;
  font-weight: 600;
  margin: 10% auto 0 auto;
  border: 1px solid #b99a72;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.aboutUsTechnologies .product-tag-area .container a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.product-tag-area .container a:hover {
  background-color: #b99a72;
  font-size: 14px;
  transition-duration: 0.5s;
}

@media only screen and (max-width:1200px) {

  .aboutUsTechnologies .context-container {
    margin-top: 20px;
  }


  .aboutUsTechnologies .product-tag-area .container a {
    margin-top: 4%;
  }
}

.aboutUsTechnologiesDetail .detail-area {
  width: 94%;
  max-width: 1000px;
}

.aboutUsTechnologiesDetail .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 38px;
  text-align: center;
  margin-top: 80px;
}

.aboutUsTechnologiesDetail .detail-area .outer-container {
  margin: 0 auto;
  margin-top: 55px;
  position: relative;
  max-width: 1000px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .02);
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .context-container {
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 80px;
  text-align: justify;

}



.aboutUsTechnologiesDetail .detail-area .outer-container .sorter {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div {
  width: 1000px;
  margin: 43px 0;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div>a {
  display: flex;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div.next-tag>a {
  flex-direction: row-reverse;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div>a::after {
  content: "";
  display: block;
  clear: both;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .prev-tag {
  border-right: 1px solid #e6e6e6;
  /* background: pink; */
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .iconfont {
  font-size: 18px;
  text-align: center;
  line-height: 90px;
  display: block;
  width: 50px;
  height: 90px;
  border: 1px solid #e6e6e6;
  float: left;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .prev-tag .iconfont {
  border-left: 0;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .next-tag .iconfont {
  border-right: 0;
  float: right;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter a>div {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  padding: 0 50px;
  text-align: left;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .next-tag div {
  text-align: right;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter .next-tag div {
  float: right;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .tittle {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .show-more {
  font-size: 14px;
  font-weight: 600;
  color: #bf9e74;
}

.aboutUsTechnologiesDetail .detail-area .outer-container .sorter {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.aboutUsTechnologiesDetail .detail-area .outer-container a:hover div {
  /* opacity: 0.8; */
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.share-area {
  width: 100%;
  background: #fff;
}

.share-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-area ul>li {
  font-size: 14px;
  color: #868686;
  margin: 20px 5px;
}

.share-area ul>li:first-child {
  margin-right: 15px;
}

.bdshare-button-style0-32 a.bds_weixin {
  background: url("../image/icon.png") no-repeat 6px center;
}

.bdshare-button-style0-32 a.bds_tsina {
  background: url("../image/icon.png") no-repeat -43px center;
}


@media only screen and (max-width:1400px) {
  .aboutUsTechnologiesDetail .chs-tittle {
    font-size: 28px;
    margin-top: 50px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container {
    margin-top: 40px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div {
    margin: 20px 0;
  }
}

@media only screen and (max-width:1200px) {
  .aboutUsTechnologiesDetail .chs-tittle {
    margin-top: 40px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container {
    margin-top: 30px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div {
    margin: 10px 0;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter a>div {
    height: 70px;
    padding: 0 25px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter .iconfont {
    height: 70px;
    line-height: 70px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .tittle {
    font-size: 14px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .show-more {
    font-size: 12px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .context-container {
    padding: 20px 50px;
  }
}

@media only screen and (max-width:768px) {
  .aboutUsTechnologiesDetail .chs-tittle {
    margin-top: 30px;
    font-size: 20px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container {
    margin-top: 25px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter>div {
    margin: 10px 0;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter a>div {
    height: 60px;
    padding: 0 10px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .sorter .iconfont {
    height: 60px;
    width: 30px;
    line-height: 60px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .tittle {
    font-size: 14px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .show-more {
    font-size: 12px;
  }

  .aboutUsTechnologiesDetail .detail-area .outer-container .context-container {
    padding: 10px 20px;
  }

}


.commonSense .banner,
.commonSense .context-area {
  position: relative;
}

.commonSense .banner .bg-img-container {
  width: 100%;
  overflow: hidden;
}

.commonSense .banner img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .commonSense .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }
}

.commonSense .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: capitalize;
  text-align: center;
}

.commonSense .chs-tittle {
  display: block;

  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}

.commonSense .context-area {
  box-sizing: border-box;
  padding-bottom: 5%;
}

.commonSense .context-area::before {
  content: "";
  display: block;
  position: absolute;
  background: #f1e4db;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 200px);
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  z-index: -1;
}

.commonSense .outer-container {
  margin: auto;
  margin-top: 76px;
  width: 94%;
  max-width: 1200px;
  background: #ffffff;
  padding: 50px 70px 80px 70px;
  box-sizing: border-box;
}

.commonSense .outer-container .list-tittle {
  font-size: 32px;
  color: #bf9e74;
}

.commonSense .outer-container ul {
  margin-top: 30px;
}

.commonSense .outer-container>ul>li:first-child {
  border-top: 1px solid #e6e6e6;
}

.commonSense .outer-container>ul>li {
  border-bottom: 1px solid #e6e6e6;
}

.commonSense .outer-container .inner-tittle-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.commonSense .outer-container .inner-tittle-area span {
  color: #303030;
  font-size: 14px;
  font-weight: normal;
}

.commonSense .outer-container .inner-tittle-area .iconfont {
  margin-left: 10px;
}

.commonSense .outer-container li:not(.active-item) .inner-context-area {
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  opacity: 0;
}

.commonSense .outer-container .inner-context-area {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 26px;
  height: auto;
  opacity: 1;
  color: #7d7d7d;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}


.commonSense .active-item .inner-tittle-area .item-tittle {
  font-weight: 600;
}

.commonSense .active-item .inner-tittle-area .iconfont {
  color: #bf9e74;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.commonSense .page-box {
  margin-top: 50px;
}

.commonSense .page-controller ul {
  display: flex;
  justify-content: center;
}

.commonSense .page-controller ul li {
  margin: 0 7.5px
}

.commonSense .page-controller ul li a {
  color: #838383;
  padding: 10px;
  border-bottom: 2px solid #838383;
}

.commonSense .page-controller ul li.active-page a {
  color: #000;
  border-bottom: 2px solid #000;
}

@media only screen and (max-width:1200px) {
  .commonSense .outer-container {
    margin-top: 40px;
    padding: 40px 50px 60px 50px;
  }

  .commonSense .outer-container .list-tittle {
    font-size: 24px;
  }
}

@media only screen and (max-width:768px) {
  .commonSense .outer-container {
    width: calc(100% - 20px);
    margin-top: 5%;
    padding: 5% 5% 12% 5%;
  }

  .commonSense .context-area::before {
    display: none;
  }

  .commonSense .outer-container ul {
    margin-top: 5%;
  }

  .commonSense .outer-container .list-tittle {
    font-size: 20px;
  }
}


/* ---------------留言反馈样式-------------- */
.commonSense .message {
  position: relative;
  padding: 6% 0;
}

.commonSense .message img {
  min-height: 300px;
}

.commonSense .message .container {
  width: 85%;
  max-width: 640px;
}

.commonSense .message .container,
.commonSense .message .container a {
  color: #fff;
  text-align: center;
  display: block;
}

.commonSense .message .container {
  left: 0;
  top: 0;
  position: relative !important;
  margin: 0 auto;
  transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
}

.commonSense .message .container a {
  font-size: 12px;
  font-weight: 600;
  margin: 10% auto 0 auto;
  border: 1px solid #b99a72;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.commonSense .message .container a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.commonSense .message .container a:hover {
  background-color: #b99a72;
  font-size: 14px;
}

.commonSense .message .context-container {
  font-size: 14px;
  line-height: 27px;
  margin-top: 29px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (max-width:1200px) {
  .commonSense .message .container a {
    margin-top: 4%;
  }
}


.contactUs .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
}

.contactUs .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  margin-bottom: 5%;
}

@media only screen and (max-width:1200px) {

  .contactUs .chs-tittle {
    font-size: 22px;
  }

  .contactUs .chs-tittle::after {
    margin-top: 30px;
  }
}

.contactUs .banner {
  display: flex;
  justify-content: space-between;
  min-height: 530px;

}

.contactUs .banner>div {
  width: 50%;
  position: relative;
  padding-top: 46%;
}

.contactUs .banner>div>.bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}



.contactUs .banner>div.context-container {
  text-align: center;
  padding: 10% 0;
  font-size: 14px;
  line-height: 35px;
}

.contactUs .banner>div.context-container .tittle {
  color: #bf9e74;
  font-weight: 600;
  line-height: 36px;
}


@media only screen and (max-width:768px) {
  .contactUs .banner>div.context-container {
    position: static;
  }

  .contactUs .banner {
    display: block;
  }

  .contactUs .banner>div {
    width: 100%;
  }

  .contactUs .banner>div:first-child {
    position: absolute;
    opacity: 0.15;
    padding-top: 0;
    height: 100%;
  }

}


.contactUsMessage .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
}

.contactUsMessage .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
}

@media only screen and (max-width:1200px) {

  .contactUsMessage .chs-tittle {
    font-size: 22px;
  }

  .contactUsMessage .chs-tittle::after {
    margin-top: 30px;
  }
}

.contactUsMessage .banner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.contactUsMessage .banner>div {
  width: 50%;
  position: relative;
  padding-top: 46%;
  box-sizing: border-box;
  min-height: 609px;
}

.contactUsMessage .banner .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url() no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.contactUsMessage .banner .context-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10% 0;
  box-sizing: border-box;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.contactUsMessage .banner .context-container form {
  margin: 40px auto 160px auto;
  width: 94%;
  max-width: 560px;
}

.contactUsMessage .banner .context-container form li {
  border-bottom: 1px solid #c2b6b6;
  margin: 10px;
  float: left;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactUsMessage .banner .context-container form li.half {
  width: calc(50% - 20px) !important;
}

.contactUsMessage .banner .context-container form li input,
.contactUsMessage .banner .context-container textarea {
  border: none;
  height: 46px;
  width: calc(100% - 3em);
  background: none;
}

.contactUsMessage .banner .context-container form li:last-child {
  align-items: flex-start;
}

.contactUsMessage .banner .context-container form li:last-child span {
  line-height: 46px;
}

.contactUsMessage .banner .context-container textarea {
  height: auto;
}

.contactUsMessage .banner .context-container input,
.contactUsMessage .banner .context-container textarea {
  padding: 15px;
  box-sizing: border-box;
}

.contactUsMessage .banner .context-container button {
  display: block;
  cursor: pointer;
  background: none;
  border: none;
  width: 110px;
  height: 80px;
  border: none;
  border-bottom: 1px solid #bf9e74;
  font-size: 12px;
  font-weight: 600;
  margin: 40px 10px 20px auto;
  text-align: left;
  padding-top: 30px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.contactUsMessage .banner .context-container button .iconfont {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.contactUsMessage .banner .context-container button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media only screen and (max-width:768px) {
  .contactUsMessage .banner {
    min-height: 609px;
  }

  .contactUsMessage .banner>div {
    width: 100%;
  }

  .contactUsMessage .banner .bg-img {
    min-height: auto;
  }

  .contactUsMessage .banner>div:first-child {
    position: absolute;
    opacity: 0.08;
    padding-top: 0;
    height: auto;
  }

  .contactUsMessage .banner>div:nth-child(2) {
    position: absolute;
    padding-top: 0;
    height: auto;
  }

  .contactUsMessage .banner .context-container form {
    margin: 40px auto;
  }

  .contactUsMessage .banner .context-container {
    position: relative;
  }
}


/* --------------banner区域样式----------------- */

.index .banner .swiper-slide>a {
  display: block;
}

.index .banner .swiper-slide .tittle-area {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 0;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.index .banner .swiper-slide .tittle-area .tittle,
.index .banner .swiper-slide .tittle-area .sub-tittle {
  display: block;
  color: #fff;
  font-size: 40px;
  font-family: Times New Roman;
  margin-bottom: 22px;
  line-height: 1em;
}

.index .banner .swiper-slide .tittle-area .content {
  line-height: 1em;
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: Times New Roman;
  margin-bottom: 34px;
}

.index .banner .swiper-slide .tittle-area .sub-tittle {
  font-size: 46px;
  margin-bottom: 128px;
}

/* 左、右侧对齐样式 */

.index .tittle-left-side span {
  text-align: left !important;
}

.index .tittle-right-side span {
  text-align: right !important;
}

.index .tittle-left-side .tittle-area {
  left: 20% !important;
}

.index .tittle-right-side .tittle-area {
  left: auto !important;
  right: 20% !important;
}

.index .banner .swiper-slide.tittle-right-side .tittle-area {
  transform: translate(50%);
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}

.index .tittle-right-side .tittle-area .sub-tittle,
.index .tittle-left-side .tittle-area .sub-tittle {
  margin-bottom: 56px;
}

.index .tittle-right-side .tittle-area a,
.index .tittle-left-side .tittle-area a {
  display: block;
  width: 190px;
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 30% !important;
}

.index .tittle-right-side .tittle-area a {
  margin: auto;
}

.index .tittle-area a:hover {
  font-size: 20px;
  color: #808689;
  background-color: #fff;
  opacity: 0.8;
}

.index .banner .swiper-pagination {
  bottom: 55px !important;
}

.index .banner .swiper-pagination-bullet {
  transition: all 0.5s ease-in;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  background-color: #B99369;
  border: 1px solid #B99369;
  opacity: 1;
  margin: 0 15px !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  height: 2px;
  position: relative;
  top: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.index .banner .bg-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  
  transition: all 1.8s ease-in;
  -webkit-transition: all 1.8s ease-in;
  -moz-transition: all 1.8s ease-in;
  -ms-transition: all 1.8s ease-in;
  -o-transition: all 1.8s ease-in;
}

.index .banner .swiper-slide-active .bg-img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.index .banner .swiper-slide:hover .bg-img {
  /* transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05); */
}

.tittle-font-color-bk span {
  color: #000 !important;
}

.tittle-font-color-bk a {
  color: #806A47 !important;
  border-color: #806A47 !important;
}

.tittle-font-color-bk a:hover {
  color: #fff !important;
  background: #806A47 !important;
}


@media only screen and (max-width:1400px) {

  .index .banner .swiper-slide .tittle-area .tittle {
    font-size: calc(40 / 1760 * 1282 * 1px);
  }

  .index .banner .swiper-slide .tittle-area .sub-tittle {
    font-size: calc(46 / 1760 * 1282 * 1px);
  }

  .index .banner .swiper-slide .tittle-area .tittle {
    margin-bottom: calc(22 / 1760 * 1282 * 1px);
  }

  .index .banner .swiper-slide .tittle-area .content {
    font-size: 14px;
    margin-bottom: calc(34 / 1760 * 1282 * 1px);
  }

  .index .banner .swiper-pagination {
    bottom: calc(55 / 1760 * 1282 * 1px) !important;
  }
}

@media only screen and (max-width:1200px) {
  .index .banner .bg-img {
    min-height: 600px;
    object-fit: cover;
  }


  .index .tittle-left-side .tittle-area,
  .index .tittle-right-side .tittle-area {
    left: 50% !important;
  }

  .index .tittle-left-side .tittle-area>span,
  .index .tittle-right-side .tittle-area>span {
    text-align: center !important;
  }


  .index .tittle-left-side .tittle-area a,
  .index .tittle-left-side .tittle-area a {
    margin: 0 auto 30% auto;
  }

  .index .banner .swiper-slide.tittle-right-side .tittle-area {
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }

  .index .tittle-area a {
    width: calc(190 / 1760 * 1282 * 1px) !important;
    height: calc(56 / 1760 * 1282 * 1px) !important;
    line-height: calc(56 / 1760 * 1282 * 1px) !important;
  }
}

@media only screen and (max-width:768px) {
  .index .banner .swiper-slide {
    position: relative;
    width: 100%;
    padding-top: 54%;
    min-height: 400px;
    box-sizing: border-box;
  }

  .index .banner .swiper-slide>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .index .banner .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: auto;
    overflow: hidden;
    object-fit: cover;
    width: 100%;

  }


  .index .banner .swiper-slide .tittle-area .sub-tittle {
    margin-bottom: 60px !important;
  }

  .index .banner .swiper-slide .tittle-area .tittle,
  .index .banner .swiper-slide .tittle-area .sub-tittle {
    font-size: 22px !important;
  }

  .index .banner .swiper-slide:hover .bg-img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  .index .banner .swiper-pagination {
    bottom: 5% !important;
  }

  .index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }

  .index .banner .swiper-pagination-bullet {
    margin: 0 8px !important;
  }

  .index .tittle-area a {
    display: none !important;
  }

}


/* 2F产品推荐样式 */
.index .product {
  position: relative;
}

@media only screen and (min-width:1921px) {
  .index .product .product-outer {
    height: 80vh !important;
  }
}

.index .product .product-outer .list li {
  width: 22%;
  float: left;
  text-align: center;
  margin-right: 4%;
}

.index .product .product-outer .list li:nth-of-type(4){
  margin-right: 0%;
}

.index .product .product-outer .list .index_product_p{
  border: 1px #000 solid;
  display: inline-block;
  margin: 0px auto;
  width: 99.4%;
  overflow: hidden;
}

.index .product .product-outer .list .index_product_p {
  padding: 20px 0px;
  letter-spacing: 2px;
}

.index .product .product-outer .list .index_product_p p{
    font-size: 25px;
    line-height: 44px;
    background: url(../image/index_product_bg.jpg) no-repeat center bottom;
    margin: 0px;
}

.index .product .product-outer .list .index_product_p span{
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.index .product .product-outer ul{
  overflow: hidden;
}


.index .product .product-outer .swiper-slide {
  height: auto;
}

.index .product .product-outer img {
  width: 99.6%;
  border: 1px #000 solid;
  border-bottom: 0;
}

.index .product .product-outer img:hover{
  opacity: 0.8;
}

.index .product .product-inner {
  width: 1200px;
  background-color: #fff;
}

@media only screen and (min-width:1921px) {
  .index .product .product-inner {
    width: 62.5%;
    max-width: none;
  }
}

.index .product .product-inner .swiper-slide {
  background: #fff;
}

.index .product .product-inner .container {
  margin: 11% 14% 2% 14%;
  position: relative;
}

.index .product .product-inner .tittle {
  font-size: 30px;
  top: 9%;
  z-index: 2;
  font-weight: 300;
}

.index .product .product-inner .container .side-tittle {
  position: absolute;
  font-size: 22px;
  font-family: Times New Roman;
  color: rgb(159, 159, 159);
  transform: rotate(-90deg) translate(-100%, -100%);
  -webkit-transform: rotate(-90deg) translate(-100%, -100%);
  -moz-transform: rotate(-90deg) translate(-100%, -100%);
  -ms-transform: rotate(-90deg) translate(-100%, -100%);
  -o-transform: rotate(-90deg) translate(-100%, -100%);
  transform-origin: left top;
  top: 0;
  left: -2%;
}

.index .product .product-inner .container .sub-tittle {
  position: relative !important;
  color: rgb(159, 159, 159);
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
}

.index .product .product-inner .container .sub-tittle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(159, 159, 159);
  position: absolute;
  top: calc(50% + 16px);
}

.index .product .swiper-button-prev,
.index .product .swiper-button-next {
  background: none;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(160, 160, 160);
}

.index .product .swiper-button sub,
.index .product .swiper-button sup,
.index .product .swiper-button span {
  color: rgb(160, 160, 160);
  cursor: pointer;
}

.index .product .swiper-button-prev {
  left: 5%;
}

.index .product .swiper-button-next {
  right: 5%;
}

.index .product .product-inner .swiper-slide .container>a {
  display: block;
  overflow: hidden;
}

.index .product .product-inner .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media only screen and (max-width:1647px) {

  .index .product .product-inner {
    width: calc(1200 / 1530 *100%);
  }

  .index .product .product-inner .container {
    margin: 8% 14% 0% 14%;
  }

  .index .product .product-inner .tittle {
    font-size: 26px;
    top: 7%;
  }

  .index .product .product-inner .container .sub-tittle {
    line-height: 60px !important;
  }
}

@media only screen and (max-width:1200px) {
  .index .product .product-inner .tittle {
    top: 6%;
  }

  .index .product .product-inner {
    position: relative !important;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .index .product .product-inner .container {
    margin: 8% 10.8% 0 10.8%;
  }

  .index .product .product-inner .tittle {
    font-size: 24px;
    /* top: 4%; */
  }

  .index .product .product-inner .container .sub-tittle {
    font-size: 16px;
    line-height: 60px !important;
  }

  .index .product .swiper-button-prev {
    left: 3%;
  }

  .index .product .swiper-button-next {
    right: 3%;
  }
}

@media only screen and (max-width:1024px) {
  .index .product .product-inner .tittle {
    top: 5%;
  }
}

@media only screen and (max-width:768px) {

  .index .product {
    padding: 0;
  }

  .index .product .product-outer {
    height: auto;
  }

  .index .product .product-inner {
    background: none;
    width: calc(100% - 30px);
    box-sizing: border-box;
    position: relative !important;
  }

  .index .product .product-inner .container {
    margin: 0;
  }

  .index .product .product-inner .tittle {
    top: 0;
    font-size: 24px;
    position: static !important;
    display: block;
    text-align: center;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .index .product .product-inner .container img {
    margin: 0 auto;
    position: static !important;
    /* min-height: 400px; */
    display: block;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .index .product .product-inner .container .side-tittle {
    margin-top: 3%;
    position: static !important;
    font-size: 20px;
    display: block;
    text-align: center;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .index .product .product-inner .container .sub-tittle {
    font-size: 16px;
    line-height: 40px !important;
  }

  .index .product .swiper-button-prev,
  .index .product .swiper-button-next {
    top: auto;
    bottom: 2%;
  }

  .index .product .product-inner .swiper-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width:480px) {

  .index .product .swiper-button-prev,
  .index .product .swiper-button-next {
    display: none;
  }
}




/* 3F品牌故事样式 */
.index .brand-story .story-area {
  position: relative;
  background: url() no-repeat center center;
  background-size: cover;
}

.index .brand-story .story-area .story-container {
  position: static !important;
  width: 1200px;
  left: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  margin: auto;
  padding: 5% 0;
  box-sizing: border-box;
}

@media only screen and (min-width:1921px) {
  .index .brand-story .story-area .story-container {
    width: 62.5%
  }
}

.index .brand-story .story-area .div-block-tittle-area span {
  color: #fff;
}

.index .brand-story .story-area .story-inner-container {
  background-color: #fff;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.index .brand-story .story-area .story-inner-container>img {
  width: 50%;
  max-height: 600px;
  min-height: 350px;
  box-sizing: border-box;
  padding: 16px;
  padding-left: 0;
  object-fit: cover;
  overflow: hidden;
}


.index .brand-story .story-area .story-context-container {
  width: 50%;
  box-sizing: border-box;
  padding: 7%;
}

.index .story-context-tittle,
.index .story-context-sub-tittle {
  font-size: 24px;
  font-family: Times New Roman;
  line-height: 34px;
  display: block;
  font-weight: 300;
}

@media only screen and (max-width:1200px) {
  .index .story-context-sub-tittle {
    font-size: 20px;
  }
}

.index .story-context-text {
  display: block;
  margin-top: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #7E7E7E;
  table-layout: fixed;
  /*文字避首尾 -- 防止撑开*/
  word-wrap: break-word;
  /*英文单字因自动换行*/
  word-break: normal;
  /*正常避头尾 */
  text-align: justify;
  /*文字左右对齐*/

  /*用表意文本来排齐内容*/
}

.index .story-context-container>a {
  margin-top: 20%;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #B69670;
  width: 120px;
  height: 40px;
}

.index .story-context-container>a>span {
  font-size: 14px;
  line-height: 40px;
}

.index .story-context-container>a:hover {
  background-color: #B69670;
  color: #fff;
}

.index .story-context-container>a:hover span {
  color: #fff;
}

.index .honor-merchants-area {
  display: flex;
  justify-content: space-between;
  margin-top: -3px;
  height: 550px;
}

.index .honor-merchants-area>div {
  width: 50%;
}

.index .brand-story .merchants-area>a {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.index .brand-story .merchants-area .bg-img {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
}

.index .brand-story .merchants-area .bg-img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.index .brand-story .div-block-tittle-area {
  top: 10%;
  z-index: 999;
}

.index .brand-story .merchants-area .div-block-tittle-area>span {
  color: #fff;
}

.index .brand-story .honor-area .honor-swiper {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: cover !important;
}

.index .brand-story .honor-area .honor-swiper-bg-img {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
}

.index .brand-story .honor-area .honor-context {
  bottom: 16%;
  z-index: 2;
}

.index .brand-story .honor-area .swiper-slide img {
  height: 250px;
  display: block;
  margin: 176px auto 0 auto;
  overflow: hidden;
}

.index .brand-story .honor-area .swiper-slide:hover img {
  /* transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05); */
}

.index .brand-story .honor-area .swiper-slide span {
  display: block;
  font-size: 18px;
  margin: 18px auto 50px auto;
  text-align: center;
}


.index .brand-story .honor-area .swiper-button-next,
.index .brand-story .honor-area .swiper-button-prev {
  background: none;
  text-align: center;
  line-height: 44px;
  bottom: 10px;
  top: auto;
  font-size: 14px;
}


.index .brand-story .honor-area .swiper-button-prev,
.index .brand-story .honor-area .swiper-button-next {
  left: 50% !important;
}

.index .brand-story .honor-area .swiper-button-prev {
  transform: translate(calc(-50% - 24px)) !important;
  -webkit-transform: translate(calc(-50% - 24px)) !important;
  -moz-transform: translate(calc(-50% - 24px)) !important;
  -ms-transform: translate(calc(-50% - 24px)) !important;
  -o-transform: translate(calc(-50% - 24px)) !important;
}

.index .brand-story .honor-area .swiper-button-prev::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.index .brand-story .honor-area .swiper-button-next {
  transform: translate(calc(-50% + 24px)) !important;
  -webkit-transform: translate(calc(-50% + 24px)) !important;
  -moz-transform: translate(calc(-50% + 24px)) !important;
  -ms-transform: translate(calc(-50% + 24px)) !important;
  -o-transform: translate(calc(-50% + 24px)) !important;
}

@media only screen and (max-width:1647px) {


  .index .brand-story .story-area .story-context-container {
    border: 5%;
  }

  .index .brand-story .story-area .story-container {
    width: calc(1200 / 1530 *100%);
  }

  .index .honor-merchants-area {
    height: calc(1547 / 1760 * 550 * 1px);
  }

  .index .brand-story .honor-area .swiper-slide img {
    height: calc(1547 / 1760 * 250 * 1px);
    display: block;
    margin-top: calc(1547 / 1760 * 176 * 1px);
  }
}

@media only screen and (max-width:1450px) {
  .index .brand-story .story-area .story-context-container {
    padding: 4%;
  }

  .index .story-context-container>a {
    margin-top: 5%;
  }

  .index .honor-merchants-area {
    height: calc(1350 / 1760 * 550 * 1px);
  }

  .index .brand-story .honor-area .swiper-slide img {
    height: calc(1350 / 1760 * 250 * 1px);
    display: block;
    margin-top: calc(1350 / 1760 * 176 * 1px);
  }


}

@media only screen and (max-width:1200px) {
  .index .story-context-text {
    margin-top: 10px;
  }

  .index .brand-story .story-area .bg-img {
    min-height: 550px;
    object-fit: cover;
  }

  .index .brand-story .story-area .story-container {
    min-width: 740px;
  }

  .index .brand-story .honor-area .swiper-slide span {
    font-size: 14px;
  }

  .index .brand-story .honor-area .honor-swiper-bg-img {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }

  .index .honor-merchants-area {
    height: calc(1200 / 1760 * 550 * 1px);
  }

  .index .brand-story .honor-area .swiper-slide img {
    height: calc(1200 / 1760 * 250 * 1px);
    display: block;
    margin-top: calc(1200 / 1760 * 176 * 1px);
  }
}

@media only screen and (max-width:768px) {
  .index .brand-story .story-area .story-container {
    min-width: auto;
    width: calc(100% - 20px);
    padding-bottom: 0;
  }

  .index .honor-merchants-area {
    height: auto;
  }

  .index .honor-merchants-area>div {
    height: 400px;
  }


  .index .honor-merchants-area>div .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .index .brand-story .story-area {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    box-sizing: border-box;
  }

  .index .brand-story .story-area .story-inner-container {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
  }

  .index .brand-story .story-area .story-container {
    left: 50%;
    top: 0;
    position: relative !important;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }

  .index .brand-story .story-area .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .index .brand-story .div-block-tittle-area>span {
    color: #000 !important;
  } */

  .index .brand-story .story-area .story-inner-container>img {
    width: 100%;
    padding: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .index .brand-story .story-area .story-context-container {
    padding-top: 0;
    box-sizing: border-box;
    padding: 5%;
    width: 100%
  }

  .index .brand-story .story-area .story-container::after {
    content: "";
    display: block;
    height: 20px;
  }

  .index .story-context-text {
    box-sizing: border-box;
    overflow: auto;
  }

  .index .honor-merchants-area {
    display: block;
  }

  .index .honor-merchants-area>div {
    width: 100%;
  }

}

@media only screen and (max-width:480px) {
  .index .honor-merchants-area>div {
    height: 350px;
  }

  .index .brand-story .honor-area .swiper-slide img {
    height: 160px;
    display: block;
    margin-top: 90px;
  }

  .index .brand-story .honor-area .swiper-slide span {
    margin-top: 6px;
  }
}


/* 4F查找门店样式 */
.index .store {
  position: relative;
 
}

.index .store .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.index .store .div-block-tittle-area>span {
  color: #fff;
}

.index .store .container {
  max-width: 1033px;
  width: 94%;
  top: 26%;
  z-index: 9 !important;
}

.index .store-search-area {
  display: flex;
  justify-content: center;
  margin-top: 8%;
  width: 100%;
}

.index .store-search-area>div,
.index .store-search-area>button {
  width: 25%;
  min-width: 25%;
  height: 60px;
  border: none;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
}

.index .store .store-search-area>button {
  background: #f1e4db;
  font-size: 18px;
  cursor: pointer;
}

.index .store-search-area .selected {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  line-height: 60px;
  cursor: pointer;
}

@media only screen and (max-width:768px) {

  .index .store-search-area .selected,
  .index .store-search-area li,
  .restonicStore .store-search-area .selected,
  .restonicStore .store-search-area ul>li {
    padding: 0 10px !important;
  }

  .index .store .store-search-area span.tittle,
  .restonicStore .store-search-area span.tittle,
  .recruitment .recruitment-search-area span.tittle {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

.index .store-search-area li {
  height: 60px;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
  background: #fff;
  z-index: 2;
}

.index .store-search-area ul li:hover {
  background: #f7f2f2;
}

.index .store-search-area .selected .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.index .list-hidden .selected .iconfont {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);

}

.index .store-search-area .list-hidden li {
  height: 0;
  overflow: hidden;
}

.index .store-search-area ul {
  height: 50vh;
  overflow: auto;
}

.index .list-hidden ul {
  height: 0vh;
  overflow: hidden;
}

@media only screen and (max-width:1600px) {
  .index .store {
    height: 480px;
  }
}

@media only screen and (max-width:1480px) {
  .index .store .store-search-area {
    margin-top: 5%;
  }

  .index .store {
    height: 440px;
  }
}

@media only screen and (max-width:1200px) {
  .index .store .container {
    min-width: 683px;
  }


  .index .store {
    height: 386px;
  }

}

.search-area,
#resultListView {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.loading-icon>div {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

@media only screen and (max-width:769px) {
  .index .store .container {
    min-width: auto;
    height: auto;
    top: 10%;
  }

  .index .store {
    height: 330px;
  }

  .index .store .store-search-area {
    /* flex-direction: column; */
    /* align-items: center; */
    /* height: auto; */
    flex-wrap: wrap;
  }

  .index .store .store-search-area>div {
    width: calc(100% / 3);
    height: 50px;
    opacity: 0;
  }

  .index .store .store-search-area>div.province-selector {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .index .store .store-search-area>div.area-selector {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .index .store .store-search-area>button {
    width: 30%;
    height: 50px;
    border-radius: 25px;
    min-width: 200px;
    margin: 30px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px;
    opacity:0;
  }

  .index .store .store-search-area span {
    line-height: 50px;
  }
}

/* 5F新闻区域样式 */
.news .news-list-area {
  margin-top: 30px;
  display: flex;
}

.news .news-list-area li {
  float: left;
  width: 30%;
  overflow: hidden;
  margin-right: 5%;
}

.news .news-list-area li:nth-of-type(4){
  margin-right: 0;
}

.news .news-list-area p,.news .news-list-area span{
  margin: 1rem 0;
}

.news .news-list-area .index_news_p p {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news .news-list-area .index_news_p span {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: block;
}

.news .news-list-area .index_news_d p {
  font-size: 14px;
  display: inline-block;
  margin-right: 50px;
}

.news .news-list-area .index_news_d span {
  font-size: 14px;
  border: 1px #333 solid;
  border-radius: 10px;
  padding: 2px 10px;
  display: inline-block;
}

.news .news-list-area>li>a {
  width: 100%;
  height: 100%;
}

.news .news-list-area>li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-list-area>li a {
  display: block;
}

.news .news-list-area>li img,
.news .news-list-area>li span {
  cursor: pointer;
}

.news .news-list-area>li img {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}


.news .news-list-area>li:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  /* opacity: 0.8; */
}



.mediaReportsList .banner,
.mediaReportsList .context-area {
  position: relative;
}

.mediaReportsList .banner .bg-img-container {
  width: 100%;
  overflow: hidden;
}

.mediaReportsList .banner img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mediaReportsList .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }
}

.mediaReportsList .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.mediaReportsList .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}

.mediaReportsList .news-search-area {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  z-index: 8;
}

.mediaReportsList .news-search-area>ul,
.mediaReportsList .news-search-area>div {
  position: relative;
  height: 60px;
  margin: 0 7.5px;
}

.mediaReportsList .news-search-area .input-text-area>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
}

.mediaReportsList .news-search-area .input-text-area {
  width: 94%;
  max-width: 380px;
  position: relative;
}

.mediaReportsList .news-search-area input {
  width: calc(100% - 5em);
  float: right;
  height: 100%;
  background: #f1e4db;
  border: none;
  padding: 0 15px;
  box-sizing: border-box;
  padding-right: 50px;
}

.mediaReportsList .news-search-area button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: none;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  outline: none;
  border: none;
  cursor: pointer;
}

.mediaReportsList .news-search-area input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.mediaReportsList .news-search-area button .iconfont {
  font-size: 24px;
}

.mediaReportsList .news-search-area ul {
  width: 180px;
}

.mediaReportsList .news-search-area .time-slot-selector {
  background: none;
}

.mediaReportsList .news-search-area ul>li {
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
  z-index: 9;
  height: 60px;
}

.mediaReportsList .news-search-area ul>li:first-child {
  display: flex;
  justify-content: space-between;
}

.mediaReportsList .news-search-area ul>li:not(:first-child) {
  background: #fbf2ec;
  position: relative;
  z-index: 10;
}

.mediaReportsList .news-search-area ul>li:not(:first-child):hover {
  background: #f1e4db;
}

.mediaReportsList .news-search-area ul>li:first-child .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.mediaReportsList .list-hidden .iconfont {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
}

.mediaReportsList .news-search-area .list-hidden>li:not(:first-child) {
  height: 0;
  overflow: hidden;
}

.mediaReportsList .result-list-area {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.mediaReportsList .result-list-area ul::after {
  width: 100%;
  content: "";
  display: block;
  clear: both;
}

.mediaReportsList .result-list-area ul {
  display: flex;
  flex-wrap: wrap;
}

.mediaReportsList .result-list-area li {
  width: calc((100% - 4%) / 3);
  float: left;
  margin-bottom: 70px;
}

.mediaReportsList .result-list-area li:nth-child(3n+1),
.mediaReportsList .result-list-area li:nth-child(3n+2) {
  margin-right: 2%;
}

.mediaReportsList .result-list-area li .date {
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 20px;
}

.mediaReportsList .result-list-area li .tittle {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mediaReportsList .result-list-area li a {
  display: block;
  width: 6em;
  font-size: 14px;
  font-weight: 600;
  color: #bf9e74;
  margin-top: 10px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}

.result-list-area .img-container>.bg-img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.mediaReportsList .result-list-area .img-container {
  position: relative;
  overflow: hidden;
  padding-top: 63%;
  box-sizing: border-box;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.result-list-area .img-container>.bg-img {
  position: absolute;
  background: url() no-repeat center center;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform-origin: top left;
  -ms-transform-origin: top left;
}

.mediaReportsList .result-list-area .img-container>a {
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mediaReportsList .result-list-area .img-container>a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 40%;
  padding-top: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.result-list-area .img-container:hover .bg-img {
  opacity: 0.7;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transform: scale(1.05) translate(-50%, -50%);
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  -moz-transform: scale(1.05) translate(-50%, -50%);
  -ms-transform: scale(1.05) translate(-50%, -50%);
  -o-transform: scale(1.05) translate(-50%, -50%);
}

.mediaReportsList .result-list-area .img-container:hover {
  background: #000;
}

.mediaReportsList .result-list-area .img-container:hover>a {
  opacity: 1;
}

@media only screen and (max-width:1200px) {
  .mediaReportsList .result-list-area .img-container>a {
    font-size: 12px;
  }

  .mediaReportsList .result-list-area ul {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width:768px) {



  .mediaReportsList .result-list-area li {
    width: calc((50% - 1%));
    float: left;
    margin-bottom: 4%;
  }

  .mediaReportsList .result-list-area li:nth-child(3n+1),
  .mediaReportsList .result-list-area li:nth-child(3n+2) {
    margin-right: auto;
  }

  .mediaReportsList .result-list-area li:nth-child(2n+1) {
    margin-right: 2%;
  }

  .mediaReportsList .news-search-area {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .mediaReportsList .news-search-area>ul,
  .mediaReportsList .news-search-area>div {
    margin: 0;
  }

  .mediaReportsList .news-search-area input,
  .mediaReportsList .news-search-area ul>li {
    padding: 0 15px;
  }

  .mediaReportsList .news-search-area>ul,
  .mediaReportsList .news-search-area>div,
  .mediaReportsList .news-search-area ul>li,
  .mediaReportsList .news-search-area .input-text-area>span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .mediaReportsList .result-list-area li .tittle {
    font-size: 14px;
  }

  .mediaReportsList .result-list-area .img-container>a {
    font-size: 10px;
  }
}

@media only screen and (max-width:480px) {
  .mediaReportsList .result-list-area li {
    width: 100%;
    margin-right: auto !important;
  }
}





.mediaReportsList .page-controller ul {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.mediaReportsList .page-controller ul li {
  margin: 0 7.5px
}

.mediaReportsList .page-controller ul li a {
  color: #838383;
  padding: 10px;
  border-bottom: 2px solid #838383;
}

.mediaReportsList .page-controller ul li.active-page a {
  color: #000;
  border-bottom: 2px solid #000;
}


.merchants .banner,
.merchants .inner-container {
  position: relative;
}

.merchants .banner img {
  width: 100%;
  object-fit: cover;

}

.merchants .banner span {
  top: 42%;
  left: 24%;
}

.merchants .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.merchants .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1400px) {
  .merchants .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .merchants .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {
  .merchants .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .merchants .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .merchants .banner span {
    display: block;
    top: 50%;
    left: 50%;
  }

  .merchants .banner span::before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background: rgba(123, 92, 52, .2);
    box-shadow: 0 0 40px 40px rgba(123, 92, 52, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .merchants .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .merchants .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }

  .merchants .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .merchants .banner .banner-chs-tittle {
    font-size: 38px;
  }
}


.merchants .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.merchants .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width:1200px) {
  .merchants .chs-tittle {
    font-size: 22px;
  }

  .merchants .chs-tittle::after {
    margin-top: 30px;
  }
}

.merchants .contact {
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 30px 0;
  background: #191919;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.merchants .contact .text-container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.merchants .contact a {
  color: #fff;
}


.merchants .inner-container {
  padding: 76px 0 110px 0;
  background-size: cover !important;
}

.merchants .inner-container form {
  width: 100%;
  height: 100%;
}

.merchants .inner-container form ul {
  width: 94%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.merchants .inner-container form ul>li {
  margin: 20px 0
}

.merchants .inner-container form ul li span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
}

@media only screen and (max-width:768px) {
  .merchants .inner-container form ul>li {
    margin: 2px 0;
  }

  .merchants .inner-container form ul li span {
    font-size: 14px;
  }

  .merchants .inner-container form ul li input {
    height: 46px !important;
  }
}

.merchants .inner-container form ul li input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 25px;
  border: 1px dashed #c1a578;
}

.merchants .inner-container form button {
  display: block;
  width: 200px;
  height: 60px;
  background: #bf9e74;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin: 30px auto;
}

@media only screen and (max-width:480px) {
  .merchants .inner-container form button {
    width: calc(1200 / 1920 * 200px);
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
}

.merchants button.prohibit {
  background: gainsboro !important;
  cursor: not-allowed !important;
}

.merchants .error-msg {
  color: red;
}

.merchants .error-msg.error-msg-hidden {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width:1200px) {

  .merchants .contact {
    margin-top: 30px;
    padding: 20px 0;
  }

  .merchants .inner-container {
    padding: 30px 0 50px 0;
  }

  .merchants .inner-container form ul>li {
    margin: 5px 0;
  }

  .merchants .inner-container form ul li input {
    height: 56px;
  }
}

@media only screen and (max-width:768px) {
  .merchants .contact {
    padding: 10px 0;
  }

}

.newsDetails .detail-area {
  width: 94%;
 
}

.newsDetails .chs-tittle {
  display: block;
  font-size: 38px;
  text-align: center;
  margin: 30px auto 0 auto;
  line-height: 1.4em;
}

.newsDetails .eng-tittle {
  display: block;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-align: center;
  margin-top: 76px;
}

.newsDetails .detail-area .outer-container {
  margin: 0 auto;
  margin-top: 55px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .02);
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.newsDetails .detail-area .outer-container .context-container {
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 80px;
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
  text-justify: inter-ideograph;
}

.newsDetails .detail-area .outer-container .img-container {
  padding: 0px !important;
}

.newsDetails .detail-area .outer-container .sorter {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsDetails .detail-area .outer-container .sorter>div {
  width: 1000px;
  margin: 43px 0;
}

.newsDetails .detail-area .outer-container .sorter .prev-tag {
  border-right: 1px solid #e6e6e6;
  /* background: pink; */
}

.newsDetails .detail-area .outer-container .sorter .iconfont {
  font-size: 18px;
  text-align: center;
  line-height: 90px;
  display: block;
  width: 50px;
  height: 90px;
  border: 1px solid #e6e6e6;
  float: left;
}

.newsDetails .detail-area .outer-container .sorter .prev-tag .iconfont {
  border-left: 0;
}

.newsDetails .detail-area .outer-container .sorter .next-tag .iconfont {
  border-right: 0;
  float: right;
}

.newsDetails .detail-area .outer-container .sorter>div>a {
  display: block;
}

.newsDetails .detail-area .outer-container .sorter>div>a::after {
  content: "";
  display: block;
  clear: both;
}

.newsDetails .detail-area .outer-container .sorter a>div {

  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  padding: 0 50px;
  text-align: left;
}

.newsDetails .detail-area .outer-container .sorter .next-tag div {
  text-align: right;
}

.newsDetails .detail-area .outer-container .sorter .next-tag div {
  float: right;
}

.newsDetails .detail-area .outer-container .date {
  font-size: 12px;
  color: #b7b7b7
}

.newsDetails .detail-area .outer-container .tittle {
  font-size: 14px;
  margin: 10px 0;
  max-width: 20em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
}

.newsDetails .detail-area .outer-container .show-more {
  font-size: 14px;
  font-weight: 600;
  color: #bf9e74;
}

.newsDetails .detail-area .outer-container .sorter {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.newsDetails .detail-area .outer-container a:hover div {
  opacity: 0.9;
}

@media only screen and (max-width:1400px) {
  .newsDetails .chs-tittle {
    font-size: 28px;
    margin-top: 20px;
  }

  .newsDetails .detail-area .outer-container {
    margin-top: 40px;
  }

  .newsDetails .detail-area .outer-container .sorter>div {
    margin: 20px 0;
  }
}

@media only screen and (max-width:1200px) {
  .newsDetails.chs-tittle {
    margin-top: 15px;
  }

  .newsDetails .eng-tittle {
    margin-top: 30px;
    font-size: 18px;
  }

  .newsDetails .detail-area .outer-container {
    margin-top: 30px;
  }

  .newsDetails .detail-area .outer-container .sorter>div {
    margin: 10px 0;
  }

  .newsDetails .detail-area .outer-container .sorter a>div {
    /* height: 70px; */
    padding: 0 15px;
  }


  .newsDetails .detail-area .outer-container .tittle {
    margin: 5px 0;
    /* font-size: 12px; */
    -webkit-line-clamp: 2;
  }


  .newsDetails .detail-area .outer-container .show-more {
    font-size: 12px;
  }

  .newsDetails .detail-area .outer-container .context-container {
    padding: 20px 50px;
  }
}

@media only screen and (max-width:768px) {
  .newsDetails .chs-tittle {
    margin-top: 20px;
    font-size: 20px;
  }

  .newsDetails .detail-area .outer-container {
    margin-top: 25px;
  }


  .newsDetails .detail-area .outer-container .sorter>div {
    margin: 10px 0;
  }

  .newsDetails .detail-area .outer-container .sorter a {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .newsDetails .detail-area .outer-container .sorter a>div {
    /* text-align: center; */
    height: 100%;
    padding: 0 30px;
  }

  .newsDetails .detail-area .outer-container .sorter .prev-tag a div {
    padding-right: 10px;
    line-height: 1.4em;
  }

  .newsDetails .detail-area .outer-container .sorter .next-tag a div {
    padding-left: 10px;
    line-height: 1.4em;
  }

  .newsDetails .detail-area .outer-container .sorter .iconfont {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .newsDetails .detail-area .outer-container .sorter .next-tag .iconfont {
    right: 5px;
  }



  .newsDetails .detail-area .outer-container .sorter .prev-tag .iconfont {
    left: 5px;
  }

  .newsDetails .detail-area .outer-container .context-container {
    padding: 10px 20px;
  }


}

@media only screen and (max-width:480px) {
  .newsDetails .detail-area {
    width: 100%;
  }

  .newsDetails .chs-tittle {
    max-width: 90%;
  }
}

.restonicStore .banner,
.restonicStore .message {
  position: relative;
}

.restonicStore .banner img {
  width: 100%;
  object-fit: cover;

}

.restonicStore .banner span {
  top: 42%;
  left: 24%;
}

.restonicStore .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
}

.restonicStore .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
}

@media only screen and (max-width:1400px) {
  .restonicStore .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .restonicStore .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {
  .restonicStore .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .restonicStore .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .restonicStore .banner span {
    display: block;
    top: 50%;
    left: 50%;
  }

  /* .restonicStore .banner span::before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background: rgba(123, 92, 52, .2);
    box-shadow: 0 0 40px 40px rgba(123, 92, 52, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  } */

  .restonicStore .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .restonicStore .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }

  .restonicStore .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .restonicStore .banner .banner-chs-tittle {
    font-size: 38px;
  }
}


.restonicStore .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.restonicStore .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}


@media only screen and (max-width:1200px) {
  .restonicStore .chs-tittle {
    font-size: 22px;
  }

  .restonicStore .chs-tittle::after {
    margin-top: 30px;
  }
}


.restonicStore .store-search-area {
  display: flex;
  justify-content: center;
  margin: 35px auto 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;

}

.restonicStore .store-search-area>div {
  position: relative;
  width: 470px;
  height: 60px;
}

.restonicStore .store-search-area .input-text-area {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.restonicStore .store-search-area input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  padding: 0 15px;
  box-sizing: border-box;
  padding-right: 50px;
}

.restonicStore .store-search-area button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: none;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  outline: none;
  border: none;
  cursor: pointer;
}

.restonicStore .store-search-area input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.restonicStore .store-search-area button .iconfont {
  font-size: 24px;
}

.restonicStore .store-search-area .province-selector {
  background: #f1e4db;
  width: 230px;
  position: relative;
  z-index: 8;
}

.restonicStore .store-search-area .city-selector {
  background: #ebd5c8;
  width: 230px;
  position: relative;
  z-index: 7;
}

.restonicStore .store-search-area .area-selector {
  background: #e1c7b5;
  width: 230px;
  position: relative;
  z-index: 6;
}

.restonicStore .store-search-area li {
  height: 60px;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
}

.restonicStore .store-search-area .selected {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  line-height: 60px;
  cursor: pointer;
}

.restonicStore .store-search-area ul>li {
  height: 60px;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
  background: #fbf2ec;
  z-index: 9;
}

.restonicStore .store-search-area li:hover {
  background: #f1e4db;
}

.restonicStore .store-search-area .selected .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.restonicStore .list-hidden .selected .iconfont {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);

}

.restonicStore .store-search-area .list-hidden li {
  height: 0;
  overflow: hidden;
}

.restonicStore .store-search-area ul {
  height: 50vh;
  overflow: auto;
}

.restonicStore .list-hidden ul {
  height: 0vh;
  overflow: hidden;
}

.restonicStore .result-list-area {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
  position: relative;
}

.restonicStore .result-list-area .loading-icon {
  margin: 10px auto;
}

.restonicStore .result-list-area ul::after {
  content: "";
  display: block;
  clear: both;
}

.restonicStore .result-list-area li {
  float: left;
  margin: 1%;
  width: calc(100% / 3 - 2%);
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
}


.restonicStore .result-list-area li:not(.nothing)::after {
  content: "";
  display: block;
  margin-top: 73%;
}

.restonicStore .result-list-area li.nothing {
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: none;
  box-shadow: none !important;
}

.restonicStore .result-list-area li .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.restonicStore .result-list-area .store-tittle {
  font-size: 18px;
  position: relative;
  min-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.restonicStore .result-list-area .store-tittle::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #d7d7d7;
  left: 0;
  bottom: -15%;
}

.restonicStore .result-list-area .address,
.restonicStore .result-list-area .tel {
  font-size: 14px;
  line-height: 26px;
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}


.restonicStore .result-list-area .tel {
  min-height: 26px;
}


.restonicStore .result-list-area .location {
  /*display: block;
  */
  padding: 10px 15px 10px 0;
  font-size: 12px;
  color: #bf9e74;
  font-weight: 600;
  /*margin-top: 20px;
  */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.restonicStore .result-list-area .container .iconfont {
  font-size: 14px;
  margin-right: 5px;
  font-weight: normal;
  color: #000;
}

.restonicStore .result-list-area .container .iconfont.icon-iconset0397 {
  margin-right: 8px;
}

.restonicStore .result-list-area li:hover {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
}

@media only screen and (max-width:1400px) {
  .restonicStore .result-list-area {
    margin-top: 50px;
  }
}

@media only screen and (max-width:1200px) {
  .restonicStore .result-list-area li .container {
    padding: 10%;
  }
}

@media only screen and (max-width:768px) {
  .restonicStore .result-list-area li:not(.nothing)::after {
    display: none;
  }

  .restonicStore .result-list-area .address {
    min-height: auto;
  }

  .restonicStore .result-list-area .address,
  .restonicStore .result-list-area .tel,
  .restonicStore .result-list-area a {
    margin-top: 10px;
  }
}

/* ---------------留言反馈样式-------------- */
.restonicStore .message {
  position: relative;
  padding: 6% 0;
}

.restonicStore .message img {
  min-height: 300px;
}

.restonicStore .message .container {
  width: 85%;
  max-width: 640px;
  position: relative !important;
  top: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
}

.restonicStore .message .container span,
.restonicStore .message .container a {
  color: #fff;
  text-align: center;
  display: block;
}

.restonicStore .message .container a {
  font-size: 12px;
  font-weight: 600;
  margin: 10% auto 0 auto;
  border: 1px solid #b99a72;
  width: 120px;
  height: 40px;
  line-height: 40px;
  transition-duration: 0.5s;
}

.restonicStore .message .container a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.restonicStore .message .container a:hover {
  background-color: #b99a72;
  font-size: 14px;
}

.restonicStore .message .context-container {
  font-size: 14px;
  line-height: 27px;
  margin-top: 29px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
}

@media only screen and (max-width:1200px) {
  .restonicStore .context-container {
    margin-top: 20px;
  }

  .restonicStore .message .container a {
    margin-top: 4%;
  }

  .restonicStore .result-list-area {
    margin-top: 40px;
  }

  .restonicStore .store-search-area {
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 35px;
  }

  .restonicStore .store-search-area>div {
    margin: 0;
  }

  .restonicStore .store-search-area input {
    border: none;
  }

  .restonicStore .result-list-area li::after {
    margin-top: 80%;
  }
}

@media only screen and (max-width:992px) {
  .restonicStore .result-list-area li {
    margin: 1%;
    width: calc(100% / 2 - 2%);
  }

  .restonicStore .result-list-area li::after {
    margin-top: 60% !important;
  }

  .restonicStore .result-list-area li .container {
    padding: 6% !important;
  }

  .restonicStore .result-list-area .store-tittle::after {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .restonicStore .result-list-area li {
    width: 100%;
    margin: 5px auto;
  }

  .restonicStore .result-list-area li .container {
    padding: 5%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .restonicStore .result-list-area .location {
    display: block;
    padding: 0.5%;
  }

  .restonicStore .result-list-area li::after {
    display: none;
  }

  .restonicStore .result-list-area .store-tittle::after {
    bottom: -15px;
  }

  .restonicStore .store-search-area {
    /* flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .restonicStore .result-list-area {
    margin-top: 10px;
  }

  .restonicStore .store-search-area>div {
    height: 50px;
    width: calc(100% / 3) !important;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .restonicStore .store-search-area>div:nth-child(2) {
    width: 100% !important;
  }

  .restonicStore .store-search-area input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .restonicStore .store-search-area>div.province-selector {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .restonicStore .store-search-area>div.city-selector {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .restonicStore .store-search-area>div.area-selector {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }


  .restonicStore .store-search-area span,
  .restonicStore .store-search-area a {
    line-height: 50px;
  }

  .restonicStore .result-list-area li .container {
    display: block;
  }

  .restonicStore .result-list-area .address,
  .restonicStore.result-list-area .tel,
  .restonicStore.result-list-area .location {
    margin-top: 3%;
  }

  .restonicStore.store-search-area ul>li {
    height: 50px;
    line-height: 50px;
  }
}

.restonicNews .banner,
.restonicNews .context-area {
  position: relative;
}

.restonicNews .banner .bg-img-container {
  width: 100%;
  overflow: hidden;
}

.restonicNews .banner img {
  width: 100%;
  object-fit: cover;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.restonicNews .banner .tittle-container {
  width: 80%;
  max-width: 1200px;
}

@media only screen and (max-width:768px) {
  .restonicNews .banner .tittle-container {
    width: 90%;
  }
}

.restonicNews .banner .tittle-container .banner-news-date {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  text-shadow: 0 0 20px #000;
}

.restonicNews .banner .tittle-container .banner-news-tittle {
  display: block;
  color: #fff;
  font-size: 36px;
  margin-top: 1%;
  line-height: 1.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1400px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: calc(1400 / 1920 * 36px);
  }
}

@media only screen and (max-width:1200px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: calc(1200 / 1920 * 36px);
  }
}

@media only screen and (max-width:1024px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: calc(1024 / 1920 * 36px);
  }
}


.restonicNews .banner .tittle-container a {
  margin-top: 3%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #b89872;
  color: #fff;
}

.restonicNews .banner .tittle-container .iconfont {
  color: #fff;
  font-size: 12px;
}

.restonicNews .banner:hover {
  background: #000;
}

.restonicNews .banner:hover img {
  opacity: 0.6;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.restonicNews .banner .tittle-container a:hover {
  background: #b89872;
  font-size: 14px;
}

@media only screen and (max-width:1200px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: 26px;
  }
}

@media only screen and (max-width:768px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: 20px;
  }

  .restonicNews .banner .tittle-container a {
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width:480px) {
  .restonicNews .banner .tittle-container .banner-news-tittle {
    font-size: 18px;
  }
}





@media screen and (max-width: 768px) {
  .restonicNews .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }
}






.restonicNews .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.restonicNews .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}

.restonicNews .news-search-area {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  z-index: 8;
}

.restonicNews .news-search-area>ul,
.news-search-area>div {
  position: relative;
  height: 60px;
  margin: 0 7.5px;
}

.restonicNews .news-search-area .input-text-area>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
}

.restonicNews .news-search-area .input-text-area {
  width: 94%;
  max-width: 380px;
  position: relative;
}

.restonicNews .news-search-area input {
  width: calc(100% - 5em);
  float: right;
  height: 100%;
  background: #f1e4db;
  border: none;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  padding-right: 50px !important;
}

.restonicNews .news-search-area button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: none;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  outline: none;
  border: none;
  cursor: pointer;
}

.restonicNews .news-search-area input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.restonicNews .news-search-area button .iconfont {
  font-size: 24px;
}

.restonicNews .news-search-area ul {
  width: 180px;
  z-index: 9;
}

.restonicNews .news-search-area .time-slot-selector {
  background: none;
}

.restonicNews .news-search-area ul>li {
  position: relative !important;
  z-index: 9;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
  height: 60px;
}

.restonicNews .news-search-area ul>li:first-child {
  display: flex;
  justify-content: space-between;
}

.restonicNews .news-search-area ul>li:not(:first-child) {
  background: #fbf2ec;
  position: relative;
}

.restonicNews .news-search-area ul>li:not(:first-child):hover {
  background: #f1e4db;
}

.restonicNews .news-search-area ul>li:first-child .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.restonicNews .list-hidden .iconfont {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
}

.restonicNews .news-search-area .list-hidden>li:not(:first-child) {
  height: 0;
  overflow: hidden;
}

.restonicNews .result-list-area {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}

@media only screen and (max-width:1600px) {
  .restonicNews .result-list-area {
    margin-top: 60px;
  }
}

@media only screen and (max-width:1400px) {
  .restonicNews .result-list-area {
    margin-top: 40px;
  }
}

@media only screen and (max-width:768px) {
  .restonicNews .result-list-area {
    margin-top: 30px;
  }
}

@media only screen and (max-width:480px) {
  .restonicNews .result-list-area {
    margin-top: 20px;
  }
}

.restonicNews .result-list-area ul {
  display: flex;
  flex-wrap: wrap;
}

.restonicNews .result-list-area ul::after {
  width: 100%;
  content: "";
  display: block;
  clear: both;
}

.restonicNews .result-list-area li {
  width: calc((100% - 4%) / 3);
  float: left;
  margin-bottom: 4%;
  position: relative;
}

.restonicNews .result-list-area li:nth-child(3n+1),
.restonicNews .result-list-area li:nth-child(3n+2) {
  margin-right: 2%;
}

.restonicNews .result-list-area li.nothing {
  width: 100%;
  height: 80px;
}

.restonicNews .result-list-area li .date {
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 20px;
}

.restonicNews .result-list-area li .tittle {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.restonicNews .result-list-area li a {
  display: block;
  width: 6em;
  font-size: 14px;
  font-weight: 600;
  color: #bf9e74;
  margin-top: 10px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}

.restonicNews .result-list-area .img-container {
  position: relative;
  overflow: hidden;
  padding-top: 63%;
  box-sizing: border-box;
}


/* .restonicNews .result-list-area .img-container>a {
  visibility: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 140px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
} */

.restonicNews .result-list-area .img-container>a {
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.restonicNews .result-list-area .img-container>a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 40%;
  padding-top: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.restonicNews .result-list-area .img-container:hover {
  background: #000;
}

.restonicNews .result-list-area .img-container:hover>a {
  opacity: 1;
}

@media only screen and (max-width:1200px) {
  .restonicNews .result-list-area .img-container>a {
    font-size: 12px;
  }


  .restonicNews .result-list-area ul {
    padding: 0 10px;
    box-sizing: border-box;
  }

}

@media only screen and (max-width:768px) {

  .restonicNews .result-list-area li {
    width: calc((50% - 1%));
    float: left;
    margin-bottom: 5%;
  }

  .restonicNews .result-list-area li:nth-child(3n+1),
  .restonicNews .result-list-area li:nth-child(3n+2) {
    margin-right: auto;
  }

  .restonicNews .result-list-area li:nth-child(2n+1) {
    margin-right: 2%;
  }

  .restonicNews .news-search-area {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .restonicNews .news-search-area>ul,
  .restonicNews .news-search-area>div {
    margin: 0;
  }

  .news-search-area input {
    float: none !important;
    width: 100% !important;
  }

  .restonicNews .news-search-area input,
  .restonicNews .news-search-area ul>li {
    padding: 0 15px;
  }

  .restonicNews .news-search-area>ul,
  .restonicNews .news-search-area>div,
  .restonicNews .news-search-area ul>li,
  .restonicNews .news-search-area .input-text-area>span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .news-search-area .input-text-area>span {
    display: none !important;
  }

  .restonicNews .result-list-area li .tittle {
    /* font-size: 14px; */
  }

  .restonicNews .result-list-area .img-container>a {
    font-size: 10px;
  }


}

@media only screen and (max-width:480px) {
  .restonicNews .result-list-area li {
    width: 100%;
  }
}

.restonicNews .page-controller ul {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.restonicNews .page-controller ul li {
  margin: 0 7.5px
}

.restonicNews .page-controller ul li a {
  color: #838383;
  padding: 10px;
  border-bottom: 2px solid #838383;
}

.restonicNews .page-controller ul li.active-page a {
  color: #000;
  border-bottom: 2px solid #000;
}

.recruitment .banner,
.recruitment .context-area {
  position: relative;
}

.recruitment .banner .bg-img-container {
  width: 100%;
  overflow: hidden;
}

.recruitment .banner img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .recruitment .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -30%;
  }
}

.recruitment .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.recruitment .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width:1200px) {
  .recruitment .chs-tittle {
    font-size: 22px;
  }

  .recruitment .chs-tittle::after {
    margin-top: 30px;
  }
}




.recruitment .recruitment-search-area {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  z-index: 9;

}

.recruitment .recruitment-search-area>div {
  position: relative;
  width: 470px;
  height: 60px;
  margin: 0 7.5px;
}

.recruitment .recruitment-search-area input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 0 15px;
  box-sizing: border-box;
  padding-right: 50px;
}

.recruitment .recruitment-search-area button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: none;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  outline: none;
  border: none;
  cursor: pointer;
}

.recruitment .recruitment-search-area input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.recruitment .recruitment-search-area button .iconfont {
  font-size: 24px;
}

.recruitment .recruitment-search-area .province-selector {
  background: #f1e4db;
  width: 230px;
}

.recruitment .recruitment-search-area .department-selector {
  background: none;
  width: 230px;
}

.recruitment .recruitment-search-area li {
  height: 60px;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
}

.recruitment .recruitment-search-area .selected {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  line-height: 60px;
  cursor: pointer;
}

.recruitment .recruitment-search-area ul>li {
  height: 60px;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 60px;
  background: #fbf2ec;
  z-index: 9;
}

.recruitment .recruitment-search-area li:hover {
  background: #f1e4db;
}

.recruitment .recruitment-search-area .selected .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.recruitment .list-hidden .selected .iconfont {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.recruitment .recruitment-search-area .list-hidden li {
  height: 0;
  overflow: hidden;
}

.recruitment .recruitment-search-area ul {
  height: 50vh;
  overflow: auto;
}

.recruitment .list-hidden ul {
  height: 0;
  overflow: hidden;
}

.recruitment .result-list-area {
  width: calc(100% - 30px);
  margin: auto;
  margin-top: 80px;
}

@media only screen and (max-width:1200px) {
  .recruitment .result-list-area {
    margin-top: 35px !important;
  }

  .recruitment .recruitment-search-area {
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 35px;
  }

  .recruitment .recruitment-search-area>ul,
  .recruitment .recruitment-search-area>div {
    margin: 0;
  }

  .recruitment .recruitment-search-area input {
    /* border: none; */
  }
}

@media only screen and (max-width:768px) {

  .recruitment .recruitment-search-area {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    width: calc(100% - 30px);
    margin: auto;
  }

  .recruitment .recruitment-search-area>div {
    border-radius: 5px;
    height: 50px;
    width: 50% !important;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .recruitment .recruitment-search-area .province-selector {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .recruitment .recruitment-search-area .department-selector {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .recruitment .recruitment-search-area .input-text-area {
    width: 100% !important;
  }

  .recruitment .recruitment-search-area input {
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    padding: 0px 50px 0px 15px;
    /* border: none; */
  }

  .recruitment .recruitment-search-area span,
  .recruitment .recruitment-search-area a {
    line-height: 50px;
  }

  .recruitment .recruitment-search-area ul>li {
    height: 50px;
    line-height: 50px;
  }

  .recruitment .recruitment-search-area .department-selector {
    background: #ebd5c8;
  }

  .recruitment .result-list-area .list-tittle>span:last-child,
  .recruitment .result-list-area .inner-tittle-area>div:last-child {
    display: none;
  }

  .recruitment .recruitment-search-area ul>li,
  .recruitment .recruitment-search-area .selected {
    padding: 0 10px;
  }
}




.recruitment .result-list-area {
  margin: auto;
  margin-top: 76px;
  width: 100%;
  background: #ffffff;
  padding: 0 0 80px 0;
  box-sizing: border-box;
}

.recruitment .result-list-area .list-tittle {
  background: #000;
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0 10%;
  /* text-align: center; */
}

.recruitment .result-list-area .list-tittle span:last-child {
  text-align: center;
}

.recruitment .result-list-area .inner-tittle-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  box-sizing: border-box;
  /* text-align: center; */
  cursor: pointer;
}

.recruitment .result-list-area .inner-tittle-area .iconfont {
  text-align: center
}

.recruitment .result-list-area .list-tittle>span,
.recruitment .inner-tittle-area>div {
  width: calc((100%-20%) / 5);
  color: #fff;
}

.recruitment .result-list-area .list-tittle span:first-child,
.recruitment .inner-tittle-area>div:first-child {
  width: 30% !important;
  text-align: left;
}

.recruitment .result-list-area>ul>li.nothing {
  border: none;
  height: 80px;
  line-height: 80px;
}


.recruitment .result-list-area>ul {
  border: 1px solid #e3e3e3;
  border-top: 0;
}

.recruitment .result-list-area>ul>li:nth-child(2n+1) {
  background: #f7f2f2;
}

.recruitment .result-list-area>ul>li.active-item {
  background: none;
}

.recruitment .result-list-area>ul>li .inner-tittle-area {
  border-bottom: 1px solid transparent;
}

.recruitment .result-list-area>ul>li.active-item .inner-tittle-area {
  border-bottom: 1px solid #e3e3e3;
}

.recruitment .result-list-area>ul>li~li .inner-tittle-area {
  border-top: 1px solid transparent;
}

.recruitment .result-list-area>ul>li.active-item~li .inner-tittle-area {
  border-top: 1px solid #e3e3e3;
}

.recruitment .result-list-area .inner-tittle-area>div {
  color: #303030;
  font-size: 14px;
  font-weight: normal;
}

.recruitment .result-list-area li:not(.active-item) .inner-context-area {
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  opacity: 0;
}

.recruitment .result-list-area .inner-context-area {
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 26px;
  /* border-top: 1px solid #e3e3e3; */
  height: auto;
  opacity: 1;
  padding: 0 10%;

}




.recruitment .result-list-area .inner-context-area a {
  text-align: center;
  display: block;
  margin-top: 3%;
  width: 160px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: #e1c7b5;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.recruitment .active-item .inner-tittle-area .iconfont {
  color: #bf9e74;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.recruitment .page-box {
  margin-top: 50px;
}

.recruitment .page-controller ul {
  display: flex;
  justify-content: center;
}

.recruitment .page-controller ul li {
  margin: 0 7.5px
}

.recruitment .page-controller ul li a {
  color: #838383;
  padding: 10px;
  border-bottom: 2px solid #838383;
}

.recruitment .page-controller ul li.active-page a {
  color: #000;
  border-bottom: 2px solid #000;
}

@media only screen and (max-width:1200px) {
  .recruitment .result-list-area .list-tittle {
    height: 70px;
    font-size: 14px;
  }

  .recruitment .result-list-area .list-tittle,
  .recruitment .result-list-area .inner-context-area {
    padding: 0 5%;
  }

  .recruitment .result-list-area .inner-tittle-area {
    padding: 2% 5%;
  }

  .recruitment .result-list-area .inner-context-area a {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
  }
}

@media only screen and (max-width:768px) {

  .recruitment .result-list-area,
  .recruitment .recruitment-search-area {
    margin-top: 30px;
  }

  .recruitment .result-list-area .list-tittle span:first-child,
  .recruitment .inner-tittle-area>span:first-child {
    width: 25%;
  }

  .recruitment .result-list-area .list-tittle {
    height: 60px;
    font-size: 14px;
  }

  .recruitment .result-list-area .list-tittle,
  .recruitment .result-list-area .inner-context-area {
    padding: 0 10px;
  }

  .recruitment .result-list-area .inner-tittle-area {
    padding: 3% 10px;
    font-size: 12px;
  }

  .recruitment .result-list-area .inner-context-area a {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
  }

  .recruitment .result-list-area .inner-tittle-area span {
    margin: 0 5px;
  }
}

.projectCases .banner {
  position: relative;
}

.projectCases .banner .banner-bg-img {
  width: 100%;
  object-fit: cover;
}

.projectCases .banner .medal {
  left: 30%;
  top: 35%;
  height: 35%;
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  .projectCases .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .projectCases .banner .bg-img-container .banner-bg-img {
    width: 200%;
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    -moz-transform: translate(-35%);
    -ms-transform: translate(-35%);
    -o-transform: translate(-35%);
  }

  .projectCases .banner .medal {
    top: 50%;
    left: 50%;
    height: 40%;
    min-height: auto;
  }
}

.projectCases .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
  text-align: center;
}

.projectCases .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  line-height: 1.4em;
  text-align: center;
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.projectCases .project-cases-swiper {
  margin-top: 50px;
  max-width: 1200px;
  width: 100%;
}

.projectCases .project-cases-swiper .container {
  max-width: 850px;
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
  padding: 75px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;

  overflow: auto;
}

.projectCases .project-cases-swiper .bg-img {
  min-height: 530px;
}

.projectCases .swiper-button-prev,
.projectCases .swiper-button-next {
  background-image: none !important;
  outline: none;
  text-align: center;
  line-height: 44px;
  top: auto !important;
  bottom: 10px;
  font-size: 12px;
}

.projectCases .swiper-button-prev {
  left: calc(70% - 120px) !important;
}

.projectCases .swiper-button-next {
  right: auto;
  left: calc(70% - 50px) !important;
}

.projectCases .swiper-button-prev::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 47px;
  background: #bebebe;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.projectCases .hotel-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.projectCases .hotel-list ul::after {
  content: "";
  display: block;
  clear: both;
}

.projectCases .hotel-list li {
  float: left;
  width: calc(100% / 11 - 1%);
  background: #fdfcfa;
  position: relative;
  margin: .5%;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.projectCases .hotel-list li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.projectCases .hotel-list li img {
  padding: 10%;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.projectCases .hotel-list li:hover {
  box-sizing: border-box;
  border: 2px solid #bf9e74;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
}

.projectCases .remind-msg {
  color: #5b5b5b;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 3%;
  line-height: 1.4em;
}

@media only screen and (max-width:1200px) {
  .projectCases .project-cases-swiper .container {
    padding: 70px;
  }

  .projectCases .chs-tittle {
    font-size: 24px;
    margin-top: 10px;
  }

  .projectCases .swiper-container {
    margin-top: 36px;
  }

  .projectCases .hotel-list ul {
    margin-top: 40px;
  }

  .projectCases .hotel-list li {
    float: left;
    width: calc(100% / 11 - 1%);
    background: #fff;
    position: relative;
    margin: .5%;
  }



}

@media only screen and (max-width:1400px) {
  .projectCases .hotel-list li {
    width: calc(100% / 9 - 2%);
    margin: 1%;
  }
}


@media only screen and (max-width:1200px) {
  .projectCases .hotel-list li {
    width: calc(100% / 7 - 2%);
    margin: 1%;
  }
}

@media only screen and (max-width:1024px) {
  .projectCases .hotel-list li {
    width: calc(100% / 6 - 2%);
    margin: 1%;
  }
}

@media only screen and (max-width:768px) {
  .projectCases .hotel-list li {
    width: calc(100% / 4 - 2%);
    margin: 1%;
  }

  .projectCases .project-cases-swiper .container {
    height: 100%;
    padding: 30px 15px 40px 15px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
  }

  .projectCases .project-cases-swiper:hover .container {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }


  .projectCases .chs-tittle {
    font-size: 20px;
    margin-top: 10px;
  }

  .projectCases .swiper-button-next,
  .projectCases .swiper-button-prev {
    top: 50%;
  }

  .projectCases .swiper-button-next .iconfont,
  .projectCases .swiper-button-prev .iconfont {
    color: #000;
  }

  .projectCases .project-cases-swiper:hover .swiper-button-next .iconfont,
  .projectCases .project-cases-swiper:hover .swiper-button-prev .iconfont {
    color: #3d3d3d;
  }

  .projectCases .swiper-button-prev {
    right: auto;
    left: 50px !important;
  }

  .projectCases .swiper-button-next {
    left: auto !important;
    right: 50px !important;
  }

  .projectCases .swiper-button-prev::after {
    display: none;
  }

  .projectCases .hotel-list li {
    width: calc(100% / 5 - 2%);
    margin: 1%;
  }

  .projectCases .hotel-list li:nth-child(n+21) {
    /* display: none; */
  }
}

@media only screen and (max-width:480px) {
  .projectCases .hotel-list li {
    width: calc(100% / 3 - 2%);
    margin: 1%;
  }
}

.productsSeries .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-align: center;
  margin-top: 76px;
}

.productsSeries .chs-tittle {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}

.productsSeries .products-list-tittle {
  color: #797979;
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 50px;

}

.productsSeries .products-series-list li {
  display: block;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  background: url() no-repeat center center;
  padding-top: 34%;
  box-sizing: border-box;
  background-size: cover;
  min-height: 320px;
}

.productsSeries .products-series-list li img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  min-height: 370px;
  object-fit: cover;
}

.productsSeries .products-series-list li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.productsSeries .products-series-list .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  /* background: pink; */
  border-right: 1px solid #c1c2c2;
  box-sizing: border-box;
  padding: 0 4%;
}

.productsSeries .products-series-list .container div {
  display: block;
  margin-top: 23%;
  color: #fff;
  font-size: 46px;
}

.productsSeries .products-series-list .container .sub-tittle {
  font-size: 14px;
  line-height: 26px;
  margin-top: 50px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;

}

.productsSeries .products-series-list .container .more-button,
.productsSeries .products-series-list .container a {
  cursor: pointer;
  display: block;
  width: 180px;
  height: 60px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  margin: 15% 0 30px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.productsSeries .products-series-list .container .more-button:hover,
.productsSeries .products-series-list .container a:hover {
  background: #E6CFC2;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width:1400px) {
  .productsSeries .eng-tittle {
    margin-top: 50px;
  }

  .productsSeries .chs-tittle {
    margin-top: 14px;
  }

  .productsSeries .products-list-tittle {
    margin-top: 50px;
    margin-bottom: 35px;

  }

  .productsSeries .products-series-list li {
    margin-bottom: 50px;
  }

  .productsSeries .products-series-list .container {
    padding: 0 2%;
    width: 30%;
  }

  .productsSeries .products-series-list .container div {
    margin-top: 18%;
    font-size: 38px;
  }

  .productsSeries .products-series-list .container .sub-tittle {
    margin-top: 35px;
  }

  .productsSeries .products-series-list .container .more-button,
  .productsSeries .products-series-list .container a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 15% 0 30px 0;
  }
}

@media only screen and (max-width:1200px) {
  .productsSeries .eng-tittle {
    margin-top: 30px;
  }

  .productsSeries .products-list-tittle {
    margin-top: 35px;
    margin-bottom: 30px;

  }

  .productsSeries .products-series-list li {
    margin-bottom: 40px;
  }

  .productsSeries .products-series-list .container {
    padding: 0 3%;
    width: 35%;
  }

  .productsSeries .products-series-list .container div {
    margin-top: 18%;
    font-size: 28px;
  }

  .productsSeries .products-series-list .container .sub-tittle {
    margin-top: 25px;
    line-height: 22px;
  }

  .productsSeries .products-series-list .container .more-button,
  .productsSeries .products-series-list .container a {
    width: 120px;
    height: 46px;
    line-height: 46px;
    margin: 15% 0 30px 0;
  }
}

@media only screen and (max-width: 768px) {

  /* .productsSeries .products-series-list li img {
    width: 200%;
    transform: translate(-40%);
    -webkit-transform: translate(-40%);
    -moz-transform: translate(-40%);
    -ms-transform: translate(-40%);
    -o-transform: translate(-40%);
  } */
  .productsSeries .products-series-list li {
    padding-top: 68%;
    min-height: 400px;
    background-position-x: 80%;
  }

  .productsSeries .products-series-list li:before {
    display: none;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
  }

  .productsSeries .products-series-list li::before {
    display: block;
    background: rgba(0, 0, 0, .4);
  }

  .productsSeries .products-series-list .container {
    width: 100%;
    padding: 0 20px;

  }

  .productsSeries .products-series-list .container div {
    margin-top: 50%;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 20px #000;
  }

  .productsSeries .products-series-list .container .more-button,
  .productsSeries .products-series-list .container a {
    display: none;
  }

  .productsSeries .products-series-list .container .sub-tittle {
    /* font-size: 12px; */
  }

  .productsSeries .products-series-list li div {
    margin-top: 10% !important;
  }

  .productsSeries .products-series-list li div::before {
    background: none !important;
    box-shadow: none !important;
  }

  .productsSeries .products-series-list li a {
    display: block !important;

  }

  .productsSeries .products-series-list .container a {
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
}

.productList .banner {
  position: relative;
  overflow: hidden;
}

.productList .banner img {
  width: 100%;
  object-fit: cover;

}

.productList .banner span {
  top: 42%;
  left: 24%;
}

.productList .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
}

.productList .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
}

.productList .banner .banner-eng-tittle,
.productList .banner .banner-chs-tittle {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}


@media only screen and (max-width:1400px) {
  .productList .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .productList .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {
  .productList .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .productList .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .productList .banner span {
    display: block;
    top: 50%;
    left: 50%;
  }

  .productList .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .productList .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -55%;
  }

  .productList .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .productList .banner .banner-chs-tittle {
    font-size: 38px;
  }
}



.productList .product-list-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.productList .product-list-area::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #f7f2f2;
  position: absolute;
  top: 0px;
  left: 250px;
}


.productList .product-list-area .filter-area {
  width: 250px !important;
  min-width: 250px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #fff;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.productList .product-list-area .filter-area .product-list-area .product-list {
  width: 2000px;

}

.productList .product-list-area .filter-area .tittle {
  display: block;
  font-size: 14px;
  width: 180px;
  margin-bottom: 16px;
}

.productList .product-list-area .filter-area a {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
  color: #636363;
  font-size: 12px;
}

.productList .product-list-area .filter-area a.selected {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.productList .product-list-area .filter-area .filter-tittle {
  display: block;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
  position: relative;
}

.productList .product-list-area .filter-tittle .iconfont {
  position: absolute;
  left: 170px;
  top: 10px;
}

.productList .product-list-area .filter-area .first-filter>li:not(:last-child)::after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  background: #e6e6e6;
  margin: 10px 0;
}

.productList .product-list-area .filter-area a:hover {
  color: #806A47;
}

.productList .product-list-area .filter-area .is-pull~li a {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;

}

.productList .product-list-area .filter-area .iconfont {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.productList .product-list-area .filter-area .is-pull .iconfont {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.productList .product-list {
  width: 9999px;
  background: #fff;

}

.productList .product-list ul {
  display: flex;
  flex-wrap: wrap;
}

.productList .product-list li {
  background: #fff;
  border: 1px solid #f7f2f2;
  overflow: hidden;
  /* box-sizing: border-box; */
  position: relative;
}

.productList .product-list li {
  width: calc(100% / 3);
  box-sizing: border-box;
}

.productList .product-list li>a {
  display: block;
  position: relative;
  padding-top: 126%;
  box-sizing: border-box;
}

.productList .product-list li .s,
.productList .product-list li .b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform-origin: left top;
  -ms-transform-origin: left top;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.productList .product-list li .s {
  background-size: contain;
}

.productList .product-list li .b {
  display: none;
}

.productList .product-list li:hover .s,
.productList .product-list li:hover .b {
  transform: scale(1.05) translate(-50%, -50%);
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  -moz-transform: scale(1.05) translate(-50%, -50%);
  -ms-transform: scale(1.05) translate(-50%, -50%);
  -o-transform: scale(1.05) translate(-50%, -50%);
  transition-duration: 0.8s;
}

.productList .product-list li:nth-child(16n+4),
.productList .product-list li:nth-child(16n+13) {
  width: calc((100% / 3) * 2);
}

.productList .product-list li:nth-child(16n+4)>a,
.productList .product-list li:nth-child(16n+13)>a {
  padding-top: calc(63% - 1.26px);
}

.productList .product-list li:nth-child(16n+4) .b,
.productList .product-list li:nth-child(16n+13) .b {
  display: block;
}

.productList .product-list li:nth-child(16n+4)>a .product-tittle,
.productList .product-list li:nth-child(16n+4)>a .product-eng-tittle,
.productList .product-list li:nth-child(16n+13)>a .product-tittle,
.productList .product-list li:nth-child(16n+13)>a .product-eng-tittle {
  color: #fff !important;
  text-shadow: none !important;
}

.productList .product-list li .product-tittle {
  position: absolute;
  left: 30px;
  width: 94%;
  font-size: 16px;
  color: #000;
  z-index: 9;
  top: 30px;
  text-shadow: 0 0 10px #fff;
}


.productList .product-list li .product-eng-tittle {
  position: absolute;
  left: 30px;
  width: 94%;
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
  z-index: 9;
  top: 60px;
  text-shadow: 0 0 5px #fff;
}



.productList .product-list li:not(.nothing):hover {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
}

.productList .product-list-area .filter-area .more-icon .iconfont {
  font-size: 12px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-left: 5px;
  line-height: 16px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
}

.productList ul li.more-icon {
  height: auto !important;
  opacity: 1 !important;
}

.productList ul li.more-icon.hidden {
  display: none !important;
}

.productList ul.show-more li:nth-child(4)~li {
  height: auto !important;
  opacity: 1 !important;
}

.productList .first-filter>li li:nth-child(4)~li:not(.more-icon) {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}


.productList ul .show-more .more-icon .iconfont {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
}

.productList .product-list-area.fixed::before {
  content: "";
  display: block;
  min-width: 250px;
  background: #fff;
}

.productList .product-list-area.fixed .filter-area {
  width: 250px;
  position: fixed;
  z-index: 8;
  left: auto;
  top: 0;
  height: 100vh;
  overflow: hidden;
  padding-right: calc(30px + 28px);
}

.productList .product-list-area.fixed .filter-area>ul {
  width: calc(250px + 28px);
  height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}

.product-list>ul::after {
  content: "";
  display: block;
  clear: both;
}

.product-list .page-box {
  width: calc(100% - 6px);
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
  margin-left: 1px;
}

/* .productList .product-list>ul {
  box-sizing: border-box;
} */

.productList .product-list .nothing {
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  color: rgb(128, 106, 71);
  border: none;
}

.productList .product-list>ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #f7f2f2;
}

.productList .filter-area-icon {
  display: none;
}

.filter-area-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 96;
  background: rgba(51, 51, 51, .8);
}



@media only screen and (max-width:1200px) {

  .productList .product-list li:nth-child(16n+4)>a .product-tittle,
  .productList .product-list li:nth-child(16n+4)>a .product-eng-tittle,
  .productList .product-list li:nth-child(16n+13)>a .product-tittle,
  .productList .product-list li:nth-child(16n+13)>a .product-eng-tittle {
    color: #000 !important;
    text-shadow: 0 0 10px #fff !important;
  }

  .productList .product-list li:nth-child(16n+4)>a .product-eng-tittle,
  .productList .product-list li:nth-child(16n+13)>a .product-eng-tittle {
    color: rgba(0, 0, 0, .6) !important;
  }

  .product-list-area {
    width: calc(100% - 20px) !important;
  }


  .productList .product-list-area .filter-area {
    width: 180px !important;
    min-width: 180px;
    box-sizing: border-box;
    padding: 30px 20px;
  }

  .productList .product-list-area.fixed::before {
    width: 180px !important;
    min-width: 180px !important;
  }

  .productList .product-list-area .filter-tittle .iconfont {
    left: 120px !important;
  }

  .productList .product-list-area .filter-area .first-filter>li:not(:last-child)::after {
    width: 140px;
  }

  .productList .product-list-area.fixed .filter-area {
    left: 10px;
  }

  .productList .product-list>ul {
    position: relative;
  }



  .productList .product-list li,
  .productList .product-list li:nth-child(16n+4),
  .productList .product-list li:nth-child(16n+13) {
    width: 50%;
  }

  .productList .product-list-area::after {
    left: 180px;
  }

  .productList .product-list li>a {
    padding-top: 126% !important;
  }

  .productList .product-list li:nth-child(16n+4) .s,
  .productList .product-list li:nth-child(16n+13) .s {
    display: block;
  }

  .productList .product-list li:nth-child(16n+4) .b,
  .productList .product-list li:nth-child(16n+13) .b {
    display: none;
  }

  .productList .product-list>ul::before {
    display: none;
  }

}

@media only screen and (max-width:768px) {
  .productList .product-list-area {
    flex-direction: column;
    width: 100%;
  }

  .productList .product-list {
    margin-top: 0.5px;
    width: 100%;
  }

  .productList .filter-area-icon {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url("../image/saixuan-icon.png") no-repeat center center;
    background-size: 60%;
    background-color: #f7f2f2;
    border: 1px solid #e1c7b5;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
  }


  .productList .product-list-area .filter-area {
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    z-index: 97;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%) !important;
    position: fixed;
    -webkit-transform: translate(-100%) !important;
    -moz-transform: translate(-100%) !important;
    -ms-transform: translate(-100%) !important;
    -o-transform: translate(-100%) !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
  }

  .productList .product-list-area .filter-area.filter-area-show {
    transform: translate(0%) !important;
    -webkit-transform: translate(0%) !important;
    -moz-transform: translate(0%) !important;
    -ms-transform: translate(0%) !important;
    -o-transform: translate(0%) !important;
  }

  .productList .product-list-area .filter-area .first-filter {
    overflow: auto;
    width: calc(100% + 35px);
    height: calc(100% - 30px);
  }


  .productList .product-list-area .filter-area .is-pull .iconfont,
  .productList .product-list-area .filter-tittle .iconfont {
    right: auto;
    left: 20px;
  }

  .productList .product-list-area::after {
    display: none;
  }

}

@media only screen and (max-width:480px) {
  .productList .product-list li {
    width: 100% !important;
  }
}



product-else-series-area {
  position: relative;
}

.product-else-series-area .container {
  max-width: 640px;
  width: 85%;
  position: relative !important;
  top: 0;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  margin: 0 auto;
}


.product-else-series-area .container,
.product-else-series-area .container span,
.product-else-series-area .container a {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  display: block;
  line-height: 26px;
  z-index: 2;
  transition-duration: 0.5s;
}

@media only screen and (max-width:480px) {

  .product-else-series-area .container a,
  .restonicStore .message .container a,
  .commonSense .message .container a {
    width: 100px !important;
    height: 36px !important;
    line-height: 36px !important;
  }
}

.product-else-series-area .container .eng-tittle {
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #bf9e74;
  text-transform: uppercase;
}

.product-else-series-area .container .chs-tittle {
  font-size: 32px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 35px;
}

.product-else-series-area .container a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 10% auto 0 auto;
  border: 1px solid #b99a72;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.product-else-series-area .container a span {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.product-else-series-area .container a:hover {
  background-color: #b99a72;
  font-size: 14px;
}

.product-else-series-area:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.product-else-series-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

@media only screen and (max-width:1200px) {
  .product-else-series-area .container a {
    margin-top: 4%;
  }

  .product-else-series-area .container .chs-tittle {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:768px) {
  .product-else-series-area .container a {
    margin-top: 4%;
  }

  .product-else-series-area .container .chs-tittle {
    font-size: 26px;
  }
}

@media only screen and (max-width:480px) {
  .product-else-series-area .container {
    font-size: 14px;
  }
}

.productDetails .banner,
.productDetails .recommend-prodects,
.productDetails .details-specific {
  position: relative;
}

.xs-details-specific {
  display: none;
}

.productDetails .banner img {
  width: 100%;
  object-fit: cover;

}

.productDetails .banner span {
  top: 42%;
  left: 24%;
}

.productDetails .banner .banner-eng-tittle {
  font-size: 34px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  transform: translate(-75%, -60%);
  -webkit-transform: translate(-75%, -60%);
  -moz-transform: translate(-75%, -60%);
  -ms-transform: translate(-75%, -60%);
  -o-transform: translate(-75%, -60%);
}

.productDetails .banner .banner-chs-tittle {
  color: #fff;
  font-size: 46px;
  transform: translate(-25%, 60%);
  -webkit-transform: translate(-25%, 60%);
  -moz-transform: translate(-25%, 60%);
  -ms-transform: translate(-25%, 60%);
  -o-transform: translate(-25%, 60%);
}

@media only screen and (max-width:1400px) {
  .productDetails .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .productDetails .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

@media only screen and (max-width:1200px) {
  .productDetails .banner .banner-eng-tittle {
    font-size: 24px;
  }

  .productDetails .banner .banner-chs-tittle {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .productDetails .banner span {
    display: block;
    top: 50%;
    left: 50%;
  }

  .productDetails .banner span::before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background: rgba(123, 92, 52, .2);
    box-shadow: 0 0 40px 40px rgba(123, 92, 52, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .productDetails .banner .bg-img-container {
    width: 100%;
    overflow: hidden;
  }

  .productDetails .banner .bg-img-container img {
    width: 200%;
    position: relative;
    left: -50%;
  }

  .productDetails .banner .banner-eng-tittle {
    font-size: 30px;
  }

  .productDetails .banner .banner-chs-tittle {
    font-size: 38px;
  }
}

/* 2F产品参数 */
.productDetails .eng-tittle {
  display: block;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  color: #909090;
  text-transform: uppercase;
  text-align: center;
}

.productDetails .chs-tittle {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  text-align: center;
}

.productDetails .product-parameter>span {
  display: none;
}

.productDetails .product-parameter .product-title {
  padding-bottom: 20px;
}

.productDetails .product-parameter .product-title span {
  text-align: left;
}

.productDetails .product-parameter .container {
  margin: 10px auto 60px auto;
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1200px;
  align-items: start;
}

.productDetails .product-parameter .container>div {
  width: 100%;
  position: relative;

}

.productDetails .product-parameter .image-container {
  /* padding-top: 26%; */
  /* margin-top: 78px; */
/*   margin-right: 20px; */
  padding-top: 0;
}

@media only screen and (max-width: 1200px) {
  .productDetails .product-parameter .image-container {
    /* padding-top: 26%; */
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .productDetails .product-parameter .image-container {
    padding-top: 0%;
    margin-top: 0;
    margin-right: auto;
  }
}

.productDetails .product-parameter .image-container img {
  width: 80%;
  /*max-height: 100%;
  */
  object-fit: contain;
  position: relative !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  -webkit-transform: translate(-50%) !important;
  -moz-transform: translate(-50%) !important;
  -ms-transform: translate(-50%) !important;
  -o-transform: translate(-50%) !important;
}

.productDetails .product-parameter .container .context-container .title{
  font-size: 22px;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: rgb(119, 119, 119) solid 1px;
}

.productDetails .product-parameter .container .context-container .detail{
  padding-top: 40px;
  text-align: center;
}

.productDetails .product-parameter .container .context-container .detail img{
  max-width: 100%!important;
}

.productDetails .product-parameter .context-container>ul>li {
  border-top: 1px solid #dedede;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.productDetails .product-parameter .context-container>ul>li .tittle {
  min-width: 6em;
  font-weight: 600;
  line-height: 26px;
}

.productDetails .product-parameter .context-container>ul>li .tittle~div,
.product-parameter .context-container>ul>li .tittle~ul {
  text-align-last: left;
  width: 1000px;
  line-height: 26px;
}

@media only screen and (max-width:768px) {
  .productDetails .product-parameter .context-container>ul>li .tittle~div {
    font-style: 14px;
  }
}

.productDetails .product-parameter .context-container .price .tittle~div {
  color: #c4923a;
  font-size: 18px;
  font-weight: 600;
}

.productDetails .yuan {
  font-size: 14px;
  margin-right: 2px;
  color: #c4923a;
}

.productDetails .yuan~div {
  display: inline-block;
}

.product-parameter .context-container .soft-hardness-icon {
  position: relative;
}

.product-parameter .context-container .soft-hardness-icon .soft-deg {
  display: flex;
  justify-content: space-between;
  width: 174px;
  height: 30px;
  border: 1px solid #3d342d;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-image: linear-gradient(to right, #fff, #3d342d);
}

.product-parameter .context-container .soft-hardness-icon .soft-deg-title {
  display: flex;
  justify-content: space-evenly;
  font-size: 12;
  width: 174px;
  margin-top: 6px;
}

.product-parameter .context-container .soft-hardness-icon .soft-deg li {
  width: 25%;
}

.product-parameter .context-container .soft-hardness-icon .soft-deg li:not(:first-child) {
  border-left: 1px solid #3d342d;
}

.product-parameter .context-container .soft-hardness-icon .index-icon {
  position: relative;
}

.product-parameter .context-container .soft-hardness-icon .index-icon,
.product-parameter .context-container .soft-hardness-icon .index-icon-inner {
  /* width: 16px;
  height: 20px;
  background: #000; */
  /* clip-path: polygon(50% 0, 100% 100%, 0% 100%); */
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 14px solid #000;
}

.product-parameter .context-container .soft-hardness-icon .index-icon-inner {
  border: 5px solid transparent;
  border-bottom: 9px solid #fff;
  top: 5px !important;

}

.product-parameter .context-container .soft-hardness-icon .index-icon {
  position: absolute;
  top: 16px;
}

.product-parameter .context-container .soft-hardness-icon .index-icon.soft-level-1 {
  left: 12px;
}

.product-parameter .context-container .soft-hardness-icon .index-icon.soft-level-2 {
  left: 45px;
}

.product-parameter .context-container .soft-hardness-icon .index-icon.soft-level-3 {
  left: 80px;
}

.product-parameter .context-container .soft-hardness-icon .index-icon.soft-level-4 {
  left: 115px;
}

.product-parameter .context-container .soft-hardness-icon .index-icon.soft-level-5 {
  left: 150px;
}



@media only screen and (max-width:1200px) {
  .productDetails .chs-tittle {
    font-size: 22px;
  }
}

@media only screen and (max-width:768px) {
  .productDetails .product-parameter .container {
    flex-direction: column;
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .productDetails .product-parameter .container>div {
    width: 100%;
  }

  .productDetails .product-parameter .context-container>ul>li {
    padding: 10px 0;
  }

  .productDetails .product-parameter .image-container img {
    position: relative !important;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    max-width: 100% !important;
    max-height: 50vh;
  }

  .productDetails .product-poster-swiper .swiper-button-next,
  .productDetails .product-poster-swiper .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px;
  }

  @media only screen and (max-width:1200px) {

    .productDetails .product-poster-swiper .swiper-button-next,
    .productDetails .product-poster-swiper .swiper-button-prev {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
    }
  }

  body.productDetails>.center-block {
    margin-bottom: 5%;
  }

  .productDetails .product-poster-swiper {
    margin-bottom: 4% !important;
  }

  .productDetails .product-parameter>span {
    display: block;
  }

  .productDetails .product-parameter .product-title {
    display: none;
  }

}


/* 3F产品海报/视频 样式 */
.productDetails .product-poster-swiper {
  margin-bottom: 30px;
}

.productDetails .product-poster-swiper .swiper-slide {
  max-width: 100%;
  width: auto;
  padding-right: 10px;
  box-sizing: border-box;
}

.productDetails .product-poster-swiper .swiper-slide>img,
.productDetails .product-poster-swiper .swiper-slide>video {
  width: auto;
  object-fit: contain;
  height: 550px;
}

@media only screen and (max-width:1600px) {

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    height: calc(1500 / 1760 * 550 * 1px) !important;
  }
}

@media only screen and (max-width:1600px) {

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    height: calc(1500 / 1760 * 550 * 1px) !important;
  }
}

@media only screen and (max-width:1400px) {

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    height: calc(1300 / 1760 * 550 * 1px) !important;
  }
}

@media only screen and (max-width:1200px) {

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    height: 450px !important;
  }
}


@media only screen and (max-width:768px) {
  .productDetails .product-poster-swiper .swiper-slide {
    padding-right: 0px;
    width: 100% !important;
  }

  .productDetails .product-poster-swiper .swiper-slide>img,
  .productDetails .product-poster-swiper .swiper-slide>video {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}



.productDetails .swiper-button-next,
.productDetails .swiper-button-prev {
  /* background: none !important; */
}

.productDetails .product-poster-swiper .swiper-button-next,
.productDetails .product-poster-swiper .swiper-button-prev {
  background-color: #fff !important;
  background-size: 50% 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  outline: none;
}

.productDetails .product-poster-swiper-outer-container {
  position: relative;
}

.productDetails .product-poster-scrollbar {
  bottom: -2px;
  width: 60% !important;
  max-width: 990px;
  background: #dcdcdc;
  height: 2px;
}

.productDetails .swiper-button-next.swiper-button-disabled,
.productDetails .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.productDetails .productDetails

/* 5F商品推荐样式 */
.productDetails .recommend-prodects {
  background: #e8e0db;
  padding: 4% 0;
}

.productDetails .recommend-prodects .eng-tittle {
  color: #bf9e74;
}

.productDetails .recommend-prodects-swiper {
  width: 94%;
  max-width: 1200px;
  margin-top: 2%;
  background: #e8e0db;
}

.productDetails .recommend-prodects-swiper .swiper-slide {
  padding: 2% 1.5%;
  box-sizing: border-box;
  border: 1px solid #e8e0db;
  background: #fff;
}

.productDetails .recommend-prodects-swiper .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
}

.productDetails .recommend-prodects-swiper .swiper-slide span {
  display: block;
}

.productDetails .recommend-prodects-swiper .swiper-slide .product-chs-tittle {
  margin-top: 8px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.productDetails .recommend-prodects-swiper .swiper-slide .product-eng-tittle {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 2%;
  color: rgba(0, 0, 0, .5);
}

.productDetails .recommend-prodects-swiper .swiper-slide .img-container {
  position: relative;
}

.productDetails .recommend-prodects-swiper .swiper-slide .img-container::after {
  content: "";
  display: block;
  margin-top: 100%;
}

.productDetails .recommend-prodects-swiper .swiper-slide img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  box-sizing: border-box;
  padding: 20% 5%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.productDetails .recommend-prodects .iconfont {
  font-size: 24px;
}

.productDetails .recommend-prodects .swiper-button-next,
.productDetails .recommend-prodects .swiper-button-prev {
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  top: 55% !important;
}

.productDetails .recommend-prodects .swiper-button-prev {
  left: calc(50% - 650px);
}

.productDetails .recommend-prodects .swiper-button-next {
  right: calc(50% - 650px);
}

@media only screen and (max-width:1400px) {
  .productDetails .recommend-prodects .swiper-button-prev {
    left: 5px;
  }

  .productDetails .recommend-prodects .swiper-button-next {
    right: 5px;
  }
}

@media only screen and (max-width:1024px) {
  .productDetails .recommend-prodects .swiper-button-prev {
    left: 25px;
  }

  .productDetails .recommend-prodects .swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width:768px) {
  .productDetails .recommend-prodects .swiper-button-prev {
    left: 2%;
  }

  .productDetails .recommend-prodects .swiper-button-next {
    right: 2%;
  }

}

.productDetails .details-specific.outer-container {
  /* width: 100%; */
  height: 100vh;
  min-height: 600px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  z-index: 2;
}

.productDetails .details-specific.outer-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  left: 0;
  background: #ccaf9b;
  z-index: 9;

}

.productDetails .details-specific.outer-container {
  position: relative;
  /* width: 100%; */
  height: 100vh;
  overflow: hidden;
}

.productDetails .details-specific.outer-container>div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.productDetails .bg-img-2nd {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 99999px;
  height: 100%;
  background: url() repeat-x left center;
  background-position: 0 center;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.productDetails .bg-img-3th {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 99999px;
  height: 100%;
  background: url() repeat-x left center;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  background-color: #dfd2c8;
}


.productDetails .bg-swiper-top {
  z-index: 10 !important;
}

.productDetails .bg-swiper-top .transparent-background {
  opacity: 0.3;
  z-index: 11;
  width: 50%;
}

.productDetails .bg-swiper-top .inner-container {
  z-index: 12;
  width: 70%;
  max-width: 736px;
  /* height: 50%; */
  margin: auto;
  position: relative;
}

.productDetails .bg-swiper-top .inner-container .context-container {
  cursor: pointer;
}

.productDetails .bg-swiper-top .inner-container .context-container::after {
  content: "查看详情";
  display: block;
  position: absolute;
  font-size: 12px;
  bottom: 17px;
  right: 40px;
  color: #333;
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container::after {
  display: none;
}

.productDetails .bg-swiper-top .inner-container::after {
  content: "";
  display: block;
  margin-top: 45%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  /*transition-delay: 0.1s;
  */
  /*-moz-transition-delay: 0.1s;
  */
  /*Firefox4*/
  /*-webkit-transition-delay: 0.1s;
  */
  /*Safari和Chrome*/
  /*-o-transition-delay: 0.1s;
  */
  /*Opera*/
}

.productDetails .bg-swiper-top .inner-container .img-container {
  width: 40%;
  background: url() no-repeat center center;
  box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.15);
  background-size: cover;
}

.productDetails .bg-swiper-top .inner-container .img-container::after {
  content: "";
  display: block;
  margin-top: 100%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  /*transition-delay: 0.1s;
  */
  /*-moz-transition-delay: 0.1s;
  */
  /*Firefox4*/
  /*-webkit-transition-delay: 0.1s;
  */
  /*Safari和Chrome*/
  /*-o-transition-delay: 0.1s;
  */
  /*Opera*/
}

.productDetails .bg-swiper-top .inner-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productDetails .bg-swiper-top .inner-container .context-container {
  background: #fff;
  right: 0;
  width: 80%;
  /* height: 100%; */
  opacity: 0.95;
  padding: 6%;
  padding-left: 6.5vw;
  /* min-height: 80%; */
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.15);
}

.productDetails .bg-swiper-top .inner-container .context-container .tittle {
  font-size: 24px;
  display: block;
}

.productDetails .bg-swiper-top .inner-container .context-container .context-logogram {
  margin-top: 5%;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container .tittle,
.bg-swiper-top .inner-container.enlarge .context-container .context-logogram {
  height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
}

.productDetails .bg-swiper-top .inner-container .context-container .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.productDetails .bg-swiper-top .inner-container .context-container .context-details {
  height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details {
  height: auto;
  opacity: 1;
  /* transition-delay: 0.2s; */
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details .context-tittle {
  display: block;
  font-size: 24px;
  height: auto;
  line-height: 30px;
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details .context-tittle::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: 3%;
}

.productDetails .bg-swiper-top .inner-container .context-container .context-details .context-text {
  display: none;
  height: 0;
  overflow: hidden;
}


.productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details .context-text {
  margin-top: 3%;
  display: block;
  font-size: 16px;
  line-height: 30px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  height: auto;
  overflow: auto;
}

.productDetails .bg-swiper-top .inner-container.enlarge .context-container {
  padding-left: 6%;
  width: 83%;
  min-height: 80%;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  /*transition-delay: 0.1s;
  */
  overflow: auto;
}

.productDetails .bg-swiper-top .inner-container.enlarge .img-container {
  width: 35%;
}

.productDetails .rhombus-container {
  position: absolute;
  top: 50%;
  left: calc(50% - 280px);
  z-index: 15;
  height: 50%;
  width: 50%;
  min-width: 600px;
  -webkit-clip-path: polygon(20% 0%, 40% 0%, 80% 100%, 60% 100%);
  clip-path: polygon(20% 0%, 40% 0%, 80% 100%, 60% 100%);
  overflow: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.15)
}

.productDetails .rhombus-container .rhombus {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: url() repeat center center;
  background-size: cover;
}

.productDetails .side-area {
  left: auto;
  right: 0 !important;
  transform: translate(calc(-70%), -70%) scale(0.7);
  -webkit-transform: translate(calc(-70%), -70%) scale(0.7);
  -moz-transform: translate(calc(-70%), -70%) scale(0.7);
  -ms-transform: translate(calc(-70%), -70%) scale(0.7);
  -o-transform: translate(calc(-70%), -70%) scale(0.7);
}

.productDetails .swiper-container-free-mode>.swiper-wrapper {
  transition-duration: .5s !important;
}

.details-specific-scrollbar {
  width: calc(100% - 50px) !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  height: 24px !important;
  background: #ccaf9b !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  padding: 7px 0 !important;
  box-sizing: border-box;
  bottom: 0 !important;
  -webkit-transform: translate(-50%) !important;
  -moz-transform: translate(-50%) !important;
  -ms-transform: translate(-50%) !important;
  -o-transform: translate(-50%) !important;
}

.details-specific-scrollbar::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}

.details-specific-scrollbar::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.details-specific-scrollbar .swiper-scrollbar-drag {
  background: #fff !important;
}

@media only screen and (max-width:768px) {
  .productDetails .bg-swiper-top .transparent-background {
    display: none;
  }

  .productDetails .bg-swiper-top .inner-container {
    width: calc(100% - 20px);
  }

  .productDetails .bg-swiper-top .inner-container .context-container,
  .bg-swiper-top .inner-container.enlarge .context-container {
    width: 100%;
  }

  .productDetails .rhombus-container .rhombus {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }

  .productDetails .bg-img-2nd {
    background-size: auto 100%;
  }

  .productDetails .rhombus-container {
    top: 60%;
  }

  .productDetails .bg-swiper-top .inner-container .img-container img {
    top: 10%;
    left: auto;
    right: -175%;
  }

  .productDetails .details-specific {
    display: none !important;
  }

  .xs-details-specific {
    display: block;
    position: relative;
    width: 94%;
    margin: 40px auto;
  }

  .xs-details-specific .bg-img-container {
    width: 30%;
    min-width: 30%;
    padding-top: 30%;
    position: relative;
    opacity: 0.5;
    overflow: hidden;
    z-index: 3;
  }

  .xs-details-specific li:hover .bg-img-container {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
    opacity: 1 !important;
  }

  .xs-details-specific li.active-item .bg-img-container {
    opacity: 0.6;
  }

  /* .xs-details-specific .sm-context-container:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  } */

  .xs-details-specific .sm-context-container::before {
    content: "查看详情";
    display: block;
    position: absolute;
    font-size: 12px;
    color: #bf9e74;
    bottom: 6px;
    right: 36px;
  }

  .xs-details-specific .sm-context-container::after {
    content: "\e62a";
    font-family: "iconfont";
    display: block;
    position: absolute;
    font-size: 12px;
    color: #bf9e74;
    bottom: 4px;
    right: 14px;
  }

  .xs-details-specific li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    /* min-height: 127px; */
  }

  .xs-details-specific li:nth-child(2n) {
    /* flex-direction: row-reverse; */
  }

  .xs-details-specific .sm-context-container {
    width: 70%;
    max-width: 70%;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #f1e4db;
    border-left: 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
  }

  .xs-details-specific .sm-context-container .text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .xs-details-specific li:not(:first-child) .sm-context-container {
    /* border-top: none; */
  }

  .xs-details-specific .bg-img-container>div {
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
  }



  .xs-details-specific li .context-container {
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    left: 8%;
    height: 96%;
    top: 2%;
    overflow: auto;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 0;
    overflow: hidden;
    opacity: 0;
    color: transparent;

  }

  .xs-details-specific li.active-item .bg-img-container:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: calc(25% - 18px);
    opacity: 1 !important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .xs-details-specific li .context-container .iconfont {
    padding: 10px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    color: #bf9e74;
  }


  .xs-details-specific li.active-item .context-container {
    z-index: 4;
    opacity: 1;
    width: 90%;
    padding: 16px;
    color: unset;
  }

  .xs-details-specific .title {
    font-size: 18px;
    color: #bf9e74;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

@media only screen and (max-width:480px) {

  .productList .product-list-area.fixed .filter-area,
  .productDetails .bg-img-2nd,
  .productDetails .bg-img-3th,
  .productDetails .bg-swiper-top .inner-container.enlarge .context-container,
  .productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details .context-text,
  .productDetails .bg-swiper-top .inner-container .img-container::after,
  .productDetails .bg-swiper-top .inner-container.enlarge .context-container .context-details {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    /* Firefox 4 */
    -webkit-transition-delay: 0s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0s;
    /* Opera */
  }

  .xs-details-specific .sm-context-container {
    padding: 8px;
  }

  .xs-details-specific .title {
    font-size: 16px;
  }

  .xs-details-specific .bg-img-container {
    width: 40%;
    min-width: 40%;
    padding-top: 40%;
  }

  .xs-details-specific .sm-context-container {
    width: 60%;
    max-width: 60%;
  }
}

.aboutUsBrandStory .banner .bg-img-container,
.aboutUsBrandHistory .banner .bg-img-container,
.aboutUsTechnologies .banner .bg-img-container,
.aboutUsBrandHonor .banner .bg-img-container,
.productList .banner .bg-img-container,
.projectCases .banner .bg-img-container,
.restonicStore .banner .bg-img-container,
.productDetails .banner .bg-img-container,
.merchants .banner .bg-img-container {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 46%;
  min-height: 350px;
}



.aboutUsBrandStory .banner .bg-img-container,
.aboutUsBrandHistory .banner .bg-img-container,
.aboutUsTechnologies .banner .bg-img-container,
.aboutUsBrandHonor .banner .bg-img-container,
.productList .banner .bg-img-container,
.projectCases .banner .bg-img-container,
.restonicStore .banner .bg-img-container,
.productDetails .banner .bg-img-container,
.merchants .banner .bg-img-container {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 46%;
  min-height: 350px;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.aboutUsBrandStory .banner,
.aboutUsBrandHistory .banner,
.aboutUsTechnologies .banner,
.aboutUsBrandHonor .banner,
.productList .banner,
.projectCases .banner,
.restonicStore .banner,
.productDetails .banner,
.merchants .banner {
  overflow: hidden;
}

.aboutUsBrandStory .banner:hover .bg-img-container,
.aboutUsBrandHistory .banner:hover .bg-img-container,
.aboutUsTechnologies .banner:hover .bg-img-container,
.aboutUsBrandHonor .banner:hover .bg-img-container,
.productList .banner:hover .bg-img-container,
.projectCases .banner:hover .bg-img-container,
.restonicStore .banner:hover .bg-img-container,
.productDetails .banner:hover .bg-img-container,
.merchants .banner:hover .bg-img-container {
  /* opacity: 0.8; */
}

.restonicNews .banner .bg-img-container {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 37%;
  min-height: 300px;
  overflow: hidden;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.restonicNews .banner {
  overflow: hidden;
}

.restonicNews .banner:hover .bg-img-container {
  /* opacity: 0.8; */
}

.mediaReportsList .banner .bg-img-container,
.commonSense .banner .bg-img-container,
.recruitment .banner .bg-img-container {
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 22%;
  min-height: 250px;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.mediaReportsList .banner,
.commonSense .banner,
.recruitment .banner {
  overflow: hidden;
}

.mediaReportsList .banner:hover .bg-img-container,
.commonSense .banner:hover .bg-img-container,
.recruitment .banner:hover .bg-img-container {
  /* opacity: 0.8; */
}


@media only screen and (max-width:1200px) {

  .aboutUsBrandStory .banner .bg-img-container,
  .aboutUsBrandHistory .banner .bg-img-container,
  .aboutUsTechnologies .banner .bg-img-container,
  .aboutUsBrandHonor .banner .bg-img-container,
  .productList .banner .bg-img-container,
  .projectCases .banner .bg-img-container,
  .restonicStore .banner .bg-img-container,
  .productDetails .banner .bg-img-container {
    background-size: cover;
    padding-top: 67.5%;
  }
}

.recommendation-block {
  /* position: relative !important;
  overflow: hidden !important;
  padding-top: 34% !important;
  box-sizing: border-box !important;
  min-height: 300px !important; */
}

.result-list-area ul li.nothing {
  color: #806A47;
  font-size: 16px;
  text-align: center;
  margin: 0 auto !important;
  width: 100% !important;
}

.page-box .page-fly {
  text-align: center;
}

.page-box .btn {
  display: inline-block;
  text-align: center;
  color: #838383;
  padding: 10px;
  margin: 0 6px;
  border-bottom: 2px solid #838383;
}

.page-box .btn:first-child,
.page-box .btn:nth-last-child(3) {
  display: none;
}

.page-box .btn.on {
  color: #000;
  border-bottom: 2px solid #000;
}

.page-box .select {
  display: none;
}

.page-box .f-right {
  display: none;
}

.page-box .btn:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

.chs-tittle {
  font-weight: 300;
}

@media only screen and (min-width:1800px) {
  .chs-tittle {
    font-size: 34px !important;
  }
}

@media only screen and (max-width:1600px) {
  .chs-tittle {
    font-size: 30px !important;
  }
}

@media only screen and (max-width:1400px) {
  .chs-tittle {
    font-size: 28px !important;
  }
}

@media only screen and (max-width:1200px) {
  .chs-tittle {
    font-size: 26px !important;
  }
}

@media only screen and (max-width:768px) {
  .chs-tittle {
    font-size: 22px !important;
  }
}

@media only screen and (max-width:480px) {
  .chs-tittle {
    font-size: 18px !important;
  }

  .eng-tittle {
    font-size: 14px !important;
  }
}

.abh-list {
  margin-top: 50px;
}

@media only screen and (max-width:1400px) {
  .abh-list {
    margin-top: 40px;
  }
}

@media only screen and (max-width:768px) {

  .aboutUsBrandStory .banner span,
  .aboutUsBrandHistory .banner span,
  .aboutUsTechnologies .banner span,
  .aboutUsBrandHonor .banner span,
  .productList .banner span,
  .projectCases .banner span,
  .restonicStore .banner span,
  .productDetails .banner span,
  .merchants .banner span {
    font-size: 22px !important;
    top: 40% !important;
    width: 94% !important;
    text-align: center;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
  }

  .aboutUsBrandStory .banner span:last-child,
  .aboutUsBrandHistory .banner span:last-child,
  .aboutUsTechnologies .banner span:last-child,
  .aboutUsBrandHonor .banner span:last-child,
  .productList .banner span:last-child,
  .projectCases .banner span:last-child,
  .restonicStore .banner span:last-child,
  .productDetails .banner span:last-child,
  .merchants .banner span:last-child {
    font-size: 28px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
  }
}

@media only screen and (max-width:480px) {

  .aboutUsBrandStory .banner span,
  .aboutUsBrandHistory .banner span,
  .aboutUsTechnologies .banner span,
  .aboutUsBrandHonor .banner span,
  .productList .banner span,
  .projectCases .banner span,
  .restonicStore .banner span,
  .productDetails .banner span,
  .merchants .banner span {
    font-size: 18px !important;
    top: 40% !important;
    width: 94% !important;
    text-align: center;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
  }

  .aboutUsBrandStory .banner span:last-child,
  .aboutUsBrandHistory .banner span:last-child,
  .aboutUsTechnologies .banner span:last-child,
  .aboutUsBrandHonor .banner span:last-child,
  .productList .banner span:last-child,
  .projectCases .banner span:last-child,
  .restonicStore .banner span:last-child,
  .productDetails .banner span:last-child,
  .merchants .banner span:last-child {
    font-size: 22px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
  }
}

.scroll-remind {
  display: none !important;
}


.aboutUsBrandStory .banner .bg-img-container::after,
.aboutUsBrandHistory .banner .bg-img-container::after,
.aboutUsTechnologies .banner .bg-img-container::after,
.aboutUsBrandHonor .banner .bg-img-container::after,
.productList .banner .bg-img-container::after,
.projectCases .banner .bg-img-container::after,
.restonicStore .banner .bg-img-container::after,
.productDetails .banner .bg-img-container::after,
.merchants .banner .bg-img-container::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  background: url("../image/scrollicon.png") no-repeat center center;
  background-size: cover;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  animation: shakeIcon 2s infinite;
  -webkit-animation: shakeIcon 2s infinite;
}

@media only screen and (max-width:1400px) {

  .aboutUsBrandStory .banner .bg-img-container::after,
  .aboutUsBrandHistory .banner .bg-img-container::after,
  .aboutUsTechnologies .banner .bg-img-container::after,
  .aboutUsBrandHonor .banner .bg-img-container::after,
  .productList .banner .bg-img-container::after,
  .projectCases .banner .bg-img-container::after,
  .restonicStore .banner .bg-img-container::after,
  .productDetails .banner .bg-img-container::after,
  .merchants .banner .bg-img-container::after {
    bottom: 22px;
  }
}

@media only screen and (max-width:1200px) {

  .aboutUsBrandStory .banner .bg-img-container::after,
  .aboutUsBrandHistory .banner .bg-img-container::after,
  .aboutUsTechnologies .banner .bg-img-container::after,
  .aboutUsBrandHonor .banner .bg-img-container::after,
  .productList .banner .bg-img-container::after,
  .projectCases .banner .bg-img-container::after,
  .restonicStore .banner .bg-img-container::after,
  .productDetails .banner .bg-img-container::after,
  .merchants .banner .bg-img-container::after {
    bottom: 20px;
  }
}

@media only screen and (max-width:480px) {

  .aboutUsBrandStory .banner .bg-img-container::after,
  .aboutUsBrandHistory .banner .bg-img-container::after,
  .aboutUsTechnologies .banner .bg-img-container::after,
  .aboutUsBrandHonor .banner .bg-img-container::after,
  .productList .banner .bg-img-container::after,
  .projectCases .banner .bg-img-container::after,
  .restonicStore .banner .bg-img-container::after,
  .productDetails .banner .bg-img-container::after,
  .merchants .banner .bg-img-container::after {
    bottom: 10px;
  }
}

@keyframes shakeIcon {
  0% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -10px);
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}

.search-area .result-area .result-list>li img {
  display: block;
  min-width: 36%;
  background: url("../image/searchdefaultimage.png") no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width:480px) {
  .search-area .result-area .result-list>li {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }

  .search-area .result-area .result-list li img,
  .search-area .result-area .result-list li img+div {
    width: 100%;
  }

  .search-area .result-area .result-list li img {
    max-height: 40vh;
  }

  .search-area .result-area .result-list img+div {
    padding: 10px 0;
  }

  .search-area .result-area .result-list>li>div .date {
    margin-top: 0;
  }

  .search-area .result-area .result-list>li>div .show-more {
    margin-top: 10px;
  }
}

.footer {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.footer .bg-img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width:1200px) {
  .footer {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}


.nav .pop li>a {
  padding-left: calc(100vw * 0.64 / 7 / 2 - 2rem - 8px) !important;
}

.nav .pull .pop {
  min-width: 450px !important;
  min-height: 250px !important;
}

@media only screen and (max-width:1600px) {
  .nav .pull .pop {
    min-width: calc(1600 / 1920 * 450px) !important;
    min-height: 200px !important;
  }
}

@media only screen and (max-width:1200px) {

  .nav .pop li>a {
    padding-left: calc(100vw / 8 / 2 - 2rem) !important;
  }

  .nav .pull .pop {
    min-width: calc(1200 / 1920 * 450px) !important;
  }
}

@media only screen and (max-width:900px) {
  .nav .pop li>a {
    padding-left: calc(100vw / 8 / 2 - 2rem + 2px) !important;
  }

  .nav .pull .pop {
    min-width: calc(900 / 1920 * 450px) !important;
  }
}

.banner .swiper-slide.tittle-right-side .tittle-area,
.banner .swiper-slide.tittle-left-side .tittle-area {
  bottom: 20% !important;
}

@media only screen and (max-width:1600px) {

  .banner .swiper-slide.tittle-right-side .tittle-area,
  .banner .swiper-slide.tittle-left-side .tittle-area {
    bottom: 16% !important;
  }
}

@media only screen and (max-width:1400px) {

  .banner .swiper-slide.tittle-right-side .tittle-area,
  .banner .swiper-slide.tittle-left-side .tittle-area {
    bottom: 12% !important;
  }
}



.footer .copy {
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .footer .copy {
    line-height: 22px;
    font-style: 14px;
  }


}

.search-area .input-area .text-input-area input {
  box-sizing: border-box;
  padding-right: 34px;
}


.products-series-list li>a {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail-area .context-container img {
  width: 100% !important;
}

.nav .right-area li:hover>a {
  background-color: #897550 !important;
  border-color: #897550 !important;
}

.tittle-show {
  font-size: 14px !important;
}

.menu-area .menu-list-area .logo {
  opacity: 1;
}

.menu-area.menu-list-area-hidden .menu-list-area .logo {
  opacity: 0;
}

.menu-area,
.menu-area span,
.menu-area .bg-img,
.menu-area a {
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
}

.menu-area .btn-menu {
  transform: rotate(-90deg) scale(0.6) !important;
  -webkit-transform: rotate(-90deg) scale(0.6) !important;
  -moz-transform: rotate(-90deg) scale(0.6) !important;
  -ms-transform: rotate(-90deg) scale(0.6) !important;
  -o-transform: rotate(-90deg) scale(0.6) !important;
}

.menu-area .menu-tittle {
  left: 38% !important;
  top: 15px !important;
  font-weight: 600 !important;
}

.btn-menu>div {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu-area .menu-click-area,
.menu-area .menu-tittle>span,
.menu-area .btn-menu {
  transition: all 0.5s linear !important;
  -webkit-transition: all 0.5s linear !important;
  -moz-transition: all 0.5s linear !important;
  -ms-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
}

.menu-area .menu-tittle>span {
  display: none !important;
  opacity: 0;
}

.menu-area .menu-tittle>span.tittle-show {
  display: block !important;
  opacity: 1;
}

@media only screen and (max-width:1900px) {
  .menu-area .menu-tittle {
    left: 36% !important;
    top: 10px !important;
  }
}

.menu-area.menu-list-area-hidden .menu-list-area .container {
  opacity: 0;
  transition-delay: 0.5s;
}

.menu-area.menu-list-area-hidden .menu-list-area .container * {
  color: transparent !important;
}

.menu-area .menu-list-area {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu-area .menu-list-area .container {
  opacity: 1;
  transition-delay: 0.5s;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.menu-area .menu-list-area li a:hover {
  transition-delay: 0s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}


.right-menu-area ul>li>a {
  /* background: red; */
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}

.right-menu-area ul>li:hover .iconfont {
  transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  -moz-transform: translate3d(0, 0, 0) scale(1.2);
  -ms-transform: translate3d(0, 0, 0) scale(1.2);
  -o-transform: translate3d(0, 0, 0) scale(1.2);
}

.right-menu-area ul>li .iconfont {
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  font-size: 22px !important;
  line-height: 22px !important;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.right-menu-area ul>li .icon-tianmaoshangcheng {
  font-size: 20px !important;
}

.index .product .product-inner .swiper-slide img {
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  height: 504px;
  object-fit: cover;
}

@media only screen and (min-width:1921px) {
  .index .product .product-inner .swiper-slide img {
    height: 45vh;
  }
}

@media only screen and (max-width:1800px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1800 / 1920 * 504px);
    object-fit: cover;
  }
}

@media only screen and (max-width:1600px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1600 / 1920 * 504px);
    object-fit: cover;
  }
}

@media only screen and (max-width:1400px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1400 / 1920 * 504px);
  }
}

@media only screen and (max-width:1200px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1600 / 1920 * 504px);
  }
}

@media only screen and (max-width:1024px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1400 / 1920 * 504px);
  }
}

@media only screen and (max-width:768px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1200 / 1920 * 504px);
  }
}

/* @media only screen and (max-width:480px) {
  .index .product .product-inner .swiper-slide img {
    height: calc(1200 / 1920 * 504px);
  }
} */


.nav .pull .pop>li .pop-side-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 3;
  padding: 0 !important;
  background-size: cover;
}

.nav .pop {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.nav .pop li>a {
  max-width: 60%;
  padding-right: 20px !important;
  box-sizing: border-box;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media only screen and (min-width:1921px) {
  .center-block {
    max-width: none !important;
  }
}

.menu-area .menu-list-area .follow-us .iconfont {
  font-size: 24px;
}

@media only screen and (max-width:480px) {
  .footer li {
    font-size: 14px !important;
  }
}

.menu-area .menu-list-area .follow-us li>div {
  padding: 0 !important;
}

.menu-area .menu-list-area .follow-us li {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition-delay: 0 !important;
}

.nav .center-area>ul>li.pull:nth-last-child(3) .pop {
  left: auto;
  right: 0;
  text-align: right;

}

.nav .center-area>ul>li.pull:nth-last-child(3) .pop li>a {
  text-align: right;
  max-width: none;
  padding-left: 20px !important;
  padding-right: calc(100vw * 0.64 / 7 / 2 - 2rem - 8px) !important;
}

@media only screen and (max-width: 1200px) {
  .nav .center-area>ul>li.pull:nth-last-child(3) .pop li>a {
    padding-right: calc(100vw / 8 / 2 - 2rem) !important;
  }
}

@media only screen and (max-width: 900px) {
  .nav .center-area>ul>li.pull:nth-last-child(3) .pop li>a {
    padding-right: calc(6.25vw - 2rem + 2px) !important;
  }
}

.nav .center-area>ul>li.pull:nth-last-child(3) .pop-side-img {
  left: 0;
  right: auto;
}

html body .stop-trans * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition-delay: 0s !important;
}

.stop-trans.productDetails .bg-img-2nd {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition-delay: 0s !important;
}

.footer .footer-nav {
  font-size: 14px !important;
}

@media only screen and (max-width:768px) {

  .province-selector:not(.list-hidden) {
    border-bottom-left-radius: 0px !important;
  }

  .department-selector:not(.list-hidden),
  .area-selector:not(.list-hidden) {
    border-bottom-right-radius: 0px !important;
  }

  .province-selector.list-hidden {
    border-bottom-left-radius: 5px !important;
  }

  .department-selector.list-hidden,
  .area-selector.list-hidden {
    border-bottom-right-radius: 5px !important;
  }
}

.menu-area .menu-list-area .follow-us .icon-weixin {
  position: relative;
  top: 3px;
}

.follow-us ul,
.follow-us li {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* .nav .pop>li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
} */

.weixin-code {
  display: none;
  z-index: 2;
}

.weixin-code.show-code {
  max-width: 200px !important;
  height: auto;
  width: auto;
  height: auto;
  top: calc(50% - 30px);
  left: auto;
  right: 80px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .5);
}

@media only screen and (max-width:1900px) {
  .weixin-code.show-code {
    right: 60px;
  }
}

.weixin-code.show-code {
  z-index: 2;
}

.weixin-code.show-code img {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}


.weixin-code.show-code::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}




body .scrollbox {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s;
  background-repeat: repeat;
  background-size: auto !important;
}

.scrollbox .scroll {
  overflow-y: hidden;
  overflow-x: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 6;
  bottom: 0;
  left: 0;


}

.scrollbox .scroll .scrolldiv {
  height: 100%;

}

.scrollbox.on {
  opacity: 1
}

.bgbox {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  background-position-y: center;
  background-repeat: repeat-x;
}


.scrollbox .scroll::-webkit-scrollbar {
  background: #ccaf9b;
  height: 24px;
  max-width: 80px;
}

.scrollbox .scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 15px;
  border: 7px solid #ccaf9b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.bg1 {
  transition: none !important;
  background-image: url(../image/swiper-banner.png);
}

.bg2 {
  transition: none !important;
  background-image: url(../image/swiper-banner.png);
}

.scrollbox .itembox {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  height: 100%;

  float: left;
  overflow: hidden;
  /* display: none; */
  z-index: 4;


}

.scrollbox .itembox.on {
  display: block;
}

.scrollbox .itembox .it {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .175);
}

.scrollbox .itembox .it.fang {
  background-size: cover !important;
  /* background-color: aquamarine; */
  width: 325px;
  height: 325px;
  margin-left: -250px;
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;

}

.scrollbox .itembox .it.xie {
  transition: transform 0.3s linear, margin 0.3s linear;
  -webkit-transition: transform 0.3s linear, margin 0.3s linear;
  -moz-transition: transform 0.3s linear, margin 0.3s linear;
  -ms-transition: transform 0.3s linear, margin 0.3s linear;
  -o-transition: transform 0.3s linear, margin 0.3s linear;
  /* background-color: brown; */
  width: 175px;
  height: 472px;
  transform: translate(-50%, -50%) skewX(30deg);
  z-index: 2;
  margin-left: -174px;
  overflow: hidden;
}

.scrollbox .itembox .it.xie .xie-inner {
  height: 100%;
  background: url() repeat center center;
  background-size: cover !important;
  /*transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  */
  width: 400%;
  left: -147%;
  top: 0;
  position: absolute;
  transform: translate(-6%) skewX(-30deg);
  -webkit-transform: translate(-6%) skewX(-30deg);
  -moz-transform: translate(-6%) skewX(-30deg);
  -ms-transform: translate(-6%) skewX(-30deg);
  -o-transform: translate(-6%) skewX(-30deg);
}

.scrollbox .itembox:last-child.enlarge .it.xie {
  margin-left: -413px;
}

.scrollbox .itembox .it.bai {
  margin-left: 93px;
  background-color: rgba(255, 255, 255, 0.98);
  width: 244px;
  min-height: 180px;
  max-height: 50vh;
  padding: 30px 30px 30px 231px;
  z-index: 1;
  cursor: pointer;
}

.scrollbox .itembox.enlarge .it.bai {
  width: 600px;
}

.scrollbox .itembox .trant-bg {
  width: 810px;
  max-width: 60vw;
  height: 710px;
  background: no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  box-shadow: none;

}

.scrollbox .itembox .it.bai .tittle {
  font-size: 24px;
}

.scrollbox .itembox .it.bai .context-logogram {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6em;
}

.scrollbox .itembox .it.bai .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  color: #bf9e74;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.scrollbox .itembox.enlarge .it.bai .icon-quanping::before {
  content: "\e7af";
}

.scrollbox .itembox .it.bai .show-more {
  position: absolute;
  right: 40px;
  color: #bf9e74;
  bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.scrollbox .itembox .it.bai .context-details {
  display: none;
}

.scrollbox .itembox.enlarge .it.bai .tittle,
.scrollbox .itembox.enlarge .it.bai .context-logogram {
  display: none;
}

.scrollbox .itembox.enlarge .it.bai .context-details {
  display: block;
}

.scrollbox .itembox.enlarge .it.bai .context-tittle {
  font-size: 24px;
  position: relative;
}

.scrollbox .itembox.enlarge .it.bai .context-tittle::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: 20px;
}

.scrollbox .itembox .it.bai .context-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.scrollbox .itembox.enlarge .it.fang {
  transform: translate(-50%, -50%) scale(0.6);
}

.scrollbox .itembox.enlarge .xie {
  transform: translate(-50%, -70%) skewX(30deg) scale(0.6);
  margin-left: -353px;
}


.scrollbox .itembox.enlarge .it.bai {
  padding: 30px;
}

.scrollbox .itembox.enlarge .it.bai .show-more {
  display: none;
  opacity: 0;
}

@media only screen and (max-width:768px) {
  #scrollbox {
    display: none;
  }
}

.nav {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.bg-img-container {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#scrollbox.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.scrollbox-holder {
  width: 100%;
  height: 0;
}

#scrollbox.fixed+.scrollbox-holder {
  width: 100%;
  height: 100vh;
}

.right-menu-area {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

@media only screen and (max-width:480px) {

  .productDetails .product-parameter .context-container>ul>li {
    flex-direction: column;
    align-items: flex-start;
  }

  .productDetails .product-parameter .context-container>ul {
    padding: 0 10px;
  }

  .product-parameter .context-container .soft-hardness-icon {
    /* margin-bottom: 4px; */
    margin-top: 4px;
  }

  .productDetails .product-parameter .context-container>ul>li .tittle~div {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}


#scrollbox {
  width: 100% !important;
  max-width: none !important;
  transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
}





#scrollbox.block {
  width: calc(100% - 50px * 2) !important;
  max-width: 1760px !important;
}

@media only screen and (min-width:1921px) {
  #scrollbox.block {
    width: calc(100% - 70px * 2) !important;
    max-width: none !important;
  }
}

@media only screen and (max-width:1900px) {
  #scrollbox.block {
    width: calc(100% - 50px * 2) !important;
  }
}

@media only screen and (max-width:1200px) {
  #scrollbox.block {
    width: 100% !important;
  }
}



.xs-nav,
.xs-nav.show-sub-menu {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.menu-area .menu-list-area .icon,
.follow-us ul,
.follow-us li {
  transition: all .5s ease !important;
  -webkit-transition: all .5s ease !important;
  -moz-transition: all .5s ease !important;
  -ms-transition: all .5s ease !important;
  -o-transition: all .5s ease !important;
}


.recruitment .result-list-area>ul>li .inner-tittle-area,
.recruitment .result-list-area .inner-context-area {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media only screen and (max-width:1200px) {
  .scrollbox .itembox .it.fang {
    width: calc(1200 / 1920 * 325px);
    height: calc(1200 / 1920 * 325px);
  }

  .scrollbox .itembox .it.xie {
    width: calc(1200 / 1920 * 175px);
    height: calc(1200 / 1920 * 472px);
  }

  .scrollbox .itembox .it.bai {
    box-sizing: border-box;
    width: 400px !important;
    margin-left: 7px;
    padding-left: 150px;
  }

  .scrollbox .itembox.enlarge .it.bai {
    width: 600px !important;
    margin-left: 7px;
    /* padding-left: 150px; */
  }
}

.index .banner .swiper-slide .tittle-area span {
  transition: all 1.5s ease 1s;
  opacity: 0;
  -webkit-transition: all 1.5s ease 1s;
  -moz-transition: all 1.5s ease 1s;
  -ms-transition: all 1.5s ease 1s;
  -o-transition: all 1.5s ease 1s;
}

.index .banner .swiper-slide.swiper-slide-active .tittle-area span {
  opacity: 1;
}

.index .banner .swiper-slide .tittle-area span:nth-child(2) {
  transition-delay: 1.3s;
}

.index .banner .swiper-slide .tittle-area span:nth-child(3) {
  transition-delay: 1.7s;
}

.nav .pop,
.nav .pop>li,
.nav .pop li>a {
  visibility: hidden;
  transition: all 0.3s ease-out !important;
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
}

.nav .pull:hover .pop,
.nav .pull:hover .pop>li,
.nav .pull:hover .pop li>a {
  visibility: visible;
  transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out !important;
  -moz-transition: all 0.5s ease-out !important;
  -ms-transition: all 0.5s ease-out !important;
  -o-transition: all 0.5s ease-out !important;
}

@media only screen and (max-width:1200px) {
  body.index .center-block {
    margin-bottom: 0;
  }

  .index .news {
    margin-top: 67px;
    margin-bottom: 10px;
  }

  .index .product {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .product::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    background-color: #fff;
    z-index: -1;
    top: -30px;
    left: 0;
  }
}

.pc{
  display: block!important;
}
.wap{
  display: none!important;
}
@media only screen and (max-width:768px) {
    .pc{
      display: none!important;
    }
    .wap{
      display: block!important;
    }

    .story-3f-context-area {
      padding: 0 20px;
    }

    .story-3f-context-area h3{
      margin-bottom: 20px;
      font-weight: 600;
    }

    .story-3f-context-area p{
      color: #666;
      font-size: 14px;
      line-height: 27px;
      box-sizing: border-box;
      word-wrap: break-word;
      margin-bottom: 20px;
    }

    .index .product .product-outer .list li{
      width: 48%;
      margin:10px 1%;
    } 

    .index .product .product-outer .list .index_product_p p{
      font-size: 14px;
    }

    .index .product .product-outer .list .index_product_p span{
      font-size: 14px;
    }

    .div-area-tittle{
      font-size: 16px;
      /*! opacity: 0; */
      /*! display: none; */
    }

    .div-area-eng-tittle{
      font-size: 16px;
      margin-bottom: 0px;
      /*! opacity: 0; */
    }

    .news .news-list-area {
      flex-wrap: wrap;
  }

    .news .news-list-area li {
      width: 48%;
      margin: 0 1%;
  }

  .news .news-list-area .index_news_p p{
    font-size: 14px;
  }

  .news .news-list-area .index_news_p span{
    font-size: 12px;
  }

  .news .news-list-area .index_news_d span{
    font-size: 12px;
  }
  .news .news-list-area .index_news_d p {
    font-size: 12px;
    margin-right: 5%;
  }

  .index .story-context-sub-tittle{
    font-size: 18px;
  }

  .footer .footer-nav{
    flex-wrap: wrap;
  }

  .footer li{
    margin: 25px;
  }

  /*history*/
  .aboutUsBrandHistory .history-2f .outer-container .bottom{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
  }

  .aboutUsBrandHistory .history-2f .outer-container .bottom p{
    line-height: 1.5;
    font-size: 14px;
  }
  
  /*pro*/
  .pro-list ul{justify-content:space-around}
  .pro-list ul li{
    margin: 20px 0 50px 0;
    width: 45%;
  }

  .store-list ul li{
    width: 45%;
  }

  .news-list ul li{
    width: 48%;
  }

  .news-list ul{
    align-items: flex-start;
  }

  .news-list .foot{
    display: block;
  }

  .news-list .foot span{
    margin-right: 0;
  }

  .news-list .news_more{
    margin-top: 10px;
  }

  .news-list ul li p, .news-list ul li h3{
    font-size: 14px;
    line-height: 1.5;
    height: 60px;
    margin-top: 0;
  }

  .news-list .news_more{
    display: block;
    width: 52px;
  }

  .store-list ul li p, .store-list ul li h3{
    font-size: 14px;
  }

  .productDetails .product-parameter .container .context-container .title{
    font-size: 16px;
  }

    /*contact*/
.contact {
  padding: 0 20px;
  width: 92%; 
}

.contact>span {
  line-height: 20px;
}

.contact_int>h2 {
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
}

.c_form_input>input[type="text"] {
  height: 35px;
  font-size: 14px;
}

.c_form_input {
  width: 100%;
  padding: 0 0;
  margin-bottom: 15px;
}

.contact>h1 {
  font-size: 20px;
  line-height: 20px;
  margin: 15px 0;
  text-align: center;
  overflow: initial;
}

.contact_int ul li, .contact_int ul li:nth-child(3n) {
  flex: 0 0 100%;
  margin-bottom: 10px;
  padding-left: 0;
}

.honor-list ul li{
  width: 43%;
  margin: 20px 10px;
}

.honor-list ul li p{
  font-size: 14px;
}

}