@font-face {
  font-family: 'iconfont';  /* Project id 3308295 */
  src: url('https://at.alicdn.com/t/font_3308295_d55a061pfac.woff2?t=1652075153339') format('woff2'),
  url('https://at.alicdn.com/t/font_3308295_d55a061pfac.woff?t=1652075153339') format('woff'),
  url('https://at.alicdn.com/t/font_3308295_d55a061pfac.ttf?t=1652075153339') format('truetype');
}
body{
  /*filter: grayscale(0.5);*/
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #555555;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #007aff;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}
header {
  width: 100%;
  height: 4vw;
  display: flex;
  padding: 0.8vw 3vw;
  top: 0;
  justify-content: space-between;
  z-index: 600;
  transition: 0.5s all ease-in-out;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .logo {
  width: 8vw;
}
header .logo img {
  transition: 0.5s all ease-in-out;
}
header .logo img:nth-child(2) {
  display: none;
}
header .Nav {
  position: relative;
  top: 0;
}
header .Nav .level1 {
  display: inline-grid;
  margin-right: 5vw;
}
header .Nav .level1 .phoneBox {
  display: flex;
  overflow: hidden;
}
header .Nav .level1 .phoneBox .phone {
  width: 10vw;
  border: 1px solid white;
  border-radius: 30px;
  display: flex;
  padding: 5px;
  transition: 0.5s all ease-in-out;
  position: relative;
}
header .Nav .level1 .phoneBox .phone .icon {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: white;
  text-align: center;
  padding-top: 0.2vw;
}
header .Nav .level1 .phoneBox .phone .icon i {
  color: #f1230f;
  font-size: 0.9vw;
  text-align: center;
  margin: 0 auto;
}
header .Nav .level1 .phoneBox .phone .phones {
  color: white;
  font-weight: bold;
  font-size: 1vw;
  padding: 0 0.3vw;
  line-height: 1.5vw;
}
header .Nav .level1 .phoneBox .phone2{
  position: absolute;
  right: 2.75vw;
  transform: translateX(350px);
}

header .Nav .level1 .phoneBox .zuojiBox {
  width: 2.2vw;
  height: 2.2vw;
  border: 1px solid white;
  background: transparent;
  border-radius: 50%;
  padding: 0.3vw;
  margin-left: 0.5vw;
  cursor: pointer;
  z-index: 99;
}
header .Nav .level1 .phoneBox .zuojiBox .zuoji {
  width: 1.5vw;
  height: 1.5vw;
  background: white;
  text-align: center;
  border-radius: 50%;
  padding-top: 0.25vw;
  border: 1px solid white;
}
header .Nav .level1 .phoneBox .zuojiBox .zuoji i {
  color: #f1230f;
  font-size: 0.8vw;
  text-align: center;
  margin: 0 auto;
}
header .Nav .level1 a {
  font-size: 0.9vw;
  color: #ffffff;
  font-weight: bold;
}
header .Nav .level1 a .jo{
  font-size: 1vw;
  position: relative;
  top: -.8vw;
}
header .Nav .level1 ul {
  height: 0;
  margin-top: 1vw;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  display: none;
}
header .Nav .level1 ul li {
  margin-bottom: 15px;
  text-align: left;
}
header .Nav .level1 ul li a {
  font-size: 0.8vw;
  color: #ffffff;
  font-weight: normal;
}
header .Nav .level1 ul li:hover a {
  border-bottom: 1px solid #333333;
}
header .Nav .level1:last-child {
  margin-right: 0;
  position: relative;
}
header:hover {
  height: 16vw;
  background: white;
}
header:hover .Nav .level1 .phoneBox .phone {
  border: 1px solid #333333;
}
header:hover .Nav .level1 .phoneBox .phone .icon {
  background: #333333;
}
header:hover .Nav .level1 .phoneBox .phone .icon i {
  color: white;
}
header:hover .Nav .level1 .phoneBox .phone .phones {
  color: #333333;
}
header:hover .Nav .level1 .phoneBox .zuojiBox {
  border: 1px solid #333333;
  background: white;
}
header:hover .Nav .level1 .phoneBox .zuojiBox .zuoji {
  background: #333333;
}
header:hover .Nav .level1 .phoneBox .zuojiBox .zuoji i {
  color: white;
}
header:hover .logo img:nth-child(1) {
  display: none;
}
header:hover .logo img:nth-child(2) {
  display: block;
}
header:hover .Nav a {
  color: #333333;
}
header:hover .Nav .level1 ul {
  height: auto;
  opacity: 1;
  display: block;
}
header:hover .Nav .level1 ul li a {
  color: #333333;
}
header.active:hover {
  background: white;
}
header.active:hover .logo img:nth-child(1) {
  display: none;
}
header.active:hover .logo img:nth-child(2) {
  display: block;
}
header.active:hover .Nav a {
  color: #333333;
}
header.active:hover .Nav .level1 ul li a {
  color: #333333;
}
header.active {
  background: rgba(27, 27, 27, 0.85);
  border-bottom: 1px solid transparent;
  z-index: 9999;
}
header.active nav ul li a {
  color: white;
}
footer {
  width: 100%;
  height: auto;
  background: url('/resources/assets/images/img10.jpg') center no-repeat;
  background-size: cover !important;
  padding: 2vw 8vw 0 8vw;
}
footer .footer {
  display: flex;
}
footer .footer .left {
  width: 65vw;
}
footer .footer .left .logo {
  width: 27vw;
}
footer .footer .left .footerNav {
  margin: 1vw 0;
}
footer .footer .left .footerNav .level1 {
  display: inline-grid;
  margin-right: 3vw;
}
footer .footer .left .footerNav .level1 a {
  font-size: 0.9vw;
  margin-bottom: 1vw;
  color: #ffffff;
  font-weight: bold;
}
footer .footer .left .footerNav .level1 ul li {
  margin-bottom: 10px;
  text-align: left;
}
footer .footer .left .footerNav .level1 ul li a {
  font-size: 0.8vw;
  color: #ffffff;
  font-weight: normal;
}
footer .footer .left .footerNav .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .right {
  width: 30vw;
  color: white;
  text-align: center;
}
footer .footer .right .phone .des {
  font-size: 1.2vw;
  text-align: left;
}
footer .footer .right .phone .phBox{
  display: flex;
  margin-top: 1vw;
}
footer .footer .right .phone .ph {
  font-size: 1.5vw;
  color: white;
}
footer .footer .right .phone .ph:first-child{
  margin-right: 2vw;
}
footer .footer .right .phone .ph a{
  color: white;
}
footer .footer .right .qrcode {
  margin-top: 1vw;
  line-height: 2;
  font-size: 12px;
  /*display: flex;*/
}
footer .footer .right .qrcode .img {
  width: 6.5vw;
  padding-right: 1vw;
  display: inline-block;
  float: left;
}
footer .footer .right .qrcode .imgBox{
  width: 100%;
  display: inline-block;
}
footer .footer .right .qrcode .text{
  text-align: left;
  line-height: 1.7;
  font-size: 14px;
}
footer .footer .right .qrcode .imgBox .iconBox{
  display: inline-block;
  float: left;
}
footer .footer .right .qrcode .imgBox .iconBox img{
  width: 2vw;
  color: #f1230f;
  position: relative;
  display: block;
}
footer .footer .right .qrcode .imgBox .iconBox a:nth-child(1) {
  position: relative;
  top: .3vw;
}
footer .footer .right .qrcode .imgBox .iconBox a:nth-child(2) {
  position: relative;
  top: .8vw;
}
footer .footer .right .infos {
  font-size: 1vw;
  font-weight: bold;
  left: 44vw;
  position: absolute;
  margin-top: 0;
}
footer .footerInfo {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  color: white;
  opacity: 0.4;
  padding: 1vw 0;
}
footer .footerInfo a {
  color: white;
}
.backTop {
  width: 4vw !important;
  height: 4vw !important;
  right: 1vw !important;
  line-height: 4vw !important;
  font-size: 36px !important;
}
.title {
  color: white;
  letter-spacing: 1px;
}
.title .en {
  font-size: 4.5vw;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-weight: bold;
}
.title .td {
  font-size: 1vw;
  margin-top: -5vw;
}
.title .cn {
  font-size: 2.5vw;
  font-weight: bold;
}
.more {
  width: 100%;
  color: white;
  font-size: 0.9vw;
  display: inline-block;
  line-height: 2vw;
  cursor: pointer;
  text-align: center;
  margin: 2vw auto;
}
.more .icon {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.more .icon i {
  font-size: 2vw;
  position: absolute;
  left: 1vw;
  margin-top: -2px;
}
.more .t {
  display: inline-block;
  margin-left: 3.5vw;
}
.more:hover .icon {
  width: 11.5vw;
  border-radius: 25px 25px 25px 25px;
}
.banner {
  width: 100%;
  height: 34vw;
  background-size: cover !important;
}
.tabItem {
  display: flex;
}
.tabItem .item {
  width: 9vw;
  height: 2vw;
  line-height: 2vw;
  color: #ff3d35;
  background: white;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 0.85vw;
  letter-spacing: 1px;
  margin: 0 1vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.tabItem .item:hover {
  background: #d3b66f;
  color: white;
}
.tabItem .active {
  background: #d3b66f;
  color: white;
}
.index {
  background: #f1230f;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.index .f1 .shubiao {
  width: 4vw;
  height: 4vw;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 42vw;
  border-radius: 50%;
}
.index .f1 .shubiao i {
  font-size: 2vw;
  color: white;
  position: relative;
  top: 1vw;
  cursor: pointer;
}
.index .finfo{
  width: 100%;
  height: 0;
  /*border: 1px solid white;*/
  position: absolute;
  top: 25vw;
}
.index .f2 {
  width: 100%;
  height: 100vh;
  border-radius: 30px;
  margin: 2vw auto;
  padding: 0 2vw;
  overflow: hidden;
}
.index .f2 .video {
  width: 96%;
  height: 98vh;
  /*margin-top: 2vw;*/
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  z-index: 1;
  border-radius: 40px;
}
.index .f2 .svgImg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.index .f2 .palyBtn{
  width: 7vw;
  cursor: pointer;
  transform: scale(1);
  position: absolute;
  transition: .3s all ease-in-out;
  z-index: 10;
  right: 10vw;
  margin-top: 20vw;
  text-align: center;
  color: white;
  font-size: .9vw;
}
.index .f2 .palyBtn:hover{
  transform: scale(1.1);
}
.index .f3 .title {
  text-align: center;
}
.index .f3 .des {
  width: 50vw;
  margin: 2vw auto;
  font-size: 0.9vw;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
  color: white;
}
.index .f3 .numBox {
  width: 100%;
  display: inline-block;
  color: #d1b36b;
  margin: 0 auto;
  text-align: center;
}
.index .f3 .numBox .num {
  width: 18vw;
  display: inline-block;
  padding: 0 2vw;
}
.index .f3 .numBox .num .n {
  font-size: 4vw;
  font-weight: bold;
}
.index .f3 .numBox .num .n span {
  font-size: 2vw;
  position: relative;
  top: -2vw;
}
.index .f3 .numBox .num .dess {
  font-size: 1vw;
}
.index .f3 .numBox .num:first-child {
  width: 15vw;
  border-right: 1px solid #d1b36b;
  margin-left: 5.5vw;
}
.index .f3 .map {
  width: 85vw;
  margin: 0 auto;
  /*margin-top: 20vw;*/
}
.index .f3 .map .iconMap{
  width: 2.5vw;
  position: absolute;
  left: 29.2vw;
  margin-top: 15vw;
  oz-animation: mapItemFrames 2s infinite;
  -webkit-animation: mapItemFrames 2s infinite;
  -o-animation: mapItemFrames 2s infinite;
  animation: mapItemFrames 2s infinite;
}
@keyframes mapItemFrames {
  0% { transform: scale(.8); }
  50% { transform: scale(1); }
  100% { transform: scale(.8); }
}
.index .f4 {
  padding: 0 8vw;
  margin-top: 10vw;
}
.index .f4 .title {
  text-align: left;
  position: relative;
  top: -5vw;
}
.index .f4 .title .cn{
  margin-top: -3vw;
}
.index .f4 .des {
  font-size: 2vw;
  line-height: 1.7;
  letter-spacing: 1px;
  color: white;
  top: -4vw;
  font-weight: bold;
  position: relative;
}
.index .f4 .leftImg {
  width: 39vw;
  position: absolute;
  left: 0;
  /*margin-top: -50vw;*/
}
.index .f4 .itemBox {
  display: inline-block;
  position: relative;
  margin-top: 0vw;
}
.index .f4 .itemBox .item {
  width: 25vw;
  height: auto;
  border-radius: 40px;
  color: white;
  display: inline-block;
  margin-right: 3.5vw;
  margin-bottom: 3.5vw;
  text-align: center;
  border: 5px solid transparent;
  cursor: pointer;
  transition: .5s all ease-out;
  overflow: hidden;
}
.index .f4 .itemBox .item a{
  color: white;
}
.index .f4 .itemBox .item .img {
  width: 100%;
  height: 28vw;
  background-size: cover !important;
  border-radius: 40px;
  transition: .5s all ease-in-out;
}
.index .f4 .itemBox .item .img .text {
  width: 100%;
  height: 10vw;
  position: relative;
  top: 18vw;
  background-image: linear-gradient(to top, #000000, transparent);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 2vw;
}
.index .f4 .itemBox .item .img .text .name {
  font-size: 1vw;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: bold;
}
.index .f4 .itemBox .item .img .text .info {
  width: 2vw;
  height: 2vw;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  margin: 1vw auto;
  padding: 0.4vw;
  opacity: 0;
  transform: scale(1.5);
  transition: .5s all ease-out;
}
.index .f4 .itemBox .item .img .text .info i {
  font-size: 0.7vw;
  text-align: center;
}
.index .f4 .itemBox .item:hover {
  border: 5px solid #1660fc;
}
.index .f4 .itemBox .item:hover .img .text .info{
  transform: scale(1);
  opacity: 1;
}
.index .f4 .itemBox .item:hover .img{
  transform: scale(1.1);
}
.index .f4 .itemBox .item:nth-child(1) {
  position: relative;
  top: 15vw;
}
.index .f4 .itemBox .item:nth-child(2) {
  position: relative;
  top: 20vw;
}
.index .f4 .itemBox .item:nth-child(3) {
  margin-right: 0;
  position: relative;
  top: 28vw;
}
.index .f4 .itemBox .item:nth-child(4) {
  margin-left: 29vw;
  position: relative;
  top: 20vw;
  margin-bottom: 0;
}
.index .f4 .itemBox .item:nth-child(5) {
  margin-right: 0;
  position: relative;
  top: 28vw;
  margin-bottom: 0;
}
.index .f4 .more{
  text-align: left;
  position: relative;
  top: -5vw;
}
.index .f4 .more:hover .icon {
  width: 9vw;
  border-radius: 25px 25px 25px 25px;
}
.index .f5 {
  padding: 0 8vw;
  margin-top: -30vw;
  position: relative;
}
.index .f5 .ht {
  display: flex;
  justify-content: space-between;
}
.index .f5 .ht .title {
  text-align: left;
}
.index .f5 .newsList {
  display: flex;
  padding: 4vw 0 2vw 0;
}
.index .f5 .newsList .left {
  width: 39vw;
  height: 33vw;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: white;
  overflow: hidden;
}
.index .f5 .newsList .left .img {
  width: 39vw;
  height: 22vw;
  background-size: cover !important;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
}
.index .f5 .newsList .left .texts {
  padding: 2vw;
}
.index .f5 .newsList .left .texts .time {
  font-size: 0.9vw;
  color: #b5b5b5;
}
.index .f5 .newsList .left .texts .time i {
  margin-right: 0.5vw;
}
.index .f5 .newsList .left .texts .name {
  font-size: 1vw;
  color: #333333;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1vw 0;
  font-weight: bold;
}
.index .f5 .newsList .left .texts .des {
  color: #999999;
  font-size: 0.9vw;
  line-height: 1.7;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f5 .newsList .left:hover .img {
  transform: scale(1.02);
}
.index .f5 .newsList .left:hover .texts .name {
  color: #f1230f;
}
.index .f5 .newsList .right {
  width: 44vw;
  margin-left: 2vw;
  margin-top: 1vw;
}
.index .f5 .newsList .right .item {
  display: inline-block;
  color: white;
  margin-bottom: 1.2vw;
  cursor: pointer;
}
.index .f5 .newsList .right .item .time {
  width: 7vw;
  height: 7vw;
  border: solid 2px #ffffff;
  text-align: center;
  display: inline-block;
  float: left;
  padding-top: 0.5vw;
  transition: 0.3s all ease-in-out;
}
.index .f5 .newsList .right .item .time p:nth-child(1) {
  font-size: 3vw;
}
.index .f5 .newsList .right .item .time p:nth-child(2) {
  font-size: 1vw;
}
.index .f5 .newsList .right .item .texts {
  width: 33vw;
  display: inline-block;
  margin-left: 2vw;
  padding-bottom: 2vw;
  padding-top: 1vw;
  /*border-bottom: 1px solid gainsboro;*/
}
.index .f5 .more:hover .icon {
  width: 9vw;
  border-radius: 25px 25px 25px 25px;
}
.index .f5 .newsList .right .item .texts::before{
  content: '';
  position: absolute;
  margin-top: 6vw;
  width: 5vw;
  height: 1px;
  background: white;
  transition: .5s all ease-out;
}
.index .f5 .newsList .right .item .texts .name {
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f5 .newsList .right .item .texts .des {
  font-size: 0.8vw;
  line-height: 1.7;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.index .f5 .newsList .right .item .texts .del {
  font-size: 0.8vw;
  padding-top: .5vw;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.index .f5 .newsList .right .item .texts .del i {
  font-size: 0.9vw;
}
.index .f5 .newsList .right .item:hover .texts::before{
  content: '';
  position: absolute;
  margin-top: 6vw;
  width: 32vw;
  height: 1px;
  background: white;
}
.index .f5 .newsList .right .item:hover .time {
  background: #1660fc;
  border: solid 2px #1660fc;
}
.index .f5 .newsList .right .item:hover .del {
  /*transform: translateX(20px);*/
  opacity: .9;
}
.index .f5 .newsList .right a:last-child {
  margin-bottom: 0;
}
.index .f5 .newsList .right a:last-child .texts {
  border: transparent;
}
.introduction {
  background: #f1230f;
}
.introduction .f1 {
  padding: 5vw 14vw;
  display: flex;
  color: white;
}
.introduction .f1 .left {
  width: 45vw;
}
.introduction .f1 .left .title .cn {
  margin-top: -3.5vw;
}
.introduction .f1 .left .img {
  width: 22vw;
  margin: 1.5vw 0;
}
.introduction .f1 .left .des {
  font-size: 0.8vw;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}
.introduction .f1 .left .itemBox {
  display: flex;
  margin-top: 2vw;
}
.introduction .f1 .left .itemBox .item {
  flex: 1;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 1vw;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.introduction .f1 .left .itemBox .item p:nth-child(1) {
  font-size: 4.5vw;
  font-weight: bold;
  opacity: 0.1;
}
.introduction .f1 .left .itemBox .item p:nth-child(2) {
  font-size: 0.9vw;
  font-weight: bold;
  position: relative;
  top: 1.5vw;
  margin-left: 0.5vw;
  opacity: 0.85;
}
.introduction .f1 .left .itemBox .item:last-child {
  margin-right: 0;
}
.introduction .f1 .left .itemBox .active {
  border-bottom: 1px solid white;
}
.introduction .f1 .left .itemBox .active p:nth-child(1) {
  opacity: 1;
}
.introduction .f1 .left .itemBox .active p:nth-child(2) {
  opacity: 1;
}
.introduction .f1 .left .itemDes {
  font-size: 0.8vw;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin-top: 2vw;
}
.introduction .f1 .right {
  width: 25vw;
  height: 38.2vw;
  margin-left: 5vw;
  /*margin-top: -7vw;*/
  background-color: #1660fc;
}
.introduction .f1 .right .card__inner {
  -webkit-transform: translateX(-1.5rem) translateY(-1.5rem);
  transform: translateX(-1.5rem) translateY(-1.5rem);
}
.introduction .f1 .right .card__inner .img {
  width: 25vw;
  height: 38vw;
  position: relative;
  z-index: 1;
}
.introduction .f1 .right .card__inner .img img {
  width: 100%;
}
.introduction .f2 {
  width: 95vw;
  background: white;
  margin: 1vw auto;
  padding: 5vw 0 3vw 0;
  box-shadow: 0px 28px 62px 3px rgba(4, 0, 0, 0.38);
}
.introduction .f2 .title{
  padding: 0 11vw;
}
.introduction .f2 .title .en {
  color: #fce8e8;
}
.introduction .f2 .title .cn {
  margin-top: -3.5vw;
  color: #de1f19;
}
.introduction .f2 .img{
  width: 100%;
  margin: 3vw auto;
}
.introduction .f2 .imgBox {
  width: 100%;
  display: inline-block;
  margin-top: 4vw;
}
.introduction .f2 .imgBox .item {
  width: 16vw;
  height: 10vw;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: inline-block;
  float: left;
  margin-right: 3vw;
  margin-bottom: 2vw;
}
.introduction .f2 .imgBox .item img {
  width: auto;
  max-height: 10vw;
  margin: 0.5vw auto;
}
.introduction .f2 .imgBox .item:nth-child(4n) {
  margin-right: 0;
}
.introduction .f2 .textBox {
  width: 100%;
  display: inline-block;
  padding: 0 11vw;
}
.introduction .f2 .textBox .item {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 10%;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.introduction .f2 .textBox .item::before {
  content: '';
  position: absolute;
  background: #df1b13;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 5px -20px;
}
.introduction .f2 .textBox .item:nth-child(even) {
  margin-right: 0;
}
.introduction .f3 {
  padding: 5vw 14vw;
}
.introduction .f3 .title .cn {
  margin-top: -3.5vw;
}
.introduction .f3 .yearBox {
  margin-top: 3vw;
}
.introduction .f3 .yearBox .f3year {
  position: absolute;
  height: 8vw;
  overflow: hidden;
}
.introduction .f3 .yearBox .years {
  font-size: 3vw;
  color: #1660fc;
  font-weight: bold;
  transform: rotate(270deg);
  /*position: fixed;*/
  /*left: 10vw;*/
  margin-top: 2vw;
  margin-left: -1vw;
}
.introduction .f3 .yearBox .f3swiper {
  width: 40vw;
  height: 28vw;
  margin-left: 5vw;
  overflow: hidden;
}
.introduction .f3 .yearBox .f3swiper .swiper-pagination-progressbar {
  width: 3px;
  height: 26vw;
  left: 19vw;
  top: inherit;
  margin-top: -9.5vw;
}
.introduction .f3 .yearBox .f3swiper .swiper-pagination-progressbar::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1660fc;
  border-radius: 50%;
  left: -5px;
  top: -4px;
}
.introduction .f3 .yearBox .f3swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1660fc !important;
}
.introduction .f3 .yearBox .f3swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5);
}
.introduction .f3 .yearBox .f3swiper .swiper-slide {
  border-radius: 10px;
  padding: 0 3vw;
  height: auto;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.introduction .f3 .yearBox .f3swiper .swiper-slide .img {
  width: 5vw;
  margin: 0 auto;
}
.introduction .f3 .yearBox .f3swiper .swiper-slide .text {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
  white-space: normal;
}
.introduction .f3 .yearBox .f3swiper .swiper-slide .text .year {
  color: white;
  font-size: 1.5vw;
  position: relative;
  z-index: 1;
}
.introduction .f3 .yearBox .f3swiper .swiper-slide .text .des {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  color: white;
}
.introduction .f3 .yearBox .f3swiper .swiper-slide .text .des p {
  margin-bottom: 1vw;
}
.introduction .f3 .imgBox {
  width: 38vw;
  position: absolute;
  right: 0;
  margin-top: -4vw;
}
.introduction .f4 {
  padding: 0 14vw 5vw 14vw;
}
.introduction .f4 .title .cn {
  margin-top: -3.5vw;
}
.introduction .f4 .itemBox {
  display: flex;
  margin-top: 4vw;
}
.introduction .f4 .itemBox .card__inner {
  width: 13vw;
  height: 21vw;
  background-color: #1660fc;
  text-align: center;
  margin: 0 auto;
}
.introduction .f4 .itemBox .card__inner .item {
  width: 13vw;
  height: 21vw;
  background: white;
  padding-top: 4vw;
  color: #505050;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.introduction .f4 .itemBox .card__inner .item .iconImg {
  width: 3vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
.introduction .f4 .itemBox .card__inner .item .name {
  font-size: 1vw;
  font-weight: bold;
}
.introduction .f4 .itemBox .card__inner .item .inso {
  background-color: #1660fc;
  width: 2vw;
  height: 1px;
  text-align: center;
  margin: 1vw auto;
}
.introduction .f4 .itemBox .card__inner .item .des {
  font-size: 0.8vw;
}
.introduction .f4 .itemBox .card__inner:hover .item {
  -webkit-transform: translateX(-0.8rem) translateY(-0.8rem);
  transform: translateX(-0.8rem) translateY(-0.8rem);
}
.introduction .f5 .ht {
  padding: 0 14vw;
  display: flex;
  /*justify-content: space-between;*/
}
.introduction .f5 .ht .title {
  text-align: left;
}
.introduction .f5 .ht .title .cn {
  margin-top: -3.5vw;
}
.introduction .f5 .ht .tabItem {
  margin-top: 3.5vw;
  margin-left: -21vw;
}
.introduction .f5 .f5Swiper {
  width: 100%;
  height: auto;
  margin: 6vw auto;
  overflow: hidden;
}
.introduction .f5 .storeSwiper2{
  display: none;
}
.introduction .f5 .f5Swiper .swiper-slide {
  border: solid 6px #f1230f;
  background-size: cover !important;
}
.introduction .f5 .f5Swiper .swiper-slide .text {
  color: white;
  text-align: center;
  margin-top: 21vw;
  padding: 3vw 0;
  background-image: linear-gradient(to top, #000000, transparent);
}
.introduction .f5 .f5Swiper .swiper-slide .text .name {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.introduction .f5 .f5Swiper .swiper-slide .text .des {
  font-size: 0.85vw;
}
.introduction .f5 .f5Swiper .swiper-slide.swiper-slide-active {
  border: solid 6px #1660fc;
}
.introduction .f5 .f5Swiper .swiper-button-next {
  top: inherit;
  margin-top: -18%;
  right: 16%;
  width: 4vw;
  height: 4vw;
  background-color: #1660fc;
  border-radius: 50%;
}
.introduction .f5 .f5Swiper .swiper-button-prev {
  top: inherit;
  margin-top: -18%;
  left: 18.5%;
  width: 4vw;
  height: 4vw;
  background-color: #1660fc;
  border-radius: 50%;
}
.introduction .f5 .f5Swiper .swiper-button-next:after,
.introduction .f5 .f5Swiper .swiper-button-prev:after {
  color: white;
  font-size: 1.8vw;
}
.introduction .f6 {
  width: 96vw;
  height: auto;
  margin: 3vw auto 0 auto;
  background: white;
  padding: 5vw 12vw;
}
.introduction .f6 .title .en {
  color: #fce8e8;
}
.introduction .f6 .title .cn {
  margin-top: -3.5vw;
  color: #de1f19;
}
.introduction .f6 .itemBox {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.introduction .f6 .itemBox .card__inner {
  width: 17.5vw;
  height: auto;
  display: inline-block;
  float: left;
  margin-right: .5vw;
  margin-bottom: .5vw;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.introduction .f6 .itemBox .card__inner:nth-child(4n) {
  margin-right: 0;
}
.introduction .f6 .itemBox .card__inner .item {
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.introduction .f6 .itemBox .card__inner .item img {
  transition: 0.5s all ease-in-out;
}
.introduction .f6 .itemBox .card__inner:hover {
  background-color: #1660fc;
}
.introduction .f6 .itemBox .card__inner:hover .item {
  -webkit-transform: translateX(-0.4rem) translateY(-0.4rem);
  transform: translateX(-0.4rem) translateY(-0.4rem);
}
.introduction .f6 .itemBox .card__inner:hover .item img {
  transform: scale(1.1);
}
.introduction .infos {
  height: 5vw;
}
.newsPage {
  background: #f1230f;
}
.newsPage .ht {
  padding: 5vw 14vw 3vw 14vw;
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.newsPage .ht .title {
  text-align: left;
}
.newsPage .ht .title .en {
  font-size: 4vw;
}
.newsPage .ht .title .cn {
  margin-top: -3vw;
}
.newsPage .ht .tabItem {
  position: absolute;
  margin-left: 11vw;
  margin-top: -2.5vw;
}
.newsPage .f1 {
  padding: 0 14vw 5vw 14vw;
}
.newsPage .f1 .itemTop {
  display: flex;
}
.newsPage .f1 .itemTop .img {
  width: 31vw;
  height: 22vw;
  background-size: cover !important;
}
.newsPage .f1 .itemTop .text {
  width: 42vw;
  background-color: #f6f6f6;
  padding: 2vw;
}
.newsPage .f1 .itemTop .text .time {
  color: #b5b5b5;
  font-size: 0.9vw;
}
.newsPage .f1 .itemTop .text .name {
  color: #333333;
  font-size: 1.2vw;
  margin: 1vw 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsPage .f1 .itemTop .text .des {
  color: #666666;
  font-size: 0.9vw;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.newsPage .f1 .itemTop .text .del {
  color: #e3231b;
  font-size: 0.9vw;
  cursor: pointer;
}
.newsPage .f1 .itemTop .text .del i {
  color: #e3231b;
}
.newsPage .f1 .itemTop:hover .text .name {
  color: #e3231b;
}
.newsPage .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.newsPage .f1 .itemBox .item:hover .img {
  transform: scale(1.02);
}
.newsPage .f1 .itemBox .item:hover .text .name {
  color: #e3231b;
}
.newsPage .f1 .itemBox .card__inner {
  width: calc(33% - 1.1vw);
  margin-top: 2vw;
  margin-right: 2vw;
  display: inline-block;
  float: left;
  transition: 0.5s all ease-in-out;
}
.newsPage .f1 .itemBox .card__inner .item {
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  overflow: hidden;
  background: white;
}
.newsPage .f1 .itemBox .card__inner .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.newsPage .f1 .itemBox .card__inner .item .img img {
  transition: 0.5s all ease-in-out;
}
.newsPage .f1 .itemBox .card__inner .item .text {
  padding: 1vw;
}
.newsPage .f1 .itemBox .card__inner .item .text .time {
  color: #b5b5b5;
  font-size: 0.9vw;
}
.newsPage .f1 .itemBox .card__inner .item .text .name {
  color: #333333;
  font-size: 1vw;
  margin: 0.5vw 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsPage .f1 .itemBox .card__inner .item .text .des {
  color: #666666;
  font-size: 0.8vw;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsPage .f1 .itemBox .card__inner .item .text .del {
  color: #004a83;
  font-size: 0.9vw;
  cursor: pointer;
}
.newsPage .f1 .itemBox .card__inner:nth-child(3n) {
  margin-right: 0;
}
.newsPage .f1 .itemBox .card__inner:hover {
  background-color: #1660fc;
}
.newsPage .f1 .itemBox .card__inner:hover .item {
  -webkit-transform: translateX(-0.8rem) translateY(-0.8rem);
  transform: translateX(-0.8rem) translateY(-0.8rem);
}
.newsPage .f1 .itemBox .card__inner:hover .item .img img {
  transform: scale(1.1);
}
.newsPage .f1 .itemBox .card__inner:hover .item .text .name {
  color: #e3231b;
}
.contactUs {
  background: #f1230f;
  padding: 7vw 14vw;
  display: flex;
}
.contactUs .title {
  text-align: left;
}
.contactUs .title .cn {
  margin-top: -3.5vw;
}
.contactUs .left {
  width: 35vw;
  color: white;
}
.contactUs .left .des {
  width: 25vw;
  font-size: 1.5vw;
  font-weight: bold;
  margin: 1vw 0;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid white;
}
.contactUs .left .item {
  width: 100%;
  display: inline-block;
  margin-top: 2vw;
}
.contactUs .left .item .icon {
  width: 3vw;
  height: 3vw;
  background-color: #1660fc;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5vw;
  display: inline-block;
  float: left;
  margin-right: 1vw;
}
.contactUs .left .item .icon i {
  position: relative;
  top: 0.5vw;
}
.contactUs .left .item .text {
  font-size: 1vw;
}
.contactUs .left .item .text p:nth-child(1) {
  font-weight: bold;
}
.contactUs .right {
  width: 35vw;
  height: 35vw;
  margin-top: 1vw;
}
.contactUs .right .map {
  width: 100%;
  height: 35vw;
  background: #fff;
  position: relative;
  border: 5px solid #1660fc;
}

.supply {
  background: #f1230f;
}
.supply .banner video{
  width: 100%;
  height: 33.85vw;
}
.supply .f1 {
  padding: 5vw 14vw;
}
.supply .f1 .title {
  text-align: left;
}
.supply .f1 .title .cn {
  margin-top: -3.5vw;
}
.supply .f1 .itemBox {
  width: 100%;
  display: inline-block;
  margin-top: 6vw;
}
.supply .f1 .itemBox .card__inner {
  width: 44vw;
  height: 25vw;
  background-color: #1660fc;
  display: inline-block;
  float: left;
  margin-right: 3vw;
}
.supply .f1 .itemBox .card__inner .item {
  width: 44vw;
  height: 25vw;
  background-size: cover !important;
  -webkit-transform: translateX(-0.8rem) translateY(-0.8rem);
  transform: translateX(-0.8rem) translateY(-0.8rem);
}
.supply .f1 .itemBox .card__inner .item video {
  width: 44vw;
  height: 25vw;
}
.supply .f1 .itemBox .card__inner .item .palyIcon {
  margin: 0 auto;
  text-align: center;
  padding-top: 10vw;
  margin-left: 20vw;
  position: absolute;
  cursor: pointer;
}
.supply .f1 .itemBox .card__inner .item .palyIcon i {
  color: white;
  font-size: 4vw;
}
.supply .f1 .itemBox .text {
  width: 24vw;
  display: inline-block;
  color: white;
}
.supply .f1 .itemBox .text .name {
  font-size: 1.5vw;
  font-weight: bold;
}
.supply .f1 .itemBox .text .des {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 0.85vw;
  margin: 1vw 0;
}
.supply .f1 .itemBox .text .link {
  width: 25vw;
  height: 4vw;
  background-color: #1660fc;
  border-radius: 20px;
  line-height: 3.9vw;
  font-size: 0.85vw;
  font-weight: bold;
  text-align: center;
  display: flex;
  color: white;
}
.supply .f1 .itemBox .text .link .icon {
  margin-right: 5vw;
}
.supply .f1 .itemBox .text .link .icon i {
  border-radius: 50%;
  border: solid 1px #ffffff;
  font-size: 1.5vw;
  padding: 0.5vw;
  margin: 0 1vw;
}
.supply .f1 .itemBox .text .link .icon::after {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background: white;
  margin-top: 2vw;
}
.case {
  background: #f1230f;
}
.case .f1 {
  padding: 5vw 14vw;
}
.case .f1 .title {
  text-align: left;
}
.case .f1 .title .cn {
  margin-top: -3.5vw;
}
.case .f1 .mySwiper2 {
  height: 30vw;
  width: 100%;
  margin-top: 4vw;
  overflow: hidden;
}
.case .f1 .mySwiper2 .swiper-slide {
  background: url('/resources/assets/images/img41.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
  overflow: hidden;
}
.case .f1 .mySwiper2 .swiper-slide .left {
  width: 23vw;
  height: 35vw;
  background-size: cover !important;
  border-right: 5px solid #f1230f;
}
.case .f1 .mySwiper2 .swiper-slide .right {
  width: 40vw;
  padding: 6vw 2vw;
}
.case .f1 .mySwiper2 .swiper-slide .right .text {
  border-bottom: 2px solid #db1b16;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.case .f1 .mySwiper2 .swiper-slide .right .text .name {
  font-size: 1.5vw;
  font-weight: bold;
  color: #494949;
  margin-bottom: 1vw;
}
.case .f1 .mySwiper2 .swiper-slide .right .text .in {
  color: #5a5a5a;
  font-size: 0.85vw;
}
.case .f1 .mySwiper2 .swiper-slide .right .des {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  color: #848484;
  font-size: 0.8vw;
}
.case .f1 .mySwiper {
  width: 100%;
  height: 10vw;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 3vw;
}
.case .f1 .mySwiper .swiper-slide {
  cursor: pointer;
  width: 10vw !important;
  height: 10vw !important;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5vw;
}
.case .f1 .mySwiper .swiper-slide-thumb-active {
  border: 3px solid #1660fc;
}
.support {
  background: #f1230f;
}
.support .f1 {
  padding: 5vw 14vw 0 14vw;
}
.support .f1 .title {
  text-align: left;
}
.support .f1 .title .cn {
  margin-top: -3.5vw;
}
.support .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.support .f1 .itemBox .item {
  height: 28vw;
  display: inline-block;
  float: left;
  background-size: contain !important;
  padding-top: 8.5vw;
  padding-left: 1.5vw;
  padding-right: .5vw;
}
.support .f1 .itemBox .item .des {
  color: #606060;
  line-height: 1.7vw;
  font-size: 0.8vw;
  letter-spacing: 0;
}
.support .f1 .itemBox .item .des p {
  /*text-align: right;*/
  /*margin-right: 1vw;*/
}
.support .f1 .itemBox .item .des::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #df1b13;
  border-radius: 50%;
  margin: 0.68vw -0.8vw;
}
.support .f1 .itemBox .left {
  width: 16.2vw;
  margin-right: 1vw;
}
.support .f1 .itemBox .contren {
  width: 54.2vw;
}
.support .f1 .itemBox .item .desL {
  width: 31%;
  display: inline-block;
  float: left;
  margin-right: 4%;
}
.support .f1 .itemBox .item .desR {
  width: 30%;
  display: inline-block;
}
.support .f1 .itemBox .right {
  width: 71.5vw;
  margin-top: -7vw;
  padding-top: 9vw;
}
.support .f2{
  margin-bottom: 5vw;
}
.support .f2 .title {
  text-align: left;
  padding: 0 14vw;
}
.support .f2 .title .cn {
  margin-top: -3.5vw;
}
.support .f2 .mySwiper2 {
  width: 96vw;
  margin: 0 auto;
  overflow: hidden;
}
.support .f2 .mySwiper2 .swiper-slide {
  display: flex;
}
.support .f2 .mySwiper2 .swiper-slide .left {
  width: 48vw;
  height: 29vw;
}
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli {
  overflow: hidden;
}
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-slide {
  width: 48vw;
  height: 29vw;
  background-size: cover !important;
}
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-next {
  position: relative;
  top: -14vw;
  left: 42vw;
  width: 4vw;
  height: 4vw;
  background-color: #1660fc;
  border-radius: 50%;
}
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-prev {
  position: relative;
  top: -16vw;
  left: 2vw;
  width: 4vw;
  height: 4vw;
  background-color: #1660fc;
  border-radius: 50%;
}
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-next:after,
.support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-prev:after {
  color: white;
  font-size: 1.8vw;
}
.support .f2 .mySwiper2 .swiper-slide .right {
  width: 48vw;
  background-color: #b91409;
}
.support .f2 .mySwiper2 .swiper-slide .right .text {
  color: white;
  padding: 8vw 5vw;
}
.support .f2 .mySwiper2 .swiper-slide .right .text .name {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.support .f2 .mySwiper2 .swiper-slide .right .text .des {
  font-size: 0.85vw;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.7;
}
.support .f2 .mySwiper {
  width: 73vw;
  height: 7vw;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  top: 1vw;
  margin-top: 2vw;
  z-index: 20;
  overflow: hidden;
}
.support .f2 .mySwiper .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.support .f2 .mySwiper .swiper-slide .name {
  font-size: 1vw;
  color: #545454;
  font-weight: bold;
  margin-top: 1.75vw;
}
.support .f2 .mySwiper .swiper-slide .num {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #1660fc;
  font-size: 3vw;
  font-weight: bold;
}
.support .f2 .mySwiper .swiper-slide:hover {
  background-color: #d2aa6d;
}
.support .f2 .mySwiper .swiper-slide:hover .name {
  color: white;
}
.support .f2 .mySwiper .swiper-slide:hover .num {
  color: white;
  opacity: 0.3;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 2px white;
}
.support .f2 .mySwiper .swiper-slide-thumb-active {
  background-color: #d2aa6d;
}
.support .f2 .mySwiper .swiper-slide-thumb-active .name {
  color: white;
}
.support .f2 .mySwiper .swiper-slide-thumb-active .num {
  color: white;
  opacity: 0.3;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 2px white;
}
.support .f22{
  padding: 5vw 14vw 0 14vw;
}
.support .f22 .title .cn{
  margin-top: -3.5vw;
}
.support .f22 .img{
  width: 100%;
  margin-top: 4vw;
}
.support .f3 {
  padding: 0 14vw;
  display: flex;
  color: white;
}
.support .f3 .left {
  width: 35vw;
  margin-right: 4vw;
  text-align: center;
}
.support .f3 .left .name {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.support .f3 .left .des {
  line-height: 1.7;
  font-size: 0.85vw;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 3vw;
}
.support .f3 .right {
  width: 31.8vw;
}
.support .f3 .right .name {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.support .f3 .right .des {
  line-height: 1.7;
  font-size: 0.85vw;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 1vw;
}
.support .f4 {
  width: 96vw;
  height: 47vw;
  margin: 4vw auto;
  background: url('/resources/assets/images/img32.jpg') center no-repeat;
  background-size: cover !important;
  box-shadow: 13px 25px 62px 3px rgba(4, 0, 0, 0.38);
  padding: 4vw 12vw;
}
.support .f4 .title {
  text-align: left;
}
.support .f4 .title .cn {
  margin-top: -3.5vw;
}
.support .f4 .img {
  width: 30vw;
  margin: 1vw 0;
}
.support .f5 {
  padding: 0 15vw 5vw 15vw;
}
.support .f5 .title {
  text-align: left;
}
.support .f5 .title .cn {
  margin-top: -3.5vw;
}
.support .f5 .formBox {
  width: 100%;
  border: 2px solid #1660fc;
  border-right: 8px solid #1660fc;
  border-radius: 10px;
  margin-top: 1vw;
  color: white;
  display: flex;
}
.support .f5 .formBox .left {
  width: 35vw;
  padding: 2vw;
}
.support .f5 .formBox .left .name {
  font-weight: bold;
  font-size: 1vw;
}
.support .f5 .formBox .left .tabBoxs {
  display: flex;
  margin: 1vw 0;
}
.support .f5 .formBox .left .tabBoxs .item {
  margin-right: 0.5vw;
  font-size: 0.8vw;
  border: 1px solid white;
  border-radius: 30px;
  padding: 2px 1vw;
}
.support .f5 .formBox .left .pdfBox {
  display: flex;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1vw 0 0 0;
}
.support .f5 .formBox .left .pdfBox .item{
  width: 8vw;
  margin-right: 2vw;
  text-align: center;
}
.support .f5 .formBox .left .pdfBox .item .imgBox{
  width: 6vw;
  height: 8vw;
  background-size: cover !important;
  border-radius: 5px;
  /*padding: .2vw;*/
  color: #333333;
  font-size: .3vw;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,.5);
}
.support .f5 .formBox .left .pdfBox .item .imgBox img{
  width: 4vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
.support .f5 .formBox .left .pdfBox .item .name{
  margin: .5vw auto;
  font-size: .85vw;
  line-height: 1.7;
}
.support .f5 .formBox .left .pdfBox .item .down{
  width: 6vw;
  height: 1.5vw;
  line-height: 1.5vw;
  background-color: #1660fc;
  border-radius: 15px;
  margin: 0 auto;
  color: white;
  font-size: .7vw;
}
.support .f5 .formBox .left .des {
  font-size: 0.8vw;
  margin-top: 1vw;
}
.support .f5 .formBox .left .phone {
  font-size: 2vw;
}
.support .f5 .formBox .left .address {
  font-size: 0.8vw;
}
.support .f5 .formBox .right {
  width: 35vw;
  margin-left: 2vw;
  background: white;
  padding: 2vw;
}
.support .f5 .formBox .right .info{
  color: #333333;
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
  padding-left: 5vw;
}

.support .f5 .formBox .right .tips{
    color: #3e3e3e;
    padding-left: 5vw;
}

.support .f5 .formBox .right .input {
  display: flex;
  height: 3vw;
  padding: 1vw 0;
  margin-bottom: 2.5vw;
  /*border-bottom: 1px solid #f68279;*/
}
.support .f5 .formBox .right .input .name {
  font-weight: bold;
  font-size: 0.8vw;
  line-height: 3vw;
  width: 5vw;
  color: #f1210e;
}
.support .f5 .formBox .right .input input {
  width: 24vw;
  height: 3vw;
  background-color: #eaeaea;
  font-size: 0.8vw;
  border: transparent;
  border-radius: 15px;
  outline: none;
  padding: 0 1vw;
  color: #7e7e7e;
}
.support .f5 .formBox .right .input input::placeholder {
  color: #7e7e7e;
  opacity: 0.4;
}
.support .f5 .formBox .right .subimt {
  width: 10vw;
  height: 2.5vw;
  position: relative;
  top: 1vw;
  background-color: #1660fc;
  color: white;
  text-align: center;
  line-height: 2.5vw;
  font-size: 0.9vw;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 10px;
  cursor: pointer;
  transition: .5s all ease-in-out;
}
.support .f5 .formBox .right .subimt:hover{
  border-radius: 0;
}
.food {
  background: #f1230f;
}
.food .f1 {
  width: 100%;
  height: 100vh;
  background: url('/resources/assets/images/img42.jpg') center no-repeat;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.food .f1 .iconImg {
  position: absolute;
  top: 0;
  left: 10vw;
}
.food .f1 .iconImg2 {
  position: absolute;
  top: 16vw;
  right: 3vw;
}
.food .f1 .left {
  position: absolute;
  margin-top: 8vw;
  padding-left: 8vw;
}
.food .f1 .left .items {
  width: 6vw;
  height: 6vw;
  margin-bottom: 2vw;
}
.food .f1 .left .items .bor {
  width: 7vw;
  height: 7vw;
  background: white;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.food .f1 .left .items .bor i {
  color: #de241c;
  font-size: 2.5vw;
  position: relative;
  top: 1.5vw;
}
.food .f1 .left .items .bor .name {
  font-size: 0.8vw;
  font-weight: bold;
  margin-top: 1.8vw;
  transition: 0.5s all ease-in-out;
}
.food .f1 .left .active .bor {
  background: #d2b46c;
  color: white;
}
.food .f1 .left .active .bor i {
  color: white;
}
.food .f1 .left .active .mySwiper {
  opacity: 1;
}
.food .f1 .left .active .guodi2{
  opacity: 0;
}
.food .f1 .left .items:hover .bor {
  transform: scale(1.1);
}
.food .f1 .left .items:nth-child(3) {
  margin-left: 0.5vw;
}
.food .f1 .left .items:nth-child(4) {
  margin-left: 0.5vw;
}
.food .f1 .left .items:nth-child(5) {
  margin-left: -.5vw;
}
.food .f1 .left .items:nth-child(6) {
  margin-left: -.5vw;
}
.food .f1 .mySwiper {
  width: 75vw;
  margin-top: -8vw;
  margin-left: 13vw;
  overflow: hidden;
  position: absolute;
  height: 40vw;
  opacity: 0;
  display: flex;
  transition: 1s all ease-in-out;
}
.food .f1 .mySwiper .text {
  width: 55vw;
  display: inline-block;
  float: left;
  color: white;
  padding-top: 1vw;
  transition: 0.3s all ease;
}
.food .f1 .mySwiper .text .name {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 2vw;
  margin-top: 4vw;
}
.food .f1 .mySwiper .text .des {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 0.85vw;
}

.food .f1 .mySwiper .swiper-slide {
  display: inline-block;
}
.food .f1 .tabItem{
  position: absolute;
  margin-left: 12vw;
  margin-top: 4vw;
  z-index: 99;
}
.food .f1 .tabItem .item {
  /*margin: 0;*/
  /*margin-right: 1vw;*/
}

.food .f1 .mySwiper .swiper-slide .card__inner {
  width: 35vw;
  height: 35vw;
  margin: 2vw 0;
  margin-left: 5vw;
  display: inline-block;
  background-color: #1660fc;
}
.food .f1 .mySwiper .swiper-slide .card__inner .imgBox {
  width: 35vw;
  height: 35vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.food .f1 .mySwiper .swiper-slide .card__inner .imgBox img {
  transition: 0.5s all ease-in-out;
}
.food .f1 .mySwiper .swiper-slide .card__inner:hover .imgBox {
  -webkit-transform: translateX(-1rem) translateY(-1rem);
  transform: translateX(-1rem) translateY(-1rem);
}
.food .f1 .mySwiper .swiper-slide .card__inner:hover .imgBox img {
  transform: scale(1.1);
}
.food .f1 .mySwiper .swiper-pagination {
  position: absolute;
  text-align: right;
  left: -5vw;
  color: white;
  font-size: 3vw;
  bottom: 5vw;
}
.food .f1 .mySwiper .swiper-pagination .swiper-pagination-total {
  font-size: 2vw;
}
.food .f1 .shuacai {
  position: relative;
  top: -8vw;
  /*left: -.5vw;*/
  /*margin-left: 11vw;*/
}
.food .f1 .shuacai .text {
  /*margin-top: 2vw;*/
}
.food .f1 .xiaochi {
  position: relative;
  top: -16vw;
  left: -0.5vw;
}
.food .f1 .xiaochi .text {
  /*margin-top: 2vw;*/
}
.food .f1 .chanpin {
  position: relative;
  top: -24vw;
  left: -.5vw;
}
.food .f1 .chanpin .text {
  /*margin-top: 2vw;*/
}
.food .f1 .zhoubian {
  position: relative;
  top: -32vw;
  left: .5vw;
}
.food .f1 .zhoubian .text {
  /*margin-top: 2vw;*/
}
._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
}
.zixun{
  position: fixed;
  top: 20vw;
  right: 1vw;
  z-index: 999;
}
.zixun .img{
  width: 6vw;
  right: -1vw;
  margin-top: -2vw;
  position: absolute;
  z-index: 100;
}
.zixunBox{
  width: 90px;
  height: auto;
  background-color: #1660fc;
  border-radius: 37px;
  color: white;
  padding-top: 2vw;
  padding-left: .2vw;
  position: relative;
  padding-right: .2vw;
  z-index: 99;
}
.zixunBox a{
  color: white !important;
}
.zixunBox .item{
  font-size: .7vw;
  text-align: center;
  padding: 1vw 0;
  cursor: pointer;
  border-top: 1px solid rgba(255,255,255,.4);
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.zixunBox .item.hottel{
    text-align: center;
    border-top: none;
    width: 100%;
    display: block;
}

.zixunBox .item.hottel:hover .txt{
    opacity: 1;
    visibility: visible;
    left: -160px;
}

.zixunBox .item .txt{
    
    position: absolute;
    width: 150px;
    height: 40px;
    background: #1660fc;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    left: -180px;
    bottom: 19px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all .6s;
}

.zixunBox .item .txt:after{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1660fc;
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
}


.zixunBox .item:last-child{
  border: transparent;
}
.zixunBox .item i{
  font-size: 24px;
}
.zixunBox .item p{
  margin-top: .5vw;
}
.zixunModal{
  width: 29vw;
  height: 25vw;
  background: url('/resources/assets/images/icon14.png?v=2023') center no-repeat;
  background-size: cover !important;
  position: absolute;
  right: 5vw;
  top: -10vw;
  transform: translateX(800px);
  transition: .5s all ease-in-out;
  z-index: 9;
}

.joinModal{
  width: 25vw;
  height: auto;
  background: #1660fc;
  position: absolute;
  right: 5vw;
  top: 0vw;
  transform: translateX(800px);
  transition: .5s all ease-in-out;
  z-index: 9;
  padding: 10px;
  border-radius: 5px;
}

.joinModal.active{
    transform: translateX(-50px);
}

.joinModal .colseIcon{
  width: 2vw;
  right: 1vw;
  margin: .5vw;
  cursor: pointer;
  position: absolute;
}

.zixunModal .colseImg{
  width: 2vw;
  right: 1vw;
  margin: .5vw;
  cursor: pointer;
  position: absolute;
}

.joinModal .name{
    width: 100%;
    font-size: 1.4vw;
    text-align: center;
    line-height: 3;
    color: #fff;
    font-weight: bold;
}

.form_box{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 25px 10%;
}

.joinSubmit{
    width: 10vw;
    height: 3vw;
    background-color: #1660fc;
    position: relative;
    margin: 0px auto;
    line-height: 3vw;
    text-align: center;
    font-size: 1vw;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.joinSubmit:hover{
    opacity: .9;
}

.form_box .input{
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.form_box .input .title{
    color: #000;
    width: 80px;
    line-height: 40px;
    font-size: 0.8vw;
    font-weight: bold;
    text-align: center;
}

.form_box .input input{
    width: calc(100% - 80px);
    border: none;
    outline: none;
    height: 40px;
}

.zixunModal .formBox{
  width: 20vw;
  margin: 0 auto;
  padding-top: 10vw;
}
.zixunModal .formBox .tips{
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.zixunModal .formBox .input {
  display: flex;
  padding: .5vw;
  margin-bottom: .5vw;
  border: solid 1px #434343;
}
.zixunModal .formBox .input .name {
  font-weight: bold;
  font-size: 0.8vw;
  width: 5vw;
}
.zixunModal .formBox .input input {
  width: 20vw;
  background: transparent;
  font-size: 0.8vw;
  border: transparent;
  outline: none;
  color: #333333;
}
.zixunModal .formBox .input input::placeholder {
  color: #333333;
  opacity: 0.4;
}
.zixunModal .formBox .subimt {
  width: 10vw;
  height: 3vw;
  background-color: #1660fc;
  position: relative;
  color: white;
  text-align: center;
  margin: 0 auto;
  line-height: 3vw;
  font-size: 0.9vw;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 10px;
  cursor: pointer;
}

.boxes.introBox {
  padding: 0px;
  height: 100vh;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
.boxes.introBox video{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.boxes.introBox .w1400 {
  display: flex;
  justify-content: space-between;
}

.boxes.introBox .number {
  width: 50%;
  padding: 25px 50px;
  position: relative;
}

.boxes.introBox .number ul {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

.boxes.introBox .number ul li {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}

.boxes.introBox .number ul li:nth-child(n+3) {
  margin-bottom: 0px;
}

.boxes.introBox .number ul li .icon {
  width: 90px;
  height: auto;
  line-height: 86px;
  border: 2px solid #ecae6d;
  border-radius: 50%;
  text-align: center;
  color: #ecae6d;
  font-size: 36px;
}

.boxes.introBox .number ul li .txt {
  width: calc(100% - 110px);
}

.boxes.introBox .number ul li .txt b {
  display: block;
  font-size: 4vw;
  font-family: DIN;
}
.boxes.introBox .number ul li .txt b span{
  font-size: 16px;
  opacity: .6;
  margin-left: 5px;
}
.boxes.introBox .number ul li:nth-child(3) .txt b{
  font-size: 40px;
  display: block;
  line-height: 70px;
}

.boxes.introBox .number ul li:nth-child(3) .txt b span:first-child{
  margin-right: 5px;
}

.boxes.introBox .number ul li .txt p {
  width: 80%;
  font-size: 16px;
  opacity: .6;
}
.boxes.introBox .intro {
  background: linear-gradient(135deg, #ecae6d, #e75f47);
  width: 45%;
  padding: 50px;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all .35s;
  opacity: 0.9;
}
.boxes.introBox .intro .subTitle {
  width: 100%;
  position: relative;
  margin-bottom: 3vw;
}
.boxes.introBox .intro .subTitle img {
  width: 18vw;
}
.boxes.introBox .intro .singePage {
  width: 100%;
  line-height: 2;
  font-size: 16px;
}
.boxes.introBox .intro .singePage p{
  margin-bottom: 15px;
}
.boxes.introBox .playBtn {
  /*width: 70px;*/
  /*height: 70px;*/
  /*line-height: 70px;*/
  text-align: center;
  font-size: 90px;
  position: absolute;
  left: 50%;
  color: #fff;
  cursor: pointer;
  top: 55%;
  -webkit-transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
}
.boxes.introBox .playBtn i:nth-child(2) {
  display: none;
}
  /*.boxes.introBox .playBtn::after{*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*  display: block;*/
/*  background: url(/resources/assets/images/ptn_icon.png) no-repeat;*/
/*  background-size: 60px auto;*/
/*  content: '';*/
/*}*/

.boxes.introBox .playBtn.active {
  left: 95%;
  top: 90%;
}
.boxes.introBox .playBtn.active i:nth-child(1) {
  display: none;
}
.boxes.introBox .playBtn.active i:nth-child(2) {
  display: block;
}
/*.boxes.introBox .playBtn.active::after{*/
/*  background-position: -30px 0px;*/
/*}*/

/*.boxes.introBox .playBtn.active::before {*/
/*  -webkit-animation: auto;*/
/*}*/

/*.boxes.introBox .playBtn::before {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  left: 0%;*/
/*  top: 0%;*/
/*  background: url(/resources/assets/images/playBg.png) no-repeat;*/
/*  background-size: cover;*/
/*  -webkit-animation: loopsAnimate 3s ease infinite;*/
/*  content: '';*/
/*}*/

@-webkit-keyframes loopsAnimate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}
.boxes.ysBox {
  background: url(/resources/assets/images/ysBg.jpg) center bottom no-repeat;
  background-size: cover;
}
.subTitle {
  width: 100%;
  position: relative;
  margin-bottom: 3vw;
}
.subTitle img {
  width: 18vw;
}
.subTitle.center {
  display: flex;
  justify-content: center;
}
.ysSwiper .slide-inner {
  position: relative;
  height: auto;
}

.ysNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.introBox.active .intro{
  opacity: 0;
}
.ysNav a {
  display: block;
  width: calc(100% / 6);
  position: relative;
  padding: 40px 15px 20px;
  border-bottom: 2px solid #e7e7e7;
}

.ysNav a.active {
  color: #ecae6d;
}

.ysNav a b {
  font-size: 20px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.ysNav a p {
  font-size: 14px;
  line-height: 1.6;
}

.ysNav a.active::after {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  background: #ecae6d;
  border-radius: 4px;
  content: '';
}

.ysSwiper {
  padding-bottom: 10px;
}
.ysSwiper .swiper-pagination{
  opacity: 0;
}


.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 1660px) {
  header nav ul li {
    font-size: 16px;
    width: 6.5vw;
    margin: 0 1.5vw;
  }
  header .Nav .level1 .phoneBox .zuojiBox .zuoji {
    padding-top: 0.1vw;
  }
  .food .f1 .left{
    margin-top: 6vw;
  }
  footer .footer .right{
    width: 24vw;
  }
  footer .footer .right .infos{
    margin-top: 1vw;
  }
}
@media (max-width: 1440px) {
  footer{
    /*padding: 2vw 4vw 0 4vw;*/
  }
  .food .f1 .left .items:nth-child(4) .bor i{
    top: 1vw;
  }
  .food .f1 .left .items:nth-child(4) .bor .name{
    margin-top: 1.2vw;
  }
  .introduction .f1{
    padding: 5vw 10vw;
  }
  header:hover{
    height: 18vw;
  }
  .food .f1{
    padding-top: 7vw;
  }
  header .Nav .level1 .phoneBox .zuojiBox .zuoji {
    padding-top: 0;
  }

  footer .footer .right .qrcode .img{
    width: 7.5vw;
  }
  footer .footer .right .qrcode .text{
    margin-top: 0;
  }
  footer .footer .right{
    width: 30vw;
  }
  header .Nav .level1:nth-child(2){
    width: 5.8vw !important;
  }
  header .Nav .level1{
    margin-right: 4vw;
  }
  header .Nav .level1 a{
    font-size: 1.1vw;
  }
  .index .f1 .shubiao{
    top: 50vw;
  }
}
@media (max-width: 1366px) {
  .support .f1 .itemBox .contren{
    width: 54.1vw;
  }
  header:hover{
    height: 19vw;
  }
  header .Nav .level1 .phoneBox .phone{
    width: 11vw;
  }
  .support .f1 .itemBox .item{
    padding-top: 8vw;
  }
  .support .f1 .itemBox .right{
    padding-top: 8.5vw;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  main{
    margin-top: 45px;
    transition: .5s all ease-in-out;
  }
  .introduction .f2 .img{
    margin: 5vw auto 2vw auto;
  }
  .boxes.introBox {
    padding: 10vw 0px;
  }
  .videoCloseBtn{
    font-size: 22px;
  }
  .boxes.introBox .intro {
    width: 100%;
    margin-top: 0px;
    padding: 0px 5%;
    background: transparent;
    left: 0%;
    -webkit-transform: translateY(0%);
    top: 10%;
  }
  .lightBox .videoBox{
    width: 95%;
    padding: 30px 0;
  }
  .lightBox .videoBox video{
    transform: translateY(10000px);
  }
  .lightBox.active .videoBox video{
    transform: translateY(0px);
  }
  .boxes.introBox .intro .subTitle {
    margin-bottom: 5vw;
  }
  .boxes.introBox .intro .subTitle img {
    width: 45vw;
  }
  .supply2 .boxes{
    padding: 10vw 0;
    width: 100%;
    background-size: cover !important;
    background-blend-mode: multiply;
  }
  .supply2 .video{
      width: 100%;
      margin-top: 2vw;
  }
    .supply2 .video video{
        width: 100%;
    }
  .subTitle img{
    width: 45vw;
  }
  .boxes.introBox .singePage {
    font-size: 14px;
  }
  .boxes.introBox .playBtn {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
  }
  .ysSwiper {
    padding-bottom: 0;
  }
  .ysSwiper .swiper-slide {
    height: 80vh;
  }

  .ysSwiper .swiper-slide img {
    display: none;
  }

  .ysSwiper .slide-inner {
    height: 100%;
  }
  .ysSwiper .swiper-pagination{
    opacity: 1;
  }
  .ysSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #dc3647;
  }
  .ysSwiper .swiper-slide .name{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 40px;
    padding: 15px;
    width: 100%;
    color: #fff;
    line-height: 1.8;
    text-align: center;
  }
  .ysSwiper .swiper-slide .name b{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
  }
  .ysSwiper .swiper-slide .name p{
    font-size: 16px;
    opacity: .7;
  }
  .ysSwiper .swiper-slide .slide-inner::after{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: '';
    top: auto;
  }

  .newsPage .ht .tabItem{
    position: relative;
    margin: 0;
  }
  .introduction .f5 .ht .tabItem{
    margin: 0;
  }
  .support .f1 .itemBox{
    margin-top: 5vw;
  }
  .support .f22 .itemBox{
    width: 100%;
  }
  .support .f22 .itemBox .item{
    width: 100%;
    display: inline-block;
    color: white;
    margin-bottom: 4vw;
  }
  .support .f22 .itemBox .item .num{
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #f1230f;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .support .f22 .title .cn{
    margin-top: -14.5vw;
  }
  .support .f22 .itemBox .item .text{
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 16px;
  }
  .index .f2 .palyBtn{
    width: 25vw;
    right: initial;
    left: 37vw;
    margin-top: 12vw;
    font-size: 14px;
  }
  .index .f2 .palyBtn img{
    opacity: 0;
  }
  .banner {
    height: 40vw;
  }
  .introduction .f1 {
    padding: 5vw 0;
    display: block;
  }
  .introduction .f1 .left {
    width: 100%;
    padding: 0 5vw;
  }
  .title {
    text-align: center;
  }
  .title .en {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.25);
  }
  .title .cn {
    font-size: 24px;
    position: relative;
    margin-top: -17vw;
    margin-bottom: 10vw;
  }
  .introduction .f1 .left .title .cn {
    margin-top: -10.5vw;
    margin-bottom: 5vw;
  }
  .introduction .f1 .left .img {
    width: 70vw;
    margin: 5vw auto;
  }
  .introduction .f1 .left .des {
    font-size: 14px;
  }
  .introduction .f1 .right {
    width: 100%;
    height: auto;
    margin: 3vw auto;
    text-align: center;
    background: transparent;
    overflow: hidden;
  }
  .introduction .f1 .right .card__inner {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .introduction .f1 .right .card__inner .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .introduction .f2 {
    padding: 5vw 0;
    width: 100%;
  }
  .introduction .f2 .imgBox .item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .introduction .f2 .imgBox .item img {
    max-height: inherit;
  }
  .introduction .f2 .textBox .item {
    width: 100%;
    margin-right: 0;
  }
  .introduction .f3 {
    padding: 5vw;
  }
  .introduction .f3 .yearBoxs{
    width: 100%;
    overflow: hidden;
  }
  .introduction .f3 .yearBoxs .f33swiper {
    /*width: 82vw;*/
    height: 120vw;
  }
  .introduction .f3 .yearBoxs .f33swiper .swiper-slide{
    height: auto;
  }
  .introduction .f3 .yearBoxs .f33swiper .swiper-slide .text .des{
    line-height: 1.7;
    font-size: 16px;
  }
  .introduction .f3 .yearBoxs .f33swiper .swiper-slide .text .year {
    font-size: 18px;
  }
  .introduction .f3 .yearBoxs .f33swiper .swiper-pagination{
    position: relative;
    bottom: 20px;
  }

  .introduction .f3 .yearBox .f3year {
    height: 15vw;
  }
  .introduction .f3 .yearBox .years {
    font-size: 20px;
    margin-top: 3vw;
  }
  .introduction .f3 .imgBox {
    margin-top: 10vw;
    display: none;
  }
  .introduction .f3 .yearBox .f3swiper .swiper-pagination-progressbar {
    left: 15vw;
    margin-top: -59.5vw;
  }
  .introduction .f4 {
    padding: 0 0 5vw 0;
  }
  .introduction .f4 .itemBox {
    display: block;
  }
  .introduction .f4 .itemBox .card__inner {
    width: 60%;
    height: auto;
    margin-bottom: 3.5vw;
  }
  .introduction .f4 .itemBox .card__inner .item {
    width: 100%;
    height: auto;
    padding: 3vw 0;
  }
  .introduction .f4 .itemBox .card__inner .item .iconImg {
    width: 12vw;
  }
  .introduction .f4 .itemBox .card__inner .item .name {
    font-size: 16px;
  }
  .introduction .f4 .itemBox .card__inner .item .des {
    font-size: 14px;
  }
  .introduction .f5 .ht {
    padding: 0 5vw;
    display: block;
  }
  .introduction .f5 .ht .title {
    text-align: center;
  }
  .tabItem {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .tabItem .item {
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    display: inline-block;
  }
  .introduction .f6 {
    padding: 5vw;
  }
  .introduction .f6 .itemBox .card__inner {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .introduction .f6 .itemBox .card__inner:last-child {
    margin-bottom: 0;
  }
  .support .f1 {
    padding: 5vw;
  }
  .support .f1 .title {
    text-align: left;
  }
  .support .f1 .itemBox img{
    width: 90vw;
    margin: 0 auto;
  }
  .support .f1 .itemBox .item {
    height: auto;
    margin: 0 auto;
    margin-left: 1.15vw;
    padding: 5vw 0vw 5vw 8vw;
    background: white !important;
  }
  .support .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
    padding: .5vw 2vw;
  }
  .support .f1 .itemBox .item .des::before{
    margin: 2.2vw -4vw;
  }
  .support .f1 .itemBox .left {
    width: 87.55vw;
    margin-right: 0;
    background: transparent;
    margin-bottom: 5vw;
  }
  .support .f1 .itemBox .contren {
    width: 87.55vw;
    margin-right: 0;
    background: transparent;
    margin-bottom: 5vw;
  }
  .support .f1 .itemBox .item .desL{
    width: 100%;
  }
  .support .f1 .itemBox .item .desR{
    width: 100%;
  }
  .support .f1 .itemBox .right {
    width: 87.55vw;
    margin-right: 0;
    background: transparent;
  }
  .support .f2 .mySwiper2 .swiper-slide {
    display: block;
  }
  .support .f2 .mySwiper2 .swiper-slide .left {
    width: 100%;
    height: 56vw;
  }
  .support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-slide {
    height: 60vw;
  }
  .support .f2 .mySwiper2 .swiper-slide .right {
    width: 100%;
  }
  .support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-next {
    top: -30vw;
    left: 82vw;
    width: 10vw;
    height: 10vw;
  }
  .support .f2 .mySwiper2 .swiper-slide .left .f2Swiperli .swiper-button-prev {
    top: -32.7vw;
    left: 3vw;
    width: 10vw;
    height: 10vw;
  }
  .support .f2 .mySwiper2 .swiper-slide .right .text .name {
    font-size: 16px;
  }
  .support .f2 .mySwiper2 .swiper-slide .right .text .des {
    font-size: 14px;
  }
  .support .f2 .mySwiper {
    width: 96%;
    height: 13vw;
    border-radius: 0;
    top: 0;
  }
  .support .f2 .mySwiper .swiper-slide{
    height: 13vw;
  }
  .support .f2 .mySwiper .swiper-slide .name {
    font-size: 12px;
  }
  .support .f2 .mySwiper .swiper-slide .num {
    font-weight: normal;
    font-size: 16px;
  }
  .support .f3 {
    padding: 5vw 0;
    display: block;
  }
  .support .f3 .left {
    width: 100%;
    margin-right: 0;
  }
  .support .f3 .left .name {
    font-size: 16px;
    margin-bottom: 3vw;
  }
  .support .f3 .left .des {
    font-size: 14px;
    margin-bottom: 5vw;
  }
  .support .f3 .right {
    width: 100%;
    margin-top: 10vw;
  }
  .support .f3 .right .name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 3vw;
  }
  .support .f3 .right .des {
    font-size: 14px;
  }
  .support .f4 {
    padding: 5vw;
  }
  .support .f4 .title {
    text-align: center;
  }
  .support .f5 {
    padding: 5vw;
  }
  .support .f5 .title {
    text-align: center;
  }
  .support .f5 .formBox {
    display: block;
    margin-top: 3vw;
    overflow: hidden;
  }
  .support .f5 .formBox .left {
    width: 100%;
    text-align: center;
    padding: 5vw 2vw;
  }
  .support .f5 .formBox .right {
    width: 100%;
    margin-left: 0;
    padding: 8vw 2vw;
  }
  footer{
    padding: 5vw 3vw;
    background: black !important;
  }
  footer .footer .right{
    width: 100%;
  }
  footer .footer .right .phone .des{
    font-size: 18px;
    text-align: center;
  }
  footer .footer .right .phone .ph{
    font-size: 22px;
    color: white;
  }
  footer .footer .right .qrcode .img{
    width: 31vw;
    margin: 3vw auto 0 auto;
    padding: 2vw;
  }
  footer .footer .right .infos{
    font-size: 20px;
    position: relative;
    left: initial;
  }
  footer .footer .right .qrcode .imgBox .iconBox{
    float: initial;
    height: 0;
  }
  footer .footer .right .phone .phBox{
    display: block;
  }
  footer .footer .right .qrcode .imgBox .iconBox a{
    display: inline-block;
    margin: 0 1vw;
  }
  footer .footer .right .qrcode .imgBox .iconBox img{
    width: 35px;
  }
  footer .footerInfo{
    display: block;
    font-size: 14px;
    margin-top: 5vw;
  }
  footer .footer .right .qrcode .imgBox .iconBox a:nth-child(1){
    top: 0;
  }
  footer .footer .right .qrcode .imgBox .iconBox a:nth-child(2){
    top: 0;
  }
  footer .footer .right .qrcode .text .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 3vw auto;
  }
  .backTop {
    width: 10vw !important;
    height: 10vw !important;
    right: 4vw !important;
    line-height: 10vw !important;
    font-size: 22px !important;
  }
  .support .f2 .title{
    text-align: center;
  }
  .support .f5 .formBox .left .tabBoxs{
    margin: 5vw 0;
  }
  .support .f5 .formBox .left .tabBoxs .item{
    margin-right: 1.2vw;
    padding: 2px 1.5vw;
    font-size: 12px;
  }
  .support .f5 .formBox .left .pdfBox .item{
    width: 27vw;
    text-align: center;
  }
  .support .f5 .formBox .left .pdfBox .item:last-child{
    margin-right: 0;
  }
  .support .f5 .formBox .left .pdfBox .item .imgBox{
    width: 26.5vw;
    height: 39vw;
  }
  .support .f5 .formBox .left .pdfBox .item .name{
    display: none;
  }
  .support .f5 .formBox .left .pdfBox .item .down{
    width: 25vw;
    height: 5.5vw;
    line-height: 5vw;
    margin-top: 2vw;
  }
  .support .f5 .formBox .right .input{
    height: 10vw;
    margin-bottom: 5vw;
  }
  .support .f5 .formBox .right .input .name{
    font-size: 14px;
    width: 18vw;
    line-height: 10vw;
    text-align: center;
  }
  .support .f5 .formBox .right .input input{
    width: 60vw;
    height: 10vw;
    font-size: 14px;
    padding: 0 2vw;
    border-radius: 5px;
  }
  .support .f5 .formBox .right .subimt{
    width: 30vw;
    height: 8.5vw;
    line-height: 8.5vw;
    margin: 0 auto;
    font-size: 14px;
  }
  .support .f5 .formBox .left .des{
    font-size: 18px;
  }
  .support .f5 .formBox .left .phone{
    font-size: 20px;
    color: white;
  }
  .supply .f1 .itemBox .text .link .icon i{
    font-size: 4vw;
  }
  .support .f5 .formBox .right .info{
    font-size: 15px;
    margin-bottom:1vw;
  }
  .support .f5 .formBox .right .tips{
      margin-bottom: 3vw;
  }
  .support .f5 .formBox .left .address{
    font-size: 16px;
  }
  .case .f1 .mySwiper2 .swiper-slide .right .text .name{
    font-size: 16px;
  }
  .case .f1 .mySwiper2 .swiper-slide .right .text .in{
    font-size: 12px;
  }
  .case .f1 .mySwiper2 .swiper-slide .right .des{
    font-size: 12px;
  }
  ._toast{
    left: 28%;
  }
  .case .f1{
    padding: 5vw;
  }
  .case .f1 .title{
    text-align: center;
  }
  .case .f1 .mySwiper2{
    height: auto;
  }
  .case .f1 .mySwiper2 .swiper-slide .right{
    width: 66vw;
    padding: 2vw;
  }
  .case .f1 .mySwiper{
    height: auto;
  }
  .case .f1 .mySwiper .swiper-slide{
    width: 15vw !important;
    height: 15vw !important;
    margin-right: 3vw;
  }
  .supply .f1{
    padding: 5vw;
  }
  .supply .f1 .title{
    text-align: center;
  }
  .supply .f1 .itemBox{
    display: block;
  }
  .supply .f1 .itemBox .card__inner{
    display: block;
    float: initial;
    width: 100%;
    height: 50vw;
    margin-right: 0;
  }
  .supply .f1 .itemBox .card__inner .item{
    width: 100%;
    height: 50vw;
  }
  .supply .f1 .itemBox .card__inner .item video{
    width: 100%;
    height: 50vw;
  }
  .supply .f1 .itemBox .card__inner .item .palyIcon{
    padding-top: 15vw;
    margin-left: 39vw;
    display: none;
  }
  .supply .f1 .itemBox .card__inner .item .palyIcon i{
    font-size: 12vw;
  }
  .supply .f1 .itemBox .text{
    margin-top: 3vw;
    width: 100%;
  }
  .supply .f1 .itemBox .text .name{
    font-size: 18px;
  }
  .supply .f1 .itemBox .text .des{
    font-size: 14px;
  }
  .supply .f1 .itemBox .text .link{
    width: 65vw;
    height: 10vw;
    line-height: 9.5vw;
    margin: 5vw auto 5vw auto;
    font-size: 14px;
  }
  .supply .f1 .itemBox .text .link .icon{
    margin-right: 7vw;
    margin-left: 2vw;
  }
  .supply .f1 .itemBox .text .link .icon::after{
    margin-top: 4.5vw;
  }
  .newsPage .f1 .itemTop .text .del{
    display: none;
  }
  .newsPage .ht{
    padding: 5vw;
    display: block;
  }
  .newsPage .ht .title{
    text-align: center;
  }
  .newsPage .f1{
    padding: 0 5vw 5vw 5vw;
  }
  .newsPage .f1 .itemTop{
    display: block;
    margin-bottom: 10vw;
  }
  .newsPage .f1 .itemTop .img{
    width: 100%;
    height: 52vw;
  }
  .newsPage .f1 .itemTop .text{
    width: 100%;
    padding: 5vw;
  }
  .newsPage .f1 .itemTop .text .time{
    font-size: 12px;
  }
  .newsPage .f1 .itemTop .text .time i{
    margin-right: 1vw;
  }
  .newsPage .f1 .itemTop .text .name{
    font-size: 16px;
    margin: 3vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .newsPage .f1 .itemTop .text .des{
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsPage .f1 .itemBox .card__inner{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .newsPage .f1 .itemBox .card__inner .item .img{
    height: 52vw;
  }
  .newsPage .f1 .itemBox .card__inner .item .text{
    padding:5vw;
  }
  .newsPage .f1 .itemBox .card__inner .item .text .time{
    font-size: 12px;
  }
  .newsPage .f1 .itemBox .card__inner .item .text .time i{
    margin-right: 1vw;
  }
  .newsPage .f1 .itemBox .card__inner .item .text .name{
    font-size: 16px;
    margin: 3vw 0;
  }
  .newsPage .f1 .itemBox .card__inner .item .text .des{
    font-size: 14px;
  }
  .contactUs{
    padding: 5vw;
    display: block;
  }
  .contactUs .title{
    text-align: center;
  }
  .contactUs .left{
    width: 100%;
  }
  .contactUs .left .des{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin: 3vw 0;
    padding-bottom: 2.5vw;
    text-align: center;
  }
  .contactUs .left .item{
    margin-bottom: 5vw;
  }
  .contactUs .left .item .icon{
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    font-size: 16px;
  }
  .contactUs .left .item .icon i{
    top: 1vw;
  }
  .contactUs .left .item .text{
    font-size: 16px;
    color: white;
    margin-left: 10vw;
  }
  .contactUs .right{
    width: 100%;
    height: 70vw;
    margin-top: 5vw;
  }
  .contactUs .right .map{
    height: 70vw;
  }
  .zixun{
    top: 110vw;
    right: 2vw;
  }
  .zixunBox{
    width: 15vw;
    height: auto;
    padding-top: 5vw;
  }
  .zixunBox .item{
    padding: 3vw 0;
    font-size: 12px;
  }
  .zixun .img{
    width: 15vw;
    right: -1vw;
    margin-top: -5vw;
  }
  .case .f1 .mySwiper2 .swiper-slide .left{
    border-right: 5px solid #f1230f;
    border-bottom: 5px solid #f1230f;
  }
  .zixunBox .item i{
    font-size: 5vw;
  }
  .zixunBox .item.hottel:hover .txt{
      display: none;
  }
  .zixunModal{
    width: 95vw;
    height: 83vw;
    right: 0;
    z-index: 100;
    top: -80vw;
  }
  .zixunModal .formBox .tips{
      margin-bottom: 3vw;
  }
  .zixunModal .colseImg{
    width: 10vw;
    right: 3vw;
  }
  .zixunModal .formBox{
    width: 90%;
    margin-left: 3.5%;
    padding-top: 32vw;
  }
  .zixunModal .formBox .input{
    margin-bottom: 2.5vw;
    padding: 1vw;
  }
  .zixunModal .formBox .input .name{
    width: 20vw;
    font-size: 14px;
  }
  .zixunModal .formBox .input input{
    width: 65vw;
    font-size: 14px;
  }
  .zixunModal .formBox .subimt{
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
  }
  .navs.active {
    display: none;
  }
  .showAn{
    opacity: 0;
    transition: .5s all ease-in-out;
  }
  .navs .headers {
    width: 100%;
    height: 45px;
    background: #f1230f;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .navs .headers .logo {
    width: 120px;
    margin: 5px;
  }
  .navs .headers .phones{
    position: absolute;
    top: 0;
    font-size: 18px;
    right: 22vw;
    line-height: 2.5;
    font-weight: bold;
    color: white;
  }
  .navs .headers p {
    text-align: center;
    color: #333333;
    margin-top: 24px;
    font-size: 12px;
  }
  .navs .headers .icon {
    width: 45px;
    height: 45px;
    background: #1660fc;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s all ease-in-out;
  }
  .navs .headers .icons{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #f1230f;
    line-height: 25px;
    font-size: 14px;
    position: absolute;
    background: white;
    right: -8vw;
    top: 10px;
  }
  .navs .headers .icon .icon1 {
    width: 25px;
    height: 2px;
    background: white;
    margin: 0 auto;
    position: relative;
    top: 18px;
    transition: 0.5s all ease-in-out;
  }
  .navs .headers .icon .icon2 {
    width: 25px;
    height: 2px;
    background: white;
    margin: 0 auto;
    position: relative;
    top: 22px;
    transition: 0.5s all ease-in-out;
  }
  .navs .headers .iconActive {
    background: #1660fc;
  }
  .navs .headers .iconActive .icon1 {
    transform: rotate3d(0, 0, 20, 45deg) translateX(3px) translateY(3px);
  }
  .navs .headers .iconActive .icon2 {
    transform: rotate3d(0, 0, 20, -45deg) translateX(2px) translateY(-2px);
  }
  .navs .navList {
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 45px;
    padding: 30px 20px;
    transition: 0.5s all ease-in-out;
    background: white;
    opacity: 0;
    display: none;
  }
  .navs .navsActive {
    opacity: 1;
    display: block;
  }
  .navs .navList .icon {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .navs .navList .phone {
    color: #333333;
    text-align: center;
    margin-top: 3rem;
  }
  .navs .navList .phone p:nth-child(1) {
    font-size: 18px;
    margin: 1vw auto;
    font-weight: bold;
  }
  .navs .navList .phone p:nth-child(2) a {
    font-size: 26px !important;
  }
  .navs .navList a .icon {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    margin-right: 1.5vw;
    cursor: pointer;
    color: #333333;
    display: inline-block;
  }
  .navs .navList a .icon i {
    position: relative;
    top: 10px;
  }
  .navs .navList a:nth-child(1) .icon {
    font-size: 34px;
  }
  .navs .navList a:nth-child(1) .icon i {
    top: 5px;
  }
  .navs .navList .wechat {
    width: 120px;
    margin: 0 auto;
    padding-top: 5vw;
  }
  .navs .navList a {
    display: block;
    padding: 13px 0;
    font-size: 20px;
    letter-spacing: 5px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .title .td{
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
  }
  .index .f3 .des{
    width: 90vw;
    font-size: 14px;
    text-align: justify;
    margin: 5vw auto;
    padding-top: 3vw;
  }
  .index .f3 .numBox .num .n{
    font-size: 10vw;
  }
  .index .f3 .numBox .num .n span{
    font-size: 8vw;
  }
  .index .f3 .numBox .num{
    width: 45vw;
  }
  .index .f3 .numBox .num:first-child{
    width: 45vw;
  }
  .index .f3 .numBox .num .dess{
    font-size: 14px;
  }
  .index .f3 .names{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: 3vw;
    margin-top: -45vw;
  }
  .index .f3 .more{
    width: 88%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 0;
    margin-bottom: 22vw;
  }
  .index .f3 .more .icon{
    width: 46vw;
    height: 9.5vw;
    border: 1px solid white;
    border-radius: 30px;
  }
  .index .f3 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .4vw;
  }
  .index .f5 .ht{
    display: block;
  }
  .index .f5 .ht .title{
    text-align: center;
  }
  .index .f3 .more .t{
    margin-left: 13vw;
  }
  .index .f3 .more:hover .icon{
    width: 45vw;
    height: 9.5vw;
  }
  .index .f3 .title .td{
    margin-top: 5vw;
  }
  .index .f4 .more{
    font-size: 14px;
    line-height: 7vw;
    margin-top: 5vw;
    text-align: center;
  }
  .index .f4 .more .icon{
    width: 7vw;
    height: 7vw;
    border: 1px solid white;
  }
  .index .f4 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: -.3vw;
  }
  .index .f4 .more .t{
    margin-left: 10vw;
  }
  .index .f4 .more:hover .icon{
    width: 30vw;
  }
  .index .f1{
    width: 100%;
    height: 178vw;
    background-size: cover!important;
    /*padding: 5vw;*/
  }
  .index .f1 .img1{
    width: 100%;
    margin: 0 auto;
    padding: 3vw 5vw;
  }
  .index .f1 .img2{
    width: 100%;
    margin: 1vw auto;
    padding: 0 5vw;
    display: none;
  }
  .index .f4 .title .cn{
    margin-top: -10.5vw;
    margin-bottom: 5vw;
  }
  .index .f3 .map .iconMap{
    top: initial;
    width: 8.5vw;
    left: 23.7vw;
    margin-top: 11vw;
  }
  .index .f1 .itemBox{
    width: 100%;
    padding: 3vw 1vw;
    display: inline-block;
  }
  .index .f1 .itemBox .item{
    width: 32vw;
    height: 20vw;
    display: inline-block;
    float: left;
    color: #d8be7b;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2vw;
  }
  .index .f1 .itemBox .item:nth-child(4n) {
    margin-right: 0;
  }
  .index .f1 .itemBox .item .t{
    font-size: 14px;
    margin: 1vw 0;
  }
  .index .f1 .itemBox .item .name{
    font-size: 16px;
    font-weight: bold;
    color: #d8be7b;
  }
  .index .f2{
    height: auto;
    border-radius: 0;
    padding: 0;
  }
  .index .f2 .video{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .index .f2 .svgImg{
    display: none;
  }
  .index .f3{
    padding: 5vw 0;
  }
  .index .f3 .map{
    width: 95vw;
    margin: 5vw auto;
  }
  .index .f4{
    margin-top: 0;
    padding: 0 5vw;
  }
  .index .f4 .leftImg{
    margin-top: 0;
  }
  .index .f4 .title{
    text-align: center;
  }
  .index .f4 .des{
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    top: -6vw;
  }
  .index .f4 .itemBox .item:nth-child(1){
    top: 0;
  }
  .index .f4 .itemBox .item:nth-child(2){
    margin-right: 0;
    top: 0;
  }
  .index .f4 .itemBox .item:nth-child(3){
    margin-right: 0;
    top: 0;
  }
  .index .f4 .itemBox .item:nth-child(4){
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }
  .index .f4 .itemBox .item:nth-child(5){
    top: 0;
  }
  .index .f4 .itemBox .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5vw;
    border-radius: 25px;
  }
  .index .f4 .itemBox .item .img{
    border-radius: 10px;
    height: 100vw;
  }
  .index .f5{
    padding: 5vw 3vw;
    margin-top: 0;
  }
  .index .f5 .more{
    width: 95%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 0;
  }
  .index .f5 .more .icon{
    width: 35vw;
    height: 9.5vw;
    border: 1px solid white;
    border-radius: 30px;
  }
  .index .f5 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .4vw;
  }
  .index .f5 .more .t{
    margin-left: 13vw;
  }
  .index .f5 .more:hover .icon{
    width: 45vw;
    height: 9.5vw;
  }
  .index .f4 .itemBox .item .img .text{
    height: 20vw;
    top: 80vw;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 7vw;
  }
  .index .f4 .itemBox .item .img .text .name{
    font-size: 16px;
  }
  .index .f4 .itemBox .item .img .text .info{
    display: none;
  }
  .index .f5 .newsList{
    display: block;
  }
  .index .f5 .newsList .left{
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .index .f5 .newsList .left .img{
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    transform: scale(1.01);
  }
  .index .f5 .newsList .left .texts{
    padding: 5vw;
  }
  .index .f5 .newsList .left .texts .time{
    font-size: 12px;
  }
  .index .f5 .newsList .left .texts .name{
    font-size: 16px;
    margin: 2vw 0;
  }
  .index .f5 .newsList .left .texts .des{
    font-size: 14px;
  }
  .index .f5 .newsList .right{
    width: 100%;
    margin-left: 0;
    margin-top: 7vw;
  }
  .index .f5 .newsList .right .item{
    width: 100%;
    overflow: hidden;
    display: block;
    /*margin-bottom: 3vw;*/
  }
  .index .f5 .newsList .right a{
    display: block;
    overflow: hidden;
  }
  .index .f5 .newsList .right .item .time{
    width: 15vw;
    height: 15vw;
    position: relative;
    top: 0;
    margin-bottom: 3vw;
  }
  .index .f5 .newsList .right .item .time p:nth-child(1){
    font-size: 20px;
  }
  .index .f5 .newsList .right .item .time p:nth-child(2){
    font-size: 12px;
  }
  .index .f5 .newsList .right .item .texts{
    width: 72vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .index .f5 .newsList .right .item .texts .name{
    font-size: 16px;
    -webkit-line-clamp: 2;
    margin-top: 1vw;
  }
  .index .f5 .newsList .right .item .texts::before{
    content: initial;
  }
  .index .f5 .newsList .right .item .texts .des{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: none;
  }
  .index .f5 .newsList .right .item .texts .del{
    display: none;
  }
  .introduction .f1 .left .itemBox{
    display: block;
  }
  .introduction .f1 .left .itemBox .item p:nth-child(1){
    font-size: 36px;
  }
  .introduction .f1 .left .itemBox .item p:nth-child(1){
    opacity: .5;
    position: relative;
    top: 1vw;
  }
  .introduction .f1 .left .itemBox .active p:nth-child(1){
    opacity: 1 !important;
    position: relative;
    top: 1vw;
  }
  .introduction .f1 .left .itemBox .item p:nth-child(2){
    margin-left: 3vw;
    font-size: 14px;
  }
  .introduction .f1 .left .itemDes{
    font-size: 14px;
  }
  .introduction .f1 .left .itemBox .item{
    padding-bottom: 4vw;
    margin-top: 2vw;
  }
  .introduction .f1 .left .itemBox .active p:nth-child(2){
    margin-left: 3vw;
  }
  .introduction .f5 .f5Swiper .swiper-slide{
    height: 50.7vw !important;
  }
  .introduction .f5 .f5Swiper .swiper-slide .text{
    margin-top: 35vw;
  }
  .support .f5 .formBox .left .name{
    font-size: 15px;
  }
  .introduction .f5 .f5Swiper .swiper-slide .text .name{
    font-size: 16px;
  }
  .introduction .f5 .f5Swiper .swiper-button-next{
    width: 8vw;
    height: 8vw;
    margin-top: -29%;
    right: 15%;
  }
  .introduction .f5 .f5Swiper .swiper-button-prev{
    width: 8vw;
    height: 8vw;
    margin-top: -29%;
    left: 15%;
  }
  .food .f1{
    position: fixed;
  }
  .food .f1 .left{
    display: flex;
    padding-left: 1vw;
    margin-top: 5vw;
  }
  .food .f1 .left .items{
    width: 18vw;
    height: 18vw;
    margin-right: 2vw;
  }
  .food .f1 .left .items .bor{
    width: 18vw;
    height: 18vw;
    border-radius: 10%;
  }
  .food .f1 .left .items .bor i{
    font-size: 6.5vw;
    top: 2vw;
  }
  .food .f1 .left .items .bor .name{
    font-size: 12px;
    margin-top: 4vw;
  }
  .food .f1 .left .items:nth-child(4) .bor .name{
    margin-top: 2vw;
  }
  .food .f1 .left .items:hover .bor {
    transform: scale(1);
  }
  .food .f1 .mySwiper{
    margin-top: 10vw;
    height: auto;
    width: 88vw;
    margin-left: 6vw;
  }
  .food .f1 .tabItem{
    margin-left: 0;
    margin-top: 23vw;
  }
  .food .f1 .mySwiper .swiper-slide{
    display: block;
  }
  .food .f1 .mySwiper .swiper-slide .text{
    display: block;
    float: initial;
    width: 100%;
  }
  .food .f1 .mySwiper .swiper-slide .card__inner{
    width: 90%;
    height: auto;
    display: block;
    margin: 3vw auto;
    background: transparent;
  }
  .food .f1 .mySwiper .swiper-slide .card__inner .imgBox{
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  .food .f1 .mySwiper .swiper-slide .text .name{
    font-size: 16px;
    text-align: center;
  }
  .food .f1 .mySwiper .swiper-slide .text .des{
    font-size: 12px;
    text-align: center;
  }
  .food .f1 .mySwiper .swiper-pagination{
    font-size: 18px;
    font-weight: bold;
    left: -13vw;
  }
  .food .f1 .mySwiper .swiper-pagination .swiper-pagination-total{
    font-size: 16px;
  }
  .food .f1 .iconImg2{
    display: none;
  }
  /*.food .f1 .shuacai{*/
  /*  margin-left: -16vw;*/
  /*  top: -5vw;*/
  /*}*/
  /*.food .f1 .xiaochi{*/
  /*  left: -40.5vw;*/
  /*  top: -5vw;*/
  /*}*/
  /*.food .f1 .chanpin{*/
  /*  left: -60vw;*/
  /*  top: -5vw;*/
  /*}*/
  /*.food .f1 .zhoubian{*/
  /*  left: -80vw;*/
  /*  top: -5vw;*/
  /*}*/
  .support .f4{
    padding: 5vw 0;
    height: auto;
    background: url(/resources/assets/images/img32.jpg) center no-repeat rgba(0, 0, 0, 0.5);
    background-size: cover !important;
    background-blend-mode: multiply;
  }
  .support .f4 .img{
    width: 100%;
    margin: 5vw auto;
  }
  .introduction .f2 .bgSwiper {
    width: 100%;
    height: auto;
    margin-bottom: 22vw;
    overflow: hidden;
  }

  .introduction .f2 .bgSwiper .swiper-pagination-progressbar {
    width: 80vw;
    left: 10vw;
    top: inherit;
    margin-top: 3vw;
  }
  .introduction .f2 .title .cn{
    margin-bottom: 3vw;
    margin-top: -10.5vw;
  }
  .introduction .f2 .bgSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c1022b !important;
  }

  .introduction .f2 .bgSwiper .swiper-slide {
    width: 13rem;
    height: auto;
    background-color: #f8f8f8;
    text-align: center;
    /*cursor: pointer;*/
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
  }

  .introduction .f2 .bgSwiper .swiper-slide .img {
    width: 90%;
    background-color: #f8f8f8;
    margin: 0 auto;
  }
  .introduction .f2 .bgSwiper .swiper-slide .img img{
    width: auto;
    max-height: 50vw;
    margin: 3.5vw auto;
  }
  .introduction .f2 .bgSwiper .swiper-button-next{
    margin-top: 10vw;
    position: absolute;
    background: #f1230f;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    top: inherit;
    left: 20vw;
  }
  .introduction .f2 .textBox{
    margin-top: 5vw;
  }
  .introduction .f2 .bgSwiper .swiper-button-prev{
    margin-top: 10vw;
    position: absolute;
    background: #f1230f;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    top: inherit;
    left: 10vw;
  }
  .introduction .f2 .bgSwiper .swiper-button-next:after, .introduction .f2 .bgSwiper .swiper-button-prev:after{
    font-size: 14px;
    color: white;
  }
  .introduction .f3 .title .cn{
    margin-top: -16.5vw;
  }
  .introduction .f3 .yearBoxs .text{
    margin: 3vw 0;
    color: white;
  }
  .introduction .f3 .yearBoxs .text .year{
    font-size: 24px;
    margin-bottom: 1vw;
  }
  .introduction .f3 .yearBoxs .text .des{
    font-size: 14px;
    line-height: 1.875;
  }
  .introduction .f5 .f5Swiper .swiper-button-next:after, .introduction .f5 .f5Swiper .swiper-button-prev:after{
    font-size: 14px;
  }
  .introduction .f4 .title .cn{
    margin-bottom: 10vw;
    margin-top: -10.5vw;
  }
  .introduction .f4 .f4Swiper{
    padding: 0 5vw;
    height: 65vw;
    overflow: hidden;
  }
  .introduction .f4 .f4Swiper .item{
    width: 100%;
    height: 55vw;
    background: white;
    text-align: left;
    padding: 10vw 5vw;
    border-radius: 20px;
  }
  .introduction .f4 .f4Swiper .item .iconImg{
    width: 12vw;
    padding-bottom: 3vw;
  }
  .introduction .f4 .f4Swiper .item .name{
    font-size: 18px;
    border-bottom: 1px solid #0a6aa1;
    padding: 2vw 0;
    margin-bottom: 2vw;
  }
  .introduction .f4 .f4Swiper .item .des{
    font-size: 14px;
  }
  .introduction .f4 .f4Swiper .swiper-pagination{
    position: relative;
    bottom: 20px;
  }
  .introduction .f5 .ht .title .cn{
    margin-top: -10.5vw;
    margin-bottom: 5vw;
  }
  .introduction .f6 .title .cn{
    margin-top: -16.5vw;
  }
  .introduction .f5{
    padding: 5vw 0;
  }
  .food .itemBox{
    padding: 5vw;
  }

  .food .itemBox .item {
    width: 90vw;
    height: 53vw;
    background-size: cover !important;
    padding-top: 38vw;
    margin-bottom: 5vw;
  }
  .food .itemBox .item:last-child{
    margin-bottom: 0;
  }
  .food .itemBox .item .text{
    height: 15vw;
    background-image: linear-gradient(to top, #262222, transparent);
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-left: 5vw;
    padding-top: 3vw;
  }
  .support .f1 .title .cn{
    margin-bottom: 0;
    margin-top: -10.5vw;
  }
  .support .f2 .title .cn{
    margin-top: -16.5vw;
    margin-bottom: 15vw;
  }
  .support .f4 .title .cn{
    margin-top: -10.5vw;
  }
  .support .f5 .title .cn{
    margin-top: -16.5vw;
    margin-bottom: 12vw;
  }
  .support .f5 .formBox .left .pdfBox{
    padding: 5vw 0;
  }
  .support .f5 .formBox .left .des{
    margin-top: 3vw;
  }
  .case .f1 .title .cn{
    margin-top: -10.5vw;
    margin-bottom: 5vw;
  }
  .case .f1 .item{
    margin-bottom: 10vw;
    background: url('/resources/assets/images/img41.jpg') center no-repeat;
    background-size: cover !important;
  }
  .case .f1 .item .top{
    width: 100%;
    display: flex;
  }
  .case .f1 .item .top .left{
    width: 40%;
    height: 50vw;
    background-size: cover !important;
  }
  .case .f1 .item .top .right{
    width: 60%;
    padding: 10vw 0 5vw 10vw;
  }
  .case .f1 .item .top .right .text .name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1vw;
  }
  .case .f1 .item .top .right .text .in{
    line-height: 2;
    font-size: 16px;
  }
  .case .f1 .item .des{
    padding: 5vw;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
  }
  .supply .f1 .title .cn{
    margin-top: -10.5vw;
  }
  .supply .f1 .itemBox .text{
    margin-top: 5vw;
  }
  .newsPage .ht .title .en{
    font-size: 36px;
  }
  .newsPage .ht .title .cn{
    margin-top: -16.5vw;
  }
  .contactUs .title .cn{
    margin-top: -10.5vw;
    margin-bottom: 5vw;
  }
  .foodList{
    width: 100%;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    transition: .5s all ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    background: #f1230f;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10000;
  }
  .foodList .close{
    width: 10vw;
    right: 2vw;
    position: fixed;
    margin: 3vw;
  }
  .foodList .tabItem{
    margin-top: 15vw;
  }
  .foodList .items{
    color: white;
    padding: 5vw;
  }
  .foodList .items .text{
    margin-bottom: 2vw;
  }
  .foodList .items .text .name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2vw;
  }
  .foodList .items .text .des{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
  }
  .index .f4 .f4Swiper{
    overflow: hidden;
  }
  .index .f4 .f4Swiper .swiper-pagination{
    position: relative;
  }
  .index .f44{
    padding: 5vw;
  }
  .index .f44 .title{
    margin-bottom: 25vw;
  }
  .index .f44 .title .cn{
    margin-top: -26vw;
  }
  .index .f44 .imgBox{
    width: 100%;
    height: 100vw;
    margin-top: 15vw;
    border-radius: 15px;
    background-size: cover !important;
  }
  .index .f44 .more{
    font-size: 14px;
    line-height: 7vw;
    margin-top: 88vw;
    text-align: center;
  }
  .index .f44 .more .icon{
    width: 7vw;
    height: 7vw;
    border: 1px solid white;
  }
  .index .f44 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: -.3vw;
  }
  .index .f44 .more .t{
    margin-left: 10vw;
  }
  .index .f44 .more:hover .icon{
    width: 30vw;
  }
  .introduction .f1 .right .swiper-pagination{
    position: relative;
    bottom: -5px;
  }
  footer .footer .right .qrcode{
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer .footer .right .qrcode .text{
    text-align: center;
  }
  footer .footer .right .qrcode .text .iconBox i{
    font-size: 30px;
  }
  .he_c1gbcv{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 34px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.36s;
    z-index: 100;
    box-shadow: 0 0px 16px 0 rgb(0 0 0 / 10%);
    display: none;
  }
  .he_c1gbcv img{
    width: 14px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .mobiletext{
    text-align: center;
  }
  .mobiletext .en{
    opacity: 0.2;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .mobiletext .name{
    font-size: 26px;
    font-weight: bold;
    margin-top: -8vw;
  }
  .mobiletext .des{
    font-size: 16px;
  }
  .mobiletexts{
    text-align: center;
    padding-top: 18vw;
  }
  .mobiletexts .ens{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .mobiletexts .name{
    font-size: 26px;
    font-weight: bold;
  }
  .f41{
    width: 100%;
    height: 105vw;
    background-size: cover !important;
    margin: 0 auto;
    color: white;
    margin-bottom: 5vw;
    background-blend-mode: multiply;
  }
  .f41 .mobiletext{
    padding-top: 30vw;
  }
  .f41 .more{
    width: 88%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 5vw;
  }
  .f41 .more .icon{
    width: 46vw;
    height: 9.5vw;
    border: 1px solid white;
    border-radius: 30px;
  }
  .f41 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .4vw;
  }
  .f41 .more .t{
    margin-left: 13vw;
  }
  .f42{
    width: 100%;
    height: 102vw;
    background-size: cover !important;
    margin: 0 auto;
    margin-bottom: 5vw;
    color: white;
    background-blend-mode: multiply;
  }
  .f42 .mobiletext{
    padding-top: 25vw;
  }
  .f42 .more{
    width: 88%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 5vw;
  }
  .f42 .more .icon{
    width: 46vw;
    height: 9.5vw;
    border: 1px solid white;
    border-radius: 30px;
  }
  .f42 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .4vw;
  }
  .f42 .more .t{
    margin-left: 13vw;
  }
  .f43{
    width: 100%;
    height: 55vw;
    background-size: cover !important;
    margin: 0 auto;
    margin-bottom: 5vw;
    color: white;
  }
  .f43 .mobiletexts{
    padding-top: 15vw;
  }
  .f43 .more{
    width: 88%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 5vw;
  }
  .f43 .more .icon{
    width: 46vw;
    height: 9.5vw;
    border: 1px solid white;
    border-radius: 30px;
  }
  .f43 .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .4vw;
  }
  .f43 .more .t{
    margin-left: 13vw;
  }
  .formBoxs{
    width: 100%;
    height: 140vw;
    padding: 0 3vw;
    background-size: cover !important;
    background: url("/resources/assets/images/mobile9.jpg") center no-repeat;
  }
  .formBoxs .mobiletext{
    color: white;
    padding: 6vw 0;
  }
  .formBoxs .inputBox{
    width: 100%;
    height: 99vw;
    background: rgba(255,255,255,.9);
    border-radius: 15px;
    color: #f1230f;
    padding: 0 5vw;
  }
  .formBoxs .inputBox .tit{
    text-align: center;
    padding: 5vw 0;
  }
  .formBoxs .inputBox .tit .des{
    font-size: 16px;
  }
  .formBoxs .inputBox .tit .p{
    font-size: 30px;
  }
  .formBoxs .inputBox .inputItem{
    display: inline-block;
    border-bottom: 1px solid #cacaca;
    padding: 4vw 0;
  }
  .formBoxs .inputBox .inputItem .text{
    width: 28vw;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 2vw;
    border-right: 1px solid #868686;
  }
  .formBoxs .inputBox .inputItem .text img{
    width: 18px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }
  .formBoxs .inputBox .inputItem .text p{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
  }
  .formBoxs .inputBox .inputItem input{
    width: 52vw;
    display: inline-block;
    line-height: 36px;
    background: transparent;
    border: transparent;
    outline: none;
    font-size: 16px;
  }
  .formBoxs .inputBox .inputItem input::placeholder {
    color: #7e7e7e;
    opacity: 0.4;
  }
  .formBoxs .inputBox .more{
    width: 84%;
    font-size: 14px;
    line-height: 9.5vw;
    margin-top: 4.5vw;
    color: #f1230f;
  }
  .formBoxs .inputBox .more .icon{
    width: 40vw;
    height: 9.5vw;
    border: 1px solid #f1230f;
    border-radius: 30px;
  }
  .formBoxs .inputBox .more .icon i{
    font-size: 22px;
    left: 3.5vw;
    top: .2vw;
  }
  .formBoxs .inputBox .more .t{
    margin-left: 19vw;
  }
  .formBoxs .inputBox .more:hover .icon{
    width: 40vw;
    height: 9.5vw;
  }
  .joinModal{
    width: 75vw;
  }
  .form_box{
        padding: 25px 5%;
  }
  .joinSubmit{
      width: 30vw;
        height: 10vw;
        line-height: 10vw;
    font-size: 14px;
  }
  .form_box .input .title{
      font-size: 12px;
      letter-spacing: 0px;
          width: 70px;
  }
  .form_box .input input{
        width: calc(100% - 70px);
        font-size: 12px;
  }
  .joinModal .colseIcon{
      width: 7vw;
  }
}
<!--ºÄÊ±1763754143.1309Ãë-->