@charset "utf-8";

/* CSS Document */
.swiper-pagination {
  font-size: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -25px;
  -o-background-size: 30px;
  background-size: 30px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  outline: none;
  border-radius: 50%;
  -o-background-size: 24px;
  background-size: 24px;
}

.swiper-button-prev {
  background-image: url(../images/lt-arr.png);
}

.swiper-button-next {
  background-image: url(../images/rt-arr.png);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.4);
}


.flex-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}


/*index*/
.banner .swiper-slide {
  position: relative;

}

.banner .swiper-slide:before {
  content: '';
  position: relative;
  display: block;
  padding-top: 40.5729%;
  width: 100%;
}

.banner .swiper-slide .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 1s ease-out all;
  -o-transition: 1s ease-out all;
  -moz-transition: 1s ease-out all;
  transition: 1s ease-out all;
  text-align: center
}

.process-wrap {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
}

.process-wrap .ys-logo {
  text-align: center;
  position: relative;
  top: -37px;
  z-index: 2;
}

.comm-tit {
  text-align: center;
  position: relative;
}

.comm-tit h2 {
  font-size: 38px;
  font-family: SourceHanSerifCN-Bold;
  position: relative;
  margin-bottom: 6px;
}

.comm-tit h2 .white {
  color: #fff;

}

.comm-tit h2 .red {
  color: #f46c06;

}

.comm-tit .en {
  font-size: 18px;
  color: #999999;
  font-family: SourceHanSerifCN-Regular;
  font-weight: bold;
  position: relative;
}

.comm-tit .en::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -8px;
  left: -200px;
  width: 185px;
  height: 19px;
  background: url(../images/tit_left_bg.png) no-repeat center/contain;

}

.comm-tit .en::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -8px;
  right: -200px;
  width: 185px;
  height: 19px;
  background: url(../images/tit_right_bg.png) no-repeat center/contain;

}


.process-wrap .ys-con {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.process-wrap .ys-con .topic {
  width: 561px;
  margin-right: 84px;
  background: url(../images/kuohao.png) no-repeat center;
  padding: 10px 76px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.process-wrap .ys-con .topic .t1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 13px;
}

.process-wrap .ys-con .topic .t2 {
  font-size: 48px;
  font-weight: bold;
}

.process-wrap .ys-con .topic .t3 {
  font-size: 18px;
  padding: 20px 0;
}

.process-wrap .ys-con .topic .t3 .red {
  color: #f46c06;
  font-weight: bold;
}

.process-wrap .ys-con .topic .t4 {
  font-size: 34px;
  font-weight: bold;
  color: #605a59
}


.process-wrap .ys-con .txt dl dt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #f46c06;
  padding: 7px 18px 7px 10px;
  display: inline-block;
  border-radius: 0px 30px 30px 0
}

.process-wrap .ys-con .txt dl dd {
  padding: 14px 0;
}

.provide-wrap .pro-item {
  width: 33.3333%;
  float: left;
}

.procedure {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  position: relative;
}

.procedure .lc-con {
  text-align: center;
  margin-top: 70px;
}

.procedure .honor {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 17%;
  padding: 40px 0;
  margin-top: 36px;
}

.procedure .honor ul li {
  float: left;
  margin-left: 70px;
  width: 22%;
}

.procedure .honor ul li img {
  max-height: 100%
}

.procedure .comm-tit h2 .white {
  color: #333333
}

.joinIn {
  position: absolute;
  z-index: 2;
  bottom: -55px;
  left: 0;
  height: 78px;
  width: 54%;
  background: url(../images/jm_bg.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 86px;
}

.joinIn .j-logo {
  width: 212px;
}

.joinIn .j-con {
  padding: 0 78px 0 60px;
}

.joinIn .j-con h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
}

.joinIn .j-con p {
  font-size: 26px;
  font-weight: bold;
}

.clickBtn {
  height: 44px;
  background: #ffffff;
  border-radius: 50px;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  color: #f46c06
}

.joinUs {
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 106px;
}

.joinUs .comm-tit h2 .white {
  color: #333333;
}

.join-wrap {
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81.25%;
  position: relative;
}

.join-wrap .j-img {
  width: 60%;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.join-wrap .j-img img {
  width: 100%;
}

.join-wrap .j-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  padding-right: 70px;
}

.join-wrap .j-con .text {
  background: #fff;
  padding: 70px 35px;
  border: 1px solid #f46c06;
  width: 642px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.join-wrap .j-con .text h4 {
  font-size: 38px;
  font-weight: bold;
  color: #f46c06;
}

.join-wrap .j-con .text article {
  line-height: 32px;
  font-size: 16px;
  margin: 40px 0;
}

.join-wrap .j-con .s-btn {
  padding: 8px 40px 8px 12px;
  color: #fff;
  background: url(../images/btn_bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 108px;
}

.join-wrap .j-con .title {
  background: #f46c06;
  height: 100%;
  width: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  z-index: 2;
  top: -30px;
  right: 0;
  height: -webkit-calc(100% + 60px);
  height: -moz-calc(100% + 60px);
  height: calc(100% + 60px);
}

.join-wrap .j-con .title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: rgba(244, 108, 6, 0.4);
}

.join-wrap .j-con .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: rgba(244, 108, 6, 0.4);
}

.join-wrap .j-con .title .tit-bg {
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.join-wrap .j-con .title .tit-txt {
  height: 40%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-wrap .j-con .title .tit-txt span {
  font-size: 30px;
  color: #fff;
  width: 30px;
  display: inline-block;
  font-family: SourceHanSerifCN-Bold;
  color: #fff;
}

.charm-wrap {
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  position: relative;
}

.charm-wrap .comm-tit h2 .white {
  color: #333333;
}


.charm-wrap .video {
  margin-top: 30px;
  position: relative;
}

.charm-wrap .video::before {
  content: '';
  display: block;
  padding-top: 38.6458%
}

.platform-video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.charm-wrap .video .btn {
  width: 76px;
  height: 76px;
  background-image: url(../images/play_btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
  cursor: pointer;
  -o-background-size: contain;
  background-size: contain;
}

.video-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.charmList {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
}

.charmList li {
  width: 320px;
  background: #f46c06;
  color: #fff;
  padding: 20px 30px 0px 30px;
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-transition: 0.6s ease-out all;
  -o-transition: 0.6s ease-out all;
  -moz-transition: 0.6s ease-out all;
  transition: 0.6s ease-out all;

}

.charmList li.active {
  padding: 60px 30px 40px 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.charmList li .bt-tit {
  cursor: pointer;
  text-align: center;
  line-height: 70px;
  font-family: SourceHanSerifCN-Heavy;
  font-size: 28px;
}

.charmList li .char-con h4 {
  text-align: center;
  position: relative;
  font-family: SourceHanSerifCN-Heavy;
  font-size: 28px;
  padding-bottom: 24px;
}

.charmList li .char-con h4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
}

.charmList li .char-con h4::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
  height: 4px;
  width: 40px;
  background: #fff;
}

.charmList li .char-con article {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 192px;
}

.charmList li .char-con .s-btn {
  padding: 8px 0 8px 26px;
  color: #f46c06;
  background: url(../images/btn_bg_w.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 108px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.dishes {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0 100px 0;
}

.dishes .comm-tit h2 .white {
  color: #333333;
}

.dishes-con {
  position: relative;
  margin-top: 60px;
  padding-top: 35px;
}

.dishes-con::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 730px;
  height: 108px;
  background: #f46c06;
}

.dishes-con .wid {
  position: relative;
  z-index: 2;
}

.dishes-con .main-item {}

.dishes-con .main-item .d-img {
  width: 805px;
  position: relative;
  float: left;
}

.dishes-con .main-item .d-img::before {
  content: '';
  display: block;
  padding-top: 51.8012%
}

.dishes-con .d-img figure {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dishes-con .main-item .d-txt {
  width: 394px;
  float: right;
  padding-left: 24px;
}

.dishes-con .main-item .d-txt h4 {
  font-size: 40px;
  font-weight: lighter;
  color: #444444;
  position: relative;
  font-style: italic;
  padding-bottom: 18px;
}

.dishes-con .main-item .d-txt h4 .red {
  color: #f46c06
}

.dishes-con .d-txt h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #f46c06;

}

.dishes-con .main-item .d-txt article {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  margin-top: 12px;
}

.dishes-con .sub-item ul li {
  float: left;
  width: 42.1%;
  margin-right: 50px;
}

.dishes-con .sub-item ul li .d-txt {
  width: 49.4%;
}



.dishes-con .sub-item ul li .d-img {
  width: 50.6%;
  position: relative;
  float: right;
}

.dishes-con .sub-item .d-img::before {
  content: '';
  display: block;
  padding-top: 83%;
}

.dishes-con .sub-item ul li .d-txt {
  float: left;
  padding: 40px 20px 0 14px;
}

.dishes-con .sub-item ul li .d-txt h4 {
  position: relative;
  color: #444444;
  font-size: 20px;
  padding-bottom: 15px;
  text-align: right;
}

.dishes-con .sub-item ul li .d-txt h4::after {
  right: 0;
  left: auto;
}

.dishes-con .sub-item ul li .d-txt article {
  margin-top: 8px;
  color: #444444;
  line-height: 24px;
}

.storeStyle {
  padding: 50px 0;
}

.dmxw-wrap .comm-tit .white {
  color: #333333;
}

.dmxw-wrap {
  background-position: top center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
}

.dmList {
  margin-top: 60px;
}

.dmList li {
  float: left;
  width: 580px;
  margin-right: 40px;
  position: relative;
  margin-bottom: 30px;
}

.dmList li:nth-child(2n) {
  margin-right: 0;
}

.dmList li .dm-img {
  width: 340px;
  position: relative;
  overflow: hidden;
}

.dmList li .dm-img::before {
  content: '';
  display: block;
  padding-top: 82.3529%;
}

.dmList li .dm-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.dmList li .dm-con {
  background: #fff;
  width: 300px;
  height: 260px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -130px;
  z-index: 2;
  padding: 10px;
}

.dmList li .dm-con figure {
  border: 1px solid #f46c06;
  height: 100%;
  padding: 30px 15px;
}

.dmList li .dm-con figure h4 {
  font-size: 18px;
  color: #444444;
}

.dmList li .dm-con figure article {
  color: #444444;
  line-height: 24px;
  margin: 20px auto 36px auto;
}

.dmList li .dm-con figure .s-btn {
  padding: 8px 40px 8px 12px;
  color: #fff;
  background: url(../images/btn_bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 108px;
}

.newsZx-con {
  margin-top: 45px;
}

.newsZx-con .main-item {
  width: 585px;
  height: 436px;
  background: #fff;
  float: left;
}

.newsZx-con .main-item .n-img {
  position: relative;
  overflow: hidden;
}

.newsZx-con .main-item .n-img::before {
  content: '';
  display: block;
  padding-top: 48.7179%;
}

.newsZx-con .main-item .n-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out all;
  -o-transition: 0.65s ease-out all;
  -moz-transition: 0.65s ease-out all;
  transition: 0.65s ease-out all;
}


.newsZx-con .main-item .n-con {
  padding: 30px 17px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsZx-con .main-item .n-con .timer {
  width: 60px;
  height: 60px;
  background: #f46c06;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 14px;
  font-size: 12px;
}

.newsZx-con .main-item .n-con .timer .day {
  font-size: 24px;
  padding-bottom: 3px;
}

.newsZx-con .main-item .n-con .txt h4 {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.newsZx-con .main-item .n-con .txt article {
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
}

.newsZx-con .sub-item {
  float: right;
  background: #fff;
  width: 586px;
  height: 436px;
  padding-left: 26px;
}

.newsZx-con .sub-item ul li {
  padding: 24px 0;
  padding-right: 40px;
  border-bottom: 1px solid #eeeeee;
}

.newsZx-con .sub-item ul li:last-child {
  border-bottom: none;
}

.newsZx-con .sub-item ul li h4 {
  color: #444444;
  font-size: 16px;
  background: url(../images/t-bg.png) no-repeat left center;
  padding-left: 16px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsZx-con .sub-item ul li article {
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 40px;
  padding-left: 16px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.newsZx-con .sub-item ul li footer {
  color: #999999;
  font-size: 12px;

  margin-top: 10px;
  padding-left: 16px;

}

.submit-btn {
  padding: 8px 40px 8px 12px;
  color: #fff;
  background: url(../images/btn_bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 108px;
}

.in-banner {
  position: relative;
  padding-top: 300px;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.inner-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.inner-tit header {
  font-size: 34px;
  font-weight: bold;
}

.inner-tit .bar {
  font-size: 20px;
  padding-top: 30px;
}

.inner-tit .bar a {
  color: #fff;
}

.inner-tit .bar .active {
  color: #f46c06;
}

/* in-dishes */
.in-dishes {
  padding: 84px 0;
  position: relative;
}

.in-dishes::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 84px;
  left: 0;
  width: 36%;
  height: 80px;
  background: #f46c06
}

.in-dishes .recommend {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-dishes .recommend .re-img {
  width: 800px;

}

.in-dishes .recommend .re-img img {
  width: 100%;
}

.in-dishes .recommend .re-con {
  padding: 24px;
}

.in-dishes .recommend .re-con header {
  color: #f46c06;
  font-size: 30px;
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-style: italic
}

.in-dishes .recommend .re-con header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 3px;
  background: #f46c06;
}

.in-dishes .recommend .re-con .stars {
  margin-top: 24px;
  color: #f46c06;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.in-dishes .recommend .re-con .stars label {
  padding-right: 10px;
}

.in-dishes .recommend .re-con .stars .icon-stars {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-dishes .recommend .re-con .stars img {
  height: 24px;
  margin-left: 10px;
}

.in-dishes .recommend .re-con article {
  margin-top: 34px;
  font-size: 20px;
  line-height: 36px;
}

.in-dishes .recommend .re-con article p {
  margin-bottom: 10px;
}

.in-dishes .reList {
  margin-top: 150px;
  overflow: hidden;
}

.in-dishes .reList ul {
  margin-left: -10px
}

.in-dishes .reList li {
  float: left;
  margin-bottom: 50px;
  width: 33.3333%;
}

.in-dishes .reList li a {
  padding: 10px;
  display: block;
}

.in-dishes .reList li figure {
  position: relative;
  overflow: hidden;
}

.in-dishes .reList li figure::before {
  content: '';
  display: block;
  padding-top: 70%
}

.in-dishes .reList li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out all;
  -o-transition: 0.65s ease-out all;
  -moz-transition: 0.65s ease-out all;
  transition: 0.65s ease-out all;
  height: 100%;
}

.in-dishes .reList li p {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background: #f3f3f3;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  font-size: 20px;
  color: #333333
}

/* 店面风采 */
.storeStyle {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.storeStyle::before {
  display: none
}

.videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url(../images/video.png) no-repeat center/contain;
}

.storeStyle .reList {
  margin-top: 0;
}

.attract-wrap {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.attract-wrap header {
  font-size: 24px;
}

.attract-wrap .imp-img {
  padding: 40px 0 34px 0;
  display: block;
  margin: 0 auto;
}

.attract-wrap .zs-tel {
  display: inline-block;
  padding: 12px 60px;
  background: #9c501e;
  border: 2px solid #fefefe;
  border-radius: 2px;
  font-size: 20px;
}

.hotImglist {
  overflow: hidden;
  padding: 100px 0;
}

.hotImglist ul {
  margin-left: -10px;
}

.hotImglist ul li {
  float: left;
  width: 25%;
}

.hotImglist ul li a {
  display: block;
  padding: 10px;
}

.hotImglist ul li figure {
  position: relative;
  overflow: hidden;
}

.hotImglist ul li figure::before {
  content: '';
  display: block;
  padding-top: 73%
}

.hotImglist ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out all;
  -o-transition: 0.65s ease-out all;
  -moz-transition: 0.65s ease-out all;
  transition: 0.65s ease-out all;
  height: 100%;
}

/* 品牌魅力 */

.char-wrap {
  padding: 40px 0 80px 0;
}

.ch-tabs {
  text-align: center;
}

.ch-tabs a {
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding: 18px 39px;
  border: 1px solid #f46c06;
  margin: 0 35px;
  color: #333333;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

.ch-tabs a.active {
  color: #fff;
  background-image: url(../images/bt_bj2.png);
  background-color: #f46c06;
}

.history {
  width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
}

.history li {
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 20px;
}

.history li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.history li section {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}

.history li::after {
  content: '';
  display: block;
  width: 5px;
  height: auto;
  position: absolute;
  left: 66px;
  bottom: 0;
  border-left: 5px dotted #0b0b0b;
  height: 90px;
}

.history li:last-child::after {
  display: none;
}

.history li .time-slot {
  padding-right: 44px;
  color: #f46c06;
  font-size: 40px;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.history li .events {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 38px;
}

.brand-info {
  max-width: 1000px;
  margin: 0 auto;
}

.brand-info article {
  font-size: 16px;
  line-height: 26px;
}

.c-item {
  padding: 50px 0;
}

.news-wrap {
  background: #f5f5f5;
  padding: 30px 0 80px 0;
}

.news-wrap .wid {
  background: #fff;
  padding: 34px;
}

.news-wrap .top-bar {
  color: #666666;
  font-size: 16px;
  background: url(../images/wz.png) no-repeat left center;
  padding-left: 20px;
}

.news-wrap .top-bar a {
  color: #666666;
}

.news-wrap .ch-tabs {
  margin-top: 20px;
}

.newsList {
  margin-top: 50px;
}

.newsList li {
  padding: 30px 0;
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsList li .time {
  width: 90px;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
}

.newsList li .time .day {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
  font-size: 42px;
  color: #f46c06
}

.newsList li .time .month {
  color: #a2a2a2;
  font-size: 15px;
  padding-top: 14px;
}

.newsList li .news-img {
  position: relative;
  overflow: hidden;
  width: 230px;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 30px;
}

.newsList li .news-img::before {
  content: '';
  display: block;
  padding-top: 68.6956%;
}

.newsList li .news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out all;
  -o-transition: 0.65s ease-out all;
  -moz-transition: 0.65s ease-out all;
  transition: 0.65s ease-out all;
}

.newsList li .news-con {
  height: 157px;
  width: 66%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsList li .news-con h4 {
  font-size: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsList li .news-con article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}

.newsList li .news-con .more {
  padding: 7px;
  background: #f46c06;
  width: 100px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}

/*video*/
.video{
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    /* object-fit: fill; */
    display: block;
    background: #000;
}


/* news-d */
.news-d {
  padding: 30px 0;
}

.news-d>header {
  text-align: center;
}

.news-d>header h2 {
  font-size: 22px;
  padding-bottom: 30px;
}

.news-d>header small span {
  padding: 0 16px;
  color: #999999;
  font-size: 16px;
}

.news-d-txt {
  padding-top: 50px;
  font-size: 16px;
  line-height: 30px;
}

.share-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  color: #666666;
}

/* join-wrap */
.join-content {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0 100px 0;
}

.join-content .wid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.join-content .j-tabs {
  padding-top: 100px;
  margin-right: 90px;
}

.join-content .j-tabs ul li {
  width: 60px;
  height: 200px;
  border: 1px solid #f46c06;
  margin: 20px 0;
  text-align: center;

}

.join-content .j-tabs ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 22px;
  color: #f46c06;
  line-height: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-content .j-tabs ul li a span {
  width: 24px;
  display: inline-block;
}

.join-content .j-tabs ul li.active {
  background-image: url(../images/bt_bj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f46c06;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.join-content .j-tabs ul li.active a {
  color: #fff;
}

.join-content .join-con {
  width: 100%;
}

.join-content .join-con .j-tit {
  padding-bottom: 35px;
}

.join-content .join-con .j-tit img {
  max-height: 103px;
}

.det-list {
  margin-top: 35px;
}

.det-list li {
  margin-bottom: 60px;
}

.det-list li h4 {
  font-size: 24px;
  margin-bottom: 35px;
}

.det-list li h4 img {
  height: 35px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}

.det-list li article {
  color: #444444;
  font-size: 20px;
  line-height: 30px;
}

.det-list li dl {
  font-size: 0
}

.det-list li dl dd {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}

.det-list li dl dd:nth-child(3n) {
  margin-right: 0;
}

.det-list li dl dd img {
  max-width: 338px;
}

.join-con .honor {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 28px 0;
}

.join-con .honor ul li {
  float: left;
  margin-left: 50px;
  width: 26%;
}

.join-con .honor ul li img {
  max-height: 100%;
}

.sdet-list li {
  margin-top: 70px;
}

.sdet-list li h4 {
  font-size: 20px;
}

.sdet-list li h4 img {
  height: 29px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}

.sdet-list li section {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sdet-list li section .sp-item {
  width: 33.3333%;
  font-size: 18px;
  padding-top: 38px;
}

.sdet-list li section .sp-item label {
  color: #f46c06;
  padding-right: 18px;
}

/*联系我们*/
.lh-other-box {
    padding: 3% 0 8%;
    background: #EFEFEF;
    background-attachment: fixed;
    position: relative;
}

.lh-other-box:before {
    content: '';
    display: block;
    width: 580px;
    height: 594px;
    background: url(../images/other-bg1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.lh-other-container {
    background: #fff;
    box-shadow: 0 0 18px rgba(12,3,6,.19);
    padding: 60px;
}
.lhcontainer {
    margin: auto;
    position: relative;
    z-index: 3;
    width: 1200px;
}
.lh-news-h {
    position: relative;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
}
.lh-news-h:before {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background: #b72024;
    position: absolute;
    left: -20px;
    top: 5px;
}
.lh-news-h b {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.lh-contact-a {
    width: 48%;
}
.lh-contact-a li {
    padding: 20px 10px;
    border-bottom: 1px dashed #E5E5E5;
    color: #888;
    line-height: 24px;
    overflow: hidden;
}
.lh-contact-a li:nth-child(1) {
    animation-delay: .1s;
}
.lh-contact-a li i {
    font-size: 24px;
    color: #b72024;
    float: left;
    margin-right: 20px;
}
.lh-contact-a.b {
    margin-top: 65px;
}
.lh-contact-a.b li {
    line-height: 100px;
    padding: 15px 10px;
}
.lh-contact-a.b li span {
    float: left;
    width: 180px;
}
.lh-contact-a.b li img {
    width: 100px;
    float: left;
    border: 1px solid #E6E6E6;
}
.lh-contact-a {
    width: 48%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.lh-contact-c {
    margin-top: 20px;
    animation-delay: .5s;
}
.lh-contact-c h2 {
    color: #888;
    line-height: 24px;
    font-size: 14px;
}
.lh-contact-map {
    padding: 20px 0;
}











@media screen and (min-width:1200px) {
  .clickBtn:hover {
    background: #f6f3f3
  }

  .s-btn:hover {
    opacity: 0.9;
  }

  .charmList li:hover {
    padding: 60px 30px 40px 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .newsZx-con .main-item .n-con .txt h4:hover {
    color: #f46c06;
  }

  .newsZx-con .sub-item ul li:hover h4 {
    color: #f46c06;
  }

  .newsZx-con .sub-item ul li:hover article {
    text-decoration: underline
  }

  .newsZx-con .main-item .n-img img:hover {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
  }

  .in-dishes .reList li:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
  }

  .hotImglist ul li:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
  }


  .newsList li .news-img img:hover {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);


  }

  .in-dishes .reList li:hover p {
    color: #f46c06
  }

  .sidebar ul li:hover .wechat-box {
    right: 66px;
    opacity: 1;
    visibility: visible;
  }

  .charmList:hover {
    z-index: 6;
  }

  .inner-tit .bar a:hover {
    color: #f46c06;
  }

  .ch-tabs a:hover {

    background-color: #f3f3f3;
  }

  .ch-tabs a.active:hover {
    color: #fff;
    background-image: url(../images/bt_bj2.png);
    background-color: #f46c06;
  }

  .news-wrap .top-bar a:hover {
    color: #f46c06;
  }

  .newsList li .news-con h4 a:hover {
    color: #f46c06;
  }

  .newsList li .news-con .more:hover {
    background: #9c501e;
  }
}