@font-face {
  font-family: 'iconfont';  /* Project id 4798565 */
  src: url('//at.alicdn.com/t/c/font_4798565_sfu70c71w9.woff2?t=1737016850315') format('woff2'),
  url('//at.alicdn.com/t/c/font_4798565_sfu70c71w9.woff?t=1737016850315') format('woff'),
  url('//at.alicdn.com/t/c/font_4798565_sfu70c71w9.ttf?t=1737016850315') format('truetype');
}
@font-face {
  font-family: xq;
  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/XQ-Regular.ttf');
}
@font-face {
  font-family: sans;
  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Regular.otf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  color: #272727;
  background: white;
  font-family: sans;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #cf211a;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@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;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 1.5vw 8vw;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  transition: 0.5s all ease-in-out;
}
header .logo {
  width: 8vw;
  transition: 0.5s all ease-in-out;
}
header nav {
  margin-top: 1vw;
  transition: 0.5s all ease-in-out;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0 1vw;
}
header nav ul li a {
  font-size: 1.3vw;
  font-family: xq;
  color: #ffffff;
}
header nav ul li:last-child {
  margin-right: 0;
}
header.active {
  padding: 0.5vw 8vw;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}
footer {
  width: 100%;
  padding: 12vw 0 0 0;
  position: relative;
  z-index: 1;
  margin-top: -12vw;
  overflow: hidden;
}
footer .clreBox {
  width: 100%;
  position: absolute;
  pointer-events: none;
  margin-top: -7vw;
  left: 0;
}
footer .clreBox::before {
  content: '';
  width: 150%;
  height: 50vw;
  background: #cf211a;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  left: -25%;
  z-index: 1;
}
footer .textBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5vw;
  color: white;
  position: relative;
  z-index: 2;
  top: -12vw;
  padding: 0 8vw;
}
footer .textBox .logo {
  width: 11vw;
  height: 11vw;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  padding-top: 3vw;
}
footer .textBox .logo img {
  width: 9vw;
  margin: 0 auto;
}
footer .textBox .en {
  font-weight: bold;
  font-size: 1vw;
  margin-top: 2vw;
}
footer .textBox .t {
  font-weight: bold;
  font-size: 1.2vw;
  margin: 1vw 0;
}
footer .textBox .d {
  font-size: 1vw;
}
footer .textBox form {
  width: 100%;
  margin: 2vw auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
footer .textBox form .inputBox {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3vw;
  display: flex;
  padding: 0.5vw 1.5vw;
  margin: 0 1vw;
}
footer .textBox form .inputBox .name {
  color: #ffffff;
  font-size: 1vw;
  display: inline-block;
  float: left;
}
footer .textBox form .inputBox input {
  width: 75%;
  color: #ffffff;
  font-size: 1vw;
  display: inline-block;
  background: transparent;
  outline: none;
  border: transparent;
  font-family: sans;
}
footer .textBox .subimt {
  line-height: 3vw;
  background-color: #ffffff;
  border-radius: 3vw;
  color: #003e75;
  font-size: 1vw;
  display: inline-block;
  padding: 0 5vw;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
footer .textBox .subimt p {
  position: relative;
  z-index: 1;
}
footer .textBox .subimt::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #003e75;
  left: 0;
  border-radius: 3vw;
  transition: 0.3s all ease-in-out;
}
footer .textBox .subimt:hover::before {
  width: 100%;
}
footer .textBox .subimt:hover {
  color: white;
}
footer .footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2vw 8vw;
  position: relative;
  z-index: 2;
  margin-top: -8vw;
  background: #cf211a;
}
footer .footer .footerBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer .footerBox .left {
  color: white;
}
footer .footer .footerBox .left .t {
  font-size: 1vw;
}
footer .footer .footerBox .left .phone {
  color: white;
  font-weight: bold;
  font-size: 3vw;
}
footer .footer .footerBox .left .d {
  font-size: 1vw;
  margin: 1vw 0;
}
footer .footer .footerBox .left .d span {
  font-weight: bold;
}
footer .footer .footerBox .left .wechat {
  color: white;
  font-weight: bold;
  font-size: 1vw;
  position: relative;
}
footer .footer .footerBox .left .wechat i {
  font-size: 1.2vw;
  margin-left: 0.5vw;
  cursor: pointer;
}
footer .footer .footerBox .left .wechat img {
  width: 5vw;
  position: absolute;
  margin-left: 7vw;
  margin-top: -3vw;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
footer .footer .footerBox .left .wechat:hover img {
  pointer-events: all;
  opacity: 1;
}
footer .footer .footerBox .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer .footer .footerBox .footerNav ul .level1 {
  width: 9vw;
}
footer .footer .footerBox .footerNav ul .level1 a {
  font-size: 1vw;
  color: #ffffff;
  font-weight: bold;
}
footer .footer .footerBox .footerNav ul .level1 ul {
  display: block;
  margin-top: 2vw;
}
footer .footer .footerBox .footerNav ul .level1 ul li {
  margin-bottom: 0.7vw;
  text-align: left;
}
footer .footer .footerBox .footerNav ul .level1 ul li a {
  font-size: 0.9vw;
  color: #ffffff;
  font-weight: normal;
  opacity: 0.9;
}
footer .footer .footerBox .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerBox .footerNav ul .level1:last-child {
  width: auto;
}
footer .footer .friendBox {
  display: flex;
  font-size: 1vw;
  color: white;
  margin-top: 4vw;
}
footer .footer .friendBox .name {
  font-weight: bold;
}
footer .footer .friendBox .desBox {
  display: flex;
  margin-left: 2vw;
}
footer .footer .friendBox .desBox .d {
  border: 1px solid #ffffff;
  font-size: 0.85vw;
  color: white;
  border-radius: 3px;
  padding: 0.1vw 1vw;
  margin-right: 1vw;
}
footer .footer .footerInfo {
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.9vw;
  margin-top: 2vw;
  opacity: 0.7;
}
footer .footer .footerInfo a {
  color: white;
}
.more {
  width: 12vw;
  border-radius: 3vw;
  border: 1px solid #003e75;
  color: #00396b;
  text-align: center;
  line-height: 3vw;
  font-size: 1vw;
  display: block;
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
}
.more p {
  position: relative;
  z-index: 1;
}
.more::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #003e75;
  left: 0;
  border-radius: 3vw;
  transition: 0.3s all ease-in-out;
}
.more:hover::before {
  width: 100%;
}
.more:hover {
  color: white;
}
@keyframes bannerBoxidentifier {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bannerBox {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.bannerBox2 {
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.bannerBox2 .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
  animation: bannerBoxidentifier 2s forwards;
  position: relative;
}
.bannerBox2 .text {
  width: 80%;
  color: white;
  font-size: 3.5vw;
  font-weight: bold;
  position: absolute;
  top: 13vw;
  left: 8vw;
}
.bannerBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
  animation: bannerBoxidentifier 2s forwards;
  position: relative;
}
.bannerBox .img .bannerT {
  width: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index {
  width: 100%;
  background: url('../images/bg1.jpg') center;
  background-size: contain !important;
}
.index .f1 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index .f1 .f1Swiper {
  width: 101%;
  height: 100vh;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-pagination{
  bottom: 2vw;
}
.index .f1 .f1Swiper .swiper-pagination-bullet-active{
  width: 3vw !important;
  background: #cf211a !important;
}
.index .f1 .f1Swiper .swiper-pagination-bullet{
  width: 2vw;
  height: 5px;
  border-radius: 0;
  background: white;
  opacity: 1;
}
.index .f1 .f1Swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: transform 0.8s ease;
  transform: scale(1.2);
}
.index .f1 .textBox{
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
.index .f1 .textBox .yan{
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url('../images/yan.png') center no-repeat;
  background-size: cover !important;
}
.index .f1 .textBox .slon {
  position: absolute;
  top: 30%;
  left: 8vw;
  color: white;
  font-size: 7.8vw;
  font-family: xq;
  z-index: 1;
  line-height: 1;
}
.index .f1 .textBox .slon p:nth-child(2) {
  margin-left: 8vw;
}
.index .f1 .textBox .text {
  width: 100%;
  position: absolute;
  font-size: 1.5vw;
  bottom: 6vw;
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
}
.index .f1 .textBox .text .en {
  color: white;
  font-weight: bold;
}
.index .f1 .textBox .text .info {
  color: #ebc172;
  font-family: xq;
  letter-spacing: 0.6vw;
}
.index .f1 .f1Swiper .swiper-slide-active .slide-inner {
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
.index .f1 .f1Swiper .swiper-button-next:after,
.index .f1 .f1Swiper .swiper-button-prev:after {
  content: inherit;
}
.index .f1 .f1Swiper .swiper-button-next {
  width: 2.5vw;
  left: 12vw;
  right: inherit;
  margin-top: 6vw;
}
.index .f1 .f1Swiper .swiper-button-prev {
  width: 2.5vw;
  left: 8vw;
  right: inherit;
  margin-top: 6vw;
}
.index .f11 {
  width: 100%;
  height: auto;
  background: url('../images/img12.jpg') center no-repeat;
  background-size: cover !important;
  padding: 7vw 0;
  color: white;
}
.index .f11 .tit {
  text-align: center;
  font-size: 2.5vw;
  font-family: xq;
  line-height: 1;
}
.index .f11 .t {
  text-align: center;
  font-weight: bold;
  font-size: 1.2vw;
  margin: 2vw 0;
}
.index .f11 .des {
  width: 65vw;
  margin: 0 auto;
  font-size: 1vw;
  text-align: center;
  line-height: 2;
}
.index .f11 .f11Box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 5vw 0;
}
.index .f11 .f11Box .item {
  display: inline-block;
  margin: 0 4vw;
}
.index .f11 .f11Box .item .num {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1;
  position: relative;
}
.index .f11 .f11Box .item .num font {
  font-size: 1.2vw;
  font-weight: normal;
  position: relative;
  top: -1.2vw;
  left: -0.5vw;
}
.index .f11 .f11Box .item .num span {
  font-family: xq;
  font-weight: normal;
  background-color: #00356a;
  box-shadow: 0vw 0vw 1vw 0vw rgba(0, 53, 106, 0.34);
  border: 2px solid #dcb872;
  font-size: 0.7vw;
  border-radius: 50%;
  padding: 0.3vw 0.35vw;
  top: -0.5vw;
  position: relative;
}
.index .f11 .f11Box .item .d {
  font-size: 1.2vw;
  text-align: left;
}
.index .f11 .videoBoxs {
  width: 50vw;
  height: 28vw;
  background-color: #000000;
  box-shadow: -2vw 3vw 5vw 0vw rgba(0, 0, 0, 0.24);
  border-radius: 1vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.index .f11 .videoBoxs video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 1vw;
}
.index .f11 .videoBoxs .play {
  position: absolute;
  color: white;
  font-size: 6vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  z-index: 1;
  transition: 0.7s all ease-in-out;
}
.index .f11 .videoBoxs .play i:nth-child(2) {
  display: none;
}
.index .f11 .videoBoxs .play p {
  font-size: 1vw;
}
.index .f11 .videoBoxs .play.active {
  top: 95%;
  left: 95%;
  font-size: 3vw;
}
.index .f11 .videoBoxs .play.active i:nth-child(1) {
  display: none;
}
.index .f11 .videoBoxs .play.active i:nth-child(2) {
  display: block;
}
.index .f11 .videoBoxs .play.active p {
  opacity: 0;
}
.index .f2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .f2 .titImg {
  width: 12vw;
  position: absolute;
  margin-top: 10vw;
  left: 9vw;
}
.index .f2 .f2Box {
  width: 100%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  top: 5vw;
  transform: translateX(40vw);
}
.index .f2 .f2Box .item {
  width: 24vw;
  height: 38vw;
  background: url('../images/img5.png') center no-repeat;
  background-size: cover !important;
  box-shadow: -2vw 3vw 5vw 0vw rgba(0, 0, 0, 0.24);
  border-radius: 1vw;
  overflow: hidden;
  margin-right: 2vw;
  display: inline-block;
  cursor: pointer;
}
.index .f2 .f2Box .item .name {
  width: auto;
  height: 3vw;
  margin: 3vw 2vw;
}
.index .f2 .f2Box .item .name img {
  width: auto;
  height: 3vw;
}
.index .f2 .f2Box .item .food {
  width: 24vw;
  margin-top: 5vw;
  transform: translateX(10vw);
}
.index .f3 {
  width: 100%;
  background: white;
  padding: 8vw 8vw 6vw 8vw;
  position: relative;
}
.index .f3 .f3Info {
  width: 45vw;
  position: absolute;
  left: 0;
  bottom: 5vw;
}
.index .f3 .tit {
  text-align: center;
  font-size: 2.2vw;
  font-family: xq;
  line-height: 1;
  color: #cf211a;
}
.index .f3 .t {
  text-align: center;
  color: #333333;
  font-size: 1vw;
  margin-top: 2vw;
}
.index .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
.index .f3 .f3Box .item {
  width: 21vw;
  text-align: center;
  position: relative;
}
.index .f3 .f3Box .item .img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.index .f3 .f3Box .item .des {
  width: 18vw;
  margin: 0 auto;
  font-size: 1vw;
  line-height: 2;
  color: #393939;
}
.index .f3 .f3Box .item .des span {
  color: #cf251b;
}
.index .f3 .f3Box .item:nth-child(2n) {
  margin-top: 9vw;
}
.index .f3 .f3Box .item:hover .img {
  transform: scale(1.05);
}
.index .f3 .more {
  margin: 5vw auto 0 auto;
}
.index .f4 {
  width: 100%;
  height: 55vw;
  background: url('../images/img18.jpg') center no-repeat;
  background-size: cover !important;
  overflow: hidden;
}
.index .f4 .textBox {
  width: 40vw;
  color: white;
  padding-top: 16vw;
  padding-left: 8vw;
}
.index .f4 .textBox .tit {
  font-size: 2.5vw;
  font-family: xq;
}
.index .f4 .textBox .des {
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin: 3vw 0 8vw 0;
}
.index .f4 .textBox .more{
  border: 1px solid white;
  color: white;
}
.index .f4 .textBox .more:hover{
  color: #00356a;
}
.index .f4 .textBox .more::before{
  background: white;
}
.index .f4 .textBox .mores {
  padding: 0.2vw 1vw;
  background-color: #00356a;
  border-radius: 0.5vw;
  border: 2px solid #dcb872;
  font-size: 1.2vw;
  text-align: center;
  font-family: xq;
  color: #dcb872;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.index .f4 .textBox .mores:hover {
  letter-spacing: 3px;
}
.index .f4 .f4Box {
  width: 44vw;
  position: absolute;
  top: 12vw;
  right: 8vw;
  display: flex;
  flex-wrap: wrap;
}
.index .f4 .f4Box .item {
  width: 20vw;
  height: 25vw;
  margin-right: 2vw;
  margin-bottom: 4vw;
  position: relative;
  cursor: pointer;
  background: url('../images/img19.png') center no-repeat;
  background-size: contain !important;
  transition: 0.3s all ease-in-out;
  padding: 2vw;
  color: #333333;
}
.index .f4 .f4Box .item .he {
  display: flex;
  justify-content: space-between;
}
.index .f4 .f4Box .item .he .icon {
  display: flex;
  font-size: 1vw;
  font-family: xq;
  line-height: 1vw;
}
.index .f4 .f4Box .item .he .icon img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.3vw;
}
.index .f4 .f4Box .item .he .num {
  font-weight: bold;
  font-size: 1vw;
  line-height: 1;
}
.index .f4 .f4Box .item .tit {
  font-size: 1.5vw;
  font-family: xq;
  margin: 4vw 0 2vw 0;
}
.index .f4 .f4Box .item .des {
  font-size: 0.9vw;
  line-height: 2;
  color: #666666;
}
.index .f4 .f4Box .item .mores {
  position: absolute;
  bottom: 2.5vw;
  display: inline-block;
  border-radius: 2vw;
  border: 2px solid #666666;
  font-size: 0.9vw;
  padding: 0.2vw 1.2vw;
  margin-top: 2vw;
  color: #666666;
}
.index .f4 .f4Box .item:nth-child(2n) {
  margin-right: 0;
  top: 8vw;
}
.index .f4 .f4Box .item:hover {
  color: white;
  background: url('../images/img20.png') center no-repeat;
}
.index .f4 .f4Box .item:hover .des {
  color: white;
}
.index .f4 .f4Box .item:hover .mores {
  border: 2px solid white;
  color: white;
}
.index .f5 {
  width: 100%;
  padding: 4vw 8vw;
  background: white;
  position: relative;
}
.index .f5 .tit {
  text-align: center;
  font-size: 2.2vw;
  font-family: xq;
  line-height: 1;
  color: #383838;
}
.index .f5 .f5Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 5vw;
  padding-bottom: 2vw;
  position: relative;
}
.index .f5 .f5Swiper .swiper-slide {
  cursor: pointer;
}
.index .f5 .f5Swiper .swiper-slide .imgBox {
  width: 27vw;
  height: 27vw;
  background-color: #ffffff;
  border-radius: 1vw;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.index .f5 .f5Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f5 .f5Swiper .swiper-slide .textBox {
  padding: 2vw 0;
}
.index .f5 .f5Swiper .swiper-slide .textBox .time {
  color: #696969;
  font-size: 0.9vw;
}
.index .f5 .f5Swiper .swiper-slide .textBox .name {
  color: #cf211a;
  font-weight: bold;
  font-size: 1.2vw;
  margin: 0.5vw 0 1vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f5 .f5Swiper .swiper-slide .textBox .des {
  height: 4vw;
  color: #696969;
  font-size: 0.9vw;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f5 .f5Swiper .swiper-slide .textBox .icon {
  color: #c6231a;
  font-size: 2vw;
}
.index .f5 .f5Swiper .swiper-slide:hover .imgBox {
  box-shadow: -1vw 2vw 5vw 0vw rgba(0, 0, 0, 0.24);
}
.index .f5 .f5Swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f5 .f5Swiper .swiper-pagination {
  bottom: 0;
  top: inherit;
}
.index .f5 .f5Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #cf211a;
}
.index .f6 {
  width: 100%;
  height: auto;
  background: url('../images/img24.jpg') center no-repeat;
  background-size: cover !important;
  padding: 4vw 8vw 20vw 8vw;
  position: relative;
}
.index .f6 .tit {
  text-align: center;
  font-size: 2.2vw;
  font-family: xq;
  line-height: 1;
  color: white;
}
.index .f6 .des {
  width: 30vw;
  color: #ffffff;
  font-size: 1vw;
  line-height: 2;
  text-align: center;
  margin: 3vw auto 0 auto;
}
.index .f6 .f6Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5vw auto;
}
.index .f6 .f6Box .item {
  display: block;
  width: 15vw;
  height: 25vw;
  background: url('../images/bg2_1.png') center no-repeat;
  background-size: cover !important;
  border-radius: 1vw;
  text-align: center;
  padding: 2vw 0;
  transition: 0.3s all ease-in-out;
}
.index .f6 .f6Box .item .name {
  display: inline-block;
  color: #666666;
  border-radius: 1vw;
  border: 1px solid #999999;
  padding: 0.2vw 1.5vw;
  font-size: 1vw;
  transition: 0.3s all ease-in-out;
}
.index .f6 .f6Box .item .imgBox {
  width: 12vw;
  height: 17vw;
  margin: 2vw auto;
  overflow: hidden;
}
.index .f6 .f6Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
  transform: scale(.9);
}
.index .f6 .f6Box .item:hover {
  background: url('../images/bg3_1.png') center no-repeat;
}
.index .f6 .f6Box .item:hover .name {
  background: #1a3e6f;
  border: 1px solid #1a3e6f;
  color: white;
}
.index .f6 .f6Box .item:hover .imgBox .img {
  transform: scale(1);
}
.index .f6 .btnBox {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.index .f6 .btnBox .btn {
  width: 12vw;
  background-color: #d9060d;
  border-radius: 3vw;
  display: inline-block;
  color: white;
  font-size: 1vw;
  padding: 0.5vw 0;
  margin: 0 1vw;
}
.index .f6 .btnBox .btn2 {
  width: 12vw;
  border: 2px solid #ffffff;
  border-radius: 3vw;
  display: inline-block;
  color: white;
  font-size: 1vw;
  padding: 0.5vw 0;
  margin: 0 1vw;
}
.brand {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.brand .f1 {
  width: 100%;
  padding: 6vw 8vw;
  background: url('../images/bg1.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
}
.brand .f1 .textBox {
  width: 45vw;
}
.brand .f1 .textBox .t {
  color: #333333;
  font-family: xq;
  font-size: 2.5vw;
}
.brand .f1 .textBox .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.brand .f1 .textBox .des p {
  margin-top: 2vw;
}
.brand .f1 .numInfo {
  width: 45vw;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.brand .f1 .numInfo .icon {
  width: 1vw;
}
.brand .f1 .numInfo .xian {
  width: 90%;
  height: 1px;
  background: #dddddd;
  margin-top: 0.5vw;
}
.brand .f1 .numBox {
  width: 45vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.brand .f1 .numBox .item {
  width: 10vw;
  margin-top: 3vw;
  margin-right: 7.5vw;
}
.brand .f1 .numBox .item .t {
  color: #00356a;
  font-size: 1.5vw;
  font-family: xq;
}
.brand .f1 .numBox .item .num {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1;
  position: relative;
  color: #e0260f;
}
.brand .f1 .numBox .item .num font {
  font-size: 1.2vw;
  font-weight: normal;
  position: relative;
  top: -1.2vw;
  left: -0.5vw;
}
.brand .f1 .numBox .item .num span {
  font-family: xq;
  font-weight: normal;
  background-color: #00356a;
  box-shadow: 0vw 0vw 1vw 0vw rgba(0, 53, 106, 0.34);
  border: 2px solid #dcb872;
  font-size: 0.7vw;
  border-radius: 50%;
  padding: 0.3vw 0.35vw;
  top: -0.5vw;
  position: relative;
  color: white;
}
.brand .f1 .numBox .item .d {
  font-size: 1vw;
  text-align: left;
  font-weight: bold;
}
.brand .f1 .numBox .item:nth-child(3n) {
  margin-right: 0;
}
.brand .f1 .f1Bg {
  width: 38vw;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.brand .f1Guo {
  width: 50vw;
  position: absolute;
  right: 0;
  margin-top: -38vw;
  z-index: 1;
}
.brand .f2 {
  width: 100%;
  height: 120vh;
  background: url('../images/img27.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 4vw 0 8vw 0;
}
.brand .f2 .tit {
  color: white;
  font-family: xq;
  font-size: 2.5vw;
  text-align: center;
}
.brand .f2 .f2TabBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 3vw auto;
}
.brand .f2 .f2TabBox .tab {
  color: white;
  font-size: 1vw;
  margin: 0 4vw;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}
.brand .f2 .f2TabBox .tab::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background: white;
  margin-left: 7vw;
  margin-top: 0.7vw;
}
.brand .f2 .f2TabBox .tab:last-child::before {
  content: inherit;
}
.brand .f2 .f2TabBox .active::after {
  content: '';
  position: absolute;
  width: 4.5vw;
  height: 4.5vw;
  background: url('../images/icon3.png') center no-repeat;
  background-size: cover !important;
  left: 0.2vw;
  margin-top: -1.4vw;
  z-index: 1;
}
.brand .f2 .f2Box {
  width: 100%;
  margin-top: 2vw;
}
.brand .f2 .f2Box .itemBox1{
  display: block;
}
.brand .f2 .f2Box .itemBox2{
  display: none;
}
.brand .f2 .f2Box .itemBox2 .itemBox .item{
  width: 70%;
}
.brand .f2 .f2Box .itemBox3{
  display: none;
}
.brand .f2 .f2Box .itemBox3 .itemBox .item{
  width: 70%;
}
.brand .f2 .f2Box .itemBox {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.brand .f2 .f2Box .itemBox .item {
  width: 14vw;
  display: inline-block;
  position: relative;
  top: 3vw;
}
.brand .f2 .f2Box .itemBox .item:nth-child(2) {
  margin: 0 8vw;
  top: 0;
}
.brand .f3 {
  width: 100%;
  height: 52vw;
  background: url('../images/img31.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 4vw 0;
}
.brand .f3 .tit {
  color: #333333;
  font-family: xq;
  font-size: 2.5vw;
  text-align: center;
}
.brand .f3 .f3Img {
  width: 32vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand .f3 .f3Swiper {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  margin-top: 12vw;
  position: relative;
}
.brand .f3 .f3Swiper .swiper-slide {
  margin: 0 auto;
}
.brand .f3 .f3Swiper .swiper-slide .text {
  width: 12vw;
  height: 12vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 8vw 0vw rgba(41, 0, 0, 0.03);
  border: 3px solid #aaaaaa;
  text-align: center;
  border-radius: 50%;
  color: #c3c3c3;
  padding-top: 3.5vw;
  margin: 0 auto;
}
.brand .f3 .f3Swiper .swiper-slide .year {
  font-size: 3vw;
  font-weight: bold;
}
.brand .f3 .f3Swiper .swiper-slide .t {
  font-size: 1vw;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.brand .f3 .f3Swiper .swiper-slide-active .text {
  width: 18vw;
  border: transparent;
  background: transparent;
  color: white;
  padding-top: 0.5vw;
}
.brand .f3 .f3Swiper .swiper-slide-active .text .year {
  font-size: 6vw;
}
.brand .f3 .f3Swiper .swiper-slide-active .text .t {
  opacity: 1;
}
.brand .f3 .f3Swiper .swiper-button-next {
  width: 4vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  border-radius: 50%;
  right: 32vw;
  top: 5vw;
}
.brand .f3 .f3Swiper .swiper-button-prev {
  width: 4vw;
  height: 4vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  border-radius: 50%;
  left: 32vw;
  top: 5vw;
}
.brand .f3 .f3Swiper .swiper-button-next:after,
.brand .f3 .f3Swiper .swiper-button-prev:after {
  color: #000000;
  font-size: 1.2vw;
  font-weight: bold;
}
.brand .f3 .f3Swiper .swiper-button-next:hover,
.brand .f3 .f3Swiper .swiper-button-prev:hover {
  background: #113a64;
}
.brand .f3 .f3Swiper .swiper-button-next:hover:after,
.brand .f3 .f3Swiper .swiper-button-prev:hover:after {
  color: white;
}
.brand .f4 {
  width: 100%;
  height: 68vw;
  background: url('../images/img33.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 10vw 8vw;
}
.brand .f4 .text .tit {
  font-size: 2.5vw;
  font-family: xq;
  color: white;
}
.brand .f4 .text .des {
  font-size: 1vw;
  color: white;
  line-height: 2.5;
  margin-top: 3vw;
}
.brand .f4 .f4Box {
  position: absolute;
  top: 11vw;
  right: 7vw;
}
.brand .f4 .f4Box .imgBox {
  display: flex;
}
.brand .f4 .f4Box .imgBox .img {
  width: 10vw;
  margin: 0 1vw;
}
.brand .f4 .f4Box .imgBox2 {
  display: flex;
  margin-top: 8vw;
  margin-left: -6vw;
}
.brand .f4 .f4Box .imgBox2 .img {
  width: 14vw;
  margin: 0 1vw;
}
.brand .f4 .f4Box .imgBox2 .img img {
  height: 10vw;
}
.news {
  width: 100%;
  background: #F5F5F5;
}
.news .newsBox {
  width: 100%;
  padding: 10vw 8vw 5vw 8vw;
}
.news .newsBox .item {
  width: 100%;
  background: white;
  box-shadow: 0vw 0vw 5vw 0vw rgba(0, 0, 0, 0.15);
  border-radius: 1vw;
  display: flex;
}
.news .newsBox .item .imgBox {
  width: 48vw;
  height: 30vw;
  background-color: #ffffff;
  border-radius: 1vw;
  overflow: hidden;
}
.news .newsBox .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.news .newsBox .item .textBox {
  width: 35vw;
  padding: 4vw 5vw;
  position: relative;
}
.news .newsBox .item .textBox .time {
  color: #696969;
  font-size: 1vw;
}
.news .newsBox .item .textBox .name {
  color: #cf211a;
  font-size: 1.3vw;
  font-weight: bold;
  margin: 2vw 0 4vw 0;
}
.news .newsBox .item .textBox .des {
  color: #696969;
  font-size: 1vw;
}
.news .newsBox .item .textBox .more {
  position: absolute;
  bottom: 4vw;
  cursor: pointer;
}
.news .newsBox .item:hover .imgBox .img {
  transform: scale(1.1);
}
.news .f1 {
  width: 100%;
  padding: 0 8vw 18vw 8vw;
}
.news .f1 .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.news .f1 .item .time {
  color: #333333;
}
.news .f1 .item .time p:nth-child(1) {
  font-size: 1.2vw;
  font-weight: bold;
}
.news .f1 .item .time p:nth-child(2) {
  font-size: 1vw;
}
.news .f1 .item .itemBox {
  display: flex;
}
.news .f1 .item .itemBox .imgBox {
  width: 34vw;
  height: 21vw;
  background-color: #ffffff;
  border-radius: 1vw;
  overflow: hidden;
}
.news .f1 .item .itemBox .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.news .f1 .item .itemBox .textBox {
  width: 42vw;
  height: 17vw;
  background: white;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 5vw 0vw rgba(0, 0, 0, 0.07);
  border-top-right-radius: 1vw;
  border-bottom-right-radius: 1vw;
  margin-top: 2vw;
  padding: 5vw;
}
.news .f1 .item .itemBox .textBox .name {
  color: #cf211a;
  font-size: 1.3vw;
  font-weight: bold;
}
.news .f1 .item .itemBox .textBox .des {
  color: #696969;
  font-size: 1vw;
  margin: 1vw 0;
}
.news .f1 .item .itemBox .textBox .moreI {
  color: #c6231a;
  font-size: 1.5vw;
}
.news .f1 .item:nth-child(1) {
  border-top: 1px solid #c8c8c8;
  padding-top: 8vw;
}
.news .f1 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.contactUs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contactUs .bg {
  animation: bannerBoxidentifier 2s forwards;
}
.contactUs .imgT {
  width: 30vw;
  position: absolute;
  top: 12vw;
  left: 8vw;
}
.contactUs .textBox {
  position: absolute;
  color: white;
  top: 30vw;
  padding-left: 8.5vw;
  font-size: 1.1vw;
  line-height: 2;
}
.contactUs .textBox .text {
  display: flex;
}
.contactUs .textBox .text .d {
  margin-left: 3vw;
}
.product {
  width: 100%;
}
.product .f1 {
  width: 100%;
  padding: 5vw 8vw 0 8vw;
}
.product .f1 .titImg {
  width: 30vw;
  position: absolute;
  right: 0;
  margin-top: 15vw;
}
.product .f1 .tit {
  font-size: 2.5vw;
  font-family: xq;
  text-align: center;
}
.product .f1 .f1He {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 4vw 0;
}
.product .f1 .f1He .tabBox {
  width: 100%;
  display: inline-block;
}
.product .f1 .f1He .tabBox .tab {
  display: inline-block;
  color: #333333;
  font-size: 1vw;
  border-radius: 1vw;
  border: 2px solid #cf211a;
  padding: 0.2vw 1vw;
  margin: 0 0.5vw;
  transition: 0.3s all ease-in-out;
}
.product .f1 .f1He .tabBox .active {
  background-color: #1a3e6f;
  border: 2px solid #1a3e6f;
  color: white;
}
.product .f1 .f1He .tabBox .tab:hover {
  background-color: #1a3e6f;
  border: 2px solid #1a3e6f;
  color: white;
}
.product .f1 .f1He .serachBox {
  border-radius: 3vw;
  border: 1px solid #999999;
  display: flex;
  font-size: 1.2vw;
  padding: 0 1vw;
}
.product .f1 .f1He .serachBox input {
  width: 15vw;
  background: transparent;
  border: transparent;
  outline: none;
  padding: 0 0.5vw;
  font-size: 0.9vw;
}
.product .f1 .f1He .serachBox i {
  line-height: 1.7;
  cursor: pointer;
}
.product .f1 .f1Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12vw;
}
.product .f1 .f1Box .item {
  display: block;
  width: 20vw;
  height: 32.5vw;
  background-size: cover !important;
  position: relative;
  margin-right: 1vw;
  margin-bottom: 2vw;
  padding: 3vw 2vw;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.product .f1 .f1Box .item .marquee_card {
  transition: all 0.3s ease-in-out;
  transition-property: opacity;
  align-items: center;
  bottom: 0;
  color: #b21b21;
  display: flex;
  font-size: 8vw;
  font-weight: 700;
  justify-content: center;
  left: 0;
  letter-spacing: 0.076em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.product .f1 .f1Box .item .marquee_card .marquee_text {
  transition: all 0.3s ease-in-out;
  transition-property: opacity;
  width: fit-content;
  display: flex;
  position: relative;
  animation: marquee 3s linear infinite;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.product .f1 .f1Box .item .img {
  width: 15vw;
  margin: 0 auto 1vw auto;
  transition: 0.3s all ease-in-out;
}
.product .f1 .f1Box .item .name {
  text-align: center;
  color: #333333;
  font-size: 1.2vw;
  font-weight: bold;
}
.product .f1 .f1Box .item .k {
  text-align: center;
  color: #999999;
  font-size: 0.9vw;
  border-radius: 3vw;
  display: table;
  margin: 1vw auto;
  padding: 0.2vw 1vw;
  border: 1px solid #999999;
}
.product .f1 .f1Box .item:nth-child(4n) {
  margin-right: 0;
}
.product .f1 .f1Box .item:hover {
  background: url('../images/bg4.png') center no-repeat;
}
.product .f1 .f1Box .item:hover .marquee_card {
  opacity: 1;
}
.product .f1 .f1Box .item:hover .marquee_card .marquee_text {
  animation-play-state: running;
}
.product .f1 .f1Box .item:hover .img {
  transform: scale(1.05);
}
.product .f2 {
  width: 100%;
  padding: 0 8vw 15vw 8vw;
  position: relative;
}
.product .f2 .f2Box {
  width: 100%;
  border-left: 5px solid #dcb872;
  border-right: 5px solid #dcb872;
  padding: 4vw;
  display: flex;
  position: relative;
  background: white;
}
.product .f2 .f2Box .f2SwiperBox {
  width: 32vw;
  height: 30vw;
  display: flex;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper {
  width: 9vw;
  overflow: hidden;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper .swiper-wrapper {
  display: grid;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper .swiper-wrapper .swiper-slide {
  height: 9vw;
  cursor: pointer;
  border-radius: 1vw;
  border: 3px solid transparent;
  padding-top: 1vw;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper .swiper-wrapper .swiper-slide .imgBox {
  width: 5vw;
  height: 7vw;
  margin: 0 auto;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper .swiper-wrapper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  border: 3px solid #dcb872;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper2 {
  width: 20vw;
  overflow: hidden;
  margin-left: 5%;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper2 .imgBox {
  width: 100%;
  height: 30vw;
  position: relative;
}
.product .f2 .f2Box .f2SwiperBox .mySwiper2 .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.product .f2 .f2Box .textBox {
  width: 100%;
  margin-left: 5vw;
}
.product .f2 .f2Box .textBox .tab {
  background-color: #1a3e6f;
  border-radius: 3vw;
  font-size: 1vw;
  padding: 0.2vw 1vw;
  color: white;
  display: inline-block;
}
.product .f2 .f2Box .textBox .name {
  color: #333333;
  font-size: 2vw;
  font-weight: bold;
  margin-top: 0.5vw;
}
.product .f2 .f2Box .textBox .canshu {
  margin: 3vw 0;
}
.product .f2 .f2Box .textBox .canshu .tit {
  color: #333333;
  font-size: 1.2vw;
  font-weight: bold;
  padding-bottom: 1vw;
  border-bottom: 1px solid #dcb872;
}
.product .f2 .f2Box .textBox .canshu .canshuBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .f2 .f2Box .textBox .canshu .canshuBox .item {
  width: 30%;
  margin-top: 2vw;
  font-size: 0.9vw;
}
.product .f2 .f2Box .textBox .canshu .canshuBox .item .t {
  color: #666666;
}
.product .f2 .f2Box .textBox .canshu .canshuBox .item .d {
  color: #333333;
  font-weight: bold;
  margin-top: 0.5vw;
}
.product .f2 .f2Box .textBox .detail .tit {
  color: #333333;
  font-size: 1.2vw;
  font-weight: bold;
  padding-bottom: 1vw;
  border-bottom: 1px solid #dcb872;
}
.product .f2 .f2Box .textBox .detail .des {
  width: 100%;
  margin-top: 2vw;
}
.product .f2 .f2Box::before {
  content: '';
  position: absolute;
  width: 100.6%;
  height: 4vw;
  background: url('../images/bg5_1.png') center no-repeat;
  background-size: contain !important;
  left: -0.25vw;
  top: -1.5vw;
  z-index: 1;
}
.product .f2 .f2Box::after {
  content: '';
  position: absolute;
  width: 100.6%;
  height: 5vw;
  background: url('../images/bg5_2.png') center no-repeat;
  background-size: contain !important;
  left: -0.25vw;
  bottom: -1.5vw;
  z-index: 1;
}
.food {
  width: 100%;
}
.food .f1 {
  width: 100%;
  background: url('../images/img35.jpg') center no-repeat;
  background-size: cover !important;
  padding: 4vw 0;
  position: relative;
}
.food .f1 .tit {
  font-size: 2.5vw;
  font-family: xq;
  color: white;
  text-align: center;
}
.food .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
}
.food .f1 .f1Swiper .swiper-slide {
  text-align: center;
  transform: scale(0.6);
  transition: 0.3s all ease-in-out;
}
.food .f1 .f1Swiper .swiper-slide .img {
  width: 100%;
  height: 40vw;
  background-size: cover !important;
}
.food .f1 .f1Swiper .swiper-slide .name {
  color: #d7af77;
  font-family: xq;
  font-size: 1.5vw;
  background-color: #003371;
  border-radius: 3vw;
  display: inline-block;
  padding: 0.2vw 2vw 0.4vw 2vw;
  border: 1px solid #d7af77;
  opacity: 0;
  margin-top: -3vw;
}
.food .f1 .f1Swiper .swiper-slide-active {
  transform: scale(1);
}
.food .f1 .f1Swiper .swiper-slide-active .name {
  opacity: 1;
}
.food .f1 .f1Swiper .swiper-button-next {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  right: 3vw;
}
.food .f1 .f1Swiper .swiper-button-next:hover {
  background: #113a64;
}
.food .f1 .f1Swiper .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  left: 3vw;
}
.food .f1 .f1Swiper .swiper-button-prev:hover:after {
  color: white;
}
.food .f1 .f1Swiper .swiper-button-prev:hover {
  background: #113a64;
}
.food .f1 .f1Swiper .swiper-button-next:after,
.food .f1 .f1Swiper .swiper-button-prev:after {
  color: #000000;
  font-size: 1.2vw;
  font-weight: bold;
}
.food .f1 .f1Swiper .swiper-button-next:hover:after {
  color: white;
}
.food .f2 {
  width: 100%;
  background: url('../images/bg1.jpg') center no-repeat;
  background-size: cover !important;
  padding: 4vw 8vw 25vw 8vw;
  position: relative;
}
.food .f2 .tit {
  font-size: 2.5vw;
  font-family: xq;
  color: #333333;
  text-align: center;
}
.food .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.food .f2 .f2Box .item {
  width: 40vw;
  height: 27vw;
  margin-right: 2vw;
  margin-top: 2vw;
  position: relative;
  overflow: hidden;
}
.food .f2 .f2Box .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.food .f2 .f2Box .item .text{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1vw;
  color: white;
  z-index: 1;
  font-size: 1.5vw;
}
.food .f2 .f2Box .item:nth-child(2n) {
  margin-right: 0;
  top: 8vw;
}
.food .f2 .f2Box .item:hover .img {
  transform: scale(1.1);
}
.cooperation {
  width: 100%;
}
.cooperation .f1 {
  width: 100%;
  background: url('../images/bg1.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 2vw 0;
}
.cooperation .f1 .f1En {
  width: 77vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperation .f1 .f1Q {
  width: 47vw;
  position: relative;
  margin: 0 auto;
}
.cooperation .f1 .f1Q .tit {
  color: white;
  font-family: xq;
  font-size: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperation .f1 .f1Box {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  padding: 0 15vw;
  justify-content: space-between;
}
.cooperation .f1 .f1Box .itemBox .item {
  display: flex;
  margin-bottom: 3vw;
}
.cooperation .f1 .f1Box .itemBox .item .name {
  color: #272727;
  font-size: 1vw;
  font-weight: bold;
  line-height: 4vw;
}
.cooperation .f1 .f1Box .itemBox .item .name2 {
  line-height: 2;
}
.cooperation .f1 .f1Box .itemBox .item .num {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #f3f3f3;
  border: 1px solid #cf251b;
  color: #cf211a;
  text-align: center;
  font-size: 1vw;
  line-height: 4vw;
  margin: 0 1vw;
}
.cooperation .f1 .f1Box .left {
  padding-top: 20vw;
}
.cooperation .f1 .f1Box .left .item:nth-child(1) {
  margin-left: 2.5vw;
}
.cooperation .f1 .f1Box .left .item:nth-child(2) {
  margin-left: 4.8vw;
}
.cooperation .f1 .f1Box .left .item:nth-child(3) {
  margin-left: 6.5vw;
}
.cooperation .f1 .f1Box .left .item:nth-child(4) {
  margin-left: 9.5vw;
}
.cooperation .f1 .f1Box .right {
  padding-top: 5vw;
}
.cooperation .f1 .f1Box .right .item:nth-child(1) {
  margin-left: -1.5vw;
}
.cooperation .f1 .f1Box .right .item:nth-child(2) {
  margin-left: 3.8vw;
}
.cooperation .f1 .f1Box .right .item:nth-child(3) {
  margin-left: 6.5vw;
}
.cooperation .f1 .f1Box .right .item:nth-child(4) {
  margin-left: 7vw;
}
.cooperation .f1 .f1Box .right .item:nth-child(5) {
  margin-left: 5.5vw;
}
.cooperation .f2 {
  width: 100%;
  background: url('../images/img37.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 8vw;
}
.cooperation .f2 .tit {
  position: absolute;
  color: white;
  font-size: 2.5vw;
  font-family: xq;
}
.cooperation .f2 .f2Img {
  width: 100%;
}
.cooperation .f3 {
  width: 100%;
  background: url('../images/img39.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 6vw 0 22vw 0;
}
.cooperation .f3 .tit {
  color: white;
  font-size: 2.5vw;
  font-family: xq;
  padding-left: 8vw;
}
.cooperation .f3 .f3TabBox {
  position: absolute;
  right: 8vw;
  display: flex;
  margin-top: -3vw;
}
.cooperation .f3 .f3TabBox .tab {
  color: white;
  font-size: 1vw;
  margin: 0 4vw;
  position: relative;
  cursor: pointer;
}
.cooperation .f3 .f3TabBox .tab::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background: white;
  margin-left: 5vw;
  margin-top: 0.7vw;
}
.cooperation .f3 .f3TabBox .tab:last-child {
  margin-right: 0;
}
.cooperation .f3 .f3TabBox .tab:last-child::before {
  content: inherit;
}
.cooperation .f3 .f3TabBox .active::after {
  content: '';
  position: absolute;
  width: 5vw;
  height: 5vw;
  background: url('../images/icon4.png') center no-repeat;
  background-size: cover !important;
  left: -1vw;
  margin-top: -1.6vw;
}
.cooperation .f3 .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 6vw;
  padding: 0 8vw 5vw 8vw;
}
.cooperation .f3 .swiper .swiper-slide {
  width: 26vw;
  height: 23vw;
  background: url('../images/img40.png') center no-repeat;
  background-size: cover !important;
  padding: 2vw 3vw;
  color: #333333;
}
.cooperation .f3 .swiper .swiper-slide .he {
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
  font-weight: bold;
}
.cooperation .f3 .swiper .swiper-slide .tits {
  font-size: 1.3vw;
  font-weight: bold;
  margin: 2vw 0 1vw 0;
}
.cooperation .f3 .swiper .swiper-slide .des {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 1.7;
}
.cooperation .f3 .swiper .swiper-button-next {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  right: inherit;
  left: 12vw;
  bottom: 0;
  top: inherit;
}
.cooperation .f3 .swiper .swiper-button-next:hover {
  background: #113a64;
}
.cooperation .f3 .swiper .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(41, 0, 0, 0.08);
  left: 8vw;
  bottom: 0;
  top: inherit;
}
.cooperation .f3 .swiper .swiper-button-prev:hover:after {
  color: white;
}
.cooperation .f3 .swiper .swiper-button-prev:hover {
  background: #113a64;
}
.cooperation .f3 .swiper .swiper-button-next:after,
.cooperation .f3 .swiper .swiper-button-prev:after {
  color: #000000;
  font-size: 1.2vw;
  font-weight: bold;
}
.cooperation .f3 .swiper .swiper-button-next:hover:after {
  color: white;
}
.cooperation .f3 .tab2,
.cooperation .f3 .tab3 {
  display: none;
}
.product3 .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 6vw 8vw 12vw 8vw;
}
.product3 .f1 .left {
  width: 50vw;
}
.product3 .f1 .left .tit {
  color: #333333;
  font-size: 1.2vw;
  border-left: 3px solid #334ba5;
  padding-left: 1vw;
  line-height: 1.2;
}
.product3 .f1 .left .img {
  width: 100%;
  margin-top: 3vw;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.product3 .f1 .right {
  width: 26vw;
}
.product3 .f1 .right .tit {
  color: #333333;
  font-size: 1.2vw;
  border-left: 3px solid #334ba5;
  padding-left: 1vw;
  line-height: 1.2;
}
.product3 .f1 .right .itemBox {
  margin-top: 1vw;
}
.product3 .f1 .right .itemBox .item {
  width: 26vw;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 0.5vw;
  overflow: hidden;
  margin-top: 2vw;
  display: flex;
  padding: 2vw;
}
.product3 .f1 .right .itemBox .item .img{
  width: 8vw;
}
.product3 .f1 .right .itemBox .item img {
  width: 8vw;
}
.product3 .f1 .right .itemBox .item .text {
  color: #333333;
  font-size: 1vw;
}
.product3 .f1 .right .itemBox .item .text .more {
  font-size: 0.9vw;
  margin-top: 2vw;
}
.product3 .f1 .right .itemBox .item:hover .text{
  color: #334ba5;
}
.product3 .f1 .right .itemBox .item:hover .more{
  color: white;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

  .sp_logo {
    padding: 14px;
    float: left;
  }

  .sp_logo img {

    margin: auto;

    width: 55px;

    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: #cf211a;

    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{
    background: #f3f3f3;
  }
  .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: 16px;

    padding-left: 25px;

  }
  .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: #e31e4d;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #e31e4d;

  }

  .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{
    width: 25px;
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 22px;
    color: #cf211a;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
  .index .f1 .f1Swiper {
    width: 100%;
    height: 70vw;
  }
  .index .f11 .tit {
    font-size: 20px;
    margin: 5vw 0;
  }
  .index .f11 .t {
    font-size: 16px;
  }
  .index .f11 .des {
    width: 90%;
    font-size: 14px;
  }
  .index .f11 .des p{
    text-align: left !important;
  }
  .index .f11 .f11Box{
    margin: 0 0 5vw 0;
  }
  .index .f11 .f11Box .item {
    width: 40%;
    margin: 3vw;
  }
  .index .f11 .f11Box .item .num {
    font-size: 26px;
  }
  .index .f11 .f11Box .item .num span {
    font-size: 14px;
    padding: 0.3vw 0.5vw;
  }
  .index .f11 .f11Box .item .num font {
    font-size: 14px;
  }
  .index .f11 .f11Box .item .d {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  .index .f11 .videoBoxs {
    width: 90%;
    height: 50vw;
  }
  .index .f11 .videoBoxs .play {
    font-size: 48px;
  }
  .index .f11 .videoBoxs .play p {
    font-size: 14px;
  }
  .index .f11 .videoBoxs .play.active {
    font-size: 32px;
  }
  .index .f3 {
    padding: 10vw 5vw;
  }
  .index .f3 .tit {
    font-size: 20px;
  }
  .index .f3 .t {
    font-size: 14px;
  }
  .index .f3 .f3Box {
    flex-wrap: wrap;
  }
  .index .f3 .f3Box .item {
    width: 100%;
    display: inline-block;
    margin-top: 3vw;
  }
  .index .f3 .f3Box .item .img{
    width: 40%;
    display: inline-block;
    float: left;
  }
  .index .f3 .f3Box .item .des {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    text-align: left;
  }
  .index .f3 .f3Box .item:nth-child(2) .img{
    position: relative;
    top: -5vw;
  }
  .index .f3 .f3Box .item:nth-child(2n) .img{
    float: inherit;
  }
  .index .f3 .f3Box .item:nth-child(2n) .des{
    float: left;
  }
  .more {
    width: 30vw;
    border-radius: 5vw;
    line-height: 8vw;
    font-size: 14px;
  }
  .index .f3 .more {
    margin: 10vw auto 0 auto;
  }
  .index .f4 .textBox .tit {
    font-size: 24px;
  }
  .index .f4 .textBox .des {
    font-size: 14px;
  }
  .bannerBox .img .bannerT{
    width: 70%;
  }
  .brand .f1{
    padding: 10vw 5vw;
  }
  .brand .f1 .textBox{
    width: 100%;
  }
  .brand .f1 .textBox .t{
    font-size: 20px;
  }
  .brand .f1 .textBox .des{
    font-size: 14px;
  }
  .brand .f1 .f1Bg,.brand .f1Guo{
    display: none;
  }
  .brand .f1 .numInfo{
    width: 100%;
  }
  .brand .f1 .numInfo .icon{
    width: 4vw;
  }
  .brand .f1 .numInfo .xian{
    width: 80%;
    margin-top: 1.5vw;
  }
  .brand .f1 .numBox{
    width: 100%;
  }
  .brand .f1 .numBox .item{
    width: 45.5%;
    margin-top: 5%;
  }
  .brand .f1 .numBox .item:nth-child(2n) {
    margin-right: 0;
  }
  .brand .f1 .numBox .item{
    text-align: center;
  }
  .brand .f1 .numBox .item .t{
    font-size: 16px;
  }
  .brand .f1 .numBox .item .num{
    font-size: 22px;
  }
  .brand .f1 .numBox .item .num span{
    font-size: 14px;
  }
  .brand .f1 .numBox .item .num font{
    font-size: 14px;
  }
  .brand .f1 .numBox .item .d{
    font-size: 14px;
    text-align: center;
    margin-top: .5vw;
  }
  .brand .f2{
    height: auto;
    padding: 10vw 5vw;
  }
  .brand .f2 .tit{
    font-size: 24px;
  }
  .brand .f2 .f2TabBox .tab{
    font-size: 14px;
  }
  .brand .f2 .f2TabBox .tab::before{
    display: none;
  }
  .brand .f2 .f2TabBox .active::after {
    width: 14.5vw;
    height: 14.5vw;
    left: 2.2vw;
    margin-top: -4.4vw;
  }
  .brand .f3{
    height: auto;
    padding: 10vw 0;
  }
  .brand .f3 .tit{
    font-size: 24px;
  }
  .brand .f4{
    height: auto;
    background: url(../images/img33_m.jpg) center no-repeat;
    padding: 10vw 5vw 25vw 5vw;
  }
  .brand .f4 .text .tit{
    font-size: 24px;
  }
  .brand .f4 .text .des{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .brand .f4 .text .des p{
    margin-right: 5vw;
  }
  .brand .f4 .f4Box{
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 5vw;
  }
  .brand .f4 .f4Box .imgBox .img{
    width: 21vw;
  }
  .brand .f4 .f4Box .imgBox2{
    margin-left: 0;
    margin-top: 5vw;
  }
  .brand .f4 .f4Box .imgBox2 .img{
    width: 28vw;
  }
  .brand .f4 .f4Box .imgBox2 .img img{
    height: auto;
  }
  .product .f1{
    padding: 5vw 5vw 0 5vw;
  }
  .product .f1 .tit{
    font-size: 24px;
  }
  .product .f1 .f1He{
    display: block;
  }
  .product .f1 .f1He .tabBox .tab{
    font-size: 14px;
    padding: .5vw 2vw;
    margin: 1vw;
  }
  .product .f1 .f1He .serachBox{
    width: 100%;
    font-size: 14px;
    padding: 1vw 2vw;
    margin-top: 5vw;
    border-radius: 5vw;
  }
  .product .f1 .f1He .serachBox input{
    width: 95%;
    font-size: 14px;
  }
  .product .f1 .f1He .serachBox i{
    font-size: 18px;
  }
  .product .f1 .f1Box{
    padding-top: 5vw;
    justify-content: space-between;
  }
  .product .f1 .f1Box .item{
    width: 47%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5vw;
    padding: 0;
  }
  .product .f1 .f1Box .item:hover{
    background: white;
  }
  .product .f1 .f1Box .item:hover .img {
    transform: scale(1);
  }
  .product .f1 .f1Box .item .img{
    width: 90%;
  }
  .product .f1 .f1Box .item .name{
    font-size: 16px;
  }
  .product .f1 .f1Box .item .k{
    font-size: 14px;
    padding: .5vw 2vw;
    border-radius: 5vw;
    margin-top: 2vw;
  }
  .product .f2{
    padding: 10vw 5vw 25vw 5vw;
  }
  .product .f2 .f2Box{
    display: block;
    border-left: 1px solid #dcb872;
    border-right: 1px solid #dcb872;
  }
  .product .f2 .f2Box .f2SwiperBox{
    width: 100%;
    height: auto;
    display: block;
  }
  .product .f2 .f2Box .f2SwiperBox .mySwiper{
    display: none;
  }
  .product .f2 .f2Box .f2SwiperBox .mySwiper2{
    width: 100%;
    margin-left: 0;
  }
  .product .f2 .f2Box .f2SwiperBox .mySwiper2 .imgBox{
    height: 106vw;
  }
  .product .f2 .f2Box .textBox{
    margin-left: 0;
    margin-top: 10vw;
  }
  .product .f2 .f2Box .textBox .tab{
    font-size: 14px;
    padding: .5vw 2vw;
    border-radius: 5vw;
  }
  .product .f2 .f2Box .textBox .name{
    font-size: 18px;
    margin-top: 3vw;
  }
  .product .f2 .f2Box .textBox .canshu{
    margin: 5vw 0;
  }
  .product .f2 .f2Box .textBox .canshu .tit{
    font-size: 16px;
  }
  .product .f2 .f2Box .textBox .canshu .canshuBox .item{
    width: 50%;
    font-size: 14px;
    margin-top: 3vw;
  }
  .product .f2 .f2Box .textBox .detail .tit{
    font-size: 16px;
  }
  .product .f2 .f2Box .textBox .detail .des{
    margin-top: 5vw;
    font-size: 14px;
  }
  .food .f1{
    padding: 10vw 0;
  }
  .food .f1 .tit{
    font-size: 24px;
  }
  .food .f1 .f1Swiper{
    margin-top: 5vw;
  }
  .food .f1 .f1Swiper .swiper-slide .img{
    width: 80%;
    height: 60vw;
    margin: 0 auto;
  }
  .food .f1 .f1Swiper .swiper-button-prev,.food .f1 .f1Swiper .swiper-button-next{
    width: 8vw;
    height: 8vw;
  }
  .food .f1 .f1Swiper .swiper-button-next:after, .food .f1 .f1Swiper .swiper-button-prev:after{
    font-size: 12px;
  }
  .food .f1 .f1Swiper .swiper-slide .name{
    font-size: 16px;
    padding: .5vw 2vw 1vw 2vw;
  }
  .food .f2{
    padding: 10vw 5vw 25vw 5vw;
  }
  .food .f2 .tit{
    font-size: 24px;
  }
  .food .f2 .f2Box .item{
    width: 100%;
    height: 60vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .food .f2 .f2Box .item:nth-child(2n){
    top: inherit;
  }
  footer .textBox{
    padding: 0 5vw;
  }
  footer .textBox .logo{
    width: 20vw;
    height: 20vw;
    padding-top: 6vw;
  }
  footer .textBox .logo img{
    width: 15vw;
  }
  footer .textBox .en{
    font-size: 14px;
  }
  footer .textBox .t{
    font-size: 14px;
  }
  footer .textBox .d{
    font-size: 14px;
  }
  .index .f2{
    padding: 30vw 0;
  }
  .index .f2 .titImg{
    width: 30vw;
    left: 5vw;
    top: 20vh;
  }
  .index .f2 .f2Box{
    height: 20vh;
  }
  .index .f2 .f2Box .item{
    width: 80vw;
    height: 120vw;
    margin-right: 5vw;
  }
  .index .f2 .f2Box .item .name{
    height: 11vw;
    margin: 5vw;
  }
  .index .f2 .f2Box .item .name img{
    height: 11vw;
  }
  .index .f2 .f2Box .item .food{
    width: 90vw;
    margin-top: 10vw;
  }
  .index .f4{
    position: relative;
    height: 100vh;
  }
  .index .f4 .textBox{
    left: 5vw;
    padding-top: 20vh;
  }
  .index .f4 .textBox .mores{
    padding: 1vw 3vw 2vw 3vw;
    border-radius: 5vw;
    font-size: 16px;
  }
  .index .f4 .f4Box{
    width: 50vw;
    right: 5vw;
  }
  .index .f4 .f4Box .item{
    width: 100%;
    height: 60vw;
    margin-right: 0;
    padding: 5vw;
  }
  .index .f4 .f4Box .item .he .icon{
    font-size: 14px;
  }
  .index .f4 .f4Box .item .he .icon img{
    width: 3vw;
    height: 3vw;
    margin-right: .5vw;
    margin-top: -.5vw;
  }
  .index .f4 .f4Box .item .he .num{
    font-size: 14px;
    line-height: .5;
  }
  .index .f4 .f4Box .item .tit{
    font-size: 16px;
  }
  .index .f4 .f4Box .item .des{
    font-size: 12px;
    line-height: 1.7;
  }
  .index .f4 .f4Box .item .mores{
    display: none;
  }
  .index .f4 .f4Box .item:nth-child(2n){
    top: initial;
  }
  .index .f5{
    padding: 10vw 5vw;
  }
  .index .f5 .tit{
    font-size: 20px;
  }
  .index .f5 .f5Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 70vw;
  }
  .index .f5 .f5Swiper .swiper-slide .textBox{
    padding: 5vw 0;
  }
  .index .f5 .f5Swiper .swiper-slide .textBox .time{
    font-size: 14px;
  }
  .index .f5 .f5Swiper .swiper-slide .textBox .name{
    font-size: 16px;
  }
  .index .f5 .f5Swiper .swiper-slide .textBox .des{
    display: none;
  }
  .index .f5 .f5Swiper .swiper-slide .textBox .icon{
    display: none;
  }
  .index .f6{
    padding: 10vw 5vw 30vw 5vw;
  }
  .index .f6 .tit{
    font-size: 20px;
  }
  .index .f6 .des{
    width: 90%;
    font-size: 14px;
  }
  .index .f6 .f6Box{
    margin: 5vw auto 0 auto;
  }
  .index .f6 .f6Box .item .name{
    font-size: 14px;
    padding: 1vw 2vw;
  }
  .index .f6 .f6Box .item{
    width: 100%;
    height: 90vw;
    padding: 5vw;
    margin-bottom: 5vw;
    background-size: contain !important;
  }
  .index .f6 .f6Box .item .imgBox{
    width: 43vw;
    height: 70vw;
    margin: 5vw auto;
  }
  .index .f6 .btnBox .btn{
    width: 30vw;
    font-size: 14px;
    padding: 2vw 0;
    margin: 0 2vw;
    border-radius: 5vw;
  }
  .index .f6 .btnBox .btn2{
    width: 30vw;
    font-size: 14px;
    padding: 1vw 0;
    margin: 0 2vw;
    border-radius: 5vw;
  }
  footer .textBox form{
    margin: 5vw auto;
    display: block;
  }
  footer .textBox form .inputBox{
    width: 100%;
    margin: 0 0 3vw 0;
    padding: 2vw 5vw;
    border-radius: 5vw;
  }
  footer .textBox form .inputBox:last-child{
    margin-bottom: 0;
  }
  footer .textBox form .inputBox .name{
    font-size: 14px;
    float: inherit;
  }
  footer .textBox form .inputBox input{
    font-size: 14px;
  }
  footer .clreBox::before{
    height: 120vw;
  }
  footer .textBox .subimt{
    font-size: 14px;
    padding: 0 12vw;
    line-height: 8vw;
    border-radius: 5vw;
  }
  footer .footer .footerBox{
    display: block;
  }
  footer .footer{
    padding: 5vw;
  }
  footer{
    margin-top: -20vw;
  }
  .footerNav{
    display: none;
  }
  footer .footer .footerBox .left{
    text-align: center;
  }
  footer .footer .footerBox .left .t{
    font-size: 16px;
  }
  footer .footer .footerBox .left .phone{
    font-size: 22px;
  }
  footer .footer .footerBox .left .d{
    font-size: 14px;
  }
  footer .footer .footerBox .left .wechat{
    font-size: 14px;
    margin-top: 5vw;
  }
  footer .footer .footerBox .left .wechat img{
    opacity: 1;
    width: 25vw;
    position: relative;
    margin: 1vw auto;
  }
  footer .footer .footerBox .left .wechat i{
    display: none;
  }
  footer .footer .friendBox{
    font-size: 14px;
  }
  footer .footer .friendBox .desBox{
    margin-left: 5vw;
  }
  footer .footer .friendBox .desBox .d{
    font-size: 14px;
    padding: .2vw 2vw;
    margin-right: 3vw;
  }
  footer .footer .footerInfo{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 5vw;
  }
  .contactUsBox{
    height: auto;
  }
  .contactUs .bg{
    height: 100%;
  }
  .contactUs .imgT{
    width: 80vw;
    left: 5vw;
  }
  .contactUs .textBox{
    width: 100%;
    padding: 0 5vw;
    font-size: 14px;
    margin-top: 60vw;
  }
  .contactUs .textBox .text .t{
    width: 25%;
  }
  .contactUs .textBox .text .d{
    width: 65%;
  }
  .news .newsBox{
    padding: 10vw 5vw;
  }
  .news .newsBox .item{
    display: block;
  }
  .news .newsBox .item .imgBox{
    width: 100%;
    height: 70vw;
  }
  .news .newsBox .item .textBox{
    width: 100%;
    padding: 5vw;
  }
  .news .newsBox .item .textBox .time{
    font-size: 14px;
  }
  .news .newsBox .item .textBox .name{
    font-size: 16px;
    margin: 2vw 0 0 0;
  }
  .news .newsBox .item .textBox .des{
    display: none;
  }
  .news .newsBox .item .textBox .more{
    display: none;
  }
  .news .f1 .item:nth-child(1){
    padding-top: 5vw;
    margin-top: 0;
  }
  .news .f1{
    padding: 0 5vw 30vw 5vw;
  }
  .news .f1 .item{
    display: block;
  }
  .news .f1 .item .time{
    display: none;
  }
  .news .f1 .item .itemBox{
    display: block;
  }
  .news .f1 .item .itemBox .imgBox{
    width: 100%;
    height: 50vw;
  }
  .news .f1 .item .itemBox .textBox{
    width: 100%;
    height: auto;
    margin: 0;
  }
  .news .f1 .item .itemBox .textBox .name{
    font-size: 16px;
  }
  .news .f1 .item .itemBox .textBox .des{
    display: none;
  }
  .news .f1 .item .itemBox .textBox .moreI{
    display: none;
  }
  .bannerBox2 .text{
    font-size: 18px;
    top: 22vw;
    left: 5vw;
  }
  .product3 .f1{
    padding: 10vw 5vw 30vw 5vw;
    display: block;
  }
  .product3 .f1 .left{
    width: 100%;
  }
  .product3 .f1 .left .img{
    font-size: 14px;
    margin-top: 0;
  }
  .product3 .f1 .right{
    width: 100%;
    margin-top: 15vw;
  }
  .product3 .f1 .right .tit{
    font-size: 16px;
  }
  .product3 .f1 .right .itemBox .item{
    width: 100%;
    margin-top: 3vw;
    padding: 5vw;
  }
  .product3 .f1 .right .itemBox .item .text{
    font-size: 14px;
  }
  .cooperation .f1{
    padding: 0 5vw 10vw 5vw;
  }
  .cooperation .f1 .f1Q{
    width: 70vw;
    padding-top: 5vw;
  }
  .cooperation .f1 .tit{
    font-family: xq;
    color: #333333;
    font-size: 24px;
    text-align: center;
  }
  .cooperation .f1 .f1En{
    width: 90%;
  }
  .cooperation .f1 .f1Box{
    padding: 0;
    position: relative;
    top: inherit;
    margin-top: 5vw;
    display: block;
  }
  .cooperation .f1 .f1Box .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cooperation .f1 .f1Box .itemBox .item{
    width: 50%;
    margin-bottom: 5vw;
  }
  .cooperation .f1 .f1Box .itemBox .item .num {
    width: 10vw;
    height: 10vw;
    font-size: 14px;
    line-height: 10vw;
    margin: 0;
  }
  .cooperation .f1 .f1Box .itemBox .item .name{
    font-size: 13px;
    line-height: 10vw;
    margin-left: 1vw;
  }
  .cooperation .f1 .f1Box .itemBox .item .name2{
    line-height: 1.5;
  }
  .cooperation .f2{
    padding: 10vw 5vw;
  }
  .cooperation .f2 .tit{
    font-size: 24px;
    position: relative;
    text-align: center;
  }
  .cooperation .f3{
    padding: 10vw 0 25vw 0;
  }
  .cooperation .f3 .tit{
    font-size: 24px;
    padding-left: 5vw;
  }
  .cooperation .f3 .f3TabBox {
    right: 5vw;
    margin-top: -6vw;
  }
  .cooperation .f3 .f3TabBox .active::after {
    width: 12vw;
    height: 12vw;
    left: 0;
    margin-top: -3.6vw;
  }
  .cooperation .f3 .f3TabBox .tab::before{
    content: inherit;
  }
  .cooperation .f3 .f3TabBox .tab{
    font-size: 14px;
  }
  .cooperation .f3 .swiper {
    padding: 0 5vw 15vw 5vw;
    margin-top: 10vw;
  }
  .cooperation .f3 .swiper .swiper-slide{
    width: 90%;
    height: auto;
    padding: 5vw;
  }
  .cooperation .f3 .swiper .swiper-slide .he{
    font-size: 14px;
  }
  .cooperation .f3 .swiper .swiper-slide .tits{
    font-size: 16px;
  }
  .cooperation .f3 .swiper .swiper-slide .des{
    font-size: 14px;
  }
  .cooperation .f3 .swiper .swiper-button-prev{
    width: 8vw;
    height: 8vw;
    left: 5vw;
  }
  .cooperation .f3 .swiper .swiper-button-next{
    width: 8vw;
    height: 8vw;
    left: 15vw;
  }
  .cooperation .f3 .swiper .swiper-button-next:after, .cooperation .f3 .swiper .swiper-button-prev:after{
    font-size: 12px;
  }
  .index .f1 .f1Swiper .swiper-pagination-bullet{
    height: 2px;
  }
  .index .f1 .f1Swiper .swiper-pagination-bullet-active{
    width: 5vw !important;
  }
  .index .f1 .textBox{
    height: 70vw;
  }
  .index .f1 .textBox .yan{
    height: 70vw;
  }
  .index .f1 .textBox .text{
    font-size: 14px;
    bottom: 6vw;
    padding: 0 5vw;
  }
  .index .f1 .textBox .slon{
    top: 20%;
    left: 3vw;
    font-size: 48px;
  }
  .index .f1 .textBox .text .en{
    display: none;
  }
  .index .f6Swiper{
    width: 100%;
    overflow: hidden;
  }
  .index .f6Swiper .item{
    width: 60vw;
    height: 83vw;
    padding: 5vw;
    background-size: contain !important;
    display: block;
    background: url(../images/bg2_1.png) center no-repeat;
    border-radius: 1vw;
    text-align: center;
    transition: 0.3s all ease-in-out;
    margin: 5vw auto;
  }
  .index .f6Swiper .item .name {
    font-size: 14px;
    padding: 1vw 2vw;
    display: inline-block;
    color: #666666;
    border-radius: 1vw;
    border: 1px solid #999999;
    transition: 0.3s all ease-in-out;
  }
  .index .f6Swiper .item .imgBox {
    width: 43vw;
    height: 70vw;
    margin: 0 auto 5vw auto;
    overflow: hidden;
  }
  .index .f6Swiper .item .imgBox .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 0.3s all ease-in-out;
    transform: scale(.9);
  }
  .index .f6Swiper .swiper-pagination{
    bottom: 0;
    top: inherit;
  }
  .brand .f3 .f3Swiper .swiper-slide .text .year{
    font-size: 36px;
  }
  .brand .f3 .f3Swiper{
    height: 70vw;
    margin-top: 0;
    padding-top: 26vw;
  }
  .brand .f3 .f3Img{
    top: 58%;
    width: 90%;
  }
  .brand .f3 .f3Swiper .swiper-slide .t{
    font-size: 14px;
  }
  .brand .f3 .f3Swiper .swiper-slide .text{
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: inherit;
    border: transparent;
  }
  .brand .f3 .f3Swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
    right: 5vw;
    top: 40vw;
  }
  .brand .f3 .f3Swiper .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    left: 5vw;
    top: 40vw;
  }
  .brand .f3 .f3Swiper .swiper-button-next:after, .brand .f3 .f3Swiper .swiper-button-prev:after{
    font-size: 12px;
  }
  .food .f2 .f2Box .item .text{
    font-size: 16px;
    bottom: 2vw;
  }
  .cooperation .f2 .f2Img{
    margin-top: 5vw;
  }
  .brand .f2 .f2Box{
    margin-top: 5vw;
  }
}