/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4064075 */
  src: url('../font/font_4064075_2lk1s9qkcn2.woff2') format('woff2'),
  url('../font/font_4064075_2lk1s9qkcn2.woff') format('woff'),
  url('../font/font_4064075_2lk1s9qkcn2.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "almm";font-weight: 400;src: url("../font/CwEoe7sgJy4z.woff2") format("woff2"),
url("../font/rfzjO91eMqPa.woff") format("woff");
  font-display: swap;
}
body {
  width: 100%;
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.c-scrollbar_thumb {
  background: #000000;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 1vw 3vw;
  transition: 0.5s all;
}
header .logo {
  width: 11vw;
  display: block;
  transition: 0.5s all;
}
header .logo img:nth-child(1) {
  display: block;
}
header .logo img:nth-child(2) {
  display: none;
}
header nav {
  width: auto;
  padding-top: 1vw;
  transition: 0.5s all;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0 2vw;
}
header nav ul li a {
  color: #3a3836;
  font-size: 18px;
  position: relative;
  font-family: almm;
  display: flex;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav ul li a:hover {
  color: #ff8029;
}
header nav ul li:first-child::before {
  content: inherit;
}
header nav ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #d54b21;
  border-radius: 50%;
  margin-left: -2vw;
  margin-top: 0.4vw;
}
header nav ul li.active a {
  color: #d54b21;
}
header .phoneBox {
  color: black;
  letter-spacing: 0.5vw;
  display: block;
  text-align: center;
  font-family: almm;
  margin-top: 0.3vw;
}
header .phoneBox a {
  letter-spacing: 0;
  font-size: 1.5vw;
  transition: 0.5s all;
}
header .phoneBox i {
  font-size: 2vw;
  position: relative;
  top: 0.3vw;
}
header .wave,
header .wave1,
header .wave2 {
  z-index: -1;
  position: absolute;
  bottom: 20%;
  right: 3vw;
  width: 13vw;
  height: 13vw;
  background-color: rgba(218, 105, 70, 0.8);
  border-radius: 45%;
  animation: rotate 6s linear infinite;
  transition: 0.5s all;
}
header .wave1 {
  transform: translate(-20%, 0) rotate(0deg);
  animation: rotate1 6s linear -4s infinite;
}
header .wave2 {
  transform: translate(20%, 0) rotate(0deg);
  animation: rotate2 6s linear -2s infinite;
}
@keyframes rotate {
  50% {
    border-radius: 38%;
    transform: rotate(180deg);
  }
  100% {
    border-radius: 45%;
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  50% {
    border-radius: 38%;
    transform: translate(-30%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 45%;
    transform: translate(-20%, 0%) rotate(360deg);
  }
}
@keyframes rotate2 {
  50% {
    transform: translate(30%, 8%) rotate(180deg);
  }
  100% {
    transform: translate(20%, 0%) rotate(360deg);
  }
}
header.active nav ul li a {
  color: white;
}
header.active2 .logo img:nth-child(1) {
  display: none;
}
header.active2 .logo img:nth-child(2) {
  display: block;
}
header.active2 nav ul li a {
  color: #3a3836;
}
header.active2 .wave,
header.active2 .wave1,
header.active2 .wave2 {
  background-color: rgba(39, 39, 39, 0.8);
}
header.active2 .phoneBox a {
  color: #d54b21;
}
header.active3 .logo,
header.active3 nav {
  transform: translateY(-8vw);
}
.subiao {
  position: fixed;
  left: 3vw;
  bottom: 3vw;
  color: #d54b21;
  font-size: 1.5vw;
  display: none;
}
.subiao::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12vw;
  background: #d54b21;
  margin-top: -12.5vw;
  margin-left: 0.7vw;
}
.loading {
  width: 100%;
  height: 100vh;
  background: #d54b21;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.8s all;
  pointer-events: all;
}
.loading .textBox {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 3vw;
  transform: translate(-50%, -40%);
}
.loading .textBox .img1 {
  width: 15vw;
  margin: 0 auto 2vw auto;
  transform: scale(0);
  animation: loadingImg 0.5s forwards ease-in-out;
}
.loading .textBox .img2 {
  opacity: 0;
  animation: loadingImg2 0.5s 1.2s forwards ease-in-out;
}
@keyframes loadingImg2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingImg {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.loading .textBox .text {
  width: 100%;
  display: flex;
  text-align: center;
}
.loading .textBox .text img {
  transform: translateY(-50vw);
}
.loading .textBox .t1 {
  animation: bounceInDown1 1s 0.1s forwards ease-in-out;
}
.loading .textBox .t2 {
  animation: bounceInDown1 1s 0.2s forwards ease-in-out;
}
.loading .textBox .t3 {
  animation: bounceInDown1 1s 0.3s forwards ease-in-out;
}
.loading .textBox .t4 {
  animation: bounceInDown1 1s 0.4s forwards ease-in-out;
}
.loading .textBox .t5 {
  animation: bounceInDown1 1s 0.5s forwards ease-in-out;
}
.loading .textBox .t6 {
  animation: bounceInDown1 1s 0.6s forwards ease-in-out;
}
.loading .textBox .t7 {
  animation: bounceInDown1 1s 0.7s forwards ease-in-out;
}
.loading .textBox .t8 {
  animation: bounceInDown1 1s 0.8s forwards ease-in-out;
}
.loading .textBox .t9 {
  animation: bounceInDown1 1s 0.9s forwards ease-in-out;
}
.loading .textBox .t10 {
  animation: bounceInDown1 1s 1s forwards ease-in-out;
}
.loading .textBox .t11 {
  animation: bounceInDown1 1s 1.1s forwards ease-in-out;
}
.loading .textBox .t12 {
  animation: bounceInDown1 1s 1.2s forwards ease-in-out;
}
@keyframes bounceInDown1 {
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.loading .img2 {
  width: 18vw;
  margin: 1vw auto;
}
.loading.active {
  transform: translateY(-50vw);
  opacity: 0;
  pointer-events: none;
}
.circle-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
}
.circle-box .circle-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.circle-active {
  opacity: 1;
}
.footer {
  width: 100%;
  height: auto;
  background: url('../image/footer.jpg') center no-repeat;
  background-size: cover !important;
  padding-bottom: 1vw;
  position: relative;
  z-index: 9;
}
.footer .infoImgs {
  display: flex;
  overflow: hidden;
}
.footer .infoImgs img {
  margin-left: -6vw;
}
.footer .tit {
  width: 10vw;
  margin: 5vw auto 0 auto;
}
.footer .des {
  color: #ffffff;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: center;
  margin: 2vw auto;
}
.footer form {
  width: 100%;
  padding: 0 28vw;
}
.footer form .inputBox {
  display: flex;
  color: #ffffff;
  font-size: 0.9vw;
}
.footer form .inputBox .input {
  flex: 1;
}
.footer form .inputBox .input input {
  width: 14vw;
  height: 2vw;
  background: #ede3d9;
  border: transparent;
  border-radius: 3px;
  margin-top: 0.5vw;
  padding: 0 1vw;
  font-size: 14px;
  outline: none;
}
.footer form .textareaBox {
  margin-top: 1vw;
  color: #ffffff;
  font-size: 0.9vw;
}
.footer form .textareaBox textarea {
  width: 100%;
  height: 5vw;
  background-color: #ede3d9;
  border-radius: 3px;
  margin-top: 0.5vw;
  padding: 1vw;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}
.footer form .subimt {
  width: 14vw;
  height: 3vw;
  background: url('../image/more.png') center no-repeat;
  background-size: contain !important;
  margin: 1vw auto 3vw auto;
  z-index: 9;
  display: block;
  color: white;
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  line-height: 3vw;
  transition: 0.5s all;
  cursor: pointer;
}
.footer form .subimt:hover {
  letter-spacing: 0.4vw;
}
.footer .info {
  padding: 0 10vw;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  opacity: 0.3;
}
.footer .info a {
  color: white;
}
.index .homeSwiper {
  width: 100%;
  height: 100vh;
}
.index .homeSwiper .swiper-slide .f1Page .f1 {
  width: 100%;
  height: 100vh;
  background: url('../image/home1.jpg') center no-repeat;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .upperSection {
  clip-path: circle(20% at 50% 50%);
  position: relative;
  z-index: 1;
}
.bannerImg1 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.test{
  width: 35vw;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 2s all ease;
}
.test.active {
  opacity: 1;
  animation: textImgAnm 0.5s ease-in;
}
@keyframes textImgAnm {
  0% {
    width: 0%;
  }
  100% {
    width: 35vw;
  }
}
.index .homeSwiper .swiper-slide .f1Page .f1 .upperSectionActive2 {
  clip-path: circle(20% at 50% 50%);
}
.index .homeSwiper .swiper-slide .f1Page .f1 .upperSectionActive {
  animation: upperSectionKey 1s forwards;
}
@keyframes upperSectionKey {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(20% at 50% 50%);
  }
}
.index .homeSwiper .swiper-slide .f1Page .f1 .text1 {
  width: 16vw;
  position: absolute;
  transform: translate(-50%, -13%);
  top: 13%;
  left: 50%;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .text2 {
  width: 35vw;
  position: absolute;
  transform: translate(-50%, -90%);
  top: 90%;
  left: 50%;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft {
  width: 100%;
  position: absolute;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img1 {
  width: 8vw;
  position: absolute;
  margin-top: 10vw;
  left: 19vw;
  transform: scale(0);
  transition: 0.5s 0.5s all;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img2 {
  width: 20vw;
  position: absolute;
  margin-top: 18vw;
  left: 8vw;
  transform: scale(0);
  transition: 0.5s 0.7s all;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img3 {
  width: 13vw;
  position: absolute;
  margin-top: 35vw;
  left: 19vw;
  transform: scale(0);
  transition: 0.5s 0.6s all;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgActive {
  transform: scale(1) !important;
}
/*.item2Animation {
  animation: imgKey 3s linear infinite;
}*/
.index .homeSwiper .swiper-slide .f1Page .f1 .imgAnimation {
  animation: imgKey 3s linear infinite;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight {
  width: 100%;
  position: absolute;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img1 {
  width: 12vw;
  position: absolute;
  margin-top: 10vw;
  right: 12vw;
  transform: scale(0);
  transition: 0.5s 0.4s all;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img2 {
  width: 12vw;
  position: absolute;
  margin-top: 24vw;
  right: 8vw;
  transform: scale(0);
  transition: 0.5s 0.5s all;
}
.index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img3 {
  width: 8vw;
  position: absolute;
  margin-top: 35vw;
  right: 18vw;
  transform: scale(0);
  transition: 0.5s 0.9s all;
}
@keyframes imgKey {
  0% {
    transform: translateY(-1vw);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1vw);
  }
}
.index .homeSwiper .swiper-slide .f2 {
  width: 100%;
  height: 100vh;
  background: #d54b21;
}
.index .homeSwiper .swiper-slide .f2 .bgImg {
  width: 80vw;
  position: absolute;
  transform: translate(-50%, -70%);
  left: 50%;
  top: 70%;
}
.index .homeSwiper .swiper-slide .f2 .f2Box {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -55%);
  left: 50%;
  top: 55%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item {
  display: inline-block;
  margin: 0 1.5vw;
  transform: scale(0);
  transition: 0.5s all;
  position: relative;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item .img {
  width: 18vw;
  height: 26vw;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(1) {
  position: absolute;
  transform: translateY(0) rotate(-5deg) scale(0);
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(1) .icon {
  width: 6vw;
  position: absolute;
  margin-top: -2.5vw;
  margin-left: -2.5vw;
}
.clear{
  clear: both;
}
.item1Animation {
  animation: f2Key1 1s forwards;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item1Active {
  animation: f2Key11 1s forwards !important;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(2) {
  z-index: 1;
}
.item2Animation {
  animation: f2Key1 1s forwards;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(3) {
  position: absolute;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(3) .icon {
  width: 7vw;
  position: absolute;
  margin-top: -2.5vw;
  margin-left: 14vw;
}
.wap{
    display: none;
  }
.item3Animation {
  animation: f2Key2 1s 0.5s forwards;
}
.item4Animation {
  animation: f2Key4 1s 0.5s forwards;
}
.item3Active {
  animation: f2Key33 1s forwards !important;
}
@keyframes f2Key1 {
  0% {
    transform: rotate(25deg) scale(0);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes f2Key3 {
  0% {
    transform: rotate(25deg) scale(0);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes f2Key2 {
  0% {
    transform: translateX(-21vw) rotate(0) scale(0);
  }
  100% {
    transform: translateX(0vw) rotate(0deg) scale(1);
  }
}
@keyframes f2Key4 {
  0% {
    transform: translateX(-10vw) rotate(0) scale(0);
  }
  100% {
    transform: translateX(0vw) rotate(0deg) scale(1);
  }
}
@keyframes f2Key11 {
  0% {
    transform: rotate(-5deg) translateY(-1vw) translateX(0);
  }
  100% {
    transform: rotate(-5deg) translateY(-1vw) translateX(-22vw);
  }
}
@keyframes f2Key33 {
  0% {
    transform: rotate(5deg) translateY(1vw) translateX(-21vw);
  }
  100% {
    transform: rotate(5deg) translateY(1vw) translateX(1vw);
  }
}
.index .homeSwiper .swiper-slide .f2 .more {
  width: 14vw;
  height: 3vw;
  background: url('../image/index16_1.png') center no-repeat;
  background-size: contain !important;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  display: block;
  bottom: 5.5vw;
  left: 42.5vw;
  color: white;
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  line-height: 3vw;
  transition: 0.5s all;
}
.index .homeSwiper .swiper-slide .f2 .more:hover {
  letter-spacing: 0.4vw;
}
.index .homeSwiper .swiper-slide .f3 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f3 .more {
  width: 14vw;
  height: 3vw;
  background: url('../image/more.png') center no-repeat;
  background-size: contain !important;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  display: block;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  line-height: 3vw;
  transition: 0.5s all;
}
.index .homeSwiper .swiper-slide .f3 .more:hover {
  letter-spacing: 0.4vw;
}
.index .homeSwiper .swiper-slide .f3 .text {
  width: 22vw;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .homeSwiper .swiper-slide .f4 {
  width: 100%;
  height: 100vh;
  background: url('../image/index18.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
}
.index .homeSwiper .swiper-slide .f4 .left {
  width: 50vw;
  display: flex;
}
.index .homeSwiper .swiper-slide .f4 .left .imgBox {
  position: absolute;
  transform: translate(-10%, -70%);
  left: 10%;
  top: 70%;
}
.index .homeSwiper .swiper-slide .f4 .left .imgBox .img {
  width: 17vw;
  margin-bottom: 1vw;
}
.index .homeSwiper .swiper-slide .f4 .left .f4Swiper {
  width: 18vw;
  margin-left: 28vw;
}
.index .homeSwiper .swiper-slide .f4 .left .f4Swiper .swiper-slide {
  width: 17vw !important;
  height: 26vw !important;
  border: 8px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f4 .right {
  width: 50vw;
}
.index .homeSwiper .swiper-slide .f4 .right .img {
  width: 40vw;
  position: absolute;
  transform: translate(-90%, -50%);
  left: 90%;
  top: 50%;
}
.index .homeSwiper .swiper-slide .f4 .right .img .more {
  width: 14vw;
  height: 3vw;
  background: url('../image/more.png') center no-repeat;
  background-size: contain !important;
  margin: 0 auto;
  position: relative;
  top: 3vw;
  z-index: 9;
  display: block;
  color: white;
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  line-height: 3vw;
  transition: 0.5s all;
}
.index .homeSwiper .swiper-slide .f4 .right .img .more:hover {
  letter-spacing: 0.4vw;
}
.index .homeSwiper .swiper-slide .f5 {
  width: 100%;
  height: 100vh;
  background: url('../image/index25.jpg') center no-repeat;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f5 .f5Box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding-top: 17vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .item {
  color: white;
  display: inline-block;
  text-align: center;
  margin: 0 3vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .item .img {
  width: 22vw;
  height: 14vw;
  background-size: cover !important;
  border: 8px solid rgba(255, 255, 255, 0.5);
  transition: 1s all;
  transform: scale(0);
}
.index .homeSwiper .swiper-slide .f5 .f5Box .item .active {
  transform: scale(1);
}
.index .homeSwiper .swiper-slide .f5 .f5Box .item .name {
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  margin-top: 3vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .item:hover .img {
  transform: scale(1.2);
}
.index .homeSwiper .swiper-slide .f5 .text {
  color: white;
  text-align: center;
  font-size: 0.9vw;
  line-height: 1.7;
  margin: 1.5vw auto;
}
.index .homeSwiper .swiper-slide .f5 .more {
  width: 14vw;
  height: 3vw;
  background: url('../image/index16_1.png') center no-repeat;
  background-size: contain !important;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  display: block;
  color: white;
  text-align: center;
  font-family: almm;
  font-size: 1.5vw;
  line-height: 3vw;
  transition: 0.5s all;
}
.index .homeSwiper .swiper-slide .f5 .more:hover {
  letter-spacing: 0.4vw;
}
.index .homeSwiper .swiper-slide .f6{
  width: 100%;
  height: 100vh;
  background: url('../image/img50.jpg') center no-repeat;
  background-size: cover !important;
  padding-top: 7vw;
}
.index .homeSwiper .swiper-slide .f6 .titImg{
  width: 15vw;
  margin: 0 auto 2vw auto;
}
.index .homeSwiper .swiper-slide .f6 .f3Item {
  width: 100%;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Img {
  width: 32vw;
  height: 32vw;
  background: url('http://xixiaochuan.ishutime.com/resources/assets/images/img10.png') center no-repeat;
  background-size: cover !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text {
  width: 100%;
  display: flex;
  position: relative;
  top: 3vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left {
  width: 50%;
  margin-left: 8vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item {
  display: inline-block;
  margin-bottom: 5vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item .text {
  display: inline-block;
  float: left;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item .text .t {
  color: #d54b21;
  font-family: almm;
  font-size: 1.5vw;
  text-align: right;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item .text .des {
  color: #3b3b3b;
  font-size: 0.9vw;
  margin-top: 0.5vw;
  line-height: 1.7;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item .text .des span {
  color: #d54b21;
  font-size: 1vw;
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item .icon {
  width: 5vw;
  display: inline-block;
  margin-left: 2vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item:nth-child(1) {
  margin-left: 3vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item:nth-child(2) {
  margin-left: 2vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left .item:nth-child(3) {
  margin-left: 3vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right {
  width: 50%;
  margin-left: 13vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item {
  display: inline-block;
  margin-bottom: 5vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text {
  width: 24vw;
  display: inline-block;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .t {
  color: #d54b21;
  font-family: almm;
  font-size: 1.5vw;
  text-align: left;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .des {
  color: #3b3b3b;
  font-size: 0.9vw;
  margin-top: 0.5vw;
  line-height: 1.7;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .des span {
  color: #d54b21;
  font-size: 1vw;
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .icon {
  width: 5vw;
  display: inline-block;
  float: left;
  margin-right: 2vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item:nth-child(2) {
  margin-left: 3.5vw;
  position: relative;
  top: -1.5vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item:nth-child(2) .text {
  width: 20vw;
}
.index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item:nth-child(3) {
  position: relative;
  top: -2vw;
}

.index .homeSwiper .swiper-slide:last-child {
  height: auto;
}
.index .homeSwiper .homeSwiper-pagination {
  bottom: 40vh;
  right: 3vw;
  top: inherit;
}
.index .homeSwiper .homeSwiper-pagination .swiper-pagination-bullet-active {
  background: #0774b9;
}
.index .homeSwiper{
  position: relative;
}
.index-swiper-next {
    position: absolute;
    text-align: center;
    bottom: 5%;
    width: 100%;
    cursor: pointer;
}
.index-swiper-next img{
  width: 50px;
  display: inline-block;
    animation: imgKey 3s linear infinite;
}
.nav-pc-top-close  .active span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(45deg);
}
.nav-pc-top-close  .active span:nth-child(2) {
    width: 0px;
}
.nav-pc-top-close .active span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-45deg);
}
.nav-pc-top-close{
  cursor: pointer;
  margin-top: 15px;
  margin-left: 10px;
}
.nav-pc-top{
  position: fixed;
  width: 25%;
  height: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
  width: 0px;
  transition: width 0.5s,opacity 1s;
  opacity: 0;
}
.index-cont1{
    width: 100%;
    height: 100vh;
  background: url(../img/index_02.png)top/cover;
}
.index-cont2{
    width: 100%;
    height: 100vh;
  background: url(../img/index2_02.png)top/cover;
  padding-top: 10%;
}
.index-cont3{
    width: 100%;
    height: 100vh;
  background: url(../img/indexbg3_02.png)top/cover;
  padding-top: 10%;
}
.index-cont4{
    width: 100%;
    height: 100vh;
  background: url(../img/indbg_02.png)top/cover;
  padding-top: 10%;
}
.index-cont5{
    width: 100%;
    height: 100vh;
  background: url(../img/newbg_02.png)top/cover;
  padding-top: 30px;
}
.index-cont6{
    width: 100%;
    height: 100vh;
  background: url(../img/index6_06.png)top/cover;
  padding-top: 5%;
}
.index-new-cont{
}
.index-cont4-cont{
  margin-top: 100px;
}
.index-cont4-cont-container{
  margin-top: 100px;
}
.index-new-cont{
  margin-top: 60px;
  margin-bottom:70px;
}
.index-cont6-cont{
  margin-top: 60px;
  margin-bottom: 50px;
  height: 350px;
  background: #e9e9e9;
}
.index-cont6-map{
  width: 70%;
  display: inline-block;
  float: left;
  height: 100%
}
.index-cont6-map iframe{
  width: 100%;
  height: 100%;
  border: none;
}
.index-cont6-text{
  width: 30%;
  display: inline-block;
  float: left;
  height: 100%;
  padding:20px;
  box-sizing: border-box;
}
.index-cont6-list{
  margin-bottom: 20px;
}
.index-cont6-list .thumbs{
  display: inline-block;
  float: left;
  padding-top: 5px;
  width: 10%;
  box-sizing: border-box;
}
.index-contract-info{
  text-align: center;
  font-size: 16px;
  color: #5f5f5f;
}
.index-cont6-list .thumbs img{
  max-width: 70%;
}
.index-contact-wx{

}
.index-contact-wx div{
  text-align: center;
}
.index-contact-wx div img{
  max-width: 50%;
  display: inline-block;
}
.index-contact-wx p{
  font-size: 14px;
  color: #949494;
  margin-top: 10px;
  text-align: center;
  margin-top: 15px;
}
.index-cont6-list .desc{
  font-size: 16px;
  color: #363636;
  display: inline-block;
  float: left;
  width: 80%;
}
.index-new-list{
  width: 48%;
  float: left;
  display: inline-block;
  margin-top: 40px;
  background: #fff;
  box-sizing: border-box;
  padding:5px;
}
.index-new-list:nth-child(1){
  margin-right: 4%;
}
.index-new-list:nth-child(3){
  margin-right: 4%;
}
.index-new-list:nth-child(5){
  margin-right: 4%;
}
.index-new-list .thumbs{
  width: 30%;
  display: inline-block;
  float: left;
  text-align: left;
}
.index-new-list .thumbs img{
  max-width: 90%;
}
.index-new-list .desc{
  width: 70%;
  display: inline-block;
  float: left;
}
.index-new-list .desc p:nth-child(1){
  font-size: 18px;
  color: #494949;
}
.index-new-list .desc p:nth-child(2){
  margin:10px 0;
  font-size: 16px;
  color: #848484;
}
.index-new-list .desc p:nth-child(3){
  font-size: 16px;
  color: #848484;
}
.index-cont4-cont-container .swiper-slides{
  padding:10px 25px;
  box-sizing: border-box;
  width: 20%;
  float: left;
  display: inline-block;
  border:1px dashed #e8bcba;
  transition: all 0.5s;
  margin-top: -1px;
  margin-left: -1px;
  height: 120px;
  box-sizing: border-box;
}
.index-cont4-cont-container .swiper-slides:hover{
  background: rgba(7, 116, 185, 0.3);
}
.index-cont4-cont-container .swiper-slides img{
  max-width: 100%;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 1s;
}
.index-cont4-cont-container .swiper-slides:hover img{
  filter: grayscale(0%);
}
.index-cont4-cont-container .swiper-slides:nth-child(1){
  border-top: none;
  border-left: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(2){
  border-top: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(3){
  border-top: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(4){
  border-top: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(5){
  border-top: none;
  border-right: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(11){
  border-bottom: none;
  border-left: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(12){
  border-bottom: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(13){
  border-bottom: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(14){
  border-bottom: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(15){
  border-bottom: none;
  border-right: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(6){
  border-left: none;
}
.index-cont4-cont-container .swiper-slides:nth-child(10){
  border-right: none;
}
.index-cont3-list{
  width: 32%;
  display: inline-block;
  float: left;
}
.index-cont3-list .thumbs{
  position: relative;
  overflow: hidden;
}
.index-cont3-list .thumbs img{
  display: block;
  width: 100%;
  transition: all 1s;
}
.index-cont3-list .cont3-desc{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: -50px;
  background: rgba(7, 116, 185, 0.8);
  padding:40px 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 1s;
  overflow: hidden;
}
.index-cont3-list:hover .cont3-desc{
  opacity: 1;
  top: 0px;
  left: 0px;
}
.index-cont3-list:hover img{
  transform: scale(1.1);
}
.index-cont3-list .cont3-desc p:nth-child(1){
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.index-cont3-list .cont3-desc p:nth-child(2){
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.index-cont3-list .title{
  font-size: 24px;
  color: #0d0300;
  font-weight: bold;
  padding:20px 0;
}
.index-cont3-list:nth-child(2){
  margin:0 2%;
}
.index-list-title{

}
.index-cont2-cont{
  margin-top: 80px;
  margin-bottom: 60px;
}
.index-cont2-list{
  width: 21.2%;
  margin-right: 5%;
  padding:50px 30px 90px 30px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.index-cont2-list:nth-child(4){
  margin-right: 0px;
}
.index-cont2-list div:nth-child(1){
  text-align: center;
}
.index-cont2-list div:nth-child(1) img{
  width: auto;
  display: inline-block;
}
.index-cont2-list div:nth-child(2){
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.index-cont2-list div:nth-child(3){
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
}
.index2-bg1{
  background: #abedd8;
  transition: all 0.5s;
}
.index2-bg1:hover{
  border-radius: 5px;
  box-shadow: 0 0 10px #abedd8;
}
.index2-bg2{
  background: #46cdcf;
}
.index2-bg2:hover{
  border-radius: 5px;
  box-shadow: 0 0 10px #46cdcf;
}
.index2-bg3{
  background: #3d84a8;
}
.index2-bg3:hover{
  border-radius: 5px;
  box-shadow: 0 0 10px #3d84a8;
}
.index2-bg4{
  background: #48466d;
}
.index2-bg4:hover{
  border-radius: 5px;
  box-shadow: 0 0 10px #48466d;
}
.index-list-title p:nth-child(1){
  font-size: 36px;
  color: #0774b9;
  text-align: center;
}
.index-list-title p:nth-child(2){
    font-size: 16px;
    color: #968888;
    text-align: center;
    margin:5px 0;
}
.index-list-title p:nth-child(3){
  text-align: center;
}
.index-list-title p:nth-child(3) span{
  width: 400px;
  height: 1px;
  background: #b6adad;
  display: inline-block;
  position: relative;
}
.index-list-title p:nth-child(3) span i{
  position: absolute;
  width: 70px;
  height: 3px;
  background: #0774b9;
  left: 50%;
  margin-left: -35px;
  top: -1px;
}
.w1200{
  width: 1200px;
  margin:0 auto;
}
.index-cont1{
  padding-top: 20vh;
}
.index-cont1-cont{
  font-size: 16px;
  color: #5b5757;
  line-height: 2;
  margin-top: 80px;
  margin-bottom: 80px;
}
.index-cont1-more{
  text-align: center;
}
.index-cont1-more a{
  font-size: 16px;
  color: #5b5757;
  padding:10px 40px;
  border:1px solid #5b5757;
}
.nav-pc-top ul{
  padding-top: 20%;
}
.nav-pc-top ul li{
  text-align: center;
  font-size: 18px;
  color: #e3e3e3;
  font-weight: bold;
  padding:20px 10px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.nav-pc-top ul li:hover{
  background: #0774b9;
}
.nav-pc-top ul li:hover a{
  color: #fff;
}
.index-nav-menu{
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 0vw;
}
.sp_nav {
}
.index-nav-menu .menu{
  font-size: 16px;
  color: #464646;
  text-transform: uppercase;
  padding-right: 20px;
  position: absolute;
  right: 30px;
  top: 12px;
}
.sp_nav span {
    display: block;
    background: #464646;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease .35s;
}
.sp_nav span:nth-of-type(1) {
    top: 15px;
}
.sp_nav span:nth-of-type(2) {
    top: 22px;
}
.sp_nav span:nth-of-type(3) {
    top: 30px;
}
.about {
  background: #ede3d9;
}
.about .f1 {
  width: 100%;
  display: flex;
  padding-top: 8vw;
}
.about .f1 .f1Img {
  width: 100%;
  position: absolute;
  top: 0;
}
.about .f1 .left {
  width: 60vw;
  height: 53.5vw;
  position: relative;
  margin-left: 48vw;
}
.about .f1 .left .textBox {
  width: 45vw;
  padding-left: 8vw;
  padding-top: 5vw;
}
.about .f1 .left .textBox .titImg {
  width: 15vw;
  margin-bottom: 3vw;
}
.about .f1 .left .textBox .des {
  color: #000000;
  line-height: 2;
  font-size: 0.9vw;
  text-align: justify;
}
.about .f1 .left .textBox .des p {
  margin-bottom: 2vw;
}
.about .f1 .left .infoImg {
  width: 60vw;
  margin-top: 3.5vw;
}
.about .f1 .left .infoImg1 {
  width: 6vw;
  position: absolute;
  top: 15vw;
  left: 52vw;
}
.about .f1 .right {
  width: 40vw;
}
.about .f1 .right .img {
  width: 100%;
  height: 50vw;
  background-size: cover !important;
}
.about .f2 {
  width: 100%;
  height: 80vw;
  background: url('../image/img7.jpg') center no-repeat;
  background-size: cover !important;
  padding: 4vw 8vw 0 8vw;
}
.about .f2 .titImg {
  width: 15vw;
  margin: 0 auto;
}
.about .f2 .lc {
  width: 55vw;
  height: 45vw;
  background: url('../image/img5.png') center no-repeat;
  background-size: contain !important;
}
.about .f2 .lc .item {
  width: 10vw;
  position: relative;
  display: flex;
  cursor: pointer;
}
.about .f2 .lc .item .icon {
  width: 1vw;
  height: 1vw;
}
.about .f2 .lc .item .name {
  font-family: almm;
  color: #ede3d9;
  font-size: 1vw;
  margin-left: 0.5vw;
}
.about .f2 .lc .item1 {
  top: 1vw;
  left: 0.5vw;
}
.about .f2 .lc .item2 {
  display: block;
  top: 11.8vw;
  margin-left: 17vw;
}
.about .f2 .lc .item2 .name {
  margin-left: -3vw;
  margin-top: 0.5vw;
}
.about .f2 .lc .item3 {
  top: 28vw;
  left: 18vw;
}
.about .f2 .lc .item3 .name {
  margin-right: 0.5vw;
}
.about .f2 .lc .item4 {
  top: 28vw;
  left: 50vw;
}
.about .f2 .lc .textBox {
  position: absolute;
  width: 45vw;
  display: inline-block;
  padding: 0.5vw;
  margin-left: 9vw;
  margin-top: -5vw;
  transition: 1.5s all;
}
.about .f2 .lc .textBox .name {
  font-size: 1.8vw;
  font-family: almm;
  color: #d54b21;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-stroke-width: 1px;
  text-stroke-color: black;
}
.about .f2 .lc .textBox .des {
  width: 38vw;
  display: inline-block;
  color: #eeddd3;
  font-size: 0.85vw;
  padding: 0.5vw;
  line-height: 1.7;
  transition: 1.5s all;
}
.about .f2 .lcActive {
  width: 55vw;
  height: 45vw;
  background: url('../image/img6.png') center no-repeat;
  background-size: contain !important;
  position: absolute;
  clip: rect(0px, 55vw, 0, 0px);
  transition: 1.5s all;
}
.about .f3 {
  width: 100%;
  padding: 0 8vw;
  position: relative;
  margin-top: -20vw;
}
.about .f3 .titImg {
  width: 15vw;
  margin: 0 auto;
}
.about .f3 .f3Box {
  display: flex;
  padding: 5vw 0;
}
.about .f3 .f3Box .item {
  width: 40vw;
  height: 24vw;
  position: relative;
  overflow: hidden;
}
.about .f3 .f3Box .item .imgBox {
  width: 40vw;
  height: 24vw;
  overflow: hidden;
}
.about .f3 .f3Box .item .imgBox .img {
  width: 40vw;
  height: 24vw;
  background-size: cover !important;
  transition: 0.5s all;
}
.about .f3 .f3Box .item .imgBox .text {
  width: 100%;
  position: absolute;
  z-index: 9;
}
.about .f3 .f3Box .item .imgBox .text p {
  font-family: almm;
  color: #000000;
  font-size: 1.2vw;
  padding: 2vw;
  position: relative;
}
.about .f3 .f3Box .item .imgBox .text p span {
  font-size: 2.2vw;
}
.about .f3 .f3Box .item .imgBox .text::before {
  content: '';
  position: absolute;
  width: 42vw;
  height: 8vw;
  margin-left: -1vw;
  margin-top: -2.5vw;
  background: #d54b21;
  transform: rotate(-5deg);
}
.about .f3 .f3Box .item:first-child {
  margin-right: 4vw;
}
.about .f3 .f3Box .item:hover .imgBox .img {
  transform: scale(1.1);
}

.about .imga {
  width: 100%;
  position: absolute;
  margin-top: -10vw;
}
.record {
  background: #ede3d9;
}
.record .f1 {
  width: 100%;
  padding-top: 8vw;
}
.record .f1 .titImg {
  width: 20vw;
  margin: 0 auto;
}
.record .f1 .t8Img {
  width: 80vw;
  position: absolute;
  left: 10%;
  margin-top: 5vw;
}
.record .f1 .f1Tab {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 2vw auto;
}
.record .f1 .f1Tab .item {
  width: 3vw;
  height: 3vw;
  display: inline-block;
  text-align: center;
  margin: 0 1vw;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.5s all;
}
.record .f1 .f1Tab .item.active {
  opacity: 1;
}
.record .f1 .f1Tab .item:hover {
  opacity: 1;
}
.record .f1 .f1Box {
  width: 100%;
  height: 40vw;
  overflow: hidden;
}
.record .f1 .f1Box .f1boxs {
  width: 100%;
}
.record .f1 .f1Box .f1boxs .rotating-slider {
  width: 100%;
  position: absolute;
  left: 47%;
  margin: 0 auto;
}
.record .f1 .f1Box .f1boxs .rotating-slider ul.slides li {
  position: absolute;
  left: 50%;
}
.record .f1 .f1Box .f1boxs .rotating-slider ul.slides li .img {
  border: 5px solid #d54b21;
  width: 17vw;
  height: 26vw;
  background-size: cover !important;
}
.record .f1 .f1Box .f3Swiper {
  width: 100%;
  margin-top: 8vw;
}
.record .f1 .f1Box .f3Swiper .swiper-wrapper {
  transition-property: none;
  transition: 0.5s all;
}
.record .f1 .f1Box .f3Swiper .swiper-slide {
  width: 17vw;
  height: 25vw;
  border-radius: 3px;
  overflow: hidden;
  background: white;
  border: 3px solid #d54b21;
}
.record .f1 .f1Box .f3Swiper .swiper-slide .img {
  width: 17vw;
  height: 26vw;
  background-size: cover !important;
}
.record .f1 .f1Box .textBox {
  text-align: center;
  position: relative;
  margin-top: 30vw;
}
.record .f1 .f1Box .textBox .t {
  font-family: almm;
  font-size: 1.5vw;
  color: #d14a21;
}
.record .f1 .f1Box .textBox .d {
  font-weight: bold;
  color: #3a3a3a;
  font-size: 1vw;
  margin-top: 0.5vw;
}
.record .f1 .t9Img {
  width: 100%;
  position: absolute;
  margin-top: -10vw;
}
.record .f2 {
  width: 100%;
  height: 40vw;
  padding: 4vw 8vw;
  position: relative;
  background-color: #d54c22;
}
.record .f2 .t10Img {
  width: 40vw;
  position: absolute;
  left: 30%;
  margin-top: 8.7vw;
}
.record .f2 .titImg {
  width: 16vw;
  margin: 0 auto;
}
.record .f2 .f2Img {
  width: 40vw;
  position: absolute;
  left: 50%;
  margin-top: -3vw;
  transform: translate(-50%, 0);
}
.record .f2 .f2Box {
  width: 100%;
  display: flex;
  margin-top: 5vw;
  position: relative;
  z-index: 1;
}
.record .f2 .f2Box .item .text {
  text-align: center;
  color: white;
  margin-bottom: 1vw;
}
.record .f2 .f2Box .item .text .t {
  font-size: 2vw;
  font-weight: bold;
}
.record .f2 .f2Box .item .text .d {
  font-family: almm;
  font-size: 1.2vw;
  margin: 1vw 0;
}
.record .f2 .f2Box .item .text .s {
  font-size: 0.9vw;
}
.record .f2 .f2Box .item:nth-child(2) {
  margin: 0 6vw;
}
.record .f2 .f3Img {
  width: 30vw;
  position: absolute;
  right: 10vw;
  margin-top: -6vw;
}
.record .f3 {
  width: 100%;
  padding-top: 20vw;
}
.record .f3 .t11Img {
  width: 100%;
  position: absolute;
  margin-top: -20vw;
}
.record .f3 .titImg {
  width: 20vw;
  margin: 0 auto;
}
.record .f3 .f3jz {
  width: 70vw;
  margin-top: 4vw;
}
.record .f3 .f3award {
  position: absolute;
  right: 10vw;
  color: #bc965a;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  margin-top: 15vw;
}
.record .f3 .f3award .item {
  width: 15vw;
  margin-bottom: 1.5vw;
}
.record .f3 .f3award .item .year {
  font-size: 0.85vw;
}
.record .f3 .f3award .item::before {
  content: '';
  width: 2vw;
  height: 3vw;
  position: absolute;
  left: 0;
  background: url('../image/img18.png') center no-repeat;
  background-size: contain !important;
}
.record .f3 .f3award .item::after {
  content: '';
  width: 2vw;
  height: 3vw;
  position: absolute;
  right: 0;
  transform: rotateY(180deg);
  margin-top: -2.5vw;
  background: url('../image/img18.png') center no-repeat;
  background-size: contain !important;
}
.food {
  background: #ede3d9;
}
.food .f1 {
  width: 100%;
  height: 100vh;
  padding-top: 6vw;
}
.food .f1 .titImg {
  width: 20vw;
  margin: 0 auto;
}
.food .f1 .text {
  padding-left: 8vw;
  margin-top: 2vw;
  position: absolute;
}
.food .f1 .text img {
  width: 23vw;
}
.food .f1 .text .des {
  font-family: almm;
  color: #444444;
  font-size: 1.5vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.food .f1 .imgBox .img1 {
  width: 13vw;
  top: 6vw;
  left: 0;
  position: absolute;
}
.food .f1 .imgBox .img2 {
  width: 10vw;
  position: absolute;
  left: 12vw;
  top: 35vw;
}
.food .f1 .imgBox .img3 {
  width: 12vw;
  right: 15vw;
  position: absolute;
  top: 15vw;
}
.food .f1 .imgBox .img4 {
  position: absolute;
  width: 22vw;
  right: 0;
  bottom: 0;
}
.food .f1 .imgBox .img5 {
  width: 87vw;
  position: absolute;
  left: 6%;
  top: 40%;
  pointer-events: none;
}
.food .f1 .f1Item {
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}
.food .f1 .f1Item .left {
  width: 50vw;
  background: #ede3d9;
}
.food .f1 .f1Item .right {
  width: 50vw;
  background: #f4ebe3;
}
.food .f1 .f1Box {
  width: 33vw;
  height: 33vw;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  display: flex;
  overflow: hidden;
}
.food .f1 .f1Box .imgBox {
  width: 33vw;
  height: 33vw;
  background-size: cover !important;
}
.food .f2 {
  width: 100%;
  display: flex;
}
.food .f2 .infoImg {
  width: 80%;
  position: absolute;
  margin-left: 10%;
  margin-top: 20vw;
}
.food .f2 .left {
  width: 50vw;
  height: 50vw;
  transition: 0.5s all;
}
.food .f2 .left .img {
  width: 50vw;
  height: 50vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  filter: brightness(100%);
}
.food .f2 .left:hover .img {
  filter: brightness(150%);
}
.food .f2 .right {
  width: 50vw;
  height: 50vw;
  background: #d54c22;
  padding: 4vw;
}
.food .f2 .right .titImg img {
  width: 15vw;
  margin: 0 auto;
}
.food .f2 .right .titImg p {
  color: #ede3d9;
  font-family: almm;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 1vw;
}
.food .f2 .right .foodSwiper {
  width: 100%;
  height: 33vw;
}
.food .f2 .right .foodSwiper .swiper-slide {
  width: 12vw;
  height: 12vw;
  margin-top: 3vw;
}
.food .f2 .right .foodSwiper .swiper-slide .imgBox {
  width: 12vw;
  height: 12vw;
  overflow: hidden;
  border-radius: 50%;
}
.food .f2 .right .foodSwiper .swiper-slide .imgBox .img {
  width: 12vw;
  height: 12vw;
  background-size: cover !important;
}
.food .f2 .right .foodSwiper .swiper-pagination-bullet {
  background: #ede3d9;
}
.food .f2 .right .foodSwiper .swiper-pagination-bullet-active {
  width: 2vw;
  border-radius: 3px;
}
.food .f3 {
  width: 100%;
  display: flex;
}
.food .f3 .infoImg {
  width: 80%;
  position: absolute;
  margin-left: 10%;
  margin-top: 20vw;
}
.food .f3 .left {
  width: 50vw;
  height: 50vw;
}
.food .f3 .left .img {
  width: 50vw;
  height: 50vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  filter: brightness(100%);
}
.food .f3 .left:hover .img {
  filter: brightness(150%);
}
.food .f3 .right {
  width: 50vw;
  height: 50vw;
  background: #ede3d9;
  padding: 4vw;
}
.food .f3 .right .titImg img {
  width: 20vw;
  margin: 0 auto;
}
.food .f3 .right .titImg p {
  /*color: #ede3d9;*/
  font-family: almm;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 1vw;
}
.food .f3 .right .foodSwiper {
  width: 100%;
  height: 33vw;
}
.food .f3 .right .foodSwiper .swiper-slide {
  width: 12vw;
  height: 12vw;
  margin-top: 3vw;
}
.food .f3 .right .foodSwiper .swiper-slide .imgBox {
  width: 12vw;
  height: 12vw;
  overflow: hidden;
  border-radius: 50%;
}
.food .f3 .right .foodSwiper .swiper-slide .imgBox .img {
  width: 12vw;
  height: 12vw;
  background-size: cover !important;
}
.food .f3 .right .foodSwiper .swiper-pagination-bullet {
  background: #ede3d9;
}
.food .f3 .right .foodSwiper .swiper-pagination-bullet-active {
  width: 2vw;
  border-radius: 3px;
}
.store {
  background: #ede3d9;
}
.store .f1 {
  width: 100%;
  padding-top: 6vw;
  background: #ede3d9;
  position: relative;
  z-index: 2;
  top: 0;
}
.store .f1 .titImg {
  width: 15vw;
  margin: 0 auto;
}
.store .f1 .f1Box {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.store .f1 .f1Box .left {
  width: 52vw;
  padding-left: 5vw;
  display: inline-block;
  float: left;
  position: sticky;
  top: 5vw;
}
.store .f1 .f1Box .left .info1 {
  position: absolute;
  width: 40vw;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.store .f1 .f1Box .left .img {
  width: 40vw;
  height: 43vw;
  margin: 0 2vw;
  background-size: cover !important;
  display: inline-block;
}
.store .f1 .f1Box .left .info2 {
  width: 1vw;
  color: #d54c22;
  font-family: almm;
  font-size: 1.5vw;
  display: inline-block;
  position: relative;
  top: -3vw;
}
.store .f1 .f1Box .right {
  width: 30vw;
  margin-left: 16vw;
  display: inline-block;
}
.store .f1 .f1Box .right .img {
  max-width: 24vw;
  margin-bottom: 2vw;
}
.store .f1 .f1Box .right .img img {
  width: auto;
  height: auto;
  transition: 0.3s all;
}
.store .f1 .f1Box .right .img:hover img {
  filter: brightness(130%);
}
.store .f2 {
  width: 100%;
  position: relative;
  background: #d54c22;
  z-index: 2;
}
.store .f2 .t5Img {
  width: 100%;
  position: absolute;
}
.store .f2 .titImg {
  width: 15vw;
  margin: 0 auto;
  position: relative;
  top: 6vw;
}
.store .f2 .f1Box {
  width: 100%;
  display: inline-block;
  margin-top: 9vw;
}
.store .f2 .f1Box .left {
  width: 52vw;
  padding-left: 3vw;
  display: inline-block;
  float: left;
  position: sticky;
  top: 5vw;
}
.store .f2 .f1Box .left .info1 {
  width: 1.5vw;
  display: inline-block;
}
.store .f2 .f1Box .left .img {
  width: 40vw;
  height: 43vw;
  margin: 0 2vw;
  background-size: cover !important;
  display: inline-block;
  transition: 0.3s all;
}
.store .f2 .f1Box .left .img:hover{
  filter: brightness(130%);
}
.store .f2 .f1Box .left .info2 {
  width: 1vw;
  color: #ede3d9;
  font-family: almm;
  font-size: 1.5vw;
  display: inline-block;
  position: relative;
  top: -3vw;
}
.store .f2 .f1Box .right {
  width: 30vw;
  margin-left: 16vw;
  display: inline-block;
}
.store .f2 .f1Box .right .img {
  max-width: 24vw;
  margin-bottom: 2vw;
}
.store .f2 .f1Box .right .img img {
  width: auto;
  height: auto;
  transition: 0.3s all;
}
.store .f2 .f1Box .right .img p {
  color: #ede3d9;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.store .f2 .f1Box .right .img:hover img {
  filter: brightness(130%);
}
.store .f3 {
  width: 100%;
  height: 57vw;
  position: relative;
  background: url('../image/img36.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 0;
  z-index: 3;
}
.store .f3 .titImg {
  width: 15vw;
  margin: 0 auto 5vw auto;
  text-align: center;
}
.store .f3 .titImg p {
  color: #d54c22;
  font-size: 1.5vw;
  font-family: almm;
  margin-top: 0.5vw;
}
.store .f3 .f3Swiper1 {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-top: 2vw;
}
.store .f3 .f3Swiper1 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.store .f3 .f3Swiper1 .swiper-slide {
  width: 24vw;
  height: 15vw;
}
.store .f3 .f3Swiper1 .swiper-slide .imgBox {
  width: 100%;
  height: 15vw;
}
.store .f3 .f3Swiper1 .swiper-slide .imgBox .img {
  width: 24vw;
  height: 15vw;
  background-size: cover !important;
}
.store .f3 .f3Swiper1 .swiper-slide .imgBox .text {
  width: 100%;
  color: #ffffff;
  font-size: 0.9vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 1vw 0;
  position: absolute;
  margin-top: -3vw;
}
.store .f4 {
  width: 100%;
  padding: 5vw 8vw 10vw 8vw;
}
.store .f4 .titImg {
  width: 15vw;
  margin: 0 auto;
}
.store .f4 .infoImg {
  width: 82vw;
  position: absolute;
  margin-top: 0vw;
}
.store .f4 .select-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 4vw;
  padding-right: 2vw;
  position: relative;
}
.store .f4 .select-box .item {
  width: 14vw;
  height: 3vw;
  background-color: #d54c22;
  border-radius: 3px;
  display: inline-block;
  margin: 0 1vw;
  padding: 0 1vw;
}
.store .f4 .select-box .item select {
  width: 12vw;
  height: 3vw;
  background-color: #d54c22;
  border: transparent;
  outline: none;
  color: #ede3d9;
  font-size: 0.9vw;
}
.store .f4 .f4Swiper {
  width: 100%;
  height: 13vw;
  margin-top: 5vw;
}
.store .f4 .f4Swiper .swiper-slide .textBox {
  width: 25vw;
  height: 10vw;
  border: 2px solid #d54c22;
  padding: 2vw;
}
.store .f4 .f4Swiper .swiper-slide .textBox .name {
  color: #2b2b2b;
  font-size: 1.2vw;
  font-weight: bold;
}
.store .f4 .f4Swiper .swiper-slide .textBox .phone {
  color: #393939;
  font-size: 0.9vw;
  margin-top: 1vw;
}
.store .f4 .f4Swiper .swiper-slide .textBox .phone i {
  color: #d54c22;
  border-right: 1px solid #d54c22;
  padding-right: 0.5vw;
  margin-right: 0.5vw;
}
.store .f4 .f4Swiper .swiper-slide .textBox .address {
  color: #393939;
  font-size: 0.9vw;
  margin-top: 1.5vw;
  line-height: 1.7;
}
.store .f4 .f4Swiper .swiper-slide .textBox .address i {
  color: #d54c22;
  border-right: 1px solid #d54c22;
  padding-right: 0.5vw;
  margin-right: 0.5vw;
}
.store .f4 .f4Swiper .swiper-pagination-bullet {
  background: #d54c22;
  opacity: 1;
}
.store .f4 .f4Swiper .swiper-pagination-bullet-active {
  width: 2vw;
  border-radius: 5px;
}
.store .f4 .t7Img {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -3vw;
}
.store .show {
  position: fixed;
  top: 0;
}
.cooperation {
  background: #ede3d9;
}
.cooperation .f1 {
  width: 100%;
  padding-top: 8vw;
}
.cooperation .f1 .titImg {
  width: 20vw;
  margin: 0 auto;
}
.cooperation .f1 .img {
  width: 53vw;
  height: 40vw;
  background-size: cover !important;
  position: absolute;
  right: 0;
  margin-top: 4vw;
}
.cooperation .f1 .info {
  width: 87vw;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.cooperation .f1 .f1Box {
  width: 100%;
  margin-top: 5vw;
  padding-left: 8vw;
  padding-bottom: 5vw;
  position: relative;
}
.cooperation .f1 .f1Box .item {
  width: 46vw;
  padding: 1vw 2vw;
  cursor: pointer;
}
.cooperation .f1 .f1Box .item .t {
  color: #d54b21;
  font-family: almm;
  font-size: 1.2vw;
  transition: 0.3s all;
}
.cooperation .f1 .f1Box .item .d {
  width: 85%;
  color: #3b3b3b;
  font-size: 0.85vw;
  line-height: 1.7;
  transition: 0.3s all;
}
.cooperation .f1 .f1Box .item::before {
  content: '';
  position: absolute;
  width: 9vw;
  height: 7.5vw;
  background: url('../image/img45.png') center no-repeat;
  background-size: contain !important;
  margin-top: -2.4vw;
  margin-left: 38vw;
  opacity: 0;
  transition: 0.3s all;
}
.cooperation .f1 .f1Box .item.active::before {
  opacity: 1;
}
.cooperation .f1 .f1Box .item.active {
  background: url('../image/t2.png') right no-repeat;
  background-size: cover !important;
  border: 5px solid black;
}
.cooperation .f1 .f1Box .item.active .t {
  color: #ede3d9;
}
.cooperation .f1 .f1Box .item.active .d {
  color: #ede3d9;
}
.cooperation .f2 {
  width: 100%;
  height: 57vw;
  position: relative;
  background: url('../image/img46.jpg') center no-repeat;
  background-size: cover !important;
  padding-top: 8vw;
}
.cooperation .f2 .titImg {
  width: 15vw;
  margin: 0 auto;
}
.cooperation .f3 {
  width: 100%;
  padding: 0 0 5vw 0;
}
.cooperation .f3 .t3Img {
  width: 100%;
  position: absolute;
}
.cooperation .f3 .titImg {
  width: 15vw;
  margin: 0 auto;
  position: relative;
  top: 5vw;
  z-index: 1;
}
.cooperation .f3 .info {
  width: 76vw;
  position: absolute;
  left: 12vw;
  margin-top: 3vw;
}
.cooperation .f3 .f3Box {
  width: 100%;
  padding: 3vw 8vw;
  display: flex;
  position: relative;
  margin-top: 5vw;
}
.cooperation .f3 .f3Box .left {
  width: 40vw;
  padding-top: 4vw;
}
.cooperation .f3 .f3Box .left .text .t {
  color: #d14a21;
  font-family: almm;
  font-size: 1.5vw;
}
.cooperation .f3 .f3Box .left .text .t::before {
  content: '';
  position: absolute;
  background: #d54b21;
  width: 25vw;
  height: 1px;
  margin-left: 13vw;
  margin-top: 0.8vw;
}
.cooperation .f3 .f3Box .left .text .phone {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 2vw;
  margin: 0.5vw 0;
}
.cooperation .f3 .f3Box .left .text .address {
  color: #3a3a3a;
  font-size: 0.9vw;
}
.cooperation .f3 .f3Box .left .text img {
  width: 40vw;
  margin-top: 2vw;
}
.cooperation .f3 .f3Box .left .qrcodeBox {
  width: 100%;
  display: flex;
  margin-top: 3vw;
}
.cooperation .f3 .f3Box .left .qrcodeBox .qrcode {
  width: 8vw;
  text-align: center;
  margin-right: 2vw;
}
.cooperation .f3 .f3Box .left .qrcodeBox .qrcode p {
  font-size: 0.85vw;
  margin-top: 0.5vw;
}
.cooperation .f3 .f3Box .right {
  width: 38vw;
  margin-left: 5vw;
}
.cooperation .f3 .f3Box .right .img {
  width: 38vw;
  height: 31vw;
  background-size: cover !important;
}
._toast {
  position: fixed
}

._toast {
  width: 100%;
  height: 50px;
  left: 46%;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

._toast p {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  padding: 10px 20px;
  border: 1px solid #222;
  box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12px;
  left: 0%
}

._toast.success span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
  color: #0fc27c;
  border-color: #0fc27c
}

._toast.error span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
  color: #d81e06;
  border-color: #d81e06
}

._toast.warning span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
  color: #efb336;
  border-color: #efb336
}

._toast.active {
  opacity: 1;
  visibility: visible
}

._toast span {
  display: inline-block;
  font-size: 16px;
  position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
  padding-left: 30px
}

.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 1660px) {
  .index .homeSwiper .swiper-slide .f2 .f2Box {
    transform: translate(-50%, -60%);
    top: 60%;
  }
  .index .homeSwiper .swiper-slide .f2 .more {
    bottom: 7.5vw;
  }
}
@media (max-width: 1440px) {
  .record .f1 .f1Box .f3Swiper {
    margin-top: 10vw;
  }
}
@media (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  .loading .textBox{
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .loading .textBox .img1{
    width: 40vw;
  }
  .loading .textBox .text{
    margin-left: 10%;
  }
  .loading .textBox .text img{
    width: 8vw;
    transform: translateY(-100vw);
  }
  .loading .img2{
    width: 70vw;
    margin: 3vw auto;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img1{
    width: 20vw;
    left: 10vw;
    margin-top: 20vw;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img2{
    width: 25vw;
    margin-top: 49vw;
    left: 0;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxLeft .img3{
    width: 22vw;
    position: absolute;
    margin-top: 70vh;
    left: 5vw;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img1{
    width: 20vw;
    margin-top: 30vw;
    right: 5vw;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img2{
    width: 25vw;
    margin-top: 65vw;
    right: 0;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .imgBoxRight .img3{
    width: 20vw;
    margin-top: 70vh;
    right: 15vw;
  }
  .index .homeSwiper .swiper-slide .f2{
    overflow: hidden;
  }
  .index .homeSwiper .swiper-slide .f2 .bgImg{
    width: 90vw;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .index .homeSwiper .swiper-slide .f2 .titImg{
    width: 35vw;
    margin: 20vw auto 10vw auto;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item .img{
    width: 30vw;
    height: auto;
  }
  .index .homeSwiper .swiper-slide .f2 .more{
    width: 40vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 18px;
    bottom: 10%;
    left: 30vw;
  }
  .index .homeSwiper .swiper-slide .f3 .titImg{
    width: 35vw;
    margin: 0 auto;
    padding-top: 20vw;
  }
  .index .homeSwiper .swiper-slide .f3 .des{
    width: 80%;
    margin: 5vw auto;
  }
  .index .homeSwiper .swiper-slide .f3 .more{
    width: 40vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 18px;
    bottom: 10%;
  }
  .index .homeSwiper .swiper-slide .f3 .text{
    width: 55vw;
    bottom: 3%;
  }
  .about .f1{
    display: block;
  }
  .about .f1 .f1Img{
    top: inherit;
    position: relative;
    margin-top: -50vw;
  }
  .about .f1 .left{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 5vw;
    margin: 0;
  }
  .about .f1 .left .textBox{
    width: 100%;
    padding: 0;
  }
  .about .f1 .left .textBox .titImg{
    width: 35vw;
    margin: 0 auto 3vw auto;
  }
  .about .f1 .left .textBox .des{
    font-size: 14px;
    color: #333333;
  }
  .about .f2{
    height: 160vw;
    padding: 10vw 5vw;
  }
  .about .f2 .titImg{
    width: 35vw;
  }
  .about .f3{
    padding: 10vw 5vw;
    margin-top: 0;
  }
  .about .f3 .titImg{
    width: 35vw;
  }
  .about .f3 .f3Box{
    display: block;
    padding: 5vw 0 0 0;
  }
  .about .f3 .f3Box .item{
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
  }
  .about .f3 .f3Box .item:first-child{
    margin-right: 0;
  }
  .about .f3 .f3Box .item .imgBox{
    width: 100%;
    height: auto;
  }
  .about .f3 .f3Box .item .imgBox .img{
    width: 100%;
    height: 55vw;
  }
  .about .f3 .f3Box .item .imgBox .text::before{
    width: 105%;
    height: 19vw;
    margin-left: -3vw;
    margin-top: -5.5vw;
  }
  .about .f3 .f3Box .item .imgBox .text p{
    font-size: 18px;
    padding: 4vw;
  }
  .about .f3 .f3Box .item .imgBox .text p span{
    font-size: 20px;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item{
    height: auto;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Img{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text{
    display: block;
    padding: 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .left{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right{
    width: 100%;
    margin-left: 0;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item{
    width: 100%;
    margin-left: 0 !important;
    top: inherit !important;
    margin-bottom: 3vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text{
    width: 78vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item:nth-child(2) .text{
    width: 78vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .icon{
    width: 10vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .t{
    font-size: 18px;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .des{
    font-size: 14px;
    margin-top: 1vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f3Item .f3Text .right .item .text .des span{
    font-size: 14px;
  }
  .footer .infoImgs img{
    margin-left: -30vw;
  }
  .footer .tit{
    width: 30vw;
    margin: 10vw auto 0 auto;
  }
  .footer .des{
    font-size: 14px;
    padding: 0 5vw;
    margin: 5vw auto;
  }
  .footer form{
    padding: 0 20vw;
  }
  .footer form .inputBox{
    display: block;
    font-size: 14px;
  }
  .footer form .inputBox .input{
    margin-top: 3vw;
  }
  .footer form .inputBox .input input{
    width: 100%;
    height: 8vw;
    margin-top: 1vw;
    padding: 0 2vw;
  }
  .footer form .textareaBox{
    margin-top: 3vw;
    font-size: 14px;
  }
  .footer form .textareaBox textarea{
    height: 20vw;
    padding: 2vw;
    margin-top: 1vw;
  }
  .footer form .subimt{
    width: 40vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 18px;
  }
  ._toast{
    left: 28%;
  }
  .footer .info{
    padding: 0 5vw;
    font-size: 12px;
    display: block;
  }
  .record .f1 .titImg{
    width: 40vw;
  }
  .record .f1 .t8Img{
    width: 90vw;
    left: 5%;
    margin-top: 15vw;
  }
  .record .f1 .f1Tab{
    margin: 5vw auto;
  }
  .record .f1 .f1Tab .item{
    width: 10vw;
    height: 10vw;
    margin: 0 3vw;
  }
  .record .f1 .f1Box{
    height: auto;
  }
  .record .f1 .f1Box .textBox{
    margin-top: 135vw;
  }
  .record .f1 .f1Box .textBox .t{
    font-size: 18px;
  }
  .record .f1 .f1Box .textBox .d{
    font-size: 14px;
  }
  .record .f1 .f1Box .f1boxs .rotating-slider ul.slides li .img{
    width: 100%;
    height: 120vw;
  }
  .record .f2{
    height: auto;
    padding: 10vw 5vw;
  }
  .record .f2 .titImg{
    width: 35vw;
  }
  .record .f2 .f2Img{
    width: 90vw;
  }
  .record .f2 .f2Box{
    margin-top: 10vw;
  }
  .record .f2 .f2Box .item .text .t{
    font-size: 18px;
  }
  .record .f2 .f2Box .item .text .d{
    font-size: 16px;
  }
  .record .f2 .f2Box .item .text .s{
    font-size: 16px;
  }
  .record .f3 .titImg{
    width: 45vw;
  }
  .food .f1 .titImg{
    width: 45vw;
  }
  .food .f1 .text{
    position: relative;
    text-align: center;
    padding-left: 0;
    margin-top: 8vw;
  }
  .food .f1 .text img{
    width: 40vw;
    margin: 0 auto;
  }
  .food .f1 .text .des{
    font-size: 18px;
    margin-top: 3vw;
  }
  .food .f1 .imgBox .img2{
    width: 20vw;
    left: 0;
  }
  .food .f1 .imgBox .img3{
    width: 20vw;
    right: 0;
  }
  .food .f1 .f1Box{
    width: 80vw;
    height: 80vw;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
  }
  .food .f1 .f1Box .imgBox{
    width: 80vw;
    height: 80vw;
  }
  .food .f2{
    display: block;
  }
  .food .f2 .left{
    width: 100%;
    height: 100%;
  }
  .food .f2 .left .img{
    width: 100%;
    height: 100vw;
  }
  .food .f2 .right{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .food .f2 .right .titImg img{
    width: 30vw;
  }
  .food .f2 .right .titImg p{
    font-size: 16px;
    margin-top: 3vw;
  }
  .food .f3{
    display: block;
  }
  .food .f3 .left{
    width: 100%;
    height: 100%;
  }
  .food .f3 .left .img{
    width: 100%;
    height: 100vw;
  }
  .food .f3 .right{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .food .f3 .right .titImg img{
    width: 40vw;
  }
  .food .f3 .right .titImg p{
    font-size: 16px;
    margin-top: 3vw;
  }
  .store .f1 .titImg{
    width: 35vw;
  }
  .store .f1 .f1Box{
    margin-top: 10vw;
  }
  .store .f1 .f1Box .left{
    width: 100%;
    position: relative;
    top: inherit;
    float: inherit;
  }
  .store .f1 .f1Box .left .info1{
    width: 80vw;
    bottom: 5px;
  }
  .store .f1 .f1Box .left .img{
    width: 78vw;
    height: 82vw;
  }
  .store .f1 .f1Box .left .info2{
    font-size: 18px;
  }
  .store .f1 .f1Box .right{
    width: 100%;
    margin-left: 0;
    margin: 5vw auto;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    display: inline-block;
  }
  .store .f1 .f1Box .right .img{
    max-width: 70vw;
    height: 40vw;
    display: inline-block;
    margin-right: 3vw;
  }
  .store .f2 .titImg{
    width: 35vw;
  }
  .store .f2 .f1Box{
    margin-top: 15vw;
  }
  .store .f2 .f1Box .left{
    width: 100%;
    position: relative;
    top: inherit;
    float: inherit;
  }
  .store .f2 .f1Box .left .info1{
    width: 3vw;
  }
  .store .f2 .f1Box .left .img{
    width: 78vw;
    height: 82vw;
  }
  .store .f2 .f1Box .left .info2{
    font-size: 18px;
  }
  .store .f2 .f1Box .right{
    width: 100%;
    margin-left: 0;
    margin: 5vw auto;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    display: inline-block;
  }
  .store .f2 .f1Box .right .img{
    max-width: 70vw;
    height: 40vw;
    display: inline-block;
    margin-right: 3vw;
  }
  .store .f2 .f1Box .right .img p{
    font-size: 14px;
    padding: 3vw;
  }
  .store .f3{
    height: auto;
    padding: 10vw 0;
  }
  .store .f3 .titImg{
    width: 35vw;
    margin: 0 auto 15vw auto;
  }
  .store .f3 .titImg p{
    font-size: 18px;
    position: absolute;
    margin-top: 3vw;
    margin-left: -4vw;
  }
  .store .f3 .f3Swiper1{
    margin-top: 5vw;
  }
  .store .f4{
    padding: 10vw 5vw;
  }
  .store .f4 .titImg{
    width: 35vw;
  }
  .store .f4 .infoImg{
    width: 90vw;
  }
  .store .f4 .select-box .item{
    width: 40vw;
    height: 8vw;
  }
  .store .f4 .select-box .item select{
    width: 100%;
    height: 8vw;
    font-size: 14px;
  }
  .store .f4 .f4Swiper{
    height: 45vw;
  }
  .store .f4 .f4Swiper .swiper-slide .textBox{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .store .f4 .f4Swiper .swiper-slide .textBox .name{
    font-size: 16px;
  }
  .store .f4 .f4Swiper .swiper-slide .textBox .address{
    font-size: 14px;
  }
  .cooperation .f1 .titImg{
    width: 45vw;
  }
  .cooperation .f1 .f1Box{
    padding: 5vw;
  }
  .cooperation .f1 .f1Box .item{
    width: 100%;
    padding: 5vw;
  }
  .cooperation .f1 .f1Box .item.active{
    border: 3px solid transparent;
  }
  .cooperation .f1 .f1Box .item .t{
    font-size: 16px;
  }
  .cooperation .f1 .f1Box .item .d{
    width: 100%;
    font-size: 14px;
  }
  .cooperation .f1 .f1Box .item::before{
    content: inherit;
  }
  .cooperation .f1 .img{
    position: relative;
    width: 100%;
    height: 75vw;
    margin-top: 0;
  }
  .cooperation .f2 .titImg{
    width: 35vw;
  }
  .cooperation .f3 .titImg{
    width: 35vw;
  }
  .cooperation .f3 .f3Box{
    padding: 5vw;
    margin-top: 0;
    display: block;
  }
  .cooperation .f3 .f3Box .left{
    width: 100%;
    text-align: center;
  }
  .cooperation .f3 .f3Box .left .text .t{
    font-size: 16px;
  }
  .cooperation .f3 .f3Box .left .text .t::before{
    content: inherit;
  }
  .cooperation .f3 .f3Box .left .text .phone{
    font-size: 20px;
    margin: 3vw auto;
  }
  .cooperation .f3 .f3Box .left .text .address{
    font-size: 14px;
  }
  .cooperation .f3 .f3Box .left .text img{
    width: 100%;
    margin-top: 3vw;
  }
  .cooperation .f3 .f3Box .left .qrcodeBox{
    margin-top: 5vw;
    display: block;
  }
  .cooperation .f3 .f3Box .left .qrcodeBox .qrcode{
    width: 40%;
    margin-right: 0;
    margin: 0 auto;
  }
  .cooperation .f3 .f3Box .left .qrcodeBox .qrcode p{
    font-size: 14px;
    margin-top: 1vw;
  }
  .cooperation .f3 .f3Box .right{
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  .cooperation .f3 .f3Box .right .img{
    width: 100%;
    height: 70vw;
  }
  .f1BoxMobile{
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
  }
  .f1BoxMo{
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
  .f1BoxMo .swiper-slide .img{
    border: 3px solid #d54b21;
    width: 100%;
    height: 100vw;
    background-size: cover !important;
  }
  .f1BoxMo .swiper-pagination{
    bottom: inherit;
    margin-top: 2vw;
  }
  .swiper-pagination-bullet{
    background: #d54b21;
  }
  .record .f2 .f2Box .item .img{
    margin-top: 5vw;
  }
  .record .f2 .f3Img{
    display: none;
  }
  .food .f2 .right .foodSwiper{
    height: 100vw;
    margin-top: 3vw;
  }
  .food .f2 .right .foodSwiper .swiper-slide{
    height: auto;
  }
  .food .f2 .right .foodSwiper .swiper-slide .imgBox{
    width: 40vw;
    height: 40vw;
  }
  .food .f2 .right .foodSwiper .swiper-slide .imgBox .img{
    width: 40vw;
    height: 40vw;
  }
  .food .f2 .infoImg{
    width: 90vw;
    margin-left: 5%;
    margin-top: 65vw;
  }

  .food .f3 .right .foodSwiper{
    height: 100vw;
    margin-top: 3vw;
  }
  .food .f3 .right .foodSwiper .swiper-slide{
    height: auto;
  }
  .food .f3 .right .foodSwiper .swiper-slide .imgBox{
    width: 40vw;
    height: 40vw;
  }
  .food .f3 .right .foodSwiper .swiper-slide .imgBox .img{
    width: 40vw;
    height: 40vw;
  }
  .food .f3 .infoImg{
    width: 90vw;
    margin-left: 5%;
    margin-top: 65vw;
  }
  .store .f3 .f3Swiper1 .swiper-slide{
    width: 50vw;
    height: 30vw;
  }
  .store .f3 .f3Swiper1 .swiper-slide .imgBox{
    height: 30vw;
  }
  .store .f3 .f3Swiper1 .swiper-slide .imgBox .img{
    width: 50vw;
    height: 30vw;
  }
  .store .f3 .f3Swiper1 .swiper-slide .imgBox .text{
    font-size: 14px;
    margin-top: -6.5vw;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .text1{
    width: 40vw;
    transform: translate(-50%, -30%);
    top: 30%;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1 .text2{
    width: 65vw;
    transform: translate(-50%, -70%);
    top: 70%;
  }
  .index .homeSwiper .swiper-slide .f4{
    display: block;
  }
  .index .homeSwiper .swiper-slide .f4 .right{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f4 .right .titImg{
    width: 35vw;
    margin: 0 auto;
    padding-top: 20vw;
  }
  .index .homeSwiper .swiper-slide .f4 .right .des{
    width: 90vw;
    margin: 5vw auto;
  }
  .index .homeSwiper .swiper-slide .f4 .more{
    width: 40vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 18px;
    background: url(../image/more.png) center no-repeat;
    background-size: contain !important;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    display: block;
    color: white;
    text-align: center;
    font-family: almm;
    transition: 0.5s all;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Swiper{
    width: 100%;
    overflow: hidden;
  }
  .index .homeSwiper .swiper-slide .f4 .left{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f4 .left .imgBox{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f4 .left .f4Swiper{
    width: 100%;
    margin-left: 0;
    margin: 10vw auto 5vw auto;
  }
  .index .homeSwiper .swiper-slide .f4 .left .f4Swiper .swiper-slide{
    width: 60vw !important;
    height: 100vw !important;
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
  .index .homeSwiper .swiper-slide .f5 .text{
    font-size: 14px;
    position: absolute;
    bottom: 20%;
    left: 5%;
  }
  .index .f5 .f5Swiper{
    width: 100%;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
  }
  .index .f5 .f5Swiper .swiper-slide{}
  .index .f5 .f5Swiper .swiper-slide .item{}
  .index .f5 .f5Swiper .swiper-slide .item .img{
    width: 100%;
    height: 40vw;
    background-size: cover !important;
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
  .index .f5 .f5Swiper .swiper-slide .item .name{
    text-align: center;
    font-family: almm;
    font-size: 18px;
    margin-top: 3vw;
    color: white;
  }
  .index .homeSwiper .swiper-slide .f5 .more{
    width: 40vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 18px;
    position: absolute;
    bottom: 10%;
    left: 30vw;
  }
  .sp_header {
    background: white;

    height: 50px;

    overflow: hidden;

    position: fixed;

    z-index: 990;

    width: 100%;

    top: 0;

    transition: .3s all ease-in-out;

  }
  .sp_header.active{
    background: rgba(0, 0, 0, 0.7);
  }
  .sp_header .phoneBox {
    position: absolute;
    font-size: 18px;
    margin-top: 14px;
    right: 60px;
    font-weight: bold;
  }
  .sp_header .phoneBox i {
    margin: 0.2vw 0.5vw;
    font-size: 20px;
  }
  .sp_logo {
    padding: 5px 15px;
    float: left;
  }

  .sp_logo img {

    margin: auto;

    width: 65px;

    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: #d54b21;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav > ul > li:first-child > a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav > ul > li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav > ul > li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active a{
    color: #d54b21;
  }
  .sjj_nav > ul > li:last-child {

    border-bottom: 1px #ddd solid

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 18px;


    padding-left: 25px;

    font-family: almm;

  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #063c7e;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #063c7e;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    font-size: 28px;
    position: absolute;
    right: 5vw;
    top: 3vw;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  .about,.record,.food,.store,.cooperation{
    margin-top: 50px;
  }
  .food .f1{
    height: calc(100vh - 50px);
  }
  .about .f2 .lc .textBox{
    width: 90vw;
    position: relative;
    margin-left: 0;
    margin-top: 50vw;
    padding: 1vw;
  }
  .about .f2 .lc .textBox .icon{
    display: none;
  }
  .about .f2 .lc .textBox .des{
    width: auto;
    font-size: 14px;
    margin: 0;
  }
  .about .f2 .lcActive{
    width: 90vw;
    height: 75vw;
  }
  .about .f2 .lc{
    width: 100%;
    height: 75vw;
  }
  .about .f2 .lc .item{
    width: 30vw;
  }
  .about .f2 .lc .item .icon{
    width: 3vw;
    height: 3vw;
  }
  .about .f2 .lc .item .name{
    font-size: 16px;
  }
  .about .f2 .lc .item2{
    top: 15.8vw;
    margin-left: 27vw;
  }
  .about .f2 .lc .item3{
    top: 35vw;
    left: 29vw;
  }
  .about .f2 .lc .item4{
    top: 37vw;
    left: 65vw;
  }
  .record .f3{
    padding-top: 15vw;
  }
  .record .f3 .t11Img{
    margin-top: -15vw;
  }
  .record .f3 .f3award{
    display: none;
  }
  .record .f3 .f3jz{
    display: none;
  }
  .record .f3 .f3Box{
    width: 100%;
    padding: 10vw 5vw;
    display: inline-block;
  }
  .record .f3 .f3Box .item{
    width: 44vw;
    display: inline-block;
    float: left;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .record .f3 .f3Box .item img{
    width: 100%;
  }
  .record .f3 .f3Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .homeSwiper .swiper-slide .f1Page .f1{
    background-size: cover !important;
    height: 40vh;
  }
  .about .f2 .lc .textBox .name{
    font-size: 20px;
    color: #ede3d9;
    -webkit-text-stroke-width: inherit;
    -webkit-text-stroke-color: transparent;
  }
  .index .homeSwiper .swiper-slide .f6{
    padding-top: 20vw;
  }
  .index .homeSwiper .swiper-slide .f6 .titImg{
    width: 35vw;
  }
  .cooperation .f2{
    height: 100vh;
    position: relative;
    background: url(../image/img46_1.jpg) center no-repeat;
    background-size: cover !important;
  }
}
